diff options
Diffstat (limited to 'net-p2p/pysoulseek/pysoulseek-1.2.4.ebuild')
-rw-r--r-- | net-p2p/pysoulseek/pysoulseek-1.2.4.ebuild | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/net-p2p/pysoulseek/pysoulseek-1.2.4.ebuild b/net-p2p/pysoulseek/pysoulseek-1.2.4.ebuild deleted file mode 100644 index d011a35f6be1..000000000000 --- a/net-p2p/pysoulseek/pysoulseek-1.2.4.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/pysoulseek/pysoulseek-1.2.4.ebuild,v 1.8 2004/07/03 12:17:10 kloeri Exp $ - -IUSE="oggvorbis" -inherit eutils distutils -MY_PN="${PN/soulseek/slsk}" -MY_PV="${PV/_/}" - -MY_P=${MY_PN}-${MY_PV} - -DESCRIPTION="client for SoulSeek filesharing" -HOMEPAGE="http://www.sensi.org/~ak/pyslsk/ - http://thegraveyard.org/pyslsk/index.html" -SRC_URI="http://www.sensi.org/~ak/pyslsk/${MY_P}.tar.gz " - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86 ppc sparc" - -DEPEND=">=dev-lang/python-2.1 - >=dev-python/wxpython-2.4.1.2 - >=x11-libs/wxGTK-2.4.1 - oggvorbis? ( dev-python/pyvorbis dev-python/pyogg )" - -S="${WORKDIR}/${MY_P}" - -src_install() { - distutils_src_install - insinto /usr/share/applications - doins ${FILESDIR}/pysoulseek.desktop -} - -pkg_postinst() { - echo - einfo "The hydriant patch no longer is, check nicotine from the same people" - echo -} |