summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandre Rostovtsev <tetromino@gentoo.org>2012-12-19 03:47:09 +0000
committerAlexandre Rostovtsev <tetromino@gentoo.org>2012-12-19 03:47:09 +0000
commite14b90e9481a4089d31d8c45ec7cc94c565b73eb (patch)
tree4bdfc7493bf1f9eae5ee442a68c4045b760b419e /dev-util/gob
parentDev channel bump. (diff)
downloadgentoo-2-e14b90e9481a4089d31d8c45ec7cc94c565b73eb.tar.gz
gentoo-2-e14b90e9481a4089d31d8c45ec7cc94c565b73eb.tar.bz2
gentoo-2-e14b90e9481a4089d31d8c45ec7cc94c565b73eb.zip
Version bump. Update license and homepage, drop old.
(Portage version: 2.2.0_alpha149/cvs/Linux x86_64, signed Manifest commit with key CF0ADD61)
Diffstat (limited to 'dev-util/gob')
-rw-r--r--dev-util/gob/ChangeLog8
-rw-r--r--dev-util/gob/gob-2.0.15.ebuild26
-rw-r--r--dev-util/gob/gob-2.0.17.ebuild28
-rw-r--r--dev-util/gob/gob-2.0.18.ebuild6
-rw-r--r--dev-util/gob/gob-2.0.19.ebuild23
5 files changed, 33 insertions, 58 deletions
diff --git a/dev-util/gob/ChangeLog b/dev-util/gob/ChangeLog
index 05323c970ee5..bf6f1189fe7e 100644
--- a/dev-util/gob/ChangeLog
+++ b/dev-util/gob/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-util/gob
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/gob/ChangeLog,v 1.84 2012/05/04 17:51:43 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/gob/ChangeLog,v 1.85 2012/12/19 03:47:09 tetromino Exp $
+
+*gob-2.0.19 (19 Dec 2012)
+
+ 19 Dec 2012; Alexandre Rostovtsev <tetromino@gentoo.org> -gob-2.0.15.ebuild,
+ -gob-2.0.17.ebuild, gob-2.0.18.ebuild, +gob-2.0.19.ebuild:
+ Version bump. Update license and homepage, drop old.
04 May 2012; Jeff Horelick <jdhore@gentoo.org> gob-2.0.15.ebuild,
gob-2.0.17.ebuild, gob-2.0.18.ebuild:
diff --git a/dev-util/gob/gob-2.0.15.ebuild b/dev-util/gob/gob-2.0.15.ebuild
deleted file mode 100644
index b7c67a9f9d3d..000000000000
--- a/dev-util/gob/gob-2.0.15.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/gob/gob-2.0.15.ebuild,v 1.10 2012/05/04 17:51:43 jdhore Exp $
-
-inherit gnome2
-
-MY_PN=gob2
-MY_P=${MY_PN}-${PV}
-S=${WORKDIR}/${MY_P}
-PVP=(${PV//[-\._]/ })
-
-DESCRIPTION="Preprocessor for making GTK+ objects with inline C code"
-HOMEPAGE="http://www.5z.com/jirka/gob.html"
-SRC_URI="mirror://gnome/sources/${MY_PN}/${PVP[0]}.${PVP[1]}/${MY_P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="2"
-KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sh sparc x86"
-IUSE=""
-
-RDEPEND=">=dev-libs/glib-2"
-DEPEND="${RDEPEND}
- virtual/pkgconfig
- sys-devel/flex"
-
-DOCS="AUTHORS ChangeLog NEWS README TODO"
diff --git a/dev-util/gob/gob-2.0.17.ebuild b/dev-util/gob/gob-2.0.17.ebuild
deleted file mode 100644
index 09da3397ed67..000000000000
--- a/dev-util/gob/gob-2.0.17.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/gob/gob-2.0.17.ebuild,v 1.6 2012/05/04 17:51:43 jdhore Exp $
-
-GCONF_DEBUG="no"
-
-inherit gnome2
-
-MY_PN=gob2
-MY_P=${MY_PN}-${PV}
-S=${WORKDIR}/${MY_P}
-PVP=(${PV//[-\._]/ })
-
-DESCRIPTION="Preprocessor for making GTK+ objects with inline C code"
-HOMEPAGE="http://www.5z.com/jirka/gob.html"
-SRC_URI="mirror://gnome/sources/${MY_PN}/${PVP[0]}.${PVP[1]}/${MY_P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="2"
-KEYWORDS="alpha amd64 arm hppa ia64 ~ppc ~ppc64 sh sparc x86 ~amd64-linux ~x86-linux ~ppc-macos"
-IUSE=""
-
-RDEPEND=">=dev-libs/glib-2"
-DEPEND="${RDEPEND}
- virtual/pkgconfig
- sys-devel/flex"
-
-DOCS="AUTHORS ChangeLog NEWS README TODO"
diff --git a/dev-util/gob/gob-2.0.18.ebuild b/dev-util/gob/gob-2.0.18.ebuild
index 77b413528f10..253a5aa38871 100644
--- a/dev-util/gob/gob-2.0.18.ebuild
+++ b/dev-util/gob/gob-2.0.18.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/gob/gob-2.0.18.ebuild,v 1.8 2012/05/04 17:51:43 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/gob/gob-2.0.18.ebuild,v 1.9 2012/12/19 03:47:09 tetromino Exp $
EAPI="3"
GCONF_DEBUG="no"
@@ -13,10 +13,10 @@ S=${WORKDIR}/${MY_P}
PVP=(${PV//[-\._]/ })
DESCRIPTION="Preprocessor for making GTK+ objects with inline C code"
-HOMEPAGE="http://www.5z.com/jirka/gob.html"
+HOMEPAGE="http://www.jirka.org/gob.html"
SRC_URI="mirror://gnome/sources/${MY_PN}/${PVP[0]}.${PVP[1]}/${MY_P}.tar.bz2"
-LICENSE="GPL-2"
+LICENSE="GPL-2+"
SLOT="2"
KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sh sparc x86 ~amd64-linux ~x86-linux ~ppc-macos"
IUSE=""
diff --git a/dev-util/gob/gob-2.0.19.ebuild b/dev-util/gob/gob-2.0.19.ebuild
new file mode 100644
index 000000000000..eadb76933a91
--- /dev/null
+++ b/dev-util/gob/gob-2.0.19.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/gob/gob-2.0.19.ebuild,v 1.1 2012/12/19 03:47:09 tetromino Exp $
+
+EAPI="5"
+GCONF_DEBUG="no"
+GNOME_ORG_MODULE="gob2"
+
+inherit gnome2
+
+DESCRIPTION="Preprocessor for making GTK+ objects with inline C code"
+HOMEPAGE="http://www.jirka.org/gob.html"
+
+LICENSE="GPL-2+"
+SLOT="2"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
+IUSE=""
+
+RDEPEND=">=dev-libs/glib-2:2"
+DEPEND="${RDEPEND}
+ sys-devel/flex
+ virtual/pkgconfig
+ virtual/yacc"