summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2006-11-12 21:11:00 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2006-11-12 21:11:00 +0000
commit7c0476d5554ec47e50e51a01adddca78a209d941 (patch)
tree0b58359c68f10b89a25a6e5f257712f920870b9e /kde-base/kdenetwork
parentRemove xmms useflag, disable by default. (diff)
downloadgentoo-2-7c0476d5554ec47e50e51a01adddca78a209d941.tar.gz
gentoo-2-7c0476d5554ec47e50e51a01adddca78a209d941.tar.bz2
gentoo-2-7c0476d5554ec47e50e51a01adddca78a209d941.zip
Remove xmms useflag, disable by default.
(Portage version: 2.1.2_rc1-r6)
Diffstat (limited to 'kde-base/kdenetwork')
-rw-r--r--kde-base/kdenetwork/ChangeLog8
-rw-r--r--kde-base/kdenetwork/kdenetwork-3.5.2.ebuild7
-rw-r--r--kde-base/kdenetwork/kdenetwork-3.5.3-r4.ebuild7
-rw-r--r--kde-base/kdenetwork/kdenetwork-3.5.4.ebuild7
-rw-r--r--kde-base/kdenetwork/kdenetwork-3.5.5-r1.ebuild7
-rw-r--r--kde-base/kdenetwork/kdenetwork-3.5.5.ebuild7
6 files changed, 22 insertions, 21 deletions
diff --git a/kde-base/kdenetwork/ChangeLog b/kde-base/kdenetwork/ChangeLog
index 3f44e814370e..5e99b98b6a5e 100644
--- a/kde-base/kdenetwork/ChangeLog
+++ b/kde-base/kdenetwork/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for kde-base/kdenetwork
# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kdenetwork/ChangeLog,v 1.222 2006/11/07 09:28:50 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdenetwork/ChangeLog,v 1.223 2006/11/12 21:11:00 flameeyes Exp $
+
+ 12 Nov 2006; Diego Pettenò <flameeyes@gentoo.org>
+ kdenetwork-3.5.2.ebuild, kdenetwork-3.5.3-r4.ebuild,
+ kdenetwork-3.5.4.ebuild, kdenetwork-3.5.5.ebuild,
+ kdenetwork-3.5.5-r1.ebuild:
+ Remove xmms useflag, disable by default.
07 Nov 2006; Diego Pettenò <flameeyes@gentoo.org>
kdenetwork-3.5.5-r1.ebuild:
diff --git a/kde-base/kdenetwork/kdenetwork-3.5.2.ebuild b/kde-base/kdenetwork/kdenetwork-3.5.2.ebuild
index cc35161588e2..b66852212c3f 100644
--- a/kde-base/kdenetwork/kdenetwork-3.5.2.ebuild
+++ b/kde-base/kdenetwork/kdenetwork-3.5.2.ebuild
@@ -1,13 +1,13 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kdenetwork/kdenetwork-3.5.2.ebuild,v 1.16 2006/10/01 17:19:52 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdenetwork/kdenetwork-3.5.2.ebuild,v 1.17 2006/11/12 21:11:00 flameeyes Exp $
inherit kde-dist eutils flag-o-matic
DESCRIPTION="KDE network apps: kopete, kppp, kget..."
KEYWORDS="alpha amd64 hppa ia64 mips ppc ppc64 sparc x86"
-IUSE="rdesktop sametime slp ssl wifi xmms"
+IUSE="rdesktop sametime slp ssl wifi"
BOTH_DEPEND="~kde-base/kdebase-${PV}
dev-libs/libxslt
@@ -16,7 +16,6 @@ BOTH_DEPEND="~kde-base/kdebase-${PV}
>=dev-libs/glib-2
app-crypt/qca
sametime? ( =net-libs/meanwhile-0.4* )
- xmms? ( media-sound/xmms )
slp? ( net-libs/openslp )
wifi? ( net-wireless/wireless-tools )
|| ( (
@@ -61,7 +60,7 @@ src_compile() {
local myconf="--with-libidn
$(use_enable sametime sametime-plugin)
$(use_enable slp) $(use_with wifi)
- $(use_with xmms) --without-external-libgadu"
+ --without-xmms --without-external-libgadu"
kde_src_compile
}
diff --git a/kde-base/kdenetwork/kdenetwork-3.5.3-r4.ebuild b/kde-base/kdenetwork/kdenetwork-3.5.3-r4.ebuild
index a270239b4950..86632b7b3597 100644
--- a/kde-base/kdenetwork/kdenetwork-3.5.3-r4.ebuild
+++ b/kde-base/kdenetwork/kdenetwork-3.5.3-r4.ebuild
@@ -1,13 +1,13 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kdenetwork/kdenetwork-3.5.3-r4.ebuild,v 1.2 2006/10/01 17:19:52 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdenetwork/kdenetwork-3.5.3-r4.ebuild,v 1.3 2006/11/12 21:11:00 flameeyes Exp $
inherit kde-dist eutils flag-o-matic
DESCRIPTION="KDE network applications: Kopete, KPPP, KGet,..."
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
-IUSE="rdesktop sametime slp ssl wifi xmms"
+IUSE="rdesktop sametime slp ssl wifi"
SRC_URI="${SRC_URI}
mirror://gentoo/kdenetwork-3.5-patchset-01.tar.bz2"
@@ -19,7 +19,6 @@ BOTH_DEPEND="~kde-base/kdebase-${PV}
>=dev-libs/glib-2
app-crypt/qca
sametime? ( =net-libs/meanwhile-0.4* )
- xmms? ( media-sound/xmms )
slp? ( net-libs/openslp )
wifi? ( net-wireless/wireless-tools )
|| ( (
@@ -65,7 +64,7 @@ src_compile() {
local myconf="--with-libidn
$(use_enable sametime sametime-plugin)
$(use_enable slp) $(use_with wifi)
- $(use_with xmms) --without-external-libgadu"
+ --without-xmms --without-external-libgadu"
kde_src_compile
}
diff --git a/kde-base/kdenetwork/kdenetwork-3.5.4.ebuild b/kde-base/kdenetwork/kdenetwork-3.5.4.ebuild
index fe4b6cfe8c79..b9840ff9372a 100644
--- a/kde-base/kdenetwork/kdenetwork-3.5.4.ebuild
+++ b/kde-base/kdenetwork/kdenetwork-3.5.4.ebuild
@@ -1,13 +1,13 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kdenetwork/kdenetwork-3.5.4.ebuild,v 1.3 2006/10/01 17:19:52 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdenetwork/kdenetwork-3.5.4.ebuild,v 1.4 2006/11/12 21:11:00 flameeyes Exp $
inherit kde-dist eutils flag-o-matic
DESCRIPTION="KDE network applications: Kopete, KPPP, KGet,..."
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
-IUSE="rdesktop sametime slp ssl wifi xmms"
+IUSE="rdesktop sametime slp ssl wifi"
SRC_URI="${SRC_URI}
mirror://gentoo/kdenetwork-3.5-patchset-01.tar.bz2"
@@ -19,7 +19,6 @@ BOTH_DEPEND="~kde-base/kdebase-${PV}
>=dev-libs/glib-2
app-crypt/qca
sametime? ( =net-libs/meanwhile-0.4* )
- xmms? ( media-sound/xmms )
slp? ( net-libs/openslp )
wifi? ( net-wireless/wireless-tools )
|| ( (
@@ -64,7 +63,7 @@ src_compile() {
local myconf="--with-libidn
$(use_enable sametime sametime-plugin)
$(use_enable slp) $(use_with wifi)
- $(use_with xmms) --without-external-libgadu"
+ --without-xmms --without-external-libgadu"
kde_src_compile
}
diff --git a/kde-base/kdenetwork/kdenetwork-3.5.5-r1.ebuild b/kde-base/kdenetwork/kdenetwork-3.5.5-r1.ebuild
index bfe32568507e..a4030b4e7005 100644
--- a/kde-base/kdenetwork/kdenetwork-3.5.5-r1.ebuild
+++ b/kde-base/kdenetwork/kdenetwork-3.5.5-r1.ebuild
@@ -1,13 +1,13 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kdenetwork/kdenetwork-3.5.5-r1.ebuild,v 1.2 2006/11/07 09:28:50 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdenetwork/kdenetwork-3.5.5-r1.ebuild,v 1.3 2006/11/12 21:11:00 flameeyes Exp $
inherit kde-dist eutils flag-o-matic
DESCRIPTION="KDE network applications: Kopete, KPPP, KGet,..."
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
-IUSE="rdesktop sametime slp ssl wifi xmms"
+IUSE="rdesktop sametime slp ssl wifi"
SRC_URI="${SRC_URI}
mirror://gentoo/kdenetwork-3.5-patchset-01.tar.bz2"
@@ -19,7 +19,6 @@ BOTH_DEPEND="~kde-base/kdebase-${PV}
>=dev-libs/glib-2
app-crypt/qca
sametime? ( =net-libs/meanwhile-1.0* )
- xmms? ( media-sound/xmms )
slp? ( net-libs/openslp )
wifi? ( net-wireless/wireless-tools )
|| ( (
@@ -63,7 +62,7 @@ src_compile() {
local myconf="--with-libidn
$(use_enable sametime sametime-plugin)
$(use_enable slp) $(use_with wifi)
- $(use_with xmms) --without-external-libgadu"
+ --without-xmms --without-external-libgadu"
kde_src_compile
}
diff --git a/kde-base/kdenetwork/kdenetwork-3.5.5.ebuild b/kde-base/kdenetwork/kdenetwork-3.5.5.ebuild
index e288f0cde69e..13b732c4aff7 100644
--- a/kde-base/kdenetwork/kdenetwork-3.5.5.ebuild
+++ b/kde-base/kdenetwork/kdenetwork-3.5.5.ebuild
@@ -1,13 +1,13 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kdenetwork/kdenetwork-3.5.5.ebuild,v 1.2 2006/10/05 22:33:47 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdenetwork/kdenetwork-3.5.5.ebuild,v 1.3 2006/11/12 21:11:00 flameeyes Exp $
inherit kde-dist eutils flag-o-matic
DESCRIPTION="KDE network applications: Kopete, KPPP, KGet,..."
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
-IUSE="rdesktop sametime slp ssl wifi xmms"
+IUSE="rdesktop sametime slp ssl wifi"
SRC_URI="${SRC_URI}
mirror://gentoo/kdenetwork-3.5-patchset-01.tar.bz2"
@@ -19,7 +19,6 @@ BOTH_DEPEND="~kde-base/kdebase-${PV}
>=dev-libs/glib-2
app-crypt/qca
sametime? ( =net-libs/meanwhile-0.4* )
- xmms? ( media-sound/xmms )
slp? ( net-libs/openslp )
wifi? ( net-wireless/wireless-tools )
|| ( (
@@ -61,7 +60,7 @@ src_compile() {
local myconf="--with-libidn
$(use_enable sametime sametime-plugin)
$(use_enable slp) $(use_with wifi)
- $(use_with xmms) --without-external-libgadu"
+ --without-xmms --without-external-libgadu"
kde_src_compile
}