diff options
author | William McArthur <sandymac@gentoo.org> | 2002-06-19 05:41:06 +0000 |
---|---|---|
committer | William McArthur <sandymac@gentoo.org> | 2002-06-19 05:41:06 +0000 |
commit | 827a0b49c5768352c3d2520949cdae470772f486 (patch) | |
tree | 6096a83671a0b52ae940661d1a76af3883d7ba36 /media-sound/abcde | |
parent | fixed Header field (diff) | |
download | historical-827a0b49c5768352c3d2520949cdae470772f486.tar.gz historical-827a0b49c5768352c3d2520949cdae470772f486.tar.bz2 historical-827a0b49c5768352c3d2520949cdae470772f486.zip |
Added media-sound/id3v2 to DEPEND for acbde.
Diffstat (limited to 'media-sound/abcde')
-rw-r--r-- | media-sound/abcde/ChangeLog | 8 | ||||
-rw-r--r-- | media-sound/abcde/abcde-2.0.3.ebuild | 5 |
2 files changed, 10 insertions, 3 deletions
diff --git a/media-sound/abcde/ChangeLog b/media-sound/abcde/ChangeLog index 751008dc6252..6243a91cfd4f 100644 --- a/media-sound/abcde/ChangeLog +++ b/media-sound/abcde/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for media-sound/abcde # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/media-sound/abcde/ChangeLog,v 1.2 2002/05/27 02:49:31 rphillips Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/abcde/ChangeLog,v 1.3 2002/06/19 05:41:06 sandymac Exp $ + + 19 Jun 2002; William McArthur <sandymac@gentoo.org> abcde-2.0.3.ebuild : + + Added media-sound/id3v2 to DEPEND, did not bump revision as this is too + small of a reason to force a recompile for existing users that are probably + already working. *abcde-2.0.3 (26 May 2002) diff --git a/media-sound/abcde/abcde-2.0.3.ebuild b/media-sound/abcde/abcde-2.0.3.ebuild index 6d1661af89a1..e8b847121f8b 100644 --- a/media-sound/abcde/abcde-2.0.3.ebuild +++ b/media-sound/abcde/abcde-2.0.3.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # Author Peter Gavin <pbg1854@garnet.acns.fsu.edu> -# $Header: /var/cvsroot/gentoo-x86/media-sound/abcde/abcde-2.0.3.ebuild,v 1.1 2002/05/27 02:49:31 rphillips Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/abcde/abcde-2.0.3.ebuild,v 1.2 2002/06/19 05:41:06 sandymac Exp $ S=${WORKDIR}/${P} DESCRIPTION="a better cd encoder" @@ -11,7 +11,8 @@ SLOT="0" DEPEND=">=media-sound/id3-0.12 >=media-sound/cd-discid-0.6 >=media-sound/cdparanoia-3.9.7 - >=media-sound/vorbis-tools-1.0_rc3" + >=media-sound/vorbis-tools-1.0_rc3 + media-sound/id3v2" src_unpack() { unpack ${PN}_${PV}.orig.tar.gz |