diff options
Diffstat (limited to 'net-p2p/nicotine/nicotine-1.0.8_rc1.ebuild')
-rw-r--r-- | net-p2p/nicotine/nicotine-1.0.8_rc1.ebuild | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/net-p2p/nicotine/nicotine-1.0.8_rc1.ebuild b/net-p2p/nicotine/nicotine-1.0.8_rc1.ebuild deleted file mode 100644 index 2e749b50eea0..000000000000 --- a/net-p2p/nicotine/nicotine-1.0.8_rc1.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/nicotine/nicotine-1.0.8_rc1.ebuild,v 1.4 2005/12/26 17:30:04 lu_zero Exp $ - -inherit distutils - -DESCRIPTION="Soulseek client written in Python" -HOMEPAGE="http://thegraveyard.org/nicotine/" - -SRC_URI="http://nicotine.thegraveyard.org/${PN}-1.0.8rc1.tar.bz2" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86 ~sparc ~amd64" -IUSE="vorbis geoip" -S="${WORKDIR}/${PN}-1.0.8rc1" -DEPEND="virtual/python - >=dev-python/pygtk-1.99.16 - vorbis? ( >=dev-python/pyvorbis-1 - >=dev-python/pyogg-1 ) - geoip? ( >=dev-python/geoip-python-0.2.0 - >=dev-libs/geoip-1.2.1 )" - - |