summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Parpart <trapni@gentoo.org>2004-10-07 08:24:44 +0000
committerChristian Parpart <trapni@gentoo.org>2004-10-07 08:24:44 +0000
commita87c982ae3c27537674e4963adf8dfd8198f576c (patch)
tree55bd2e496678cba5b45ae1281d2f98390967e8d9 /media-sound/apetag
parentAdded to ~ppc (Manifest recommit) (diff)
downloadgentoo-2-a87c982ae3c27537674e4963adf8dfd8198f576c.tar.gz
gentoo-2-a87c982ae3c27537674e4963adf8dfd8198f576c.tar.bz2
gentoo-2-a87c982ae3c27537674e4963adf8dfd8198f576c.zip
initial import
Diffstat (limited to 'media-sound/apetag')
-rw-r--r--media-sound/apetag/ChangeLog10
-rw-r--r--media-sound/apetag/Manifest4
-rw-r--r--media-sound/apetag/apetag-1.5.ebuild33
-rw-r--r--media-sound/apetag/files/digest-apetag-1.51
-rw-r--r--media-sound/apetag/metadata.xml5
5 files changed, 53 insertions, 0 deletions
diff --git a/media-sound/apetag/ChangeLog b/media-sound/apetag/ChangeLog
new file mode 100644
index 000000000000..deabf6611ed9
--- /dev/null
+++ b/media-sound/apetag/ChangeLog
@@ -0,0 +1,10 @@
+# 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.1 2004/10/07 08:24:44 trapni Exp $
+
+*apetag-0.5 (07 Oct 2004)
+
+ 07 Oct 2004; Christian Parpart <trapni@gentoo.org> :
+ Ebuild submitted by CJ Kucera <gentoo@apocalyptech.com>.
+ I just change a very little amount (||die's etc)
+
diff --git a/media-sound/apetag/Manifest b/media-sound/apetag/Manifest
new file mode 100644
index 000000000000..0e3773d8c20a
--- /dev/null
+++ b/media-sound/apetag/Manifest
@@ -0,0 +1,4 @@
+MD5 05ab4d4775083f0930841e415df18ad6 metadata.xml 160
+MD5 de7b0e907c11e7e7fe253e8ab9a41f77 apetag-1.5.ebuild 626
+MD5 82ed55c19f2a83cc58542e3689062f8a ChangeLog 312
+MD5 e8bc9fc658d549f4fd8542f071ebdb92 files/digest-apetag-1.5 61
diff --git a/media-sound/apetag/apetag-1.5.ebuild b/media-sound/apetag/apetag-1.5.ebuild
new file mode 100644
index 000000000000..bb606c23cb2b
--- /dev/null
+++ b/media-sound/apetag/apetag-1.5.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2004 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/apetag/apetag-1.5.ebuild,v 1.1 2004/10/07 08:24:44 trapni Exp $
+
+inherit eutils
+
+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"
+IUSE=""
+
+DEPEND=""
+
+S=${WORKDIR}/Apetag
+
+src_unpack() {
+ unpack ${A} || die
+ cd ${S} || die
+ sed -ie "s:-e Artist= -e:-p Artist= -p:" main.C || die
+}
+
+src_compile() {
+ emake CXXDEBUG="" CXXOPT="${CXXFLAGS}" || die "emake failed"
+}
+
+src_install() {
+ dobin apetag || die
+ dobin tagdir.py || die
+ dodoc 00changes 00copying 00readme || die
+}
diff --git a/media-sound/apetag/files/digest-apetag-1.5 b/media-sound/apetag/files/digest-apetag-1.5
new file mode 100644
index 000000000000..70f0d5aedde2
--- /dev/null
+++ b/media-sound/apetag/files/digest-apetag-1.5
@@ -0,0 +1 @@
+MD5 69ea176dd8b28fc2e2cf74204557c920 apetag.1.5.tar.gz 23355
diff --git a/media-sound/apetag/metadata.xml b/media-sound/apetag/metadata.xml
new file mode 100644
index 000000000000..3bf6bcfeb512
--- /dev/null
+++ b/media-sound/apetag/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>sound</herd>
+</pkgmetadata>