summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app-editors/ghex/ChangeLog9
-rw-r--r--app-editors/ghex/ghex-2.24.0.ebuild31
2 files changed, 38 insertions, 2 deletions
diff --git a/app-editors/ghex/ChangeLog b/app-editors/ghex/ChangeLog
index 20e2b69ee5dd..5b9fc4b7de8b 100644
--- a/app-editors/ghex/ChangeLog
+++ b/app-editors/ghex/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-editors/ghex
-# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/ghex/ChangeLog,v 1.51 2008/08/17 17:19:36 maekke Exp $
+# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-editors/ghex/ChangeLog,v 1.52 2009/02/19 22:56:11 eva Exp $
+
+*ghex-2.24.0 (19 Feb 2009)
+
+ 19 Feb 2009; Gilles Dartiguelongue <eva@gentoo.org> +ghex-2.24.0.ebuild:
+ Bump to 2.24.0. Nothing much besides bug fixing.
17 Aug 2008; Markus Meier <maekke@gentoo.org> ghex-2.22.0.ebuild:
x86 stable, bug #234517
diff --git a/app-editors/ghex/ghex-2.24.0.ebuild b/app-editors/ghex/ghex-2.24.0.ebuild
new file mode 100644
index 000000000000..b64fd34bf717
--- /dev/null
+++ b/app-editors/ghex/ghex-2.24.0.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2009 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.1 2009/02/19 22:56:11 eva Exp $
+
+GCONF_DEBUG="no"
+
+inherit gnome2
+
+DESCRIPTION="Gnome hexadecimal editor"
+HOMEPAGE="http://www.gnome.org/"
+
+LICENSE="GPL-2 FDL-1.1"
+SLOT="2"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+IUSE=""
+
+RDEPEND=">=x11-libs/gtk+-2.4
+ dev-libs/popt
+ >=dev-libs/atk-1
+ >=gnome-base/libgnomeui-2.6
+ >=gnome-base/libgnomeprintui-2.2
+ >=gnome-base/gail-0.17"
+DEPEND="${RDEPEND}
+ >=dev-util/pkgconfig-0.9
+ app-text/scrollkeeper
+ >=dev-util/intltool-0.35
+ >=app-text/gnome-doc-utils-0.3.2"
+
+DOCS="AUTHORS ChangeLog NEWS README"
+
+G2CONF="${G2CONF} --disable-static"