diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2014-02-09 20:12:57 +0000 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2014-02-09 20:12:57 +0000 |
commit | b861b1a4aaa1fbe282cc7d9629d112f0730c863f (patch) | |
tree | 20c07c9aaa35fc85ae9a17f2cfa8e15c60ef9c91 /dev-util/gob | |
parent | Stable for amd64 wrt bug #495828 (diff) | |
download | gentoo-2-b861b1a4aaa1fbe282cc7d9629d112f0730c863f.tar.gz gentoo-2-b861b1a4aaa1fbe282cc7d9629d112f0730c863f.tar.bz2 gentoo-2-b861b1a4aaa1fbe282cc7d9629d112f0730c863f.zip |
Version bump. Clean up old revision.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key C6085806)
Diffstat (limited to 'dev-util/gob')
-rw-r--r-- | dev-util/gob/ChangeLog | 10 | ||||
-rw-r--r-- | dev-util/gob/gob-2.0.18.ebuild | 29 | ||||
-rw-r--r-- | dev-util/gob/gob-2.0.20.ebuild | 24 |
3 files changed, 32 insertions, 31 deletions
diff --git a/dev-util/gob/ChangeLog b/dev-util/gob/ChangeLog index e7accb20b2e6..6c549823ed03 100644 --- a/dev-util/gob/ChangeLog +++ b/dev-util/gob/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-util/gob -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/gob/ChangeLog,v 1.95 2013/04/09 16:42:44 ago Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/gob/ChangeLog,v 1.96 2014/02/09 20:12:57 eva Exp $ + +*gob-2.0.20 (09 Feb 2014) + + 09 Feb 2014; Gilles Dartiguelongue <eva@gentoo.org> -gob-2.0.18.ebuild, + +gob-2.0.20.ebuild: + Version bump. Clean up old revision. 09 Apr 2013; Agostino Sarubbo <ago@gentoo.org> gob-2.0.19.ebuild: Stable for sh, wrt bug #458984 diff --git a/dev-util/gob/gob-2.0.18.ebuild b/dev-util/gob/gob-2.0.18.ebuild deleted file mode 100644 index 253a5aa38871..000000000000 --- a/dev-util/gob/gob-2.0.18.ebuild +++ /dev/null @@ -1,29 +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.18.ebuild,v 1.9 2012/12/19 03:47:09 tetromino Exp $ - -EAPI="3" -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.jirka.org/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:2" -DEPEND="${RDEPEND} - virtual/pkgconfig - sys-devel/flex" - -DOCS="AUTHORS ChangeLog NEWS README TODO" diff --git a/dev-util/gob/gob-2.0.20.ebuild b/dev-util/gob/gob-2.0.20.ebuild new file mode 100644 index 000000000000..488d5e6c0eee --- /dev/null +++ b/dev-util/gob/gob-2.0.20.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/gob/gob-2.0.20.ebuild,v 1.1 2014/02/09 20:12:57 eva 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.4:2" +DEPEND="${RDEPEND} + sys-devel/flex + virtual/pkgconfig + virtual/yacc +" |