diff options
author | Samuli Suominen <drac@gentoo.org> | 2007-11-24 07:59:03 +0000 |
---|---|---|
committer | Samuli Suominen <drac@gentoo.org> | 2007-11-24 07:59:03 +0000 |
commit | 308664cba7a6a2c68f45ffcc6d9e8873985e726c (patch) | |
tree | c84c37e74649eba303d1ecf324e90b7df858af74 /media-sound/id3tool | |
parent | old (diff) | |
download | gentoo-2-308664cba7a6a2c68f45ffcc6d9e8873985e726c.tar.gz gentoo-2-308664cba7a6a2c68f45ffcc6d9e8873985e726c.tar.bz2 gentoo-2-308664cba7a6a2c68f45ffcc6d9e8873985e726c.zip |
old
(Portage version: 2.1.4_rc2)
Diffstat (limited to 'media-sound/id3tool')
-rw-r--r-- | media-sound/id3tool/files/digest-id3tool-1.2 | 3 | ||||
-rw-r--r-- | media-sound/id3tool/id3tool-1.2.ebuild | 28 |
2 files changed, 0 insertions, 31 deletions
diff --git a/media-sound/id3tool/files/digest-id3tool-1.2 b/media-sound/id3tool/files/digest-id3tool-1.2 deleted file mode 100644 index 00832a599b8a..000000000000 --- a/media-sound/id3tool/files/digest-id3tool-1.2 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 c6e0bb6ea67a2b656ab358590b76a8ae id3tool-1.2.tar.gz 38478 -RMD160 f5972639770c9b27d90b0f7438e8087cb699e378 id3tool-1.2.tar.gz 38478 -SHA256 1bb78ac857e4b8e59d44db997462a0738a08678dacb10d307625c9a2464c708e id3tool-1.2.tar.gz 38478 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 -} |