diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2011-01-12 23:21:23 +0000 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2011-01-12 23:21:23 +0000 |
commit | 4b78593e39facaa1940a7654fe1a42cb6192e7ac (patch) | |
tree | ef0b47c83bdd63f15dc1e3b75350486895152507 /dev-util/gob | |
parent | sys-kernel/genkernel: Integrate GnuPG 1.x (diff) | |
download | gentoo-2-4b78593e39facaa1940a7654fe1a42cb6192e7ac.tar.gz gentoo-2-4b78593e39facaa1940a7654fe1a42cb6192e7ac.tar.bz2 gentoo-2-4b78593e39facaa1940a7654fe1a42cb6192e7ac.zip |
Version bump. Macro now exits when gob is not found and other minor updates.
(Portage version: 2.2.0_alpha13/cvs/Linux x86_64)
Diffstat (limited to 'dev-util/gob')
-rw-r--r-- | dev-util/gob/ChangeLog | 9 | ||||
-rw-r--r-- | dev-util/gob/gob-2.0.18.ebuild | 29 |
2 files changed, 36 insertions, 2 deletions
diff --git a/dev-util/gob/ChangeLog b/dev-util/gob/ChangeLog index 576ec3b8eaaa..be21c281d851 100644 --- a/dev-util/gob/ChangeLog +++ b/dev-util/gob/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-util/gob -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/gob/ChangeLog,v 1.72 2010/05/31 21:21:10 eva Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/gob/ChangeLog,v 1.73 2011/01/12 23:21:23 eva Exp $ + +*gob-2.0.18 (12 Jan 2011) + + 12 Jan 2011; Gilles Dartiguelongue <eva@gentoo.org> +gob-2.0.18.ebuild: + Version bump. Macro now exits when gob is not found and other minor updates. 31 May 2010; Gilles Dartiguelongue <eva@gentoo.org> -gob-2.0.16.ebuild: Clean up old revisions. diff --git a/dev-util/gob/gob-2.0.18.ebuild b/dev-util/gob/gob-2.0.18.ebuild new file mode 100644 index 000000000000..96f84e67bc7b --- /dev/null +++ b/dev-util/gob/gob-2.0.18.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2011 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.1 2011/01/12 23:21:23 eva 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.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:2" +DEPEND="${RDEPEND} + dev-util/pkgconfig + sys-devel/flex" + +DOCS="AUTHORS ChangeLog NEWS README TODO" |