summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Cakebread <pythonhead@gentoo.org>2004-12-14 20:52:16 +0000
committerRob Cakebread <pythonhead@gentoo.org>2004-12-14 20:52:16 +0000
commit9c3c4903f72ad76a321809b63672dcfc649de800 (patch)
tree310b022ce2db207dbb38165efe95333e385aadbf /net-p2p/pysoulseek
parentUse mirror://apache/.. in SRC_URI. (Manifest recommit) (diff)
downloadgentoo-2-9c3c4903f72ad76a321809b63672dcfc649de800.tar.gz
gentoo-2-9c3c4903f72ad76a321809b63672dcfc649de800.tar.bz2
gentoo-2-9c3c4903f72ad76a321809b63672dcfc649de800.zip
Moved inherit above all, changed DEPEND <wxpython-2.5
Diffstat (limited to 'net-p2p/pysoulseek')
-rw-r--r--net-p2p/pysoulseek/ChangeLog6
-rw-r--r--net-p2p/pysoulseek/Manifest12
-rw-r--r--net-p2p/pysoulseek/pysoulseek-1.2.5.ebuild8
3 files changed, 15 insertions, 11 deletions
diff --git a/net-p2p/pysoulseek/ChangeLog b/net-p2p/pysoulseek/ChangeLog
index febad8df3923..28488cc85962 100644
--- a/net-p2p/pysoulseek/ChangeLog
+++ b/net-p2p/pysoulseek/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-p2p/pysoulseek
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/pysoulseek/ChangeLog,v 1.40 2004/11/29 03:38:08 tester Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/pysoulseek/ChangeLog,v 1.41 2004/12/14 20:52:16 pythonhead Exp $
+
+ 14 Dec 2004; Rob Cakebread <pythonhead@gentoo.org>
+ pysoulseek-1.2.5.ebuild:
+ Fixed DEPENDS <wxpython-2.5, moved inherit above all else
28 Nov 2004; Olivier Crete <tester@gentoo.org> -pysoulseek-1.2.4.ebuild:
Cleaned up old version
diff --git a/net-p2p/pysoulseek/Manifest b/net-p2p/pysoulseek/Manifest
index 4f7e1ae6b4d8..61b2283d4648 100644
--- a/net-p2p/pysoulseek/Manifest
+++ b/net-p2p/pysoulseek/Manifest
@@ -1,15 +1,15 @@
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
-MD5 d3907cb670dab12bb56df5988677a0d3 ChangeLog 5878
+MD5 ae888e14cd2eb4bc6e9c9fb86d3c25d8 ChangeLog 6019
MD5 4a775604ab14b1e4979e1cbb41602e1c metadata.xml 240
-MD5 9760ae2794643bc27959f10943cc3baa pysoulseek-1.2.5.ebuild 980
-MD5 b53566be9796be57990525e16f1e82a4 files/pysoulseek.desktop 159
+MD5 d93c1044c86d4753f0c2140386c1ca0d pysoulseek-1.2.5.ebuild 956
MD5 3351b7b2cda3650b0c7d57363ad2b75f files/digest-pysoulseek-1.2.5 63
+MD5 b53566be9796be57990525e16f1e82a4 files/pysoulseek.desktop 159
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.6 (GNU/Linux)
-iD8DBQFBqpnCwDHaUUJ0mYMRArj5AJ0QJ/s8lXPBrLzZxLgFSKh+bGcTbgCeLFh1
-W4Ew6i8q/FAaI3UxB1KNeqc=
-=pSgc
+iD8DBQFBv1J3z2gxt1z4IGYRAphxAJ0RNGDfwsPOdG5IiqGE45bC9vAQLgCeIDmg
+ffQNYZBeOT8VkZ0FtHpJJFQ=
+=llU2
-----END PGP SIGNATURE-----
diff --git a/net-p2p/pysoulseek/pysoulseek-1.2.5.ebuild b/net-p2p/pysoulseek/pysoulseek-1.2.5.ebuild
index 95fd33e7fd7b..68df5a293d51 100644
--- a/net-p2p/pysoulseek/pysoulseek-1.2.5.ebuild
+++ b/net-p2p/pysoulseek/pysoulseek-1.2.5.ebuild
@@ -1,9 +1,10 @@
# 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.5.ebuild,v 1.7 2004/10/04 21:58:51 pvdabeel Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/pysoulseek/pysoulseek-1.2.5.ebuild,v 1.8 2004/12/14 20:52:16 pythonhead Exp $
-IUSE="oggvorbis"
inherit eutils distutils
+
+IUSE="oggvorbis"
MY_PN="${PN/soulseek/slsk}"
MY_PV="${PV/_/}"
@@ -19,8 +20,7 @@ SLOT="0"
KEYWORDS="x86 ppc sparc hppa ~amd64"
DEPEND=">=dev-lang/python-2.1
- >=dev-python/wxpython-2.4.1.2
- >=x11-libs/wxGTK-2.4.1
+ <dev-python/wxpython-2.5.2.3
oggvorbis? ( dev-python/pyvorbis dev-python/pyogg )"
S="${WORKDIR}/${MY_P}"