diff options
author | Mart Raudsepp <leio@gentoo.org> | 2008-01-31 23:01:29 +0000 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2008-01-31 23:01:29 +0000 |
commit | 477bcc8c16cf36132e8ee0f53e144cf0e9f8dbf1 (patch) | |
tree | de3425e43cacaedf8a543fc169828163704b6c04 /app-editors/ghex | |
parent | Remove old 2.16 version (diff) | |
download | gentoo-2-477bcc8c16cf36132e8ee0f53e144cf0e9f8dbf1.tar.gz gentoo-2-477bcc8c16cf36132e8ee0f53e144cf0e9f8dbf1.tar.bz2 gentoo-2-477bcc8c16cf36132e8ee0f53e144cf0e9f8dbf1.zip |
remove old
(Portage version: 2.1.4)
Diffstat (limited to 'app-editors/ghex')
-rw-r--r-- | app-editors/ghex/ghex-2.8.1.ebuild | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/app-editors/ghex/ghex-2.8.1.ebuild b/app-editors/ghex/ghex-2.8.1.ebuild deleted file mode 100644 index 025d5a150d25..000000000000 --- a/app-editors/ghex/ghex-2.8.1.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2007 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.8 2007/01/10 08:38:27 opfer 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=">=gnome-base/gail-0.17 - >=x11-libs/gtk+-2.4 - dev-libs/popt - >=dev-libs/atk-1 - >=gnome-base/libgnomeui-2.6 - >=gnome-base/libgnomeprintui-2.2" -DEPEND="${RDEPEND} - app-text/scrollkeeper - >=dev-util/intltool-0.30 - >=dev-util/pkgconfig-0.9" - -DOCS="AUTHORS ChangeLog INSTALL NEWS README" - -src_unpack() { - unpack ${A} - cd ${S}; gnome2_omf_fix -} - -USE_DESTDIR="1" |