diff options
author | Marinus Schraal <foser@gentoo.org> | 2003-01-07 01:20:35 +0000 |
---|---|---|
committer | Marinus Schraal <foser@gentoo.org> | 2003-01-07 01:20:35 +0000 |
commit | a6436a75cfd0e025375d1da10a965180d5a7eaf4 (patch) | |
tree | 137a5414a5a66b10dcd530e1291aad2e1be4cdc7 /app-editors/ghex | |
parent | New version (diff) | |
download | historical-a6436a75cfd0e025375d1da10a965180d5a7eaf4.tar.gz historical-a6436a75cfd0e025375d1da10a965180d5a7eaf4.tar.bz2 historical-a6436a75cfd0e025375d1da10a965180d5a7eaf4.zip |
New version
Diffstat (limited to 'app-editors/ghex')
-rw-r--r-- | app-editors/ghex/ChangeLog | 7 | ||||
-rw-r--r-- | app-editors/ghex/files/digest-ghex-2.0.0 | 1 | ||||
-rw-r--r-- | app-editors/ghex/ghex-1.2.1.ebuild | 4 | ||||
-rw-r--r-- | app-editors/ghex/ghex-2.0.0.ebuild | 24 |
4 files changed, 33 insertions, 3 deletions
diff --git a/app-editors/ghex/ChangeLog b/app-editors/ghex/ChangeLog index 7370a29ae816..c497c24f63d4 100644 --- a/app-editors/ghex/ChangeLog +++ b/app-editors/ghex/ChangeLog @@ -1,6 +1,11 @@ # 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.5 2002/12/13 10:56:05 blizzy Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/ghex/ChangeLog,v 1.6 2003/01/07 01:20:27 foser Exp $ + +*ghex-2.0.0 (06 Jan 2003) + + 06 Jan 2003; foser <foser@gentoo.org> ghex-2.0.0.ebuild : + New version for gnome2, slotified it 06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords diff --git a/app-editors/ghex/files/digest-ghex-2.0.0 b/app-editors/ghex/files/digest-ghex-2.0.0 new file mode 100644 index 000000000000..c0d6f1a36945 --- /dev/null +++ b/app-editors/ghex/files/digest-ghex-2.0.0 @@ -0,0 +1 @@ +MD5 9c5f07cd4cd79c3e7ab0dce3e928c9b3 ghex-2.0.0.tar.bz2 606840 diff --git a/app-editors/ghex/ghex-1.2.1.ebuild b/app-editors/ghex/ghex-1.2.1.ebuild index 5f2d552ef12c..d3b03cba0002 100644 --- a/app-editors/ghex/ghex-1.2.1.ebuild +++ b/app-editors/ghex/ghex-1.2.1.ebuild @@ -1,6 +1,6 @@ # 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-1.2.1.ebuild,v 1.10 2002/12/09 04:17:39 manson Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/ghex/ghex-1.2.1.ebuild,v 1.11 2003/01/07 01:20:30 foser Exp $ IUSE="nls" @@ -21,7 +21,7 @@ RDEPEND="=x11-libs/gtk+-1.2* DEPEND="${RDEPEND} nls? ( sys-devel/gettext )" -SLOT="0" +SLOT="1" LICENSE="GPL-2" KEYWORDS="x86 ppc sparc " diff --git a/app-editors/ghex/ghex-2.0.0.ebuild b/app-editors/ghex/ghex-2.0.0.ebuild new file mode 100644 index 000000000000..4dfd28237007 --- /dev/null +++ b/app-editors/ghex/ghex-2.0.0.ebuild @@ -0,0 +1,24 @@ +# 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.0.0.ebuild,v 1.1 2003/01/07 01:20:35 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-1.116" + +DEPEND="${RDEPEND} + sys-devel/gettext + dev-util/intltool + >=gnome-base/gconf-1.2" + +SLOT="2" +LICENSE="GPL-2" +KEYWORDS="~x86" |