diff options
author | Bernard Cafarelli <voyageur@gentoo.org> | 2009-06-19 16:44:33 +0000 |
---|---|---|
committer | Bernard Cafarelli <voyageur@gentoo.org> | 2009-06-19 16:44:33 +0000 |
commit | 77a766b3bdcefb50cbba88bb4c12999d1390ce82 (patch) | |
tree | 96365729e212d800e730c27780fcd608b0694658 /gnustep-apps | |
parent | Version bump. (diff) | |
download | gentoo-2-77a766b3bdcefb50cbba88bb4c12999d1390ce82.tar.gz gentoo-2-77a766b3bdcefb50cbba88bb4c12999d1390ce82.tar.bz2 gentoo-2-77a766b3bdcefb50cbba88bb4c12999d1390ce82.zip |
Drop arts and esd USE flags, bug #274650
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'gnustep-apps')
-rw-r--r-- | gnustep-apps/cynthiune/ChangeLog | 10 | ||||
-rw-r--r-- | gnustep-apps/cynthiune/cynthiune-0.9.5-r3.ebuild (renamed from gnustep-apps/cynthiune/cynthiune-0.9.5-r2.ebuild) | 12 |
2 files changed, 12 insertions, 10 deletions
diff --git a/gnustep-apps/cynthiune/ChangeLog b/gnustep-apps/cynthiune/ChangeLog index 143cdea5d788..9105c5abcf03 100644 --- a/gnustep-apps/cynthiune/ChangeLog +++ b/gnustep-apps/cynthiune/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for gnustep-apps/cynthiune -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/cynthiune/ChangeLog,v 1.19 2008/12/09 17:12:34 voyageur Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/cynthiune/ChangeLog,v 1.20 2009/06/19 16:44:33 voyageur Exp $ + +*cynthiune-0.9.5-r3 (19 Jun 2009) + + 19 Jun 2009; Bernard Cafarelli <voyageur@gentoo.org> + -cynthiune-0.9.5-r2.ebuild, +cynthiune-0.9.5-r3.ebuild: + Drop arts and esd USE flags, bug #274650 *cynthiune-0.9.5-r2 (09 Dec 2008) diff --git a/gnustep-apps/cynthiune/cynthiune-0.9.5-r2.ebuild b/gnustep-apps/cynthiune/cynthiune-0.9.5-r3.ebuild index c3ed0e5a9115..cf2e374f3847 100644 --- a/gnustep-apps/cynthiune/cynthiune-0.9.5-r2.ebuild +++ b/gnustep-apps/cynthiune/cynthiune-0.9.5-r3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/cynthiune/cynthiune-0.9.5-r2.ebuild,v 1.1 2008/12/09 17:12:34 voyageur Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/cynthiune/cynthiune-0.9.5-r3.ebuild,v 1.1 2009/06/19 16:44:33 voyageur Exp $ inherit gnustep-2 @@ -10,7 +10,7 @@ DESCRIPTION="Free software and romantic music player for GNUstep." HOMEPAGE="http://organact.mine.nu/~wolfgang/cynthiune" SRC_URI="http://organact.mine.nu/~wolfgang/cynthiune/${P/c/C}.tar.gz" -IUSE="arts esd flac mad modplug musepack timidity vorbis" +IUSE="flac mad modplug musepack timidity vorbis" KEYWORDS="~amd64 ~ppc ~x86" LICENSE="GPL-2" @@ -18,8 +18,6 @@ SLOT="0" RDEPEND="media-libs/audiofile media-libs/taglib - arts? ( kde-base/arts ) - esd? ( media-sound/esound ) flac? ( media-libs/flac ) mad? ( media-libs/libid3tag media-libs/libmad ) @@ -46,9 +44,7 @@ src_unpack() { cynthiune_get_config() { # Gentoo doesn't have libavi (any more) - local myconf="disable-windowsmedia=yes" - use arts || myconf="${myconf} disable-arts=yes" - use esd || myconf="${myconf} disable-esound=yes" + local myconf="disable-windowsmedia=yes disable-arts=yes disable-esound=yes" use flac || myconf="${myconf} disable-flac=yes disable-flactags=yes" use mad || myconf="${myconf} disable-mp3=yes disable-id3tag=yes" use modplug || myconf="${myconf} disable-mod=yes" |