summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-sound/mp3info/mp3info-0.8.4.ebuild')
-rw-r--r--media-sound/mp3info/mp3info-0.8.4.ebuild36
1 files changed, 0 insertions, 36 deletions
diff --git a/media-sound/mp3info/mp3info-0.8.4.ebuild b/media-sound/mp3info/mp3info-0.8.4.ebuild
deleted file mode 100644
index cd8f85eb89b2..000000000000
--- a/media-sound/mp3info/mp3info-0.8.4.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2001 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/media-sound/mp3info/mp3info-0.8.4.ebuild,v 1.3 2002/07/11 06:30:41 drobbins Exp $
-
-S=${WORKDIR}/${P}
-DESCRIPTION="An MP3 technical info viewer and ID3 1.x tag editor"
-SRC_URI="ftp://ftp.ibiblio.org/pub/linux/apps/sound/mp3-utils/${PN}/${P}.tgz"
-HOMEPAGE="http://ibiblio.org/mp3info/"
-
-DEPEND="virtual/glibc
- gtk? ( =x11-libs/gtk+-1.2* )"
-
-
-src_unpack() {
-
- unpack ${A}
-
- cd ${S}
- cp Makefile Makefile.orig
- sed -e "s:-O2:${CFLAGS}:" Makefile.orig > Makefile
-}
-
-src_compile() {
-
- emake mp3info || die
- use gtk && emake gmp3info || die
-}
-
-src_install() {
-
- dobin mp3info
- use gtk && dobin gmp3info
-
- dodoc ChangeLog INSTALL LICENSE README
- doman mp3info.1
-}