diff options
author | Christian Parpart <trapni@gentoo.org> | 2004-10-07 08:24:44 +0000 |
---|---|---|
committer | Christian Parpart <trapni@gentoo.org> | 2004-10-07 08:24:44 +0000 |
commit | ec1f0d9b6a21b6dac04577333f448695d956c26a (patch) | |
tree | 8442b636d7fff037b922fa862cc338de6a09fa91 /media-sound | |
parent | Added to ~ppc (diff) | |
download | historical-ec1f0d9b6a21b6dac04577333f448695d956c26a.tar.gz historical-ec1f0d9b6a21b6dac04577333f448695d956c26a.tar.bz2 historical-ec1f0d9b6a21b6dac04577333f448695d956c26a.zip |
initial import
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/apetag/ChangeLog | 10 | ||||
-rw-r--r-- | media-sound/apetag/Manifest | 4 | ||||
-rw-r--r-- | media-sound/apetag/apetag-1.5.ebuild | 33 | ||||
-rw-r--r-- | media-sound/apetag/files/digest-apetag-1.5 | 1 | ||||
-rw-r--r-- | media-sound/apetag/metadata.xml | 5 |
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..6de4eee0a6be --- /dev/null +++ b/media-sound/apetag/Manifest @@ -0,0 +1,4 @@ +MD5 05ab4d4775083f0930841e415df18ad6 metadata.xml 160 +MD5 d23c83c4ae7414959bd32a7cc0109bf3 apetag-1.5.ebuild 757 +MD5 c35723f76a689fbfba3d8502311ecf95 ChangeLog 402 +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> |