diff options
author | Leonardo Boshell <leonardop@gentoo.org> | 2005-05-24 00:22:21 +0000 |
---|---|---|
committer | Leonardo Boshell <leonardop@gentoo.org> | 2005-05-24 00:22:21 +0000 |
commit | 1816269a2696b7c6e74b758518a9d9835a2e12d6 (patch) | |
tree | e682ff453421cab56d3f60c1bc03e810442e1370 /dev-util/gob | |
parent | Version bump #93594 by Marcus Furlong. (diff) | |
download | gentoo-2-1816269a2696b7c6e74b758518a9d9835a2e12d6.tar.gz gentoo-2-1816269a2696b7c6e74b758518a9d9835a2e12d6.tar.bz2 gentoo-2-1816269a2696b7c6e74b758518a9d9835a2e12d6.zip |
Marking 2.0.11 stable (x86). Removing old ebuild.
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'dev-util/gob')
-rw-r--r-- | dev-util/gob/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/gob/files/digest-gob-2.0.6 | 1 | ||||
-rw-r--r-- | dev-util/gob/gob-2.0.11.ebuild | 6 | ||||
-rw-r--r-- | dev-util/gob/gob-2.0.6.ebuild | 26 |
4 files changed, 7 insertions, 31 deletions
diff --git a/dev-util/gob/ChangeLog b/dev-util/gob/ChangeLog index a23970e88171..dcbf9c6e2b86 100644 --- a/dev-util/gob/ChangeLog +++ b/dev-util/gob/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/gob # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/gob/ChangeLog,v 1.35 2005/05/17 20:02:18 killerfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/gob/ChangeLog,v 1.36 2005/05/24 00:22:21 leonardop Exp $ + + 23 May 2005; Leonardo Boshell <leonardop@gentoo.org> gob-2.0.11.ebuild: + Stable on x86. 17 May 2005; Rene Nussbaumer <killerfox@gentoo.org> gob-2.0.9.ebuild: stable on hppa diff --git a/dev-util/gob/files/digest-gob-2.0.6 b/dev-util/gob/files/digest-gob-2.0.6 deleted file mode 100644 index 8f420d55b7c0..000000000000 --- a/dev-util/gob/files/digest-gob-2.0.6 +++ /dev/null @@ -1 +0,0 @@ -MD5 fdb1a4f87b7feff1da850e887d1ff7c8 gob2-2.0.6.tar.gz 227675 diff --git a/dev-util/gob/gob-2.0.11.ebuild b/dev-util/gob/gob-2.0.11.ebuild index 21054e906544..a17ba1709946 100644 --- a/dev-util/gob/gob-2.0.11.ebuild +++ b/dev-util/gob/gob-2.0.11.ebuild @@ -1,20 +1,20 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/gob/gob-2.0.11.ebuild,v 1.1 2005/01/31 04:16:50 joem Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/gob/gob-2.0.11.ebuild,v 1.2 2005/05/24 00:22:21 leonardop Exp $ inherit gnome2 MY_P=${PN}2-${PV} S=${WORKDIR}/${MY_P} -DESCRIPTION="preprocessor for making GTK+ objects with inline C code" +DESCRIPTION="Preprocessor for making GTK+ objects with inline C code." SRC_URI="http://ftp.5z.com/pub/gob/${MY_P}.tar.gz" HOMEPAGE="http://www.5z.com/jirka/gob.html" IUSE="" SLOT="2" LICENSE="GPL-2" -KEYWORDS="~x86 ~sparc ~hppa ~amd64 ~ppc ~alpha ~ia64" +KEYWORDS="x86 ~sparc ~hppa ~amd64 ~ppc ~alpha ~ia64" RDEPEND=">=dev-libs/glib-2.0" diff --git a/dev-util/gob/gob-2.0.6.ebuild b/dev-util/gob/gob-2.0.6.ebuild deleted file mode 100644 index b8930eaeb54d..000000000000 --- a/dev-util/gob/gob-2.0.6.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/gob/gob-2.0.6.ebuild,v 1.13 2005/05/06 10:01:28 swegener Exp $ - -inherit gnome2 - -MY_P=${PN}2-${PV} -S=${WORKDIR}/${MY_P} - -DESCRIPTION="preprocessor for making GTK+ objects with inline C code" -SRC_URI="http://ftp.5z.com/pub/gob/${MY_P}.tar.gz" -HOMEPAGE="http://www.5z.com/jirka/gob.html" -IUSE="" - -SLOT="2" -LICENSE="GPL-2" -KEYWORDS="x86 sparc hppa amd64 ppc alpha ia64" - -RDEPEND=">=dev-libs/glib-2.0" - -DEPEND="${RDEPEND} - sys-devel/flex" - -DOCS="AUTHORS COPYING.generated-code ChangeLog NEWS README TODO" - -USE_DESTDIR="1" |