From fe4b97b32fa4602653a2e18d50d3988b143463ba Mon Sep 17 00:00:00 2001 From: Marinus Schraal Date: Wed, 10 Sep 2003 21:59:02 +0000 Subject: quick bugfix release --- app-editors/ghex/ChangeLog | 7 +++++- app-editors/ghex/Manifest | 6 ++--- app-editors/ghex/files/digest-ghex-2.4.0 | 1 - app-editors/ghex/files/digest-ghex-2.4.0.1 | 1 + app-editors/ghex/ghex-2.4.0.1.ebuild | 38 ++++++++++++++++++++++++++++++ app-editors/ghex/ghex-2.4.0.ebuild | 38 ------------------------------ 6 files changed, 47 insertions(+), 44 deletions(-) delete mode 100644 app-editors/ghex/files/digest-ghex-2.4.0 create mode 100644 app-editors/ghex/files/digest-ghex-2.4.0.1 create mode 100644 app-editors/ghex/ghex-2.4.0.1.ebuild delete mode 100644 app-editors/ghex/ghex-2.4.0.ebuild (limited to 'app-editors/ghex') 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 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.1.ebuild b/app-editors/ghex/ghex-2.4.0.1.ebuild new file mode 100644 index 000000000000..f5b86c510131 --- /dev/null +++ b/app-editors/ghex/ghex-2.4.0.1.ebuild @@ -0,0 +1,38 @@ +# 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.1.ebuild,v 1.1 2003/09/10 21:58:54 foser Exp $ + +inherit gnome2 + +IUSE="" +DESCRIPTION="Gnome hexadecimal editor" +HOMEPAGE="http://pluton.ijs.si/~jaka/gnome.html" + +RDEPEND=">=gnome-base/gail-0.17 + >=x11-libs/gtk+-2 + >=dev-libs/atk-1 + >=gnome-base/libgnomeui-2 + >=gnome-base/libglade-2 + >=gnome-base/libgnomeprintui-2.2" + +DEPEND="${RDEPEND} + app-text/scrollkeeper + dev-util/intltool + >=dev-util/pkgconfig-0.9" + +SLOT="2" +LICENSE="GPL-2 FDL-1.1" +KEYWORDS="~x86" + +DOCS="AUTHORS COPYING* ChangeLog INSTALL NEWS README TODO" + +MAKEOPTS="-j1" + +src_unpack() { + + unpack ${A} + + cd ${S} + gnome2_omf_fix + +} diff --git a/app-editors/ghex/ghex-2.4.0.ebuild b/app-editors/ghex/ghex-2.4.0.ebuild deleted file mode 100644 index 034824c30e19..000000000000 --- a/app-editors/ghex/ghex-2.4.0.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# 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 $ - -inherit gnome2 - -IUSE="nls" -DESCRIPTION="Gnome hexadecimal editor" -HOMEPAGE="http://pluton.ijs.si/~jaka/gnome.html" - -RDEPEND=">=gnome-base/gail-0.17 - >=x11-libs/gtk+-2 - >=dev-libs/atk-1 - >=gnome-base/libgnomeui-2 - >=gnome-base/libglade-2 - >=gnome-base/libgnomeprintui-2.2" - -DEPEND="${RDEPEND} - app-text/scrollkeeper - dev-util/intltool - >=dev-util/pkgconfig-0.9" - -SLOT="2" -LICENSE="GPL-2 FDL-1.1" -KEYWORDS="~x86" - -DOCS="AUTHORS COPYING* ChangeLog INSTALL NEWS README TODO" - -MAKEOPTS="-j1" - -src_unpack() { - - unpack ${A} - - cd ${S} - gnome2_omf_fix - -} -- cgit v1.2.3-65-gdbad