diff options
author | 2003-09-10 21:59:02 +0000 | |
---|---|---|
committer | 2003-09-10 21:59:02 +0000 | |
commit | fe4b97b32fa4602653a2e18d50d3988b143463ba (patch) | |
tree | 7d1be2981eefcf6ff506d0d3e9b184631a69d0ca /app-editors/ghex | |
parent | quick bugfix release (diff) | |
download | gentoo-2-fe4b97b32fa4602653a2e18d50d3988b143463ba.tar.gz gentoo-2-fe4b97b32fa4602653a2e18d50d3988b143463ba.tar.bz2 gentoo-2-fe4b97b32fa4602653a2e18d50d3988b143463ba.zip |
quick bugfix release
Diffstat (limited to 'app-editors/ghex')
-rw-r--r-- | app-editors/ghex/ChangeLog | 7 | ||||
-rw-r--r-- | app-editors/ghex/Manifest | 6 | ||||
-rw-r--r-- | app-editors/ghex/files/digest-ghex-2.4.0 | 1 | ||||
-rw-r--r-- | app-editors/ghex/files/digest-ghex-2.4.0.1 | 1 | ||||
-rw-r--r-- | app-editors/ghex/ghex-2.4.0.1.ebuild (renamed from app-editors/ghex/ghex-2.4.0.ebuild) | 4 |
5 files changed, 11 insertions, 8 deletions
diff --git a/app-editors/ghex/ChangeLog b/app-editors/ghex/ChangeLog index 3b864c65dd08..64d19bdaeb39 100644 --- a/app-editors/ghex/ChangeLog +++ b/app-editors/ghex/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-editors/ghex # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/ghex/ChangeLog,v 1.10 2003/09/09 18:05:50 foser Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/ghex/ChangeLog,v 1.11 2003/09/10 21:58:54 foser Exp $ + +*ghex-2.4.0.1 (11 Sep 2003) + + 11 Sep 2003; foser <foser@gentoo.org> ghex-2.4.0.1.ebuild : + Bugfix release, remove nls from IUSE *ghex-2.4.0 (09 Sep 2003) diff --git a/app-editors/ghex/Manifest b/app-editors/ghex/Manifest index f898f5240f3d..455117849416 100644 --- a/app-editors/ghex/Manifest +++ b/app-editors/ghex/Manifest @@ -1,10 +1,8 @@ MD5 3476c6b9e996139c46e915676fbf03fc ghex-2.2.1.ebuild 695 -MD5 291ef9e4b15cd9b3fc4b6030642ba77a ghex-2.4.0.1.ebuild 768 -MD5 d23e74ed443569a2b05ee838a33592d7 ChangeLog 1404 +MD5 38c9faba3cd281a4bbd1242f2b7cbbef ghex-2.4.0.1.ebuild 770 +MD5 8b4b0176685ccae4cff175f1087ced03 ChangeLog 1535 MD5 dbad9382f86dcb150e2b8bb3d752af59 ghex-1.2.1.ebuild 1217 -MD5 6040d34a4da5d73cac36745e53f2a40a ghex-2.4.0.ebuild 771 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 c776292240fea5aa72c8f417b8dcefbb files/digest-ghex-2.4.0 63 diff --git a/app-editors/ghex/files/digest-ghex-2.4.0 b/app-editors/ghex/files/digest-ghex-2.4.0 deleted file mode 100644 index 8afa4b5965ea..000000000000 --- a/app-editors/ghex/files/digest-ghex-2.4.0 +++ /dev/null @@ -1 +0,0 @@ -MD5 d32fe1a502ca0a18ebc3d97eeaa8a8c5 ghex-2.4.0.tar.bz2 906579 diff --git a/app-editors/ghex/files/digest-ghex-2.4.0.1 b/app-editors/ghex/files/digest-ghex-2.4.0.1 new file mode 100644 index 000000000000..2bde47ec673b --- /dev/null +++ b/app-editors/ghex/files/digest-ghex-2.4.0.1 @@ -0,0 +1 @@ +MD5 2add675fa3d8d61e71616d49bb7d861e ghex-2.4.0.1.tar.bz2 906578 diff --git a/app-editors/ghex/ghex-2.4.0.ebuild b/app-editors/ghex/ghex-2.4.0.1.ebuild index 034824c30e19..f5b86c510131 100644 --- a/app-editors/ghex/ghex-2.4.0.ebuild +++ b/app-editors/ghex/ghex-2.4.0.1.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2003 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.0.ebuild,v 1.1 2003/09/09 18:05:50 foser Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/ghex/ghex-2.4.0.1.ebuild,v 1.1 2003/09/10 21:58:54 foser Exp $ inherit gnome2 -IUSE="nls" +IUSE="" DESCRIPTION="Gnome hexadecimal editor" HOMEPAGE="http://pluton.ijs.si/~jaka/gnome.html" |