diff options
Diffstat (limited to 'www-client/downman/downman-0.0.5.ebuild')
-rw-r--r-- | www-client/downman/downman-0.0.5.ebuild | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/www-client/downman/downman-0.0.5.ebuild b/www-client/downman/downman-0.0.5.ebuild deleted file mode 100644 index eac109b71072..000000000000 --- a/www-client/downman/downman-0.0.5.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/downman/downman-0.0.5.ebuild,v 1.1 2005/03/17 17:52:13 seemant Exp $ - -inherit eutils gnome2 - -DESCRIPTION="Download Manager (aka downman) is a suite of programs to download files" -HOMEPAGE="http://downman.sourceforge.net" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~x86 ppc ~sparc alpha amd64" -IUSE="" - -DEPEND=">=x11-libs/gtk+-2.0 - >=dev-libs/glib-2.0 - >=gnome-base/libgnome-2.0 - >=gnome-base/libgnomeui-2.0 - >=gnome-base/libglade-2.0 - >=dev-libs/libxml2-2.0" - -DOCS="ABOUT-NLS AUTHORS ChangeLog COPYING README INSTALL NEWS" - -src_unpack() { - unpack ${A} - cd ${S} - - epatch ${FILESDIR}/${PV}-gcc34.patch -} |