diff options
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/nicotine/nicotine-1.0.7_rc1.ebuild | 23 | ||||
-rw-r--r-- | net-p2p/nicotine/nicotine-1.0.7_rc2.ebuild | 23 |
2 files changed, 0 insertions, 46 deletions
diff --git a/net-p2p/nicotine/nicotine-1.0.7_rc1.ebuild b/net-p2p/nicotine/nicotine-1.0.7_rc1.ebuild deleted file mode 100644 index 7893b7077fd3..000000000000 --- a/net-p2p/nicotine/nicotine-1.0.7_rc1.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2004 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/nicotine/nicotine-1.0.7_rc1.ebuild,v 1.1 2004/01/04 22:11:42 tseng Exp $ - -inherit distutils - -DESCRIPTION="Soulseek client written in Python" -HOMEPAGE="http://thegraveyard.org/nicotine/" - -MY_P=${P/_} -SRC_URI="http://thegraveyard.org/nicotine/${MY_P}.tar.bz2" -S=${WORKDIR}/${MY_P} -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~x86" -IUSE="oggvorbis geoip" - -DEPEND="virtual/python - >=dev-python/pygtk-1.99.16 - oggvorbis? ( >=dev-python/pyvorbis-1 - >=dev-python/pyogg-1 ) - geoip? ( >=dev-python/geoip-python-0.2.0 - >=dev-libs/geoip-1.2.1 )" diff --git a/net-p2p/nicotine/nicotine-1.0.7_rc2.ebuild b/net-p2p/nicotine/nicotine-1.0.7_rc2.ebuild deleted file mode 100644 index 0a38672cd6eb..000000000000 --- a/net-p2p/nicotine/nicotine-1.0.7_rc2.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2004 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/nicotine/nicotine-1.0.7_rc2.ebuild,v 1.1 2004/01/24 16:22:06 tseng Exp $ - -inherit distutils - -DESCRIPTION="Soulseek client written in Python" -HOMEPAGE="http://thegraveyard.org/nicotine/" - -MY_P=${P/_} -SRC_URI="http://thegraveyard.org/nicotine/${MY_P}.tar.bz2" -S=${WORKDIR}/${MY_P} -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~x86" -IUSE="oggvorbis geoip" - -DEPEND="virtual/python - >=dev-python/pygtk-1.99.16 - oggvorbis? ( >=dev-python/pyvorbis-1 - >=dev-python/pyogg-1 ) - geoip? ( >=dev-python/geoip-python-0.2.0 - >=dev-libs/geoip-1.2.1 )" |