summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarinus Schraal <foser@gentoo.org>2003-01-31 17:34:28 +0000
committerMarinus Schraal <foser@gentoo.org>2003-01-31 17:34:28 +0000
commit190f689cd49fdf936e2b449d111d740937ca9d47 (patch)
treececc8b80c5a145b766c42f26e662e7e00090706a /app-editors/ghex
parentnow that we have a kde_src_unpack, it makes sense to move the KDE_REMOVE_DIR ... (diff)
downloadgentoo-2-190f689cd49fdf936e2b449d111d740937ca9d47.tar.gz
gentoo-2-190f689cd49fdf936e2b449d111d740937ca9d47.tar.bz2
gentoo-2-190f689cd49fdf936e2b449d111d740937ca9d47.zip
New version (GNOME 2.2)
Diffstat (limited to 'app-editors/ghex')
-rw-r--r--app-editors/ghex/ChangeLog7
-rw-r--r--app-editors/ghex/files/digest-ghex-2.2.01
-rw-r--r--app-editors/ghex/ghex-2.2.0.ebuild26
3 files changed, 33 insertions, 1 deletions
diff --git a/app-editors/ghex/ChangeLog b/app-editors/ghex/ChangeLog
index c497c24f63d4..5b9dfe9c3fe5 100644
--- a/app-editors/ghex/ChangeLog
+++ b/app-editors/ghex/ChangeLog
@@ -1,7 +1,12 @@
# ChangeLog for app-editors/ghex
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
-# $Header: /var/cvsroot/gentoo-x86/app-editors/ghex/ChangeLog,v 1.6 2003/01/07 01:20:27 foser Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/ghex/ChangeLog,v 1.7 2003/01/31 17:34:28 foser Exp $
+*ghex-2.2.0 (31 Jan 2003)
+
+ 31 Jan 2003; foser <foser@gentoo.org> ghex-2.2.0.ebuild :
+ New version for GNOME 2.2
+
*ghex-2.0.0 (06 Jan 2003)
06 Jan 2003; foser <foser@gentoo.org> ghex-2.0.0.ebuild :
diff --git a/app-editors/ghex/files/digest-ghex-2.2.0 b/app-editors/ghex/files/digest-ghex-2.2.0
new file mode 100644
index 000000000000..0ebfed1a4b6b
--- /dev/null
+++ b/app-editors/ghex/files/digest-ghex-2.2.0
@@ -0,0 +1 @@
+MD5 9a1633566657292c7b85b51c55542f19 ghex-2.2.0.tar.bz2 606738
diff --git a/app-editors/ghex/ghex-2.2.0.ebuild b/app-editors/ghex/ghex-2.2.0.ebuild
new file mode 100644
index 000000000000..d7f03c5a7221
--- /dev/null
+++ b/app-editors/ghex/ghex-2.2.0.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2002 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.0.ebuild,v 1.1 2003/01/31 17:34:28 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/libgnomeui-2
+ >=gnome-base/libglade-2
+ >=gnome-base/libgnomeprintui-2.2"
+
+DEPEND="${RDEPEND}
+ sys-devel/gettext
+ dev-util/intltool
+ >=gnome-base/gconf-1.2"
+
+SLOT="2"
+LICENSE="GPL-2 FDL-1.1"
+KEYWORDS="~x86"
+
+DOCS="AUTHORS COPYING* ChangeLog INSTALL NEWS README TODO"