summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlastair Tse <liquidx@gentoo.org>2003-03-16 17:31:00 +0000
committerAlastair Tse <liquidx@gentoo.org>2003-03-16 17:31:00 +0000
commit46eafb9d68212110b171ee2b1d4f0eedad6d6f71 (patch)
tree2cec147587acaddbcced6fee49cfad22d782ff64 /net-p2p
parentbump 0.4.10 to stable, dep changes (diff)
downloadhistorical-46eafb9d68212110b171ee2b1d4f0eedad6d6f71.tar.gz
historical-46eafb9d68212110b171ee2b1d4f0eedad6d6f71.tar.bz2
historical-46eafb9d68212110b171ee2b1d4f0eedad6d6f71.zip
have to mark stable because of missing source files
Diffstat (limited to 'net-p2p')
-rw-r--r--net-p2p/pysoulseek/ChangeLog3
-rw-r--r--net-p2p/pysoulseek/files/digest-pysoulseek-0.4.10d1
-rw-r--r--net-p2p/pysoulseek/pysoulseek-0.4.10d.ebuild31
-rw-r--r--net-p2p/pysoulseek/pysoulseek-1.0.0-r1.ebuild4
-rw-r--r--net-p2p/pysoulseek/pysoulseek-1.0.0.ebuild4
5 files changed, 6 insertions, 37 deletions
diff --git a/net-p2p/pysoulseek/ChangeLog b/net-p2p/pysoulseek/ChangeLog
index c439515ef517..819714d40905 100644
--- a/net-p2p/pysoulseek/ChangeLog
+++ b/net-p2p/pysoulseek/ChangeLog
@@ -1,12 +1,13 @@
# ChangeLog for net-p2p/pysoulseek
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/pysoulseek/ChangeLog,v 1.10 2003/03/16 17:25:47 liquidx Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/pysoulseek/ChangeLog,v 1.11 2003/03/16 17:31:00 liquidx Exp $
*pysoulseek-1.0.0-r1 (16 Mar 2003)
16 Mar 2003; Alastair Tse <liquidx@gentoo.org> pysoulseek-1.0.0-r1.ebuild,
pysoulseek-1.0.0.ebuild, files/pysoulseek-1.0.0-hyriand-11.patch:
added hyriand patch and changed wxPython and gtk dependencies.
+ Marked as stable because all the previous version are all 404s.
*pysoulseek-1.0.0 (15 Mar 2003)
diff --git a/net-p2p/pysoulseek/files/digest-pysoulseek-0.4.10d b/net-p2p/pysoulseek/files/digest-pysoulseek-0.4.10d
deleted file mode 100644
index ff34758dcac6..000000000000
--- a/net-p2p/pysoulseek/files/digest-pysoulseek-0.4.10d
+++ /dev/null
@@ -1 +0,0 @@
-MD5 679d22c18466b968982bb0b5283dcb48 pyslsk-0.4.10d.tar.gz 73436
diff --git a/net-p2p/pysoulseek/pysoulseek-0.4.10d.ebuild b/net-p2p/pysoulseek/pysoulseek-0.4.10d.ebuild
deleted file mode 100644
index 893a304fe3d5..000000000000
--- a/net-p2p/pysoulseek/pysoulseek-0.4.10d.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/pysoulseek/pysoulseek-0.4.10d.ebuild,v 1.3 2003/03/16 17:25:47 liquidx Exp $
-
-MY_PN="${PN/soulseek/slsk}"
-MY_P="${MY_PN}-${PV}"
-DESCRIPTION="client for SoulSeek filesharing"
-HOMEPAGE="http://www.sensi.org/~ak/pyslsk/"
-SRC_URI="http://www.sensi.org/~ak/pyslsk/${MY_P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86 ~ppc ~sparc"
-IUSE="oggvorbis"
-
-DEPEND="=x11-libs/gtk+-1.2*
- >=dev-lang/python-2.1
- ~dev-python/wxPython-2.4.0.1
- ~x11-libs/wxGTK-2.4.0
- oggvorbis? ( media-libs/pyvorbis media-libs/pyogg )"
-
-S="${WORKDIR}/${MY_P}"
-
-src_compile() {
- python setup.py build || die "compile failed"
-}
-
-src_install() {
- python setup.py install --prefix=/usr --root=${D} || die "install failed"
- dodoc CHANGELOG KNOWN_BUGS MAINTAINERS MANIFEST PKG-INFO README TODO VERSION
-}
diff --git a/net-p2p/pysoulseek/pysoulseek-1.0.0-r1.ebuild b/net-p2p/pysoulseek/pysoulseek-1.0.0-r1.ebuild
index ec30fa0ccf8d..5cabbbc42b61 100644
--- a/net-p2p/pysoulseek/pysoulseek-1.0.0-r1.ebuild
+++ b/net-p2p/pysoulseek/pysoulseek-1.0.0-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/pysoulseek/pysoulseek-1.0.0-r1.ebuild,v 1.2 2003/03/16 17:25:47 liquidx Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/pysoulseek/pysoulseek-1.0.0-r1.ebuild,v 1.3 2003/03/16 17:31:00 liquidx Exp $
IUSE="oggvorbis"
@@ -14,7 +14,7 @@ SRC_URI="http://www.sensi.org/~ak/pyslsk/${MY_P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~x86 ~ppc ~sparc"
+KEYWORDS="x86 ~ppc ~sparc"
DEPEND=">=dev-lang/python-2.1
>=dev-python/wxPython-2.4.0.1
diff --git a/net-p2p/pysoulseek/pysoulseek-1.0.0.ebuild b/net-p2p/pysoulseek/pysoulseek-1.0.0.ebuild
index 5d769a0a6645..d0fb094233c8 100644
--- a/net-p2p/pysoulseek/pysoulseek-1.0.0.ebuild
+++ b/net-p2p/pysoulseek/pysoulseek-1.0.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/pysoulseek/pysoulseek-1.0.0.ebuild,v 1.3 2003/03/16 17:25:47 liquidx Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/pysoulseek/pysoulseek-1.0.0.ebuild,v 1.4 2003/03/16 17:31:00 liquidx Exp $
MY_PN="${PN/soulseek/slsk}"
MY_P="${MY_PN}-${PV}"
@@ -10,7 +10,7 @@ SRC_URI="http://www.sensi.org/~ak/pyslsk/${MY_P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~x86 ~ppc ~sparc"
+KEYWORDS="x86 ~ppc ~sparc"
IUSE="oggvorbis"
DEPEND=">=dev-lang/python-2.1