diff options
author | Jeremy Huddleston <eradicator@gentoo.org> | 2004-03-26 21:20:02 +0000 |
---|---|---|
committer | Jeremy Huddleston <eradicator@gentoo.org> | 2004-03-26 21:20:02 +0000 |
commit | ee842e6d8e7aa970652680eac9611953b0492c5d (patch) | |
tree | 50a39bbd151d69becb67faa241068d78550857c7 /media-plugins | |
parent | Bumping to stable x86. Added explicit IUSE and eutils. (Manifest recommit) (diff) | |
download | gentoo-2-ee842e6d8e7aa970652680eac9611953b0492c5d.tar.gz gentoo-2-ee842e6d8e7aa970652680eac9611953b0492c5d.tar.bz2 gentoo-2-ee842e6d8e7aa970652680eac9611953b0492c5d.zip |
Bumping to stable x86. Added explicit IUSE and removed explicit S.
Diffstat (limited to 'media-plugins')
-rw-r--r-- | media-plugins/xmms-shn/ChangeLog | 8 | ||||
-rw-r--r-- | media-plugins/xmms-shn/xmms-shn-2.2.4.ebuild | 7 | ||||
-rw-r--r-- | media-plugins/xmms-shn/xmms-shn-2.2.8.ebuild | 9 |
3 files changed, 15 insertions, 9 deletions
diff --git a/media-plugins/xmms-shn/ChangeLog b/media-plugins/xmms-shn/ChangeLog index 68a50fcfbc1e..7e5ba6ede845 100644 --- a/media-plugins/xmms-shn/ChangeLog +++ b/media-plugins/xmms-shn/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-plugins/xmms-shn -# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/xmms-shn/ChangeLog,v 1.3 2003/09/15 11:43:48 seemant Exp $ +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/xmms-shn/ChangeLog,v 1.4 2004/03/26 21:20:02 eradicator Exp $ + + 26 Mar 2004; Jeremy Huddleston <eradicator@gentoo.org> + xmms-shn-2.2.4.ebuild, xmms-shn-2.2.8.ebuild: + Bumping to stable x86. Added explicit IUSE and removed explicit S. *xmms-shn-2.2.8 (15 Sep 2003) diff --git a/media-plugins/xmms-shn/xmms-shn-2.2.4.ebuild b/media-plugins/xmms-shn/xmms-shn-2.2.4.ebuild index 497e3299f411..c8187bad819a 100644 --- a/media-plugins/xmms-shn/xmms-shn-2.2.4.ebuild +++ b/media-plugins/xmms-shn/xmms-shn-2.2.4.ebuild @@ -1,8 +1,7 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/xmms-shn/xmms-shn-2.2.4.ebuild,v 1.5 2004/02/22 22:26:10 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/xmms-shn/xmms-shn-2.2.4.ebuild,v 1.6 2004/03/26 21:20:02 eradicator Exp $ -S=${WORKDIR}/${P} DESCRIPTION="This input plugin allows xmms to play .shn compressed (lossless) files" SRC_URI="http://shnutils.etree.org/xmms-shn/source/${P}.tar.bz2" HOMEPAGE="http://shnutils.etree.org/xmms-shn" @@ -11,6 +10,8 @@ SLOT="0" LICENSE="GPL-2" KEYWORDS="x86 ~ppc ~sparc ~alpha ~hppa ~mips " +IUSE="" + DEPEND="media-sound/xmms" src_compile() { diff --git a/media-plugins/xmms-shn/xmms-shn-2.2.8.ebuild b/media-plugins/xmms-shn/xmms-shn-2.2.8.ebuild index 43f2e5ca6c3a..088de6d02133 100644 --- a/media-plugins/xmms-shn/xmms-shn-2.2.8.ebuild +++ b/media-plugins/xmms-shn/xmms-shn-2.2.8.ebuild @@ -1,15 +1,16 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/xmms-shn/xmms-shn-2.2.8.ebuild,v 1.2 2004/02/22 22:26:10 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/xmms-shn/xmms-shn-2.2.8.ebuild,v 1.3 2004/03/26 21:20:02 eradicator Exp $ -S=${WORKDIR}/${P} DESCRIPTION="This input plugin allows xmms to play .shn compressed (lossless) files" HOMEPAGE="http://shnutils.etree.org/xmms-shn" SRC_URI="http://www.etree.org/shnutils/xmms-shn/source/${P}.tar.gz" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~x86 ~ppc ~sparc ~alpha ~hppa ~mips " +KEYWORDS="x86 ~ppc ~sparc ~alpha ~hppa ~mips " + +IUSE="" DEPEND="media-sound/xmms" |