Remove xmms useflag, disable by default.
authorDiego Elio Pettenò <flameeyes@gentoo.org>
Sun, 12 Nov 2006 21:14:49 +0000 (21:14 +0000)
committerDiego Elio Pettenò <flameeyes@gentoo.org>
Sun, 12 Nov 2006 21:14:49 +0000 (21:14 +0000)
Package-Manager: portage-2.1.2_rc1-r6

18 files changed:
kde-base/kdeaddons/ChangeLog
kde-base/kdenetwork/ChangeLog
kde-base/kdenetwork/kdenetwork-3.5.2.ebuild
kde-base/kdenetwork/kdenetwork-3.5.3-r4.ebuild
kde-base/kdenetwork/kdenetwork-3.5.4.ebuild
kde-base/kdenetwork/kdenetwork-3.5.5-r1.ebuild
kde-base/kdenetwork/kdenetwork-3.5.5.ebuild
kde-base/kdeutils/ChangeLog
kde-base/kdeutils/kdeutils-3.5.2.ebuild
kde-base/kdeutils/kdeutils-3.5.3.ebuild
kde-base/kdeutils/kdeutils-3.5.4-r1.ebuild
kde-base/kdeutils/kdeutils-3.5.4.ebuild
kde-base/kdeutils/kdeutils-3.5.5.ebuild
kde-base/kopete/ChangeLog
kde-base/kopete/kopete-3.5.2.ebuild
kde-base/kopete/kopete-3.5.3-r4.ebuild
kde-base/kopete/kopete-3.5.4.ebuild
kde-base/kopete/kopete-3.5.5-r2.ebuild

index d6b7f3e74be64194ed1aa6a7bfc7ec3b504ee083..96469c5831170d97f0202b4c9c5e2d4c37301aff 100644 (file)
@@ -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ò <flameeyes@gentoo.org> ChangeLog:
+  Remove xmms useflag, disable by default.
 
 *kdeaddons-3.5.5 (03 Oct 2006)
 
index 3f44e814370ee979aad60e4fbc6f02545aa15998..5e99b98b6a5e63b9b42cfd542549efe01de9ee30 100644 (file)
@@ -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:
index cc35161588e2660ea9992f9455049dc3688bac56..b66852212c3fda694aad3089b96dd71ab405898d 100644 (file)
@@ -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
 }
index a270239b49509c0db3931b4da6a09b68ac749f6b..86632b7b3597dcbf27ab884d92fb98609316b81e 100644 (file)
@@ -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
 }
index fe4b6cfe8c79460ad1c27a07ddd4ad442bdae98c..b9840ff9372aa7d86d3164402f211824ad995cb5 100644 (file)
@@ -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
 }
index bfe32568507e48dc29592acf82130625ffb39cd5..a4030b4e700522e1cb2d9bec162f53e636a5fb6c 100644 (file)
@@ -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
 }
index e288f0cde69e268fff093db6ab2c057653edbf01..13b732c4aff705e5bacc459ac1e2aa6be79edb48 100644 (file)
@@ -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
 }
index 62a7b67aaf1ca4eb9c5aabcce45597bbb80af66a..74475d33341384e4b73f4b043a64e54337c8fc56 100644 (file)
@@ -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ò <flameeyes@gentoo.org> 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)
 
index fe9cd5654f2d32fa0f823f3044c7843f390b10b9..493b9c830556029e77bc9e78f823d14c64db8975 100644 (file)
@@ -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 <virtual/x11-7 )"
 
