summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Crête <tester@gentoo.org>2005-09-19 04:36:31 +0000
committerOlivier Crête <tester@gentoo.org>2005-09-19 04:36:31 +0000
commitfb487454ad509816706487fc3e04a93e7d7a449e (patch)
tree5daecfb4a195a035bb73cf9db11dc67abee89975 /net-p2p/pysoulseek
parentVersion bump. (diff)
downloadhistorical-fb487454ad509816706487fc3e04a93e7d7a449e.tar.gz
historical-fb487454ad509816706487fc3e04a93e7d7a449e.tar.bz2
historical-fb487454ad509816706487fc3e04a93e7d7a449e.zip
cleanup pysoulseek-1.2.5
Diffstat (limited to 'net-p2p/pysoulseek')
-rw-r--r--net-p2p/pysoulseek/files/digest-pysoulseek-1.2.51
-rw-r--r--net-p2p/pysoulseek/pysoulseek-1.2.5.ebuild38
2 files changed, 0 insertions, 39 deletions
diff --git a/net-p2p/pysoulseek/files/digest-pysoulseek-1.2.5 b/net-p2p/pysoulseek/files/digest-pysoulseek-1.2.5
deleted file mode 100644
index c0ce8bef912f..000000000000
--- a/net-p2p/pysoulseek/files/digest-pysoulseek-1.2.5
+++ /dev/null
@@ -1 +0,0 @@
-MD5 6279775dbef8ef9511950cd0b9a6ee70 pyslsk-1.2.5.tar.gz 98424
diff --git a/net-p2p/pysoulseek/pysoulseek-1.2.5.ebuild b/net-p2p/pysoulseek/pysoulseek-1.2.5.ebuild
deleted file mode 100644
index b184b823dcda..000000000000
--- a/net-p2p/pysoulseek/pysoulseek-1.2.5.ebuild
+++ /dev/null
@@ -1,38 +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/pysoulseek/pysoulseek-1.2.5.ebuild,v 1.12 2005/09/06 22:17:56 sekretarz Exp $
-
-inherit eutils distutils
-
-IUSE="vorbis"
-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 hppa amd64"
-
-DEPEND=">=dev-lang/python-2.1
- =dev-python/wxpython-2.4*
- vorbis? ( 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
-}