From: Diego Elio Pettenò Date: Sun, 12 Nov 2006 21:14:49 +0000 (+0000) Subject: Remove xmms useflag, disable by default. X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=f71f30a881543804f7fc5c866b1594ad65cc40f2;p=gentoo.git Remove xmms useflag, disable by default. Package-Manager: portage-2.1.2_rc1-r6 --- diff --git a/kde-base/kdeaddons/ChangeLog b/kde-base/kdeaddons/ChangeLog index d6b7f3e74be6..96469c583117 100644 --- a/kde-base/kdeaddons/ChangeLog +++ b/kde-base/kdeaddons/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for kde-base/kdeaddons # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kdeaddons/ChangeLog,v 1.181 2006/10/03 14:15:00 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdeaddons/ChangeLog,v 1.182 2006/11/12 21:14:49 flameeyes Exp $ + + 12 Nov 2006; Diego Pettenò ChangeLog: + Remove xmms useflag, disable by default. *kdeaddons-3.5.5 (03 Oct 2006) 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ò + 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ò 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 } diff --git a/kde-base/kdeutils/ChangeLog b/kde-base/kdeutils/ChangeLog index 62a7b67aaf1c..74475d333413 100644 --- a/kde-base/kdeutils/ChangeLog +++ b/kde-base/kdeutils/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for kde-base/kdeutils # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kdeutils/ChangeLog,v 1.179 2006/10/03 14:31:29 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdeutils/ChangeLog,v 1.180 2006/11/12 21:06:41 flameeyes Exp $ + + 12 Nov 2006; Diego Pettenò kdeutils-3.5.2.ebuild, + kdeutils-3.5.3.ebuild, kdeutils-3.5.4.ebuild, kdeutils-3.5.4-r1.ebuild, + kdeutils-3.5.5.ebuild: + Remove xmms useflag, disable by default. *kdeutils-3.5.5 (03 Oct 2006) diff --git a/kde-base/kdeutils/kdeutils-3.5.2.ebuild b/kde-base/kdeutils/kdeutils-3.5.2.ebuild index fe9cd5654f2d..493b9c830556 100644 --- a/kde-base/kdeutils/kdeutils-3.5.2.ebuild +++ b/kde-base/kdeutils/kdeutils-3.5.2.ebuild @@ -1,19 +1,18 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kdeutils/kdeutils-3.5.2.ebuild,v 1.14 2006/10/01 17:22:41 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdeutils/kdeutils-3.5.2.ebuild,v 1.15 2006/11/12 21:06:41 flameeyes Exp $ inherit kde-dist eutils DESCRIPTION="KDE utilities" KEYWORDS="alpha amd64 hppa ia64 mips ppc ppc64 sparc x86" -IUSE="crypt snmp pbbuttonsd xmms" +IUSE="crypt snmp pbbuttonsd" BOTH_DEPEND="~kde-base/kdebase-${PV} snmp? ( net-analyzer/net-snmp ) pbbuttonsd? ( app-laptop/pbbuttonsd ) dev-lang/python - xmms? ( media-sound/xmms ) dev-libs/gmp || ( x11-libs/libXtst kopete-3.5.2.ebuild, + kopete-3.5.3-r4.ebuild, kopete-3.5.4.ebuild, kopete-3.5.5-r2.ebuild: + Remove xmms useflag, disable by default. 06 Nov 2006; Diego Pettenò -kopete-3.5.5-r1.ebuild, kopete-3.5.5-r2.ebuild: diff --git a/kde-base/kopete/kopete-3.5.2.ebuild b/kde-base/kopete/kopete-3.5.2.ebuild index 75255cd772dc..4565f27f1c9a 100644 --- a/kde-base/kopete/kopete-3.5.2.ebuild +++ b/kde-base/kopete/kopete-3.5.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kopete/kopete-3.5.2.ebuild,v 1.14 2006/10/01 17:25:29 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kopete/kopete-3.5.2.ebuild,v 1.15 2006/11/12 21:03:35 flameeyes Exp $ KMNAME=kdenetwork MAXKDEVER=$PV @@ -11,7 +11,7 @@ DESCRIPTION="KDE multi-protocol IM client" HOMEPAGE="http://kopete.kde.org/" KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86 ~x86-fbsd" -IUSE="sametime ssl xmms kernel_linux" +IUSE="sametime ssl kernel_linux" # The kernel_linux? ( ) conditional dependencies are for webcams, not supported # on other kernels AFAIK @@ -21,7 +21,6 @@ BOTH_DEPEND="dev-libs/libxslt >=dev-libs/glib-2 app-crypt/qca sametime? ( =net-libs/meanwhile-0.4* ) - xmms? ( media-sound/xmms ) || ( ( x11-libs/libX11 x11-libs/libXext @@ -54,9 +53,8 @@ pkg_setup() { src_compile() { # External libgadu support - doesn't work, kopete requires a specific development snapshot of libgadu. # Maybe we can enable it in the future. - # The nowlistening plugin has xmms support. local myconf="$(use_enable sametime sametime-plugin) - $(use_with xmms) --without-external-libgadu" + --without-xmms --without-external-libgadu" kde-meta_src_compile } diff --git a/kde-base/kopete/kopete-3.5.3-r4.ebuild b/kde-base/kopete/kopete-3.5.3-r4.ebuild index 4a463be6218b..a6b8fa1a1fa1 100644 --- a/kde-base/kopete/kopete-3.5.3-r4.ebuild +++ b/kde-base/kopete/kopete-3.5.3-r4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kopete/kopete-3.5.3-r4.ebuild,v 1.2 2006/10/01 17:25:29 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kopete/kopete-3.5.3-r4.ebuild,v 1.3 2006/11/12 21:03:35 flameeyes Exp $ KMNAME=kdenetwork MAXKDEVER=$PV @@ -14,7 +14,7 @@ DESCRIPTION="KDE multi-protocol IM client" HOMEPAGE="http://kopete.kde.org/" KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" -IUSE="sametime ssl xmms kernel_linux" +IUSE="sametime ssl kernel_linux" # The kernel_linux? ( ) conditional dependencies are for webcams, not supported # on other kernels AFAIK @@ -24,7 +24,6 @@ BOTH_DEPEND="dev-libs/libxslt >=dev-libs/glib-2 app-crypt/qca sametime? ( =net-libs/meanwhile-0.4* ) - xmms? ( media-sound/xmms ) || ( ( x11-libs/libX11 x11-libs/libXext @@ -61,9 +60,8 @@ pkg_setup() { src_compile() { # External libgadu support - doesn't work, kopete requires a specific development snapshot of libgadu. # Maybe we can enable it in the future. - # The nowlistening plugin has xmms support. local myconf="$(use_enable sametime sametime-plugin) - $(use_with xmms) --without-external-libgadu" + --without-xmms --without-external-libgadu" kde-meta_src_compile } diff --git a/kde-base/kopete/kopete-3.5.4.ebuild b/kde-base/kopete/kopete-3.5.4.ebuild index f27794088f30..6543019a97cc 100644 --- a/kde-base/kopete/kopete-3.5.4.ebuild +++ b/kde-base/kopete/kopete-3.5.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kopete/kopete-3.5.4.ebuild,v 1.4 2006/10/01 17:25:29 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kopete/kopete-3.5.4.ebuild,v 1.5 2006/11/12 21:03:35 flameeyes Exp $ KMNAME=kdenetwork MAXKDEVER=$PV @@ -14,7 +14,7 @@ DESCRIPTION="KDE multi-protocol IM client" HOMEPAGE="http://kopete.kde.org/" KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" -IUSE="sametime ssl xmms kernel_linux" +IUSE="sametime ssl kernel_linux" # The kernel_linux? ( ) conditional dependencies are for webcams, not supported # on other kernels AFAIK @@ -24,7 +24,6 @@ BOTH_DEPEND="dev-libs/libxslt >=dev-libs/glib-2 app-crypt/qca sametime? ( =net-libs/meanwhile-0.4* ) - xmms? ( media-sound/xmms ) || ( ( x11-libs/libX11 x11-libs/libXext @@ -60,9 +59,8 @@ pkg_setup() { src_compile() { # External libgadu support - doesn't work, kopete requires a specific development snapshot of libgadu. # Maybe we can enable it in the future. - # The nowlistening plugin has xmms support. local myconf="$(use_enable sametime sametime-plugin) - $(use_with xmms) --without-external-libgadu" + --without-xmms --without-external-libgadu" kde-meta_src_compile } diff --git a/kde-base/kopete/kopete-3.5.5-r2.ebuild b/kde-base/kopete/kopete-3.5.5-r2.ebuild index 0611b3f40589..9dfd4677505b 100644 --- a/kde-base/kopete/kopete-3.5.5-r2.ebuild +++ b/kde-base/kopete/kopete-3.5.5-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kopete/kopete-3.5.5-r2.ebuild,v 1.2 2006/11/06 17:18:30 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kopete/kopete-3.5.5-r2.ebuild,v 1.3 2006/11/12 21:03:35 flameeyes Exp $ KMNAME=kdenetwork MAXKDEVER=$PV @@ -14,7 +14,7 @@ DESCRIPTION="KDE multi-protocol IM client" HOMEPAGE="http://kopete.kde.org/" KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" -IUSE="jingle sametime ssl xmms xscreensaver slp kernel_linux latex crypt +IUSE="jingle sametime ssl xscreensaver slp kernel_linux latex crypt winpopup sms irc yahoo gadu groupwise netmeeting statistics autoreplace connectionstatus contactnotes translator webpresence texteffect highlight alias autoreplace history nowlistening addbookmarks" @@ -27,7 +27,6 @@ BOTH_DEPEND="dev-libs/libxslt >=dev-libs/glib-2 app-crypt/qca sametime? ( =net-libs/meanwhile-1.0* ) - xmms? ( media-sound/xmms ) jingle? ( >=media-libs/speex-1.1.6 dev-libs/expat @@ -111,10 +110,9 @@ src_unpack() { src_compile() { # External libgadu support - doesn't work, kopete requires a specific development snapshot of libgadu. # Maybe we can enable it in the future. - # The nowlistening plugin has xmms support. local myconf="$(use_enable jingle) $(use_enable sametime sametime-plugin) - $(use_with xmms) --without-external-libgadu + --without-xmms --without-external-libgadu $(use_with xscreensaver) $(use_enable sms smsgsm) $(use_enable debug testbed)"