summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2006-11-12 16:02:58 +0000
committerAlexis Ballier <aballier@gentoo.org>2006-11-12 16:02:58 +0000
commita8c568118572006f0d3d7159d7e1390a2a48629e (patch)
tree7acf5243ce8dfa680ef389a9a507dc9a742c5277 /media-sound/id3
parentVersion bump. (diff)
downloadgentoo-2-a8c568118572006f0d3d7159d7e1390a2a48629e.tar.gz
gentoo-2-a8c568118572006f0d3d7159d7e1390a2a48629e.tar.bz2
gentoo-2-a8c568118572006f0d3d7159d7e1390a2a48629e.zip
Version bump
(Portage version: 2.1.2_rc1-r6)
Diffstat (limited to 'media-sound/id3')
-rw-r--r--media-sound/id3/ChangeLog7
-rw-r--r--media-sound/id3/files/digest-id3-0.12-r12
-rw-r--r--media-sound/id3/files/digest-id3-0.153
-rw-r--r--media-sound/id3/id3-0.15.ebuild24
4 files changed, 35 insertions, 1 deletions
diff --git a/media-sound/id3/ChangeLog b/media-sound/id3/ChangeLog
index f0c5f524d1e5..2a08c1617ccf 100644
--- a/media-sound/id3/ChangeLog
+++ b/media-sound/id3/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for media-sound/id3
# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/id3/ChangeLog,v 1.9 2006/05/23 19:53:58 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/id3/ChangeLog,v 1.10 2006/11/12 16:02:58 aballier Exp $
+
+*id3-0.15 (12 Nov 2006)
+
+ 12 Nov 2006; Alexis Ballier <aballier@gentoo.org> +id3-0.15.ebuild:
+ Version bump
23 May 2006; Markus Rothe <corsair@gentoo.org> id3-0.12-r1.ebuild:
Stable on ppc64
diff --git a/media-sound/id3/files/digest-id3-0.12-r1 b/media-sound/id3/files/digest-id3-0.12-r1
index dd29e766cd8d..152b263629e3 100644
--- a/media-sound/id3/files/digest-id3-0.12-r1
+++ b/media-sound/id3/files/digest-id3-0.12-r1
@@ -1 +1,3 @@
MD5 5791f634b928f39ec9eaa59efb3f9315 id3_0.12.orig.tar.gz 12492
+RMD160 04bbb9077e606d4768e93a13b8f92cb9202a8f5c id3_0.12.orig.tar.gz 12492
+SHA256 2f57ad0c5ca79c7dd74aa5ff7614392a68f7232e3aec49b4a87200a446058188 id3_0.12.orig.tar.gz 12492
diff --git a/media-sound/id3/files/digest-id3-0.15 b/media-sound/id3/files/digest-id3-0.15
new file mode 100644
index 000000000000..47985149aebe
--- /dev/null
+++ b/media-sound/id3/files/digest-id3-0.15
@@ -0,0 +1,3 @@
+MD5 91e2e5549a084bcb5bf90b142144b4c5 id3_0.15.orig.tar.gz 12871
+RMD160 85a84f94012971bd79828dee179ffe171fe2eb07 id3_0.15.orig.tar.gz 12871
+SHA256 2979c59f93ff3cfadf68d1785fbc62a21f1c296f4a44072a320f126841936c5d id3_0.15.orig.tar.gz 12871
diff --git a/media-sound/id3/id3-0.15.ebuild b/media-sound/id3/id3-0.15.ebuild
new file mode 100644
index 000000000000..e8bbe85685dd
--- /dev/null
+++ b/media-sound/id3/id3-0.15.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/id3/id3-0.15.ebuild,v 1.1 2006/11/12 16:02:58 aballier Exp $
+
+inherit toolchain-funcs
+
+IUSE=""
+
+DESCRIPTION="changes the id3 tag in an mp3 file"
+HOMEPAGE="http://lly.org/~rcw/abcde/page/"
+SRC_URI="http://lly.org/~rcw/id3/${PN}_${PV}.orig.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
+
+src_compile() {
+ emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" || die
+}
+
+src_install() {
+ emake install DESTDIR=${D} || die
+ dodoc README
+}