summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <drac@gentoo.org>2008-06-06 22:10:06 +0000
committerSamuli Suominen <drac@gentoo.org>2008-06-06 22:10:06 +0000
commit750bf4176303aaebd6803f4dd8ba1a29bf78ebf1 (patch)
treee9fa5546ff6395f9d4f0a4d6a11bf7118a8dbd0e /app-cdr/mybashburn
parentBump. This reverts a lot of code and goes back to a driver based off the 1.1 ... (diff)
downloadgentoo-2-750bf4176303aaebd6803f4dd8ba1a29bf78ebf1.tar.gz
gentoo-2-750bf4176303aaebd6803f4dd8ba1a29bf78ebf1.tar.bz2
gentoo-2-750bf4176303aaebd6803f4dd8ba1a29bf78ebf1.zip
Add virtual/mpg123 dep. behind USE mp3 wrt #223461.
(Portage version: 2.1.5.3)
Diffstat (limited to 'app-cdr/mybashburn')
-rw-r--r--app-cdr/mybashburn/ChangeLog7
-rw-r--r--app-cdr/mybashburn/mybashburn-1.0.2.ebuild9
2 files changed, 10 insertions, 6 deletions
diff --git a/app-cdr/mybashburn/ChangeLog b/app-cdr/mybashburn/ChangeLog
index 59ebc80216f3..ca0127d81107 100644
--- a/app-cdr/mybashburn/ChangeLog
+++ b/app-cdr/mybashburn/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-cdr/mybashburn
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-cdr/mybashburn/ChangeLog,v 1.1 2007/11/02 04:56:22 beandog Exp $
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-cdr/mybashburn/ChangeLog,v 1.2 2008/06/06 22:10:06 drac Exp $
+
+ 06 Jun 2008; Samuli Suominen <drac@gentoo.org> mybashburn-1.0.2.ebuild:
+ Add virtual/mpg123 dep. behind USE mp3 wrt #223461.
*mybashburn-1.0.2 (02 Nov 2007)
diff --git a/app-cdr/mybashburn/mybashburn-1.0.2.ebuild b/app-cdr/mybashburn/mybashburn-1.0.2.ebuild
index 668968198b61..88240da72f0b 100644
--- a/app-cdr/mybashburn/mybashburn-1.0.2.ebuild
+++ b/app-cdr/mybashburn/mybashburn-1.0.2.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-cdr/mybashburn/mybashburn-1.0.2.ebuild,v 1.1 2007/11/02 04:56:22 beandog Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-cdr/mybashburn/mybashburn-1.0.2.ebuild,v 1.2 2008/06/06 22:10:06 drac Exp $
DESCRIPTION="Command-line burning interface of data and music CDs and DVDs"
HOMEPAGE="http://mybashburn.sourceforge.net/"
@@ -17,7 +17,8 @@ RDEPEND="dev-util/dialog
app-cdr/cdrkit
virtual/eject
dvdr? ( app-cdr/dvd+rw-tools )
- mp3? ( media-sound/lame )
+ mp3? ( media-sound/lame
+ virtual/mpg123 )
flac? ( media-libs/flac )
vorbis? ( media-sound/vorbis-tools )
normalize? ( media-sound/normalize )"
@@ -25,6 +26,6 @@ RDEPEND="dev-util/dialog
RESTRICT="test"
src_install() {
- emake DESTDIR="${D}" install || die "einstall died"
+ emake DESTDIR="${D}" install || die "emake install failed."
dodoc CREDITS ChangeLog FAQ HOWTO README TODO
}