summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2008-04-10 22:45:57 +0000
committerGilles Dartiguelongue <eva@gentoo.org>2008-04-10 22:45:57 +0000
commit18a929737fcca4d7548925c95bcc3a8d8f80ad11 (patch)
tree17ec0eece9289ea0654a8ceff4d7994f93becd36 /app-editors
parentAdd a mask for amarok 1.4.9.1. (diff)
downloadgentoo-2-18a929737fcca4d7548925c95bcc3a8d8f80ad11.tar.gz
gentoo-2-18a929737fcca4d7548925c95bcc3a8d8f80ad11.tar.bz2
gentoo-2-18a929737fcca4d7548925c95bcc3a8d8f80ad11.zip
bump to 2.22.0. A simple bugfix.
(Portage version: 2.1.5_rc2)
Diffstat (limited to 'app-editors')
-rw-r--r--app-editors/ghex/ChangeLog7
-rw-r--r--app-editors/ghex/ghex-2.22.0.ebuild27
2 files changed, 33 insertions, 1 deletions
diff --git a/app-editors/ghex/ChangeLog b/app-editors/ghex/ChangeLog
index 1ad09149e76c..95d22753bc0a 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.44 2008/02/17 20:28:35 leio Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/ghex/ChangeLog,v 1.45 2008/04/10 22:45:57 eva Exp $
+
+*ghex-2.22.0 (10 Apr 2008)
+
+ 10 Apr 2008; Gilles Dartiguelongue <eva@gentoo.org> +ghex-2.22.0.ebuild:
+ bump to 2.22.0. A simple bugfix.
*ghex-2.21.90 (17 Feb 2008)
diff --git a/app-editors/ghex/ghex-2.22.0.ebuild b/app-editors/ghex/ghex-2.22.0.ebuild
new file mode 100644
index 000000000000..84eb729243d8
--- /dev/null
+++ b/app-editors/ghex/ghex-2.22.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2008 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-editors/ghex/ghex-2.22.0.ebuild,v 1.1 2008/04/10 22:45:57 eva 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=">=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"