diff options
author | Joe McCann <joem@gentoo.org> | 2004-12-02 23:28:28 +0000 |
---|---|---|
committer | Joe McCann <joem@gentoo.org> | 2004-12-02 23:28:28 +0000 |
commit | ba14f4571481cc58889b020da7c528efd9a01676 (patch) | |
tree | 1aa178417e1a05ed600b9bb81b016416420f6c18 /app-editors/ghex | |
parent | Fixed KEYWORDS. (diff) | |
download | historical-ba14f4571481cc58889b020da7c528efd9a01676.tar.gz historical-ba14f4571481cc58889b020da7c528efd9a01676.tar.bz2 historical-ba14f4571481cc58889b020da7c528efd9a01676.zip |
remove subdeps and making sure to never again add dupe deps. Also adding gnome2 destdir stuff
Diffstat (limited to 'app-editors/ghex')
-rw-r--r-- | app-editors/ghex/ChangeLog | 8 | ||||
-rw-r--r-- | app-editors/ghex/Manifest | 4 | ||||
-rw-r--r-- | app-editors/ghex/ghex-2.8.1.ebuild | 8 |
3 files changed, 12 insertions, 8 deletions
diff --git a/app-editors/ghex/ChangeLog b/app-editors/ghex/ChangeLog index da13224631e0..44fbeb316ff8 100644 --- a/app-editors/ghex/ChangeLog +++ b/app-editors/ghex/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-editors/ghex # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/ghex/ChangeLog,v 1.22 2004/12/01 19:44:44 joem Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/ghex/ChangeLog,v 1.23 2004/12/02 23:28:28 joem Exp $ + +*ghex-2.8.1 (02 Dec 2004) + + 02 Dec 2004; Joe McCann <joem@gentoo.org> ghex-2.8.1.ebuild: + remove subdeps and making sure to never again add dupe deps. Also adding + gnome2 destdir stuff 01 Dec 2004; Joe McCann <joem@gentoo.org> : Overdue bump to latest version. Updated old deps and added new ones diff --git a/app-editors/ghex/Manifest b/app-editors/ghex/Manifest index b346e08968c5..73ef4e36c17f 100644 --- a/app-editors/ghex/Manifest +++ b/app-editors/ghex/Manifest @@ -1,10 +1,10 @@ -MD5 09555d5a8b8133a84270c29d5c754212 ChangeLog 2858 +MD5 18853ec1ea55cd712fbb0774ec737bdf ChangeLog 3047 MD5 080dc994f8bea08e2aec8fca72f956af ghex-1.2.1.ebuild 1007 MD5 3510e5185ac77e00a852e39af4867201 ghex-2.2.1.ebuild 670 MD5 c6095bb342cb460060a1154ae7c3cdf7 ghex-2.4.0.1.ebuild 772 MD5 2ba3c9510b917c3d9a8717e176a1e436 ghex-2.4.1.ebuild 788 MD5 03ad2e6c4ab41244af1015a8bbb0b39f metadata.xml 158 -MD5 07f90fb30df4e1353a952149af3afffe ghex-2.8.1.ebuild 816 +MD5 f4f7c68efbf245245149c808ccec25df ghex-2.8.1.ebuild 730 MD5 22a11afdebbfb2354881e9d76f88a06e files/digest-ghex-1.2.1 62 MD5 1e32613b88b86755c0dabc522af1ef41 files/digest-ghex-2.2.1 63 MD5 03fbd46972450f035f67135507be454b files/digest-ghex-2.4.0.1 65 diff --git a/app-editors/ghex/ghex-2.8.1.ebuild b/app-editors/ghex/ghex-2.8.1.ebuild index 862d3398e1fe..6ba5a51565cf 100644 --- a/app-editors/ghex/ghex-2.8.1.ebuild +++ b/app-editors/ghex/ghex-2.8.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/ghex/ghex-2.8.1.ebuild,v 1.1 2004/12/01 19:44:44 joem Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/ghex/ghex-2.8.1.ebuild,v 1.2 2004/12/02 23:28:28 joem Exp $ inherit gnome2 @@ -15,11 +15,7 @@ IUSE="" RDEPEND=">=gnome-base/gail-0.17 >=x11-libs/gtk+-2.4 >=dev-libs/atk-1 - >=gnome-base/gconf-2 - >=gnome-base/gnome-vfs-2 - >=gnome-base/libgnomeui-2 >=gnome-base/libgnomeui-2.6 - >=gnome-base/libbonoboui-2 >=gnome-base/libgnomeprintui-2.2" DEPEND="${RDEPEND} app-text/scrollkeeper @@ -32,3 +28,5 @@ src_unpack() { unpack ${A} cd ${S}; gnome2_omf_fix } + +USE_DESTDIR="1" |