summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2006-11-13 14:55:14 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2006-11-13 14:55:14 +0000
commitf2246a37842b39548c93ecae04f94c94b1bb7a87 (patch)
tree863225155441a80cded88c9648fad1ab334e61d0 /net-irc/bitchx
parent"Stable x86, bug #147570" (diff)
downloadgentoo-2-f2246a37842b39548c93ecae04f94c94b1bb7a87.tar.gz
gentoo-2-f2246a37842b39548c93ecae04f94c94b1bb7a87.tar.bz2
gentoo-2-f2246a37842b39548c93ecae04f94c94b1bb7a87.zip
Remove xmms useflag.
(Portage version: 2.1.2_rc1-r6)
Diffstat (limited to 'net-irc/bitchx')
-rw-r--r--net-irc/bitchx/ChangeLog6
-rw-r--r--net-irc/bitchx/bitchx-1.1-r1.ebuild7
-rw-r--r--net-irc/bitchx/bitchx-1.1-r2.ebuild7
-rw-r--r--net-irc/bitchx/bitchx-1.1-r3.ebuild5
4 files changed, 13 insertions, 12 deletions
diff --git a/net-irc/bitchx/ChangeLog b/net-irc/bitchx/ChangeLog
index a5e7613d763f..cbbf9abfe996 100644
--- a/net-irc/bitchx/ChangeLog
+++ b/net-irc/bitchx/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-irc/bitchx
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/bitchx/ChangeLog,v 1.60 2006/11/07 14:32:04 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/bitchx/ChangeLog,v 1.61 2006/11/13 14:55:14 flameeyes Exp $
+
+ 13 Nov 2006; Diego Pettenò <flameeyes@gentoo.org> bitchx-1.1-r1.ebuild,
+ bitchx-1.1-r2.ebuild, bitchx-1.1-r3.ebuild:
+ Remove xmms useflag.
07 Nov 2006; Jeroen Roovers <jer@gentoo.org> bitchx-1.1-r3.ebuild:
Stable for HPPA (bug #149851).
diff --git a/net-irc/bitchx/bitchx-1.1-r1.ebuild b/net-irc/bitchx/bitchx-1.1-r1.ebuild
index ced66450e50c..d1a0c340867a 100644
--- a/net-irc/bitchx/bitchx-1.1-r1.ebuild
+++ b/net-irc/bitchx/bitchx-1.1-r1.ebuild
@@ -1,6 +1,6 @@
-# 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-irc/bitchx/bitchx-1.1-r1.ebuild,v 1.7 2005/09/11 14:01:00 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/bitchx/bitchx-1.1-r1.ebuild,v 1.8 2006/11/13 14:55:14 flameeyes Exp $
inherit flag-o-matic eutils
@@ -13,13 +13,12 @@ SRC_URI="http://www.bitchx.org/files/source/${MY_P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="x86 ppc sparc alpha arm hppa amd64"
-IUSE="cdrom cjk esd gnome gtk ipv6 ncurses ssl xmms"
+IUSE="cdrom cjk esd gnome gtk ipv6 ncurses ssl"
DEPEND=">=sys-libs/ncurses-5.1
ssl? ( >=dev-libs/openssl-0.9.6 )
ncurses? ( sys-libs/ncurses )
!arm? (
- xmms? ( media-sound/xmms )
esd? (
>=media-sound/esound-0.2.5
>=media-libs/audiofile-0.1.5
diff --git a/net-irc/bitchx/bitchx-1.1-r2.ebuild b/net-irc/bitchx/bitchx-1.1-r2.ebuild
index ec49fc475cf0..8d29f6d8e5de 100644
--- a/net-irc/bitchx/bitchx-1.1-r2.ebuild
+++ b/net-irc/bitchx/bitchx-1.1-r2.ebuild
@@ -1,6 +1,6 @@
-# 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-irc/bitchx/bitchx-1.1-r2.ebuild,v 1.6 2005/09/11 14:01:00 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/bitchx/bitchx-1.1-r2.ebuild,v 1.7 2006/11/13 14:55:14 flameeyes Exp $
inherit flag-o-matic eutils
@@ -13,13 +13,12 @@ SRC_URI="http://www.bitchx.org/files/source/${MY_P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86 ~ppc ~sparc ~alpha ~arm ~hppa ~amd64"
-IUSE="cdrom cjk esd gnome gtk ipv6 ncurses ssl xmms"
+IUSE="cdrom cjk esd gnome gtk ipv6 ncurses ssl"
DEPEND=">=sys-libs/ncurses-5.1
ssl? ( >=dev-libs/openssl-0.9.6 )
ncurses? ( sys-libs/ncurses )
!arm? (
- xmms? ( media-sound/xmms )
esd? (
>=media-sound/esound-0.2.5
>=media-libs/audiofile-0.1.5
diff --git a/net-irc/bitchx/bitchx-1.1-r3.ebuild b/net-irc/bitchx/bitchx-1.1-r3.ebuild
index aac35ba88789..446b91639313 100644
--- a/net-irc/bitchx/bitchx-1.1-r3.ebuild
+++ b/net-irc/bitchx/bitchx-1.1-r3.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-irc/bitchx/bitchx-1.1-r3.ebuild,v 1.9 2006/11/07 14:32:04 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/bitchx/bitchx-1.1-r3.ebuild,v 1.10 2006/11/13 14:55:14 flameeyes Exp $
inherit flag-o-matic eutils
@@ -13,12 +13,11 @@ SRC_URI="http://www.bitchx.org/files/source/${MY_P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="alpha amd64 arm hppa ppc sh sparc x86"
-IUSE="cdrom cjk esd gnome gtk ipv6 ncurses ssl xmms"
+IUSE="cdrom cjk esd gnome gtk ipv6 ncurses ssl"
DEPEND=">=sys-libs/ncurses-5.1
ssl? ( >=dev-libs/openssl-0.9.6 )
ncurses? ( sys-libs/ncurses )
- xmms? ( media-sound/xmms )
esd? (
>=media-sound/esound-0.2.5
>=media-libs/audiofile-0.1.5