summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2012-12-16 15:31:59 +0000
committerGilles Dartiguelongue <eva@gentoo.org>2012-12-16 15:31:59 +0000
commitd81fbaf69bddb48b94a530a5fe743a991c41037a (patch)
tree567eeeadcaa64eccc4a393ee04b39cae00df0f55 /app-editors/ghex
parentsparc stable wrt #440288 (diff)
downloadgentoo-2-d81fbaf69bddb48b94a530a5fe743a991c41037a.tar.gz
gentoo-2-d81fbaf69bddb48b94a530a5fe743a991c41037a.tar.bz2
gentoo-2-d81fbaf69bddb48b94a530a5fe743a991c41037a.zip
Version bump for Gnome 3.6. Drop old revision.
(Portage version: 2.2.0_alpha149/cvs/Linux x86_64, signed Manifest commit with key C6085806)
Diffstat (limited to 'app-editors/ghex')
-rw-r--r--app-editors/ghex/ChangeLog8
-rw-r--r--app-editors/ghex/ghex-3.0.0.ebuild34
-rw-r--r--app-editors/ghex/ghex-3.6.1.ebuild42
3 files changed, 49 insertions, 35 deletions
diff --git a/app-editors/ghex/ChangeLog b/app-editors/ghex/ChangeLog
index e3d5aa41824a..b3f5ce45b281 100644
--- a/app-editors/ghex/ChangeLog
+++ b/app-editors/ghex/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for app-editors/ghex
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/ghex/ChangeLog,v 1.75 2012/10/16 04:02:20 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/ghex/ChangeLog,v 1.76 2012/12/16 15:31:59 eva Exp $
+
+*ghex-3.6.1 (16 Dec 2012)
+
+ 16 Dec 2012; Gilles Dartiguelongue <eva@gentoo.org> -ghex-3.0.0.ebuild,
+ +ghex-3.6.1.ebuild:
+ Version bump for Gnome 3.6. Drop old revision.
16 Oct 2012; Anthony G. Basile <blueness@gentoo.org> ChangeLog:
stable ppc, bug #427544
diff --git a/app-editors/ghex/ghex-3.0.0.ebuild b/app-editors/ghex/ghex-3.0.0.ebuild
deleted file mode 100644
index c116725de866..000000000000
--- a/app-editors/ghex/ghex-3.0.0.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/ghex/ghex-3.0.0.ebuild,v 1.7 2012/05/03 18:33:01 jdhore Exp $
-
-EAPI="4"
-GCONF_DEBUG="no"
-GNOME2_LA_PUNT="yes"
-
-inherit gnome2
-
-DESCRIPTION="Gnome hexadecimal editor"
-HOMEPAGE="http://www.gnome.org/"
-
-LICENSE="GPL-2 FDL-1.1"
-SLOT="2"
-KEYWORDS="amd64 ppc x86 ~x86-interix ~amd64-linux ~x86-linux"
-IUSE=""
-
-RDEPEND=">=dev-libs/glib-2.26:2
- >=x11-libs/gtk+-3.0:3
- >=dev-libs/atk-1"
-DEPEND="${RDEPEND}
- virtual/pkgconfig
- >=dev-util/intltool-0.41.1
- >=app-text/gnome-doc-utils-0.9.0
- >=sys-devel/gettext-0.17"
-
-pkg_setup() {
- DOCS="AUTHORS ChangeLog NEWS README"
- G2CONF="${G2CONF}
- --disable-schemas-compile
- --disable-scrollkeeper
- --disable-static"
-}
diff --git a/app-editors/ghex/ghex-3.6.1.ebuild b/app-editors/ghex/ghex-3.6.1.ebuild
new file mode 100644
index 000000000000..71feb0d011b1
--- /dev/null
+++ b/app-editors/ghex/ghex-3.6.1.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-editors/ghex/ghex-3.6.1.ebuild,v 1.1 2012/12/16 15:31:59 eva Exp $
+
+EAPI="4"
+GCONF_DEBUG="no"
+GNOME2_LA_PUNT="yes"
+
+inherit gnome2
+if [[ ${PV} = 9999 ]]; then
+ inherit gnome2-live
+fi
+
+DESCRIPTION="Gnome hexadecimal editor"
+HOMEPAGE="http://www.gnome.org/"
+
+LICENSE="GPL-2 FDL-1.1"
+SLOT="2"
+if [[ ${PV} = 9999 ]]; then
+ KEYWORDS=""
+else
+ KEYWORDS="~amd64 ~ppc ~x86 ~x86-interix ~amd64-linux ~x86-linux"
+fi
+IUSE=""
+
+RDEPEND="
+ >=dev-libs/atk-1
+ >=dev-libs/glib-2.31.10:2
+ >=x11-libs/gtk+-3.3.8:3
+"
+DEPEND="${RDEPEND}
+ >=app-text/gnome-doc-utils-0.9.0
+ >=dev-util/intltool-0.41.1
+ >=sys-devel/gettext-0.17
+ virtual/pkgconfig
+"
+
+src_configure() {
+ DOCS="AUTHORS NEWS README"
+ G2CONF="${G2CONF} --disable-static"
+ gnome2_src_configure
+} \ No newline at end of file