summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2006-11-13 15:17:41 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2006-11-13 15:17:41 +0000
commitd9aacf1d96633b39af6c1b92b1d33d1941a72fc6 (patch)
tree0cbea5ac8f9d95f48f1ce20b822f2285c4db8d9a /net-wireless
parent"Stable x86, bug #147570" (diff)
downloadgentoo-2-d9aacf1d96633b39af6c1b92b1d33d1941a72fc6.tar.gz
gentoo-2-d9aacf1d96633b39af6c1b92b1d33d1941a72fc6.tar.bz2
gentoo-2-d9aacf1d96633b39af6c1b92b1d33d1941a72fc6.zip
Remove xmms useflag.
(Portage version: 2.1.2_rc1-r6)
Diffstat (limited to 'net-wireless')
-rw-r--r--net-wireless/kdebluetooth/ChangeLog7
-rw-r--r--net-wireless/kdebluetooth/kdebluetooth-1.0_beta1-r2.ebuild10
-rw-r--r--net-wireless/kdebluetooth/kdebluetooth-1.0_beta2-r1.ebuild10
-rw-r--r--net-wireless/kdebluetooth/kdebluetooth-1.0_beta2.ebuild10
4 files changed, 15 insertions, 22 deletions
diff --git a/net-wireless/kdebluetooth/ChangeLog b/net-wireless/kdebluetooth/ChangeLog
index ab400e792517..fade6d223184 100644
--- a/net-wireless/kdebluetooth/ChangeLog
+++ b/net-wireless/kdebluetooth/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for net-wireless/kdebluetooth
# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-wireless/kdebluetooth/ChangeLog,v 1.54 2006/10/17 08:38:44 deathwing00 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-wireless/kdebluetooth/ChangeLog,v 1.55 2006/11/13 15:17:41 flameeyes Exp $
+
+ 13 Nov 2006; Diego Pettenò <flameeyes@gentoo.org>
+ kdebluetooth-1.0_beta1-r2.ebuild, kdebluetooth-1.0_beta2.ebuild,
+ kdebluetooth-1.0_beta2-r1.ebuild:
+ Remove xmms useflag.
17 Oct 2006; Ioannis Aslanidis <deathwing00@gentoo.org>
kdebluetooth-1.0_beta2-r1.ebuild:
diff --git a/net-wireless/kdebluetooth/kdebluetooth-1.0_beta1-r2.ebuild b/net-wireless/kdebluetooth/kdebluetooth-1.0_beta1-r2.ebuild
index a645061c453b..d261a110e2e6 100644
--- a/net-wireless/kdebluetooth/kdebluetooth-1.0_beta1-r2.ebuild
+++ b/net-wireless/kdebluetooth/kdebluetooth-1.0_beta1-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/net-wireless/kdebluetooth/kdebluetooth-1.0_beta1-r2.ebuild,v 1.9 2006/08/20 09:10:06 blubb Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-wireless/kdebluetooth/kdebluetooth-1.0_beta1-r2.ebuild,v 1.10 2006/11/13 15:17:41 flameeyes Exp $
inherit kde autotools
@@ -15,12 +15,11 @@ SRC_URI="mirror://sourceforge/kde-bluetooth/${MY_P}.tar.bz2"
SLOT="0"
LICENSE="GPL-2"
KEYWORDS="amd64 ~hppa ppc sparc x86"
-IUSE="xmms irmc"
+IUSE="irmc"
DEPEND=">=dev-libs/openobex-1.1
>=net-wireless/bluez-libs-2.15
>=media-libs/libvorbis-1.0
- xmms? ( >=media-sound/xmms-1.2.10 )
irmc? ( || ( >=kde-base/kitchensync-3.4_beta1 >=kde-base/kdepim-3.4_beta1 ) )"
RDEPEND="${DEPEND}
@@ -44,7 +43,7 @@ src_compile() {
sed -i -e 's,/etc/init\.d/bluez-utils,/etc/init\.d/bluetooth,' \
"${S}/kdebluetooth/kbluetoothd/kcm_btpaired/pairedtab.cpp" || die
- local myconf="$(use_with xmms) $(use_enable irmc irmcsynckonnector)"
+ local myconf="--without-xmms $(use_enable irmc irmcsynckonnector)"
kde_src_compile
}
@@ -55,7 +54,4 @@ pkg_postinst() {
einfo 'you have to edit "/etc/bluetooth/hcid.conf" and change the line'
einfo '"pin_helper oldbluepin;" to "pin_helper /usr/lib/kdebluetooth/kbluepin;".'
einfo 'Then restart hcid to make the change take effect.'
- einfo ''
- einfo 'The bemused server (avaible with the "xmms" USE flag enabled) only works with'
- einfo 'Symbian OS phones'
}
diff --git a/net-wireless/kdebluetooth/kdebluetooth-1.0_beta2-r1.ebuild b/net-wireless/kdebluetooth/kdebluetooth-1.0_beta2-r1.ebuild
index 23344aa51cd1..29facf60f8a6 100644
--- a/net-wireless/kdebluetooth/kdebluetooth-1.0_beta2-r1.ebuild
+++ b/net-wireless/kdebluetooth/kdebluetooth-1.0_beta2-r1.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/net-wireless/kdebluetooth/kdebluetooth-1.0_beta2-r1.ebuild,v 1.2 2006/10/17 08:38:44 deathwing00 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-wireless/kdebluetooth/kdebluetooth-1.0_beta2-r1.ebuild,v 1.3 2006/11/13 15:17:41 flameeyes Exp $
inherit kde autotools
@@ -15,12 +15,11 @@ SRC_URI="mirror://sourceforge/kde-bluetooth/${MY_P}.tar.bz2"
SLOT="0"
LICENSE="GPL-2"
KEYWORDS="~amd64 ~hppa ~ppc ~sparc ~x86"
-IUSE="xmms irmc"
+IUSE="irmc"
DEPEND=">=dev-libs/openobex-1.1
>=net-wireless/bluez-libs-2.15
>=media-libs/libvorbis-1.0
- xmms? ( >=media-sound/xmms-1.2.10 )
irmc? ( || ( >=kde-base/kitchensync-3.4_beta1 >=kde-base/kdepim-3.4_beta1 ) )"
RDEPEND="${DEPEND}
@@ -50,7 +49,7 @@ src_compile() {
# Change defaults to match our bluez-utils setup
sed -i -e 's,/etc/init\.d/bluez-utils,/etc/init\.d/bluetooth,' \
"${S}/kdebluetooth/kbluetoothd/kcm_btpaired/pairedtab.cpp" || die
- local myconf="$(use_with xmms) $(use_enable irmc irmcsynckonnector)"
+ local myconf="--without-xmms $(use_enable irmc irmcsynckonnector)"
kde_src_compile
}
@@ -60,7 +59,4 @@ pkg_postinst() {
einfo 'you have to edit "/etc/bluetooth/hcid.conf" and change the line'
einfo '"pin_helper oldbluepin;" to "pin_helper /usr/lib/kdebluetooth/kbluepin;".'
einfo 'Then restart hcid to make the change take effect.'
- einfo ''
- einfo 'The bemused server (avaible with the "xmms" USE flag enabled) only works with'
- einfo 'Symbian OS phones'
}
diff --git a/net-wireless/kdebluetooth/kdebluetooth-1.0_beta2.ebuild b/net-wireless/kdebluetooth/kdebluetooth-1.0_beta2.ebuild
index f5df187491b6..87da351baf7f 100644
--- a/net-wireless/kdebluetooth/kdebluetooth-1.0_beta2.ebuild
+++ b/net-wireless/kdebluetooth/kdebluetooth-1.0_beta2.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/net-wireless/kdebluetooth/kdebluetooth-1.0_beta2.ebuild,v 1.1 2006/10/16 14:06:41 deathwing00 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-wireless/kdebluetooth/kdebluetooth-1.0_beta2.ebuild,v 1.2 2006/11/13 15:17:41 flameeyes Exp $
inherit kde autotools
@@ -15,12 +15,11 @@ SRC_URI="mirror://sourceforge/kde-bluetooth/${MY_P}.tar.bz2"
SLOT="0"
LICENSE="GPL-2"
KEYWORDS="~amd64 ~hppa ~ppc ~sparc ~x86"
-IUSE="xmms irmc"
+IUSE="irmc"
DEPEND=">=dev-libs/openobex-1.1
>=net-wireless/bluez-libs-2.15
>=media-libs/libvorbis-1.0
- xmms? ( >=media-sound/xmms-1.2.10 )
irmc? ( || ( >=kde-base/kitchensync-3.4_beta1 >=kde-base/kdepim-3.4_beta1 ) )"
RDEPEND="${DEPEND}
@@ -40,7 +39,7 @@ src_compile() {
sed -i -e 's,/etc/init\.d/bluez-utils,/etc/init\.d/bluetooth,' \
"${S}/kdebluetooth/kbluetoothd/kcm_btpaired/pairedtab.cpp" || die
- local myconf="$(use_with xmms) $(use_enable irmc irmcsynckonnector)"
+ local myconf="--without-xmms $(use_enable irmc irmcsynckonnector)"
kde_src_compile
}
@@ -51,7 +50,4 @@ pkg_postinst() {
einfo 'you have to edit "/etc/bluetooth/hcid.conf" and change the line'
einfo '"pin_helper oldbluepin;" to "pin_helper /usr/lib/kdebluetooth/kbluepin;".'
einfo 'Then restart hcid to make the change take effect.'
- einfo ''
- einfo 'The bemused server (avaible with the "xmms" USE flag enabled) only works with'
- einfo 'Symbian OS phones'
}