summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlastair Tse <liquidx@gentoo.org>2003-03-16 17:25:47 +0000
committerAlastair Tse <liquidx@gentoo.org>2003-03-16 17:25:47 +0000
commite4e6c7fc9c9c03790eb2e61b7a3fb71be9d68e6c (patch)
tree4181aed593e12cc4e678a0d3fbb677cfaee30005 /net-p2p
parentnew version (diff)
downloadhistorical-e4e6c7fc9c9c03790eb2e61b7a3fb71be9d68e6c.tar.gz
historical-e4e6c7fc9c9c03790eb2e61b7a3fb71be9d68e6c.tar.bz2
historical-e4e6c7fc9c9c03790eb2e61b7a3fb71be9d68e6c.zip
bump 0.4.10 to stable, dep changes
Diffstat (limited to 'net-p2p')
-rw-r--r--net-p2p/pysoulseek/ChangeLog4
-rw-r--r--net-p2p/pysoulseek/pysoulseek-0.4.10d.ebuild4
-rw-r--r--net-p2p/pysoulseek/pysoulseek-1.0.0-r1.ebuild5
-rw-r--r--net-p2p/pysoulseek/pysoulseek-1.0.0.ebuild5
4 files changed, 8 insertions, 10 deletions
diff --git a/net-p2p/pysoulseek/ChangeLog b/net-p2p/pysoulseek/ChangeLog
index 5883d752a33b..c439515ef517 100644
--- a/net-p2p/pysoulseek/ChangeLog
+++ b/net-p2p/pysoulseek/ChangeLog
@@ -1,12 +1,12 @@
# 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.9 2003/03/16 16:59:04 liquidx Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/pysoulseek/ChangeLog,v 1.10 2003/03/16 17:25:47 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 dependency
+ added hyriand patch and changed wxPython and gtk dependencies.
*pysoulseek-1.0.0 (15 Mar 2003)
diff --git a/net-p2p/pysoulseek/pysoulseek-0.4.10d.ebuild b/net-p2p/pysoulseek/pysoulseek-0.4.10d.ebuild
index c73a40ebcae2..893a304fe3d5 100644
--- a/net-p2p/pysoulseek/pysoulseek-0.4.10d.ebuild
+++ b/net-p2p/pysoulseek/pysoulseek-0.4.10d.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-0.4.10d.ebuild,v 1.2 2003/02/13 15:22:12 vapier Exp $
+# $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}"
@@ -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="=x11-libs/gtk+-1.2*
diff --git a/net-p2p/pysoulseek/pysoulseek-1.0.0-r1.ebuild b/net-p2p/pysoulseek/pysoulseek-1.0.0-r1.ebuild
index d103d5857fde..ec30fa0ccf8d 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.1 2003/03/16 16:59:04 liquidx Exp $
+# $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 $
IUSE="oggvorbis"
@@ -16,8 +16,7 @@ LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86 ~ppc ~sparc"
-DEPEND="=x11-libs/gtk+-1.2*
- >=dev-lang/python-2.1
+DEPEND=">=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 )"
diff --git a/net-p2p/pysoulseek/pysoulseek-1.0.0.ebuild b/net-p2p/pysoulseek/pysoulseek-1.0.0.ebuild
index 99bc4445307f..5d769a0a6645 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.2 2003/03/16 16:59:04 liquidx Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/pysoulseek/pysoulseek-1.0.0.ebuild,v 1.3 2003/03/16 17:25:47 liquidx Exp $
MY_PN="${PN/soulseek/slsk}"
MY_P="${MY_PN}-${PV}"
@@ -13,8 +13,7 @@ SLOT="0"
KEYWORDS="~x86 ~ppc ~sparc"
IUSE="oggvorbis"
-DEPEND="=x11-libs/gtk+-1.2*
- >=dev-lang/python-2.1
+DEPEND=">=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 )"