summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2011-01-24 13:12:44 +0000
committerGilles Dartiguelongue <eva@gentoo.org>2011-01-24 13:12:44 +0000
commit7260dddba0465d5db51e77dc48a29e1e8e37bb07 (patch)
treebdcc92bc1ff6f9bb8f0eb3228a423cb9db10fc9b
parentstable x86, bug 351766 (diff)
downloadgentoo-2-7260dddba0465d5db51e77dc48a29e1e8e37bb07.tar.gz
gentoo-2-7260dddba0465d5db51e77dc48a29e1e8e37bb07.tar.bz2
gentoo-2-7260dddba0465d5db51e77dc48a29e1e8e37bb07.zip
Pin gtk+ dependency to slot 2. Update ebuild to EAPI 3.
(Portage version: 2.2.0_alpha19/cvs/Linux x86_64)
-rw-r--r--app-editors/ghex/ChangeLog7
-rw-r--r--app-editors/ghex/ghex-2.24.0.ebuild14
2 files changed, 13 insertions, 8 deletions
diff --git a/app-editors/ghex/ChangeLog b/app-editors/ghex/ChangeLog
index ba497e88c0a4..3eab4451d343 100644
--- a/app-editors/ghex/ChangeLog
+++ b/app-editors/ghex/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-editors/ghex
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/ghex/ChangeLog,v 1.61 2010/07/20 14:59:56 jer Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-editors/ghex/ChangeLog,v 1.62 2011/01/24 13:12:44 eva Exp $
+
+ 24 Jan 2011; Gilles Dartiguelongue <eva@gentoo.org> ghex-2.24.0.ebuild:
+ Pin gtk+ dependency to slot 2. Update ebuild to EAPI 3.
20 Jul 2010; Jeroen Roovers <jer@gentoo.org> ghex-2.24.0.ebuild:
Drop HPPA keywording (bug #324511).
diff --git a/app-editors/ghex/ghex-2.24.0.ebuild b/app-editors/ghex/ghex-2.24.0.ebuild
index 6535043abe03..927b76caf422 100644
--- a/app-editors/ghex/ghex-2.24.0.ebuild
+++ b/app-editors/ghex/ghex-2.24.0.ebuild
@@ -1,7 +1,8 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/ghex/ghex-2.24.0.ebuild,v 1.10 2010/07/20 14:59:56 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/ghex/ghex-2.24.0.ebuild,v 1.11 2011/01/24 13:12:44 eva Exp $
+EAPI="3"
GCONF_DEBUG="no"
inherit gnome2
@@ -14,7 +15,7 @@ SLOT="2"
KEYWORDS="amd64 ppc sparc x86 ~x86-interix ~amd64-linux ~x86-linux"
IUSE=""
-RDEPEND=">=x11-libs/gtk+-2.13.0
+RDEPEND=">=x11-libs/gtk+-2.13:2
dev-libs/popt
>=dev-libs/atk-1
>=gnome-base/gconf-2
@@ -26,6 +27,7 @@ DEPEND="${RDEPEND}
>=dev-util/intltool-0.35
>=app-text/gnome-doc-utils-0.3.2"
-DOCS="AUTHORS ChangeLog NEWS README"
-
-G2CONF="${G2CONF} --disable-static"
+pkg_setup() {
+ DOCS="AUTHORS ChangeLog NEWS README"
+ G2CONF="${G2CONF} --disable-static"
+}