diff options
author | Mart Raudsepp <leio@gentoo.org> | 2008-02-17 20:28:35 +0000 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2008-02-17 20:28:35 +0000 |
commit | e49aff3ce3c9c2af03a9efe4d514d140ef090d04 (patch) | |
tree | 4c3991a8f6078c818209c1625752fb396e2c2556 /app-editors/ghex | |
parent | Revision bump for genpatches 9, TuxOnIce 3.0-rc5 for 2.6.23.16. (diff) | |
download | gentoo-2-e49aff3ce3c9c2af03a9efe4d514d140ef090d04.tar.gz gentoo-2-e49aff3ce3c9c2af03a9efe4d514d140ef090d04.tar.bz2 gentoo-2-e49aff3ce3c9c2af03a9efe4d514d140ef090d04.zip |
Version bump
(Portage version: 2.1.4.4)
Diffstat (limited to 'app-editors/ghex')
-rw-r--r-- | app-editors/ghex/ChangeLog | 7 | ||||
-rw-r--r-- | app-editors/ghex/ghex-2.21.90.ebuild | 27 |
2 files changed, 33 insertions, 1 deletions
diff --git a/app-editors/ghex/ChangeLog b/app-editors/ghex/ChangeLog index 71e2df91a59e..1ad09149e76c 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.43 2008/02/06 18:31:17 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/ghex/ChangeLog,v 1.44 2008/02/17 20:28:35 leio Exp $ + +*ghex-2.21.90 (17 Feb 2008) + + 17 Feb 2008; Mart Raudsepp <leio@gentoo.org> +ghex-2.21.90.ebuild: + Version bump 06 Feb 2008; nixnut <nixnut@gentoo.org> ghex-2.20.0.ebuild: stable on ppc wrt bug #208364 diff --git a/app-editors/ghex/ghex-2.21.90.ebuild b/app-editors/ghex/ghex-2.21.90.ebuild new file mode 100644 index 000000000000..208c53efacf8 --- /dev/null +++ b/app-editors/ghex/ghex-2.21.90.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.21.90.ebuild,v 1.1 2008/02/17 20:28:35 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=">=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" |