summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2006-03-08 20:29:56 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2006-03-08 20:29:56 +0000
commita04f243c81d432f614983e1a34b1b42686e038b3 (patch)
tree34fd394253e06161a8542f159038f890c36993f9 /media-sound/asunder
parentInitial version import (diff)
downloadhistorical-a04f243c81d432f614983e1a34b1b42686e038b3.tar.gz
historical-a04f243c81d432f614983e1a34b1b42686e038b3.tar.bz2
historical-a04f243c81d432f614983e1a34b1b42686e038b3.zip
Rename ogg useflag into vorbis useflag. Bug #101877.
Package-Manager: portage-2.1_pre5-r4
Diffstat (limited to 'media-sound/asunder')
-rw-r--r--media-sound/asunder/ChangeLog7
-rw-r--r--media-sound/asunder/asunder-0.1.0.ebuild8
2 files changed, 9 insertions, 6 deletions
diff --git a/media-sound/asunder/ChangeLog b/media-sound/asunder/ChangeLog
index 0e7bf71261cc..bc35d363c255 100644
--- a/media-sound/asunder/ChangeLog
+++ b/media-sound/asunder/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-sound/asunder
-# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/asunder/ChangeLog,v 1.2 2005/07/25 12:03:49 dholm Exp $
+# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/asunder/ChangeLog,v 1.3 2006/03/08 20:25:03 flameeyes Exp $
+
+ 08 Mar 2006; Diego Pettenò <flameeyes@gentoo.org> asunder-0.1.0.ebuild:
+ Rename ogg useflag into vorbis useflag. Bug #101877.
25 Jul 2005; David Holm <dholm@gentoo.org> asunder-0.1.0.ebuild:
Added to ~ppc.
diff --git a/media-sound/asunder/asunder-0.1.0.ebuild b/media-sound/asunder/asunder-0.1.0.ebuild
index fec432f90be9..d0fb3de30b2d 100644
--- a/media-sound/asunder/asunder-0.1.0.ebuild
+++ b/media-sound/asunder/asunder-0.1.0.ebuild
@@ -1,11 +1,11 @@
-# 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/media-sound/asunder/asunder-0.1.0.ebuild,v 1.2 2005/07/25 12:03:49 dholm Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/asunder/asunder-0.1.0.ebuild,v 1.3 2006/03/08 20:25:03 flameeyes Exp $
MY_P=Asunder-${PV}
S=${WORKDIR}/${MY_P}
-IUSE="doc mp3 ogg flac"
+IUSE="doc mp3 vorbis flac"
DESCRIPTION="Asunder is a graphical CD ripper and encoder"
SRC_URI="http://ericlathrop.com/${PN}/${MY_P}.tar.bz2"
@@ -19,7 +19,7 @@ DEPEND=">=x11-libs/gtk+-2.4
>=media-libs/libcddb-0.9.5
media-sound/cdparanoia
mp3? ( media-sound/lame )
- ogg? ( media-sound/vorbis-tools )
+ vorbis? ( media-sound/vorbis-tools )
flac? ( media-libs/flac )"
RDEPEND="${DEPEND}"