summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarol Wojtaszek <sekretarz@gentoo.org>2005-09-06 22:17:56 +0000
committerKarol Wojtaszek <sekretarz@gentoo.org>2005-09-06 22:17:56 +0000
commitdeede8ef4ee053893cd3032d0293cdb197da17c7 (patch)
treeaad96fe8309544a241bb26b65f60d09de31d66d9 /net-p2p/pysoulseek
parenttweak patch to no collide with x509 (diff)
downloadgentoo-2-deede8ef4ee053893cd3032d0293cdb197da17c7.tar.gz
gentoo-2-deede8ef4ee053893cd3032d0293cdb197da17c7.tar.bz2
gentoo-2-deede8ef4ee053893cd3032d0293cdb197da17c7.zip
Using vorbis USE flag instead of oggvorbis, bug #94254
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'net-p2p/pysoulseek')
-rw-r--r--net-p2p/pysoulseek/ChangeLog6
-rw-r--r--net-p2p/pysoulseek/pysoulseek-1.2.5.ebuild6
-rw-r--r--net-p2p/pysoulseek/pysoulseek-1.2.6.ebuild6
-rw-r--r--net-p2p/pysoulseek/pysoulseek-1.2.7b.ebuild6
4 files changed, 14 insertions, 10 deletions
diff --git a/net-p2p/pysoulseek/ChangeLog b/net-p2p/pysoulseek/ChangeLog
index 8bfddb0ca595..39fa8061225a 100644
--- a/net-p2p/pysoulseek/ChangeLog
+++ b/net-p2p/pysoulseek/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-p2p/pysoulseek
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/pysoulseek/ChangeLog,v 1.49 2005/06/17 21:23:57 hansmi Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/pysoulseek/ChangeLog,v 1.50 2005/09/06 22:17:56 sekretarz Exp $
+
+ 07 Sep 2005; <sekretarz@gentoo.org> pysoulseek-1.2.5.ebuild,
+ pysoulseek-1.2.6.ebuild, pysoulseek-1.2.7b.ebuild:
+ Using vorbis USE flag instead of oggvorbis, bug #94254
17 Jun 2005; Michael Hanselmann <hansmi@gentoo.org>
pysoulseek-1.2.6.ebuild:
diff --git a/net-p2p/pysoulseek/pysoulseek-1.2.5.ebuild b/net-p2p/pysoulseek/pysoulseek-1.2.5.ebuild
index 2eb9df08b079..b184b823dcda 100644
--- a/net-p2p/pysoulseek/pysoulseek-1.2.5.ebuild
+++ b/net-p2p/pysoulseek/pysoulseek-1.2.5.ebuild
@@ -1,10 +1,10 @@
# 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.11 2005/05/19 01:57:40 tester Exp $
+# $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="oggvorbis"
+IUSE="vorbis"
MY_PN="${PN/soulseek/slsk}"
MY_PV="${PV/_/}"
@@ -21,7 +21,7 @@ KEYWORDS="x86 ppc sparc hppa amd64"
DEPEND=">=dev-lang/python-2.1
=dev-python/wxpython-2.4*
- oggvorbis? ( dev-python/pyvorbis dev-python/pyogg )"
+ vorbis? ( dev-python/pyvorbis dev-python/pyogg )"
S="${WORKDIR}/${MY_P}"
diff --git a/net-p2p/pysoulseek/pysoulseek-1.2.6.ebuild b/net-p2p/pysoulseek/pysoulseek-1.2.6.ebuild
index 70c7d0b06aac..5f31bc225d30 100644
--- a/net-p2p/pysoulseek/pysoulseek-1.2.6.ebuild
+++ b/net-p2p/pysoulseek/pysoulseek-1.2.6.ebuild
@@ -1,10 +1,10 @@
# 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.6.ebuild,v 1.4 2005/06/17 21:23:57 hansmi Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/pysoulseek/pysoulseek-1.2.6.ebuild,v 1.5 2005/09/06 22:17:56 sekretarz Exp $
inherit eutils distutils
-IUSE="oggvorbis"
+IUSE="vorbis"
MY_PN="${PN/soulseek/slsk}"
MY_PV="${PV/_/}"
@@ -21,7 +21,7 @@ KEYWORDS="amd64 ~hppa ppc sparc x86"
DEPEND=">=dev-lang/python-2.1
=dev-python/wxpython-2.4*
- oggvorbis? ( dev-python/pyvorbis dev-python/pyogg )"
+ vorbis? ( dev-python/pyvorbis dev-python/pyogg )"
S="${WORKDIR}/${MY_P}"
diff --git a/net-p2p/pysoulseek/pysoulseek-1.2.7b.ebuild b/net-p2p/pysoulseek/pysoulseek-1.2.7b.ebuild
index 9fd8cb4a5a0d..2c0694be0834 100644
--- a/net-p2p/pysoulseek/pysoulseek-1.2.7b.ebuild
+++ b/net-p2p/pysoulseek/pysoulseek-1.2.7b.ebuild
@@ -1,10 +1,10 @@
# 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.7b.ebuild,v 1.1 2005/05/18 02:59:21 tester Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/pysoulseek/pysoulseek-1.2.7b.ebuild,v 1.2 2005/09/06 22:17:56 sekretarz Exp $
inherit eutils distutils
-IUSE="oggvorbis"
+IUSE="vorbis"
MY_PN="${PN/soulseek/slsk}"
MY_P=${MY_PN}-${PV}
@@ -20,7 +20,7 @@ KEYWORDS="~x86 ~ppc ~sparc ~hppa ~amd64"
DEPEND=">=dev-lang/python-2.1
=dev-python/wxpython-2.6*
- oggvorbis? ( dev-python/pyvorbis dev-python/pyogg )"
+ vorbis? ( dev-python/pyvorbis dev-python/pyogg )"
S="${WORKDIR}/${MY_P}"