summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarinus Schraal <foser@gentoo.org>2003-04-14 11:44:08 +0000
committerMarinus Schraal <foser@gentoo.org>2003-04-14 11:44:08 +0000
commitd6ae9f813f8a6e072a5acdba1f4c333793433062 (patch)
treed43e7e3f7af60fe7ef9d3ee23ae26947deec6cdf /app-editors/ghex
parentDigests didn't get added (diff)
downloadhistorical-d6ae9f813f8a6e072a5acdba1f4c333793433062.tar.gz
historical-d6ae9f813f8a6e072a5acdba1f4c333793433062.tar.bz2
historical-d6ae9f813f8a6e072a5acdba1f4c333793433062.zip
New version
Diffstat (limited to 'app-editors/ghex')
-rw-r--r--app-editors/ghex/ChangeLog7
-rw-r--r--app-editors/ghex/files/digest-ghex-2.2.11
-rw-r--r--app-editors/ghex/ghex-2.2.1.ebuild27
3 files changed, 34 insertions, 1 deletions
diff --git a/app-editors/ghex/ChangeLog b/app-editors/ghex/ChangeLog
index 3e7467bb961c..1b947e8a9fff 100644
--- a/app-editors/ghex/ChangeLog
+++ b/app-editors/ghex/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-editors/ghex
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/ghex/ChangeLog,v 1.8 2003/02/12 03:46:44 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/ghex/ChangeLog,v 1.9 2003/04/14 11:44:08 foser Exp $
+
+*ghex-2.2.1 (14 Apr 2003)
+
+ 14 Apr 2003; foser <foser@gentoo.org> ghex-2.2.1.ebuild :
+ New version
*ghex-2.2.0 (31 Jan 2003)
diff --git a/app-editors/ghex/files/digest-ghex-2.2.1 b/app-editors/ghex/files/digest-ghex-2.2.1
new file mode 100644
index 000000000000..d956a691140c
--- /dev/null
+++ b/app-editors/ghex/files/digest-ghex-2.2.1
@@ -0,0 +1 @@
+MD5 a10ef7db355d2c7790b5d999d0b3087a ghex-2.2.1.tar.bz2 579890
diff --git a/app-editors/ghex/ghex-2.2.1.ebuild b/app-editors/ghex/ghex-2.2.1.ebuild
new file mode 100644
index 000000000000..6b422d7e265d
--- /dev/null
+++ b/app-editors/ghex/ghex-2.2.1.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-editors/ghex/ghex-2.2.1.ebuild,v 1.1 2003/04/14 11:44:08 foser Exp $
+
+inherit gnome2
+
+IUSE="nls"
+S=${WORKDIR}/${P}
+DESCRIPTION="Gnome Hexadecimal editor"
+HOMEPAGE="http://pluton.ijs.si/~jaka/gnome.html"
+
+RDEPEND=">=gnome-base/gail-0.17
+ >=gnome-base/gconf-1.2
+ >=gnome-base/libgnomeui-2
+ >=gnome-base/libglade-2
+ >=gnome-base/libgnomeprintui-2.2"
+
+DEPEND="${RDEPEND}
+ sys-devel/gettext
+ dev-util/intltool
+ >=dev-util/pkgconfig-0.9"
+
+SLOT="2"
+LICENSE="GPL-2 FDL-1.1"
+KEYWORDS="~x86"
+
+DOCS="AUTHORS COPYING* ChangeLog INSTALL NEWS README TODO"