summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlastair Tse <liquidx@gentoo.org>2004-02-14 12:56:07 +0000
committerAlastair Tse <liquidx@gentoo.org>2004-02-14 12:56:07 +0000
commitf760eee308f39e54c2c710eb8c28c86fc2d8ef9b (patch)
tree57ac02cd3b08881050091927e82b4aad2704cad2 /app-editors/ghex
parentadd fixes to pygtkglext examples (#38406) (diff)
downloadhistorical-f760eee308f39e54c2c710eb8c28c86fc2d8ef9b.tar.gz
historical-f760eee308f39e54c2c710eb8c28c86fc2d8ef9b.tar.bz2
historical-f760eee308f39e54c2c710eb8c28c86fc2d8ef9b.zip
version bump
Diffstat (limited to 'app-editors/ghex')
-rw-r--r--app-editors/ghex/ChangeLog7
-rw-r--r--app-editors/ghex/Manifest8
-rw-r--r--app-editors/ghex/files/digest-ghex-2.4.11
-rw-r--r--app-editors/ghex/ghex-2.4.1.ebuild34
4 files changed, 46 insertions, 4 deletions
diff --git a/app-editors/ghex/ChangeLog b/app-editors/ghex/ChangeLog
index 5c7d627f4ab3..2152b97a9c42 100644
--- a/app-editors/ghex/ChangeLog
+++ b/app-editors/ghex/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-editors/ghex
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/ghex/ChangeLog,v 1.14 2004/01/19 12:58:12 gustavoz Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/ghex/ChangeLog,v 1.15 2004/02/14 12:56:07 liquidx Exp $
+
+*ghex-2.4.1 (14 Feb 2004)
+
+ 14 Feb 2004; Alastair Tse <liquidx@gentoo.org> ghex-2.4.1.ebuild:
+ version bump
19 Jan 2004; <gustavoz@gentoo.org> ghex-2.4.0.1.ebuild:
stable on sparc
diff --git a/app-editors/ghex/Manifest b/app-editors/ghex/Manifest
index 9f0b6022372b..0fc3e4efa950 100644
--- a/app-editors/ghex/Manifest
+++ b/app-editors/ghex/Manifest
@@ -1,8 +1,10 @@
+MD5 e5eabf64769f4edf35d6b9ae5d3ef541 ChangeLog 1895
+MD5 dbad9382f86dcb150e2b8bb3d752af59 ghex-1.2.1.ebuild 1217
MD5 3476c6b9e996139c46e915676fbf03fc ghex-2.2.1.ebuild 695
MD5 c5935ef0f559efaa2b45188df8b85691 ghex-2.4.0.1.ebuild 778
-MD5 4dc5113719950882ff885f62fddb3f3b ChangeLog 1785
-MD5 dbad9382f86dcb150e2b8bb3d752af59 ghex-1.2.1.ebuild 1217
+MD5 ed3b75e54b0600b222717923df74b8e2 ghex-2.4.1.ebuild 784
MD5 03ad2e6c4ab41244af1015a8bbb0b39f metadata.xml 158
-MD5 03fbd46972450f035f67135507be454b files/digest-ghex-2.4.0.1 65
MD5 22a11afdebbfb2354881e9d76f88a06e files/digest-ghex-1.2.1 62
MD5 1e32613b88b86755c0dabc522af1ef41 files/digest-ghex-2.2.1 63
+MD5 03fbd46972450f035f67135507be454b files/digest-ghex-2.4.0.1 65
+MD5 dae8a4e35e7d660455c9b1f2ff755c80 files/digest-ghex-2.4.1 63
diff --git a/app-editors/ghex/files/digest-ghex-2.4.1 b/app-editors/ghex/files/digest-ghex-2.4.1
new file mode 100644
index 000000000000..0182df805e16
--- /dev/null
+++ b/app-editors/ghex/files/digest-ghex-2.4.1
@@ -0,0 +1 @@
+MD5 8252eb70a1eb6f2b9283c0b65118702b ghex-2.4.1.tar.bz2 920669
diff --git a/app-editors/ghex/ghex-2.4.1.ebuild b/app-editors/ghex/ghex-2.4.1.ebuild
new file mode 100644
index 000000000000..c8d26e85c902
--- /dev/null
+++ b/app-editors/ghex/ghex-2.4.1.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2004 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-editors/ghex/ghex-2.4.1.ebuild,v 1.1 2004/02/14 12:56:07 liquidx Exp $
+
+inherit gnome2
+
+DESCRIPTION="Gnome hexadecimal editor"
+HOMEPAGE="http://www.gnome.org/softwaremap/projects/ghex/"
+
+IUSE=""
+SLOT="2"
+LICENSE="GPL-2 FDL-1.1"
+KEYWORDS="~x86 ~sparc"
+
+RDEPEND=">=gnome-base/gail-0.17
+ >=x11-libs/gtk+-2
+ >=dev-libs/atk-1
+ >=gnome-base/libgnomeui-2
+ >=gnome-base/libglade-2
+ >=gnome-base/libgnomeprintui-2.2"
+
+DEPEND="${RDEPEND}
+ app-text/scrollkeeper
+ dev-util/intltool
+ >=dev-util/pkgconfig-0.9"
+
+DOCS="AUTHORS COPYING* ChangeLog INSTALL NEWS README TODO"
+
+MAKEOPTS="-j1"
+
+src_unpack() {
+ unpack ${A}
+ cd ${S}; gnome2_omf_fix
+}