diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-11-13 15:13:37 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-11-13 15:13:37 +0000 |
commit | 1a30668542c845cdb98e170102933d1474b219c6 (patch) | |
tree | ca39c87eea59d269e10b481eec170be151bfb256 /net-misc | |
parent | Fix mirror:// SRC_URI. (diff) | |
download | gentoo-2-1a30668542c845cdb98e170102933d1474b219c6.tar.gz gentoo-2-1a30668542c845cdb98e170102933d1474b219c6.tar.bz2 gentoo-2-1a30668542c845cdb98e170102933d1474b219c6.zip |
Remove xmms useflag.
(Portage version: 2.1.2_rc1-r6)
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/streamtuner/ChangeLog | 9 | ||||
-rw-r--r-- | net-misc/streamtuner/streamtuner-0.12.4.ebuild | 15 | ||||
-rw-r--r-- | net-misc/streamtuner/streamtuner-0.99.99-r1.ebuild | 13 | ||||
-rw-r--r-- | net-misc/streamtuner/streamtuner-0.99.99.ebuild | 13 | ||||
-rw-r--r-- | net-misc/streamtuner/streamtuner-0.99.ebuild | 13 |
5 files changed, 29 insertions, 34 deletions
diff --git a/net-misc/streamtuner/ChangeLog b/net-misc/streamtuner/ChangeLog index 141dadb22cf4..33883c58c5fd 100644 --- a/net-misc/streamtuner/ChangeLog +++ b/net-misc/streamtuner/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-misc/streamtuner -# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/streamtuner/ChangeLog,v 1.24 2005/10/18 23:21:11 chainsaw Exp $ +# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/streamtuner/ChangeLog,v 1.25 2006/11/13 15:13:37 flameeyes Exp $ + + 13 Nov 2006; Diego Pettenò <flameeyes@gentoo.org> + streamtuner-0.12.4.ebuild, streamtuner-0.99.ebuild, + streamtuner-0.99.99.ebuild, streamtuner-0.99.99-r1.ebuild: + Remove xmms useflag. 18 Oct 2005; Tony Vroon <chainsaw@gentoo.org> streamtuner-0.99.99-r1.ebuild: diff --git a/net-misc/streamtuner/streamtuner-0.12.4.ebuild b/net-misc/streamtuner/streamtuner-0.12.4.ebuild index 2f46c8250d31..bd6bd6f8510f 100644 --- a/net-misc/streamtuner/streamtuner-0.12.4.ebuild +++ b/net-misc/streamtuner/streamtuner-0.12.4.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/streamtuner/streamtuner-0.12.4.ebuild,v 1.4 2005/01/30 08:55:17 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/streamtuner/streamtuner-0.12.4.ebuild,v 1.5 2006/11/13 15:13:37 flameeyes Exp $ -IUSE="xmms" +IUSE="" inherit gnome2 eutils @@ -14,13 +14,12 @@ SLOT="0" KEYWORDS="x86 ~ppc amd64 sparc" LICENSE="BSD" -DEPEND=">=x11-libs/gtk+-2.2.2 +RDEPEND=">=x11-libs/gtk+-2.2.2 >=net-misc/curl-7.10.8 - >=app-text/scrollkeeper-0.3.0 - dev-util/pkgconfig" + >=app-text/scrollkeeper-0.3.0" -RDEPEND="${DEPEND} - xmms? ( media-sound/xmms )" +DEPEND="${RDEPEND} + dev-util/pkgconfig" DOCS="AUTHORS ChangeLog INSTALL NEWS README TODO" diff --git a/net-misc/streamtuner/streamtuner-0.99.99-r1.ebuild b/net-misc/streamtuner/streamtuner-0.99.99-r1.ebuild index 9c6ff128f49c..5104f780fe2a 100644 --- a/net-misc/streamtuner/streamtuner-0.99.99-r1.ebuild +++ b/net-misc/streamtuner/streamtuner-0.99.99-r1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/streamtuner/streamtuner-0.99.99-r1.ebuild,v 1.3 2005/10/24 12:17:32 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/streamtuner/streamtuner-0.99.99-r1.ebuild,v 1.4 2006/11/13 15:13:37 flameeyes Exp $ -IUSE="xmms" +IUSE="" inherit gnome2 eutils @@ -15,16 +15,13 @@ SLOT="0" LICENSE="BSD" KEYWORDS="~amd64 ~ppc ~sparc ~x86" -DEPEND=">=x11-libs/gtk+-2.4 +RDEPEND=">=x11-libs/gtk+-2.4 >=net-misc/curl-7.10.8 >=app-text/scrollkeeper-0.3.0 dev-libs/libxml2 >=media-libs/taglib-1.2" -RDEPEND="${DEPEND} - xmms? ( media-sound/xmms )" - -DEPEND="${DEPEND} +DEPEND="${RDEPEND} dev-util/pkgconfig" DOCS="AUTHORS ChangeLog NEWS README TODO" diff --git a/net-misc/streamtuner/streamtuner-0.99.99.ebuild b/net-misc/streamtuner/streamtuner-0.99.99.ebuild index 0312c1aa79b8..1467777fa81d 100644 --- a/net-misc/streamtuner/streamtuner-0.99.99.ebuild +++ b/net-misc/streamtuner/streamtuner-0.99.99.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/streamtuner/streamtuner-0.99.99.ebuild,v 1.2 2005/01/30 08:55:17 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/streamtuner/streamtuner-0.99.99.ebuild,v 1.3 2006/11/13 15:13:37 flameeyes Exp $ -IUSE="xmms" +IUSE="" inherit gnome2 eutils @@ -14,16 +14,13 @@ SLOT="0" LICENSE="BSD" KEYWORDS="~amd64 ~ppc ~sparc ~x86" -DEPEND=">=x11-libs/gtk+-2.4 +RDEPEND=">=x11-libs/gtk+-2.4 >=net-misc/curl-7.10.8 >=app-text/scrollkeeper-0.3.0 >=dev-libs/libxml-1.8.17-r2 >=media-libs/taglib-1.2" -RDEPEND="${DEPEND} - xmms? ( media-sound/xmms )" - -DEPEND="${DEPEND} +DEPEND="${RDEPEND} dev-util/pkgconfig" DOCS="AUTHORS ChangeLog NEWS README TODO" diff --git a/net-misc/streamtuner/streamtuner-0.99.ebuild b/net-misc/streamtuner/streamtuner-0.99.ebuild index 8737b2b896fe..68b4aeb159d1 100644 --- a/net-misc/streamtuner/streamtuner-0.99.ebuild +++ b/net-misc/streamtuner/streamtuner-0.99.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/streamtuner/streamtuner-0.99.ebuild,v 1.2 2005/01/30 08:55:17 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/streamtuner/streamtuner-0.99.ebuild,v 1.3 2006/11/13 15:13:37 flameeyes Exp $ -IUSE="xmms" +IUSE="" inherit gnome2 eutils @@ -14,16 +14,13 @@ SLOT="0" LICENSE="BSD" KEYWORDS="~amd64 ~ppc ~sparc ~x86" -DEPEND=">=x11-libs/gtk+-2.4 +RDEPEND=">=x11-libs/gtk+-2.4 >=net-misc/curl-7.10.8 >=app-text/scrollkeeper-0.3.0 >=dev-libs/libxml-1.8.17-r2 >=media-libs/taglib-1.2" -RDEPEND="${DEPEND} - xmms? ( media-sound/xmms )" - -DEPEND="${DEPEND} +DEPEND="${RDEPEND} dev-util/pkgconfig" DOCS="AUTHORS ChangeLog NEWS README TODO" |