diff options
-rw-r--r-- | dev-util/gob/ChangeLog | 10 | ||||
-rw-r--r-- | dev-util/gob/Manifest | 10 | ||||
-rw-r--r-- | dev-util/gob/files/digest-gob-2.0.11 | 1 | ||||
-rw-r--r-- | dev-util/gob/gob-1.0.12.ebuild | 4 | ||||
-rw-r--r-- | dev-util/gob/gob-2.0.11.ebuild | 27 | ||||
-rw-r--r-- | dev-util/gob/gob-2.0.6.ebuild | 4 | ||||
-rw-r--r-- | dev-util/gob/gob-2.0.9.ebuild | 6 |
7 files changed, 49 insertions, 13 deletions
diff --git a/dev-util/gob/ChangeLog b/dev-util/gob/ChangeLog index 29f92b59e3ee..64a496e9adfd 100644 --- a/dev-util/gob/ChangeLog +++ b/dev-util/gob/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-util/gob -# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/gob/ChangeLog,v 1.27 2004/08/08 15:46:09 foser Exp $ +# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/gob/ChangeLog,v 1.28 2005/01/31 04:16:50 joem Exp $ + +*gob-2.0.11 (30 Jan 2005) + + 30 Jan 2005; Joe McCann <joem@gentoo.org> +gob-2.0.11.ebuild, + gob-2.0.9.ebuild: + New version, reported in bug 80124. Mark previous version x86 stable *gob-2.0.9 (08 Aug 2004) diff --git a/dev-util/gob/Manifest b/dev-util/gob/Manifest index 1a1f4fa8a9ef..924b6b078ca2 100644 --- a/dev-util/gob/Manifest +++ b/dev-util/gob/Manifest @@ -1,8 +1,10 @@ -MD5 06d94198431b04dbcc6706d674a2751f gob-2.0.9.ebuild 691 -MD5 2bf5a6213cef595f5a4a48a9b98e11e5 gob-2.0.6.ebuild 669 -MD5 e3a0fb81f683b28e24d166b05dc79a03 gob-1.0.12.ebuild 662 -MD5 63ff52126a070bdc9d6a32b77370ef71 ChangeLog 2777 +MD5 a6148d8e5aa22fe5552a96f5bd287cd3 ChangeLog 2959 +MD5 3c218bdddbbfaae7ee645d367838efc8 gob-1.0.12.ebuild 658 +MD5 3cac91d626cb84e45c11f8cd60af6580 gob-2.0.6.ebuild 665 MD5 03ad2e6c4ab41244af1015a8bbb0b39f metadata.xml 158 +MD5 59a4b59d3692bbdf4f58e4dfe7967d65 gob-2.0.11.ebuild 691 +MD5 c8d474e4be889c56e77926cfc8911de2 gob-2.0.9.ebuild 689 MD5 a78e56617e86837c5bd694044ddc070a files/digest-gob-1.0.12 62 MD5 93e52cc23d5d06e818be8e72574304ea files/digest-gob-2.0.6 62 MD5 69cc2e2c3652b2d96ff87ce2cf96df55 files/digest-gob-2.0.9 62 +MD5 af1045825b434f2c59e89e0ed157e085 files/digest-gob-2.0.11 63 diff --git a/dev-util/gob/files/digest-gob-2.0.11 b/dev-util/gob/files/digest-gob-2.0.11 new file mode 100644 index 000000000000..720304f55b5d --- /dev/null +++ b/dev-util/gob/files/digest-gob-2.0.11 @@ -0,0 +1 @@ +MD5 12a5f3bb9d3e6b62dcb914f541709c63 gob2-2.0.11.tar.gz 239798 diff --git a/dev-util/gob/gob-1.0.12.ebuild b/dev-util/gob/gob-1.0.12.ebuild index d97bed6aeb32..ac6874340f55 100644 --- a/dev-util/gob/gob-1.0.12.ebuild +++ b/dev-util/gob/gob-1.0.12.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# 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-1.0.12.ebuild,v 1.17 2004/07/14 23:40:11 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/gob/gob-1.0.12.ebuild,v 1.18 2005/01/31 04:16:50 joem Exp $ DESCRIPTION="preprocessor for making GTK+ objects with inline C code" SRC_URI="http://ftp.5z.com/pub/gob/${P}.tar.gz" diff --git a/dev-util/gob/gob-2.0.11.ebuild b/dev-util/gob/gob-2.0.11.ebuild new file mode 100644 index 000000000000..21054e906544 --- /dev/null +++ b/dev-util/gob/gob-2.0.11.ebuild @@ -0,0 +1,27 @@ +# 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 $ + +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} + dev-util/pkgconfig + sys-devel/flex" + +DOCS="AUTHORS COPYING.generated-code ChangeLog NEWS README TODO" + +USE_DESTDIR="1" diff --git a/dev-util/gob/gob-2.0.6.ebuild b/dev-util/gob/gob-2.0.6.ebuild index d078d63281db..ca74ba954999 100644 --- a/dev-util/gob/gob-2.0.6.ebuild +++ b/dev-util/gob/gob-2.0.6.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# 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.11 2004/07/14 23:40:11 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/gob/gob-2.0.6.ebuild,v 1.12 2005/01/31 04:16:50 joem Exp $ inherit gnome2 diff --git a/dev-util/gob/gob-2.0.9.ebuild b/dev-util/gob/gob-2.0.9.ebuild index b22c620c968d..55d2e768844c 100644 --- a/dev-util/gob/gob-2.0.9.ebuild +++ b/dev-util/gob/gob-2.0.9.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# 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.9.ebuild,v 1.1 2004/08/08 15:46:09 foser Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/gob/gob-2.0.9.ebuild,v 1.2 2005/01/31 04:16:50 joem Exp $ inherit gnome2 @@ -14,7 +14,7 @@ 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" |