diff options
author | Frank van de Pol <fvdpol@gentoo.org> | 2004-09-04 20:28:36 +0000 |
---|---|---|
committer | Frank van de Pol <fvdpol@gentoo.org> | 2004-09-04 20:28:36 +0000 |
commit | 0f5d31baf314ae2db4a38f7991e7237f7f099574 (patch) | |
tree | b53b5b600cd1e00b9fb456dbfc2794a40ce2c264 /media-sound/audiotag | |
parent | Minor cleanup of the ebuild (Manifest recommit) (diff) | |
download | gentoo-2-0f5d31baf314ae2db4a38f7991e7237f7f099574.tar.gz gentoo-2-0f5d31baf314ae2db4a38f7991e7237f7f099574.tar.bz2 gentoo-2-0f5d31baf314ae2db4a38f7991e7237f7f099574.zip |
Version bump to 0.13. closes #45884
Diffstat (limited to 'media-sound/audiotag')
-rw-r--r-- | media-sound/audiotag/ChangeLog | 8 | ||||
-rw-r--r-- | media-sound/audiotag/Manifest | 4 | ||||
-rw-r--r-- | media-sound/audiotag/audiotag-0.12.ebuild | 4 | ||||
-rw-r--r-- | media-sound/audiotag/audiotag-0.13.ebuild | 23 | ||||
-rw-r--r-- | media-sound/audiotag/files/digest-audiotag-0.13 | 1 |
5 files changed, 36 insertions, 4 deletions
diff --git a/media-sound/audiotag/ChangeLog b/media-sound/audiotag/ChangeLog index 39398b8bc204..6701e6b6561b 100644 --- a/media-sound/audiotag/ChangeLog +++ b/media-sound/audiotag/ChangeLog @@ -1,6 +1,12 @@ # 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.2 2004/09/04 20:19:00 fvdpol Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/audiotag/ChangeLog,v 1.3 2004/09/04 20:28:36 fvdpol Exp $ + +*audiotag-0.13 (04 Sep 2004) + + 04 Sep 2004; Frank van de Pol <fvdpol@gentoo.org> audiotag-0.12.ebuild, + +audiotag-0.13.ebuild: + Version bump to 0.13. closes #45884 *audiotag-0.12 (04 Sep 2004) diff --git a/media-sound/audiotag/Manifest b/media-sound/audiotag/Manifest index 9d45f1512624..ec23534331d0 100644 --- a/media-sound/audiotag/Manifest +++ b/media-sound/audiotag/Manifest @@ -1,4 +1,6 @@ -MD5 21705041d9354ce444b09ad77557d722 audiotag-0.12.ebuild 701 +MD5 bebb1648334d7b623b32c734c5dc1104 audiotag-0.12.ebuild 692 MD5 a1eaeb2ae801daeb712c90c060e922dc metadata.xml 158 MD5 1ddc19f10dd6e929be59e94d656bc663 ChangeLog 491 +MD5 85f9151e30481c12111ef0af7d25ab82 audiotag-0.13.ebuild 589 MD5 a226e76d5dc4582827fff8bc0f544130 files/digest-audiotag-0.12 64 +MD5 ed2c6c9a7a7d74e9f03f15a3558a03d0 files/digest-audiotag-0.13 64 diff --git a/media-sound/audiotag/audiotag-0.12.ebuild b/media-sound/audiotag/audiotag-0.12.ebuild index 55448fdfcd40..8efe1adcc28e 100644 --- a/media-sound/audiotag/audiotag-0.12.ebuild +++ b/media-sound/audiotag/audiotag-0.12.ebuild @@ -1,10 +1,10 @@ # 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.2 2004/09/04 20:19:00 fvdpol Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/audiotag/audiotag-0.12.ebuild,v 1.3 2004/09/04 20:28:36 fvdpol Exp $ 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" +SRC_URI="http://tempestgames.com/ryan/downloads/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" diff --git a/media-sound/audiotag/audiotag-0.13.ebuild b/media-sound/audiotag/audiotag-0.13.ebuild new file mode 100644 index 000000000000..90740f35d282 --- /dev/null +++ b/media-sound/audiotag/audiotag-0.13.ebuild @@ -0,0 +1,23 @@ +# 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.13.ebuild,v 1.1 2004/09/04 20:28:36 fvdpol Exp $ + +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/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86 ~amd64" +IUSE="flac oggvorbis" + +DEPEND="dev-lang/perl" +RDEPEND="flac? ( media-libs/flac ) + oggvorbis? ( media-sound/vorbis-tools ) + media-libs/id3lib" + +src_install() { + dobin audiotag + dodoc README ChangeLog +} + diff --git a/media-sound/audiotag/files/digest-audiotag-0.13 b/media-sound/audiotag/files/digest-audiotag-0.13 new file mode 100644 index 000000000000..2effc6a43300 --- /dev/null +++ b/media-sound/audiotag/files/digest-audiotag-0.13 @@ -0,0 +1 @@ +MD5 2417dab461a743d13b3983e84dffd121 audiotag-0.13.tar.gz 14085 |