diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-11-13 14:53:57 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-11-13 14:53:57 +0000 |
commit | 2355ff2a011639dde00e66f0e7ae8a7051491dd0 (patch) | |
tree | e79d19ce4bf5edccb04a259c6c085bca69c38e2e /net-irc/xchat-xsys | |
parent | "Stable x86, bug #147570" (diff) | |
download | gentoo-2-2355ff2a011639dde00e66f0e7ae8a7051491dd0.tar.gz gentoo-2-2355ff2a011639dde00e66f0e7ae8a7051491dd0.tar.bz2 gentoo-2-2355ff2a011639dde00e66f0e7ae8a7051491dd0.zip |
Remove xmms useflag.
(Portage version: 2.1.2_rc1-r6)
Diffstat (limited to 'net-irc/xchat-xsys')
-rw-r--r-- | net-irc/xchat-xsys/ChangeLog | 7 | ||||
-rw-r--r-- | net-irc/xchat-xsys/xchat-xsys-2.0.8-r1.ebuild | 10 | ||||
-rw-r--r-- | net-irc/xchat-xsys/xchat-xsys-2.0.9.ebuild | 9 | ||||
-rw-r--r-- | net-irc/xchat-xsys/xchat-xsys-2.1.0-r1.ebuild | 9 | ||||
-rw-r--r-- | net-irc/xchat-xsys/xchat-xsys-2.1.0.ebuild | 9 |
5 files changed, 18 insertions, 26 deletions
diff --git a/net-irc/xchat-xsys/ChangeLog b/net-irc/xchat-xsys/ChangeLog index 49cf99a5043a..9fd0c228de24 100644 --- a/net-irc/xchat-xsys/ChangeLog +++ b/net-irc/xchat-xsys/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-irc/xchat-xsys # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat-xsys/ChangeLog,v 1.52 2006/10/05 18:57:22 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat-xsys/ChangeLog,v 1.53 2006/11/13 14:53:57 flameeyes Exp $ + + 13 Nov 2006; Diego Pettenò <flameeyes@gentoo.org> + xchat-xsys-2.0.8-r1.ebuild, xchat-xsys-2.0.9.ebuild, + xchat-xsys-2.1.0.ebuild, xchat-xsys-2.1.0-r1.ebuild: + Remove xmms useflag. 05 Oct 2006; Gustavo Zacarias <gustavoz@gentoo.org> xchat-xsys-2.1.0-r1.ebuild: diff --git a/net-irc/xchat-xsys/xchat-xsys-2.0.8-r1.ebuild b/net-irc/xchat-xsys/xchat-xsys-2.0.8-r1.ebuild index 5eb51331050c..a6ab4280c25e 100644 --- a/net-irc/xchat-xsys/xchat-xsys-2.0.8-r1.ebuild +++ b/net-irc/xchat-xsys/xchat-xsys-2.0.8-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-irc/xchat-xsys/xchat-xsys-2.0.8-r1.ebuild,v 1.8 2006/02/19 18:40:09 chainsaw Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat-xsys/xchat-xsys-2.0.8-r1.ebuild,v 1.9 2006/11/13 14:53:57 flameeyes Exp $ inherit toolchain-funcs eutils @@ -13,14 +13,13 @@ HOMEPAGE="http://dev.gentoo.org/~chainsaw/xsys/" LICENSE="GPL-2" SLOT="0" KEYWORDS="alpha amd64 ppc ppc64 sparc x86" -IUSE="xmms buttons" +IUSE="buttons" DEPEND="|| ( >=net-irc/xchat-2.4.0 >=net-irc/xchat-gnome-0.4 ) - sys-apps/pciutils - xmms? ( media-sound/xmms )" + sys-apps/pciutils" src_unpack() { unpack ${A} @@ -28,9 +27,6 @@ src_unpack() { if use buttons; then sed -i -e "s:#BUTTON:BUTTON:" ${S}/Makefile fi - if use xmms; then - sed -i -e "s:# FOR XMMS # ::g" ${S}/Makefile - fi epatch ${FILESDIR}/${PV}-pciutils-headerchange.patch } diff --git a/net-irc/xchat-xsys/xchat-xsys-2.0.9.ebuild b/net-irc/xchat-xsys/xchat-xsys-2.0.9.ebuild index 95bde13b9696..8f78bb1ae2b9 100644 --- a/net-irc/xchat-xsys/xchat-xsys-2.0.9.ebuild +++ b/net-irc/xchat-xsys/xchat-xsys-2.0.9.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/xchat-xsys/xchat-xsys-2.0.9.ebuild,v 1.7 2006/07/04 16:49:34 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat-xsys/xchat-xsys-2.0.9.ebuild,v 1.8 2006/11/13 14:53:57 flameeyes Exp $ inherit toolchain-funcs eutils @@ -13,15 +13,14 @@ HOMEPAGE="http://dev.gentoo.org/~chainsaw/xsys/" LICENSE="GPL-2" SLOT="0" KEYWORDS="~alpha ~amd64 ppc ~ppc64 sparc ~x86" -IUSE="audacious buttons xmms" +IUSE="audacious buttons" DEPEND="|| ( >=net-irc/xchat-2.4.0 >=net-irc/xchat-gnome-0.4 ) sys-apps/pciutils - audacious? ( media-sound/audacious ) - xmms? ( media-sound/xmms )" + audacious? ( media-sound/audacious )" src_unpack() { unpack ${A} @@ -31,8 +30,6 @@ src_unpack() { fi if use audacious; then sed -i -e "s:# FOR AUDACIOUS # ::g" ${S}/Makefile - elif use xmms; then - sed -i -e "s:# FOR XMMS # ::g" ${S}/Makefile fi } diff --git a/net-irc/xchat-xsys/xchat-xsys-2.1.0-r1.ebuild b/net-irc/xchat-xsys/xchat-xsys-2.1.0-r1.ebuild index 3a18be7dd224..e0ccfadb9537 100644 --- a/net-irc/xchat-xsys/xchat-xsys-2.1.0-r1.ebuild +++ b/net-irc/xchat-xsys/xchat-xsys-2.1.0-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-irc/xchat-xsys/xchat-xsys-2.1.0-r1.ebuild,v 1.3 2006/10/05 18:57:22 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat-xsys/xchat-xsys-2.1.0-r1.ebuild,v 1.4 2006/11/13 14:53:57 flameeyes Exp $ inherit toolchain-funcs eutils @@ -13,15 +13,14 @@ HOMEPAGE="http://dev.gentoo.org/~chainsaw/xsys/" LICENSE="GPL-2" SLOT="0" KEYWORDS="alpha ~amd64 ~ppc ~ppc64 sparc ~x86" -IUSE="audacious buttons xmms" +IUSE="audacious buttons" DEPEND="|| ( >=net-irc/xchat-2.4.0 >=net-irc/xchat-gnome-0.4 ) sys-apps/pciutils - audacious? ( media-sound/audacious ) - xmms? ( media-sound/xmms )" + audacious? ( media-sound/audacious )" src_unpack() { unpack ${A} @@ -32,8 +31,6 @@ src_unpack() { fi if use audacious; then sed -i -e "s:# FOR AUDACIOUS # ::g" Makefile - elif use xmms; then - sed -i -e "s:# FOR XMMS # ::g" Makefile fi epatch ${FILESDIR}/${PV}-alpha-L2-cache.patch } diff --git a/net-irc/xchat-xsys/xchat-xsys-2.1.0.ebuild b/net-irc/xchat-xsys/xchat-xsys-2.1.0.ebuild index b7468fa2f155..89f6d75143dc 100644 --- a/net-irc/xchat-xsys/xchat-xsys-2.1.0.ebuild +++ b/net-irc/xchat-xsys/xchat-xsys-2.1.0.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/xchat-xsys/xchat-xsys-2.1.0.ebuild,v 1.5 2006/09/24 09:11:01 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat-xsys/xchat-xsys-2.1.0.ebuild,v 1.6 2006/11/13 14:53:57 flameeyes Exp $ inherit toolchain-funcs eutils @@ -13,15 +13,14 @@ HOMEPAGE="http://dev.gentoo.org/~chainsaw/xsys/" LICENSE="GPL-2" SLOT="0" KEYWORDS="~alpha ~amd64 ppc ppc64 sparc x86" -IUSE="audacious buttons xmms" +IUSE="audacious buttons" DEPEND="|| ( >=net-irc/xchat-2.4.0 >=net-irc/xchat-gnome-0.4 ) sys-apps/pciutils - audacious? ( media-sound/audacious ) - xmms? ( media-sound/xmms )" + audacious? ( media-sound/audacious )" src_unpack() { unpack ${A} @@ -31,8 +30,6 @@ src_unpack() { fi if use audacious; then sed -i -e "s:# FOR AUDACIOUS # ::g" ${S}/Makefile - elif use xmms; then - sed -i -e "s:# FOR XMMS # ::g" ${S}/Makefile fi } |