diff options
author | 2010-08-27 01:06:32 +0000 | |
---|---|---|
committer | 2010-08-27 01:06:32 +0000 | |
commit | 5334910a8ecfc5d872ee21193db9a62847658998 (patch) | |
tree | e09d67097a81d6edbe2db58e2bf5d9c14210b910 /media-sound/audiotag | |
parent | Remove useless maintainer tag. (diff) | |
download | gentoo-2-5334910a8ecfc5d872ee21193db9a62847658998.tar.gz gentoo-2-5334910a8ecfc5d872ee21193db9a62847658998.tar.bz2 gentoo-2-5334910a8ecfc5d872ee21193db9a62847658998.zip |
Version bump to 0.19 for bug #330881.
(Portage version: 2.2_rc69/cvs/Linux x86_64)
Diffstat (limited to 'media-sound/audiotag')
-rw-r--r-- | media-sound/audiotag/ChangeLog | 9 | ||||
-rw-r--r-- | media-sound/audiotag/audiotag-0.19.ebuild | 24 |
2 files changed, 31 insertions, 2 deletions
diff --git a/media-sound/audiotag/ChangeLog b/media-sound/audiotag/ChangeLog index f4561bee5d3f..5ce69c560ecc 100644 --- a/media-sound/audiotag/ChangeLog +++ b/media-sound/audiotag/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for media-sound/audiotag -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/audiotag/ChangeLog,v 1.24 2008/08/08 19:10:15 yngwin Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-sound/audiotag/ChangeLog,v 1.25 2010/08/27 01:06:32 radhermit Exp $ + +*audiotag-0.19 (27 Aug 2010) + + 27 Aug 2010; Tim Harder <radhermit@gentoo.org> +audiotag-0.19.ebuild: + Version bump to 0.19 for bug #330881. *audiotag-0.18 (08 Aug 2008) diff --git a/media-sound/audiotag/audiotag-0.19.ebuild b/media-sound/audiotag/audiotag-0.19.ebuild new file mode 100644 index 000000000000..0fdac43f132e --- /dev/null +++ b/media-sound/audiotag/audiotag-0.19.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-sound/audiotag/audiotag-0.19.ebuild,v 1.1 2010/08/27 01:06:32 radhermit Exp $ + +DESCRIPTION="A command-line tool for mass tagging/renaming of audio files." +HOMEPAGE="http://github.com/Daenyth/audiotag" +SRC_URI="http://github.com/downloads/Daenyth/${PN}/${P}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86" +IUSE="aac flac mp3 vorbis" + +RDEPEND="dev-lang/perl + flac? ( media-libs/flac ) + vorbis? ( media-sound/vorbis-tools ) + mp3? ( media-libs/id3lib ) + aac? ( media-video/atomicparsley )" +DEPEND="" + +src_install() { + dobin ${PN} + dodoc ChangeLog README +} |