diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2003-02-09 01:14:40 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2003-02-09 01:14:40 +0000 |
commit | 6e18e04d21e6c81e41f0fa6ed16f4ca2c585ebc7 (patch) | |
tree | 682ce5d01a1d9887fc0bf2f6d06cef8e44750014 /media-sound | |
parent | Added hppa to keywords. (diff) | |
download | historical-6e18e04d21e6c81e41f0fa6ed16f4ca2c585ebc7.tar.gz historical-6e18e04d21e6c81e41f0fa6ed16f4ca2c585ebc7.tar.bz2 historical-6e18e04d21e6c81e41f0fa6ed16f4ca2c585ebc7.zip |
added id3ed to DEPEND
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/waif/ChangeLog | 7 | ||||
-rw-r--r-- | media-sound/waif/waif-0.59.3.ebuild | 3 |
2 files changed, 8 insertions, 2 deletions
diff --git a/media-sound/waif/ChangeLog b/media-sound/waif/ChangeLog index 32631dd7f12e..a1efdf39ba4a 100644 --- a/media-sound/waif/ChangeLog +++ b/media-sound/waif/ChangeLog @@ -1,9 +1,14 @@ # ChangeLog for media-sound/waif # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/waif/ChangeLog,v 1.2 2003/02/08 08:45:09 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/waif/ChangeLog,v 1.3 2003/02/09 01:14:40 seemant Exp $ *waif-0.59.3 (07 Feb 2003) + 08 Feb 2003; Seemant Kulleen <seemant@gentoo.org> waif-0.59.3.ebuild : + + Added id3ed as a dependency to make waifsh show the id3 instead of + filename. Thanks to tseng in oftc.net #gentoo. + 08 Feb 2003; Seemant Kulleen <seemant@gentoo.org> files/LICENSE Added license -- quote from an e-mail that Matthew Levine (the author of diff --git a/media-sound/waif/waif-0.59.3.ebuild b/media-sound/waif/waif-0.59.3.ebuild index c18d75e1720d..5e7e21330c98 100644 --- a/media-sound/waif/waif-0.59.3.ebuild +++ b/media-sound/waif/waif-0.59.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/waif/waif-0.59.3.ebuild,v 1.2 2003/02/08 08:45:09 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/waif/waif-0.59.3.ebuild,v 1.3 2003/02/09 01:14:40 seemant Exp $ IUSE="X gnome" @@ -21,6 +21,7 @@ DEPEND="dev-lang/tcl RDEPEND="dev-tcltk/expect media-sound/takcd media-sound/aumix + media-sound/id3ed xmms? ( media-sound/xmms ) oggvorbis? ( media-sound/vorbis-tools )" |