diff options
author | Ryan Phillips <rphillips@gentoo.org> | 2002-06-28 15:51:29 +0000 |
---|---|---|
committer | Ryan Phillips <rphillips@gentoo.org> | 2002-06-28 15:51:29 +0000 |
commit | dc4f3a0977f42fd30448ad2871acf047ced70f41 (patch) | |
tree | 79cb5f34d4193e7c95737f8db726d9e6f570a9df /media-sound | |
parent | Oops. (diff) | |
download | historical-dc4f3a0977f42fd30448ad2871acf047ced70f41.tar.gz historical-dc4f3a0977f42fd30448ad2871acf047ced70f41.tar.bz2 historical-dc4f3a0977f42fd30448ad2871acf047ced70f41.zip |
fixed the bug in the diff file... Fixes #4239
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/abcde/ChangeLog | 6 | ||||
-rw-r--r-- | media-sound/abcde/files/abcde-2.0.3-gentoo.diff | 2 |
2 files changed, 6 insertions, 2 deletions
diff --git a/media-sound/abcde/ChangeLog b/media-sound/abcde/ChangeLog index 6243a91cfd4f..2d0807561c7e 100644 --- a/media-sound/abcde/ChangeLog +++ b/media-sound/abcde/ChangeLog @@ -1,7 +1,11 @@ # 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.3 2002/06/19 05:41:06 sandymac Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/abcde/ChangeLog,v 1.4 2002/06/28 15:51:29 rphillips Exp $ + 28 Jun 2002; Ryan Phillips <rphillips@gentoo.org> files/abcde-2.0.3-gentoo.diff : + + Slight bug in the diff file... Changed line 7. + 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 diff --git a/media-sound/abcde/files/abcde-2.0.3-gentoo.diff b/media-sound/abcde/files/abcde-2.0.3-gentoo.diff index 73d1568e3505..757ebdf3b613 100644 --- a/media-sound/abcde/files/abcde-2.0.3-gentoo.diff +++ b/media-sound/abcde/files/abcde-2.0.3-gentoo.diff @@ -4,7 +4,7 @@ ALBUMFILE=$(mungefilename "$DALBUM") ARTISTFILE=$(mungefilename "$TRACKARTIST") TRACKFILE=$(mungefilename "$TRACKNAME") -++ TRACKNUM=$(printf %0.${TRACKNUMPADDING}d ${UTRACKNUM}) ++ TRACKNUM=$(printf %0.${TRACKNUMPADDING}d ${UTRACKNUM}) # Supported variables for OUTPUTFORMAT are ALBUMFILE, ARTISTFILE, TRACKFILE, and TRACKNUM. if [ "$VARIOUSARTISTS" = "y" ]; then OUTPUTFILE=$(eval echo $VAOUTPUTFORMAT) |