ChangeLog

# ChangeLog for media-sound/apetag
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/media-sound/apetag/ChangeLog,v 1.6 2008/06/29 11:14:41 drac Exp $

29 Jun 2008; Samuli Suominen apetag-1.10.ebuild:
Restore ~amd64 wrt #227141, thanks to Chad A. Simmons and Pierre
Guinoiseau for testing.

*apetag-1.10 (15 Jun 2008)

15 Jun 2008; Peter Alfredsen
+files/apetag-1.10-gcc43.patch, -apetag-1.8.ebuild, +apetag-1.10.ebuild:
Bump wrt 227109. Fix gcc-4.3 compilation and nitpicks. Use user LDFLAGS.
Don't include html and css docs, since they're outdated. Update license,
now using GPL-3. Remove old.

*apetag-1.8 (21 Jan 2007)

21 Jan 2007; Diego Pettenò -apetag-1.5.ebuild,
-apetag-1.7.ebuild, +apetag-1.8.ebuild:
Version bump and mark -amd64 as it's not 64-bit safe.

*apetag-1.7 (31 Oct 2005)

31 Oct 2005; Diego Pettenò +apetag-1.7.ebuild:
Update to 1.7 as per bug #110365.

07 Oct 2004; Jeremy Huddleston apetag-1.5.ebuild:
Added python to RDEPEND.

*apetag-0.5 (07 Oct 2004)

07 Oct 2004; Christian Parpart :
Ebuild submitted by CJ Kucera .
I just change a very little amount (||die's etc)

Manifest

AUX apetag-1.10-gcc43.patch 1185 RMD160 0174921863b348e0f320e9fe1cc4a495ea949cae SHA1 e40ae2a2150cb88c4affec27f01b3c99a7367007 SHA256 fa6ca65fbefda9e3553a44872ae50a7502cc9ef3cb31ca5642926cb2a2d3208b
DIST apetag.1.10.tar.gz 29605 RMD160 142d35846957d114cc8e2d8f8d3388444ae5859c SHA1 22abddfd14e8fc6b667bf40eb4cd495802f0d8ed SHA256 008c45ea5be73ea4d171534dfc7b488fe1a0acc774f3dd1789f4027a9c87c6d3
EBUILD apetag-1.10.ebuild 904 RMD160 c47d8278d6da20e4b4047d559cce318e970201de SHA1 b7048df46f4cdf0e2d520077114fd23b401f68ba SHA256 9359b99d0d6954fd1622a5ac9f2ebd9cae9d41b2855d8fa4b7bdc212c9aa900e
MISC ChangeLog 1341 RMD160 c5ab2533c0840437f39489f60ba6329a819cde09 SHA1 acdd92625825de9d7e23c53054fea69a867a700a SHA256 d458b867cbaddbf7b0e33ea23d3ff3af9279b5959526564c7846e390fa0f43a1
MISC metadata.xml 160 RMD160 10be84fed28405abd22adc6689e87e5bb77e3501 SHA1 0c1bb16a7cc376ef35b87d8699ec9504718d36b9 SHA256 6bafe4a5c7b42309f124ebc2a9d78ebe5379aec4dcdc88c0bda2ab79c9851a6b

apetag-1.10.ebuild

# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-sound/apetag/apetag-1.10.ebuild,v 1.2 2008/06/29 11:14:41 drac Exp $

inherit eutils toolchain-funcs base

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-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

DEPEND=""
RDEPEND="dev-lang/python"

S=${WORKDIR}/Apetag

PATCHES=( "${FILESDIR}/${P}-gcc43.patch" )

src_unpack() {
base_src_unpack
sed -i \
-e 's,CXXDEBUG,LDFLAGS,g' \
Apetag/Makefile \
|| die "404. Makefile not found."
}

src_compile() {
emake CXX="$(tc-getCXX)" LDFLAGS="${LDFLAGS}" CXXOPT="${CXXFLAGS}" || die "emake failed"
}

src_install() {
dobin apetag || die
dobin tagdir.py rmid3tag.py cddb.py || die
dodoc 00readme || die
}

files

metadata.xml




sound