diff options
Diffstat (limited to 'dev-util/devhelp/devhelp-0.9.ebuild')
-rw-r--r-- | dev-util/devhelp/devhelp-0.9.ebuild | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/dev-util/devhelp/devhelp-0.9.ebuild b/dev-util/devhelp/devhelp-0.9.ebuild deleted file mode 100644 index a0b5a09425d7..000000000000 --- a/dev-util/devhelp/devhelp-0.9.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/devhelp/devhelp-0.9.ebuild,v 1.3 2004/06/25 02:28:17 agriffis Exp $ - -inherit gnome2 - -DESCRIPTION="Developer help browser" -HOMEPAGE="http://www.imendio.com/projects/devhelp/" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~x86 ~ppc ~sparc ~amd64" -IUSE="zlib" - -RDEPEND=">=dev-libs/glib-2 - >=x11-libs/gtk+-2.4 - >=gnome-base/libgnomeui-2.2 - >=gnome-base/gnome-vfs-2.2 - net-www/mozilla - zlib? ( sys-libs/zlib )" - -DEPEND="${RDEPEND} - dev-util/pkgconfig" - -DOCS="AUTHORS COPYING ChangeLog README NEWS TODO" - -G2CONF="${G2CONF} $(use_with zlib)" -#see bug #52680; when USE="-zlib" emerge devhelp, portage implodes due -#to use_with fooling w/ return values. this is a bandaid so users don't -#run into it- it should be removed as soon as a portage .51 is stabled -[ 0 == 0 ] |