summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMart Raudsepp <leio@gentoo.org>2007-01-09 06:55:19 +0000
committerMart Raudsepp <leio@gentoo.org>2007-01-09 06:55:19 +0000
commit7e089f2a3662690657657265aceaf05e119a8224 (patch)
treef6f4508196ad7016da298a36bfedb81352fcd483 /app-editors/ghex
parentTransition from einfo to elog (diff)
downloadgentoo-2-7e089f2a3662690657657265aceaf05e119a8224.tar.gz
gentoo-2-7e089f2a3662690657657265aceaf05e119a8224.tar.bz2
gentoo-2-7e089f2a3662690657657265aceaf05e119a8224.zip
Version bump for translation updates
(Portage version: 2.1.2_rc4-r7)
Diffstat (limited to 'app-editors/ghex')
-rw-r--r--app-editors/ghex/ChangeLog9
-rw-r--r--app-editors/ghex/files/digest-ghex-2.8.23
-rw-r--r--app-editors/ghex/ghex-2.8.2.ebuild31
3 files changed, 41 insertions, 2 deletions
diff --git a/app-editors/ghex/ChangeLog b/app-editors/ghex/ChangeLog
index 3f89f62d7709..5c2744f19e74 100644
--- a/app-editors/ghex/ChangeLog
+++ b/app-editors/ghex/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-editors/ghex
-# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/ghex/ChangeLog,v 1.31 2006/12/21 04:25:22 compnerd Exp $
+# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-editors/ghex/ChangeLog,v 1.32 2007/01/09 06:55:19 leio Exp $
+
+*ghex-2.8.2 (09 Jan 2007)
+
+ 09 Jan 2007; Mart Raudsepp <leio@gentoo.org> +ghex-2.8.2.ebuild:
+ Version bump for translation updates
21 Dec 2006; Saleem Abdulrasool <compnerd@gentoo.org> -ghex-1.2.1.ebuild:
gnome-1.x removal
diff --git a/app-editors/ghex/files/digest-ghex-2.8.2 b/app-editors/ghex/files/digest-ghex-2.8.2
new file mode 100644
index 000000000000..1d02707aaa9f
--- /dev/null
+++ b/app-editors/ghex/files/digest-ghex-2.8.2
@@ -0,0 +1,3 @@
+MD5 1940a9f63b0d37604c6b489cda37fc19 ghex-2.8.2.tar.bz2 955164
+RMD160 26fbd8d4c80724f13790d9f67d6d366da2fb8929 ghex-2.8.2.tar.bz2 955164
+SHA256 47142d1903ac8cf09d888a4a349e0a6ea671314354937b63a544b829e008861d ghex-2.8.2.tar.bz2 955164
diff --git a/app-editors/ghex/ghex-2.8.2.ebuild b/app-editors/ghex/ghex-2.8.2.ebuild
new file mode 100644
index 000000000000..653cde747e52
--- /dev/null
+++ b/app-editors/ghex/ghex-2.8.2.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2007 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-editors/ghex/ghex-2.8.2.ebuild,v 1.1 2007/01/09 06:55:19 leio Exp $
+
+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=">=gnome-base/gail-0.17
+ >=x11-libs/gtk+-2.4
+ dev-libs/popt
+ >=dev-libs/atk-1
+ >=gnome-base/libgnomeui-2.6
+ >=gnome-base/libgnomeprintui-2.2"
+DEPEND="${RDEPEND}
+ app-text/scrollkeeper
+ >=dev-util/intltool-0.30
+ >=dev-util/pkgconfig-0.9"
+
+DOCS="AUTHORS ChangeLog NEWS README"
+
+src_unpack() {
+ unpack ${A}
+ cd ${S}; gnome2_omf_fix
+}