diff options
author | Frank van de Pol <fvdpol@gentoo.org> | 2004-09-04 20:19:00 +0000 |
---|---|---|
committer | Frank van de Pol <fvdpol@gentoo.org> | 2004-09-04 20:19:00 +0000 |
commit | 62334d705c77ec3d2cbb5b2e0981f3bf5acaec46 (patch) | |
tree | e71b0190a2c3cdbb58629ee851f5ecc99b1c7a25 /media-sound | |
parent | Version bumped. Removed old SVN snapshots. (Manifest recommit) (diff) | |
download | gentoo-2-62334d705c77ec3d2cbb5b2e0981f3bf5acaec46.tar.gz gentoo-2-62334d705c77ec3d2cbb5b2e0981f3bf5acaec46.tar.bz2 gentoo-2-62334d705c77ec3d2cbb5b2e0981f3bf5acaec46.zip |
Minor cleanup of the ebuild
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/audiotag/ChangeLog | 7 | ||||
-rw-r--r-- | media-sound/audiotag/audiotag-0.12.ebuild | 11 |
2 files changed, 12 insertions, 6 deletions
diff --git a/media-sound/audiotag/ChangeLog b/media-sound/audiotag/ChangeLog index 3089a00fd21a..39398b8bc204 100644 --- a/media-sound/audiotag/ChangeLog +++ b/media-sound/audiotag/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for media-sound/audiotag # Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/audiotag/ChangeLog,v 1.1 2004/07/07 21:02:38 fvdpol Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/audiotag/ChangeLog,v 1.2 2004/09/04 20:19:00 fvdpol Exp $ + +*audiotag-0.12 (04 Sep 2004) + + 04 Sep 2004; Frank van de Pol <fvdpol@gentoo.org> audiotag-0.12.ebuild: + Minor cleanup of the ebuild 07 Jul 2004; Frank van de Pol <fvdpol@gentoo.org> : New ebuild thanks submitted by Ryan McGuigan <ryan@cardweb.com>. Closes bug diff --git a/media-sound/audiotag/audiotag-0.12.ebuild b/media-sound/audiotag/audiotag-0.12.ebuild index 72147de88f37..55448fdfcd40 100644 --- a/media-sound/audiotag/audiotag-0.12.ebuild +++ b/media-sound/audiotag/audiotag-0.12.ebuild @@ -1,14 +1,15 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/audiotag/audiotag-0.12.ebuild,v 1.1 2004/07/07 21:02:38 fvdpol Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/audiotag/audiotag-0.12.ebuild,v 1.2 2004/09/04 20:19:00 fvdpol Exp $ -IUSE="flac oggvorbis" -SLOT="0" -LICENSE="GPL-2" DESCRIPTION="A command-line audio file meta-data tagger. Sets id3 and/or vorbis tags in mp3, ogg, and flac files." HOMEPAGE="http://tempestgames.com/ryan/" SRC_URI="http://tempestgames.com/ryan/downloads/audiotag-0.12.tar.gz" + +LICENSE="GPL-2" +SLOT="0" KEYWORDS="~x86 ~amd64" +IUSE="flac oggvorbis" DEPEND="dev-lang/perl" RDEPEND="flac? ( media-libs/flac ) @@ -17,6 +18,6 @@ RDEPEND="flac? ( media-libs/flac ) src_install() { dobin audiotag - dodoc README COPYING ChangeLog + dodoc README ChangeLog } |