@@ -37,7 +36,7 @@ src_unpack() {
 
 src_compile() {
        local myconf="$(use_with snmp) $(use_with pbbuttonsd powerbook)
-                                 $(use_with xmms)"
+                                 --without-xmms"
 
        use crypt || export DO_NOT_COMPILE="${DO_NOT_COMPILE} kgpg"
 
index 13cee72033b73a91c1767fc69ff174edff1bfc64..aad65fd9b984223de89c73715f9575e811f189e3 100644 (file)
@@ -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.3.ebuild,v 1.4 2006/10/01 17:22:41 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdeutils/kdeutils-3.5.3.ebuild,v 1.5 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 <virtual/x11-7 )"
 
@@ -39,7 +38,7 @@ src_unpack() {
 
 src_compile() {
        local myconf="$(use_with snmp) $(use_with pbbuttonsd powerbook)
-                                 $(use_with xmms)"
+                                 --without-xmms"
 
        use crypt || export DO_NOT_COMPILE="${DO_NOT_COMPILE} kgpg"
 
index 93003244f790ea5f05363e6f62a0d830657ecf5a..7bd9f6bc5bf6ed56b8b8e78fc190c0a863e3ec0f 100644 (file)
@@ -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/kdeutils/kdeutils-3.5.4-r1.ebuild,v 1.2 2006/10/01 17:22:41 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdeutils/kdeutils-3.5.4-r1.ebuild,v 1.3 2006/11/12 21:06:41 flameeyes Exp $
 
 inherit kde-dist eutils
 
@@ -10,13 +10,12 @@ SRC_URI="${SRC_URI}
 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 <virtual/x11-7 )"
 
@@ -38,7 +37,7 @@ src_unpack() {
 
 src_compile() {
        local myconf="$(use_with snmp) $(use_with pbbuttonsd powerbook)
-                                 $(use_with xmms)"
+                                 --without-xmms"
 
        use crypt || export DO_NOT_COMPILE="${DO_NOT_COMPILE} kgpg"
 
index 80f07c1ade6c216310c35821ec8b55849cbc5a32..8690c2a144d569ca2f6702ba8834fe136305e992 100644 (file)
@@ -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.4.ebuild,v 1.2 2006/10/01 17:22:41 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdeutils/kdeutils-3.5.4.ebuild,v 1.3 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 <virtual/x11-7 )"
 
@@ -39,7 +38,7 @@ src_unpack() {
 
 src_compile() {
        local myconf="$(use_with snmp) $(use_with pbbuttonsd powerbook)
-                                 $(use_with xmms)"
+                                 --without-xmms"
 
        use crypt || export DO_NOT_COMPILE="${DO_NOT_COMPILE} kgpg"
 
index 9a3d2ea8294a78e8c19b7bcab050c135f08ca7f8..bd4a0a500ee47e16e75d3d2c05ddbfeb84bb33f3 100644 (file)
@@ -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/kdeutils/kdeutils-3.5.5.ebuild,v 1.1 2006/10/03 14:31:29 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdeutils/kdeutils-3.5.5.ebuild,v 1.2 2006/11/12 21:06:41 flameeyes Exp $
 
 inherit kde-dist eutils
 
@@ -10,13 +10,12 @@ SRC_URI="${SRC_URI}
 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 <virtual/x11-7 )"
 
@@ -38,7 +37,7 @@ src_unpack() {
 
 src_compile() {
        local myconf="$(use_with snmp) $(use_with pbbuttonsd powerbook)
-                                 $(use_with xmms)"
+                                 --without-xmms"
 
        use crypt || export DO_NOT_COMPILE="${DO_NOT_COMPILE} kgpg"
 
index 4ca75fe3ca584b39cc52932b23ea8df6128c0ab6..e8de06736976eb7c1f0d7d2a5c132c529c28ed98 100644 (file)
@@ -1,6 +1,10 @@
 # ChangeLog for kde-base/kopete
 # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kopete/ChangeLog,v 1.89 2006/11/06 17:18:30 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kopete/ChangeLog,v 1.90 2006/11/12 21:03:35 flameeyes Exp $
+
+  12 Nov 2006; Diego Pettenò <flameeyes@gentoo.org> 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ò <flameeyes@gentoo.org>
   -kopete-3.5.5-r1.ebuild, kopete-3.5.5-r2.ebuild:
index 75255cd772dc520f9fc240ea4114f7725e301928..4565f27f1c9aa506d75341401f368a9f38576339 100644 (file)
@@ -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
 }
index 4a463be6218b41d205f613d2e0662ee156ee4e17..a6b8fa1a1fa132346b54239fe6859085fa174f3f 100644 (file)
@@ -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
 }
index f27794088f30d308f15806e3ff7ae41d61095b87..6543019a97cc231c1efb6bf5e4104e6e66ce8a58 100644 (file)
@@ -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
 }
index 0611b3f405893953b1a9ba4db894b6eaa453278e..9dfd4677505be0ecad3a9a51e3a47db1dc0f6fde 100644 (file)
@@ -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)"