summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2005-10-31 17:14:52 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2005-10-31 17:14:52 +0000
commit12388284bdfb02aa6eecfff2540d7485649375c5 (patch)
tree7cbef3d343d58260f015a7ada3e8657b8c78d535 /media-sound/apetag
parentUpdated instructions. (diff)
downloadgentoo-2-12388284bdfb02aa6eecfff2540d7485649375c5.tar.gz
gentoo-2-12388284bdfb02aa6eecfff2540d7485649375c5.tar.bz2
gentoo-2-12388284bdfb02aa6eecfff2540d7485649375c5.zip
Update to 1.7 as per bug #110365.
(Portage version: 2.0.53_rc7)
Diffstat (limited to 'media-sound/apetag')
-rw-r--r--media-sound/apetag/ChangeLog9
-rw-r--r--media-sound/apetag/Manifest14
-rw-r--r--media-sound/apetag/apetag-1.7.ebuild36
-rw-r--r--media-sound/apetag/files/digest-apetag-1.71
4 files changed, 47 insertions, 13 deletions
diff --git a/media-sound/apetag/ChangeLog b/media-sound/apetag/ChangeLog
index 1ebb460fc079..4884fa9bd309 100644
--- a/media-sound/apetag/ChangeLog
+++ b/media-sound/apetag/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for media-sound/apetag
-# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/apetag/ChangeLog,v 1.2 2004/10/07 08:50:56 eradicator Exp $
+# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/apetag/ChangeLog,v 1.3 2005/10/31 17:14:52 flameeyes Exp $
+
+*apetag-1.7 (31 Oct 2005)
+
+ 31 Oct 2005; Diego Pettenò <flameeyes@gentoo.org> +apetag-1.7.ebuild:
+ Update to 1.7 as per bug #110365.
07 Oct 2004; Jeremy Huddleston <eradicator@gentoo.org> apetag-1.5.ebuild:
Added python to RDEPEND.
diff --git a/media-sound/apetag/Manifest b/media-sound/apetag/Manifest
index 6a167061cdc1..54ac04114754 100644
--- a/media-sound/apetag/Manifest
+++ b/media-sound/apetag/Manifest
@@ -1,14 +1,6 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
MD5 77abab59b42e08b33c749cdb4825f5f4 ChangeLog 510
MD5 0ba11b58a42e84e42c6e96cffc54b2c5 apetag-1.5.ebuild 789
-MD5 05ab4d4775083f0930841e415df18ad6 metadata.xml 160
+MD5 115e8e15582bfe3c5a372e65a9de66c6 apetag-1.7.ebuild 776
MD5 e8bc9fc658d549f4fd8542f071ebdb92 files/digest-apetag-1.5 61
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.2.6 (GNU/Linux)
-
-iD8DBQFBZQN9ArHZZzCEUG0RAgv9AJ9VKIh3GO8GreKsn87egkxsmT5jzwCfVyFD
-LXhluVjzgEg2t+5N3/wLoUU=
-=aQr1
------END PGP SIGNATURE-----
+MD5 18138b31536d6dae52e6a962e063ac13 files/digest-apetag-1.7 61
+MD5 05ab4d4775083f0930841e415df18ad6 metadata.xml 160
diff --git a/media-sound/apetag/apetag-1.7.ebuild b/media-sound/apetag/apetag-1.7.ebuild
new file mode 100644
index 000000000000..371f9019ae1e
--- /dev/null
+++ b/media-sound/apetag/apetag-1.7.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/apetag/apetag-1.7.ebuild,v 1.1 2005/10/31 17:14:52 flameeyes Exp $
+
+IUSE=""
+
+inherit eutils toolchain-funcs
+
+S="${WORKDIR}/Apetag"
+
+DESCRIPTION="Command-line ape 2.0 tagger"
+HOMEPAGE="http://muth.org/Robert/Apetag/"
+SRC_URI="http://muth.org/Robert/Apetag/${PN}.${PV}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86"
+
+DEPEND=""
+RDEPEND="dev-lang/python"
+
+src_unpack() {
+ unpack ${A}
+ cd ${S}
+ sed -i -e "s:-e Artist= -e:-p Artist= -p:" main.C || die
+}
+
+src_compile() {
+ emake CXX="$(tc-getCXX)" CXXDEBUG="" CXXOPT="${CXXFLAGS}" || die "emake failed"
+}
+
+src_install() {
+ dobin apetag || die
+ dobin tagdir.py || die
+ dodoc 00changes 00readme || die
+}
diff --git a/media-sound/apetag/files/digest-apetag-1.7 b/media-sound/apetag/files/digest-apetag-1.7
new file mode 100644
index 000000000000..6f4922379fe8
--- /dev/null
+++ b/media-sound/apetag/files/digest-apetag-1.7
@@ -0,0 +1 @@
+MD5 08bb42ebe462db472e9b1a9f3d9dde55 apetag.1.7.tar.gz 24454