summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2007-11-24 08:03:53 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2007-11-24 08:03:53 +0000
commita17637e8100dfb6995370c66f31b9b89db1431d7 (patch)
tree57171a262a71aaf660cf4bd32b93038ea6c1fca2 /media-sound/id3tool/id3tool-1.2.ebuild
parent>=media-sound/pulseaudio-0.9.8 needs masked net-wireless/bluez-libs with blue... (diff)
downloadhistorical-a17637e8100dfb6995370c66f31b9b89db1431d7.tar.gz
historical-a17637e8100dfb6995370c66f31b9b89db1431d7.tar.bz2
historical-a17637e8100dfb6995370c66f31b9b89db1431d7.zip
old
Package-Manager: portage-2.1.4_rc2
Diffstat (limited to 'media-sound/id3tool/id3tool-1.2.ebuild')
-rw-r--r--media-sound/id3tool/id3tool-1.2.ebuild28
1 files changed, 0 insertions, 28 deletions
diff --git a/media-sound/id3tool/id3tool-1.2.ebuild b/media-sound/id3tool/id3tool-1.2.ebuild
deleted file mode 100644
index 800dce28d447..000000000000
--- a/media-sound/id3tool/id3tool-1.2.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/id3tool/id3tool-1.2.ebuild,v 1.13 2006/05/12 20:45:57 flameeyes Exp $
-
-inherit toolchain-funcs
-
-IUSE=""
-
-DESCRIPTION="A command line utility for easy manipulation of the ID3 tags present in MPEG Layer 3 audio files"
-HOMEPAGE="http://nekohako.xware.cx/id3tool/"
-SRC_URI="http://nekohako.xware.cx/id3tool/${P}.tar.gz"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~ppc ppc64 sparc x86 ~x86-fbsd"
-DEPEND=""
-
-src_compile() {
- cd "${S}"
-
- tc-export CC
- econf || die "econf failed"
- emake || die "emake failed"
-}
-
-src_install() {
- einstall
- dodoc CHANGELOG README
-}