diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-07-21 03:07:47 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-07-21 03:07:47 +0000 |
commit | bdcb0499ae169a86158e041e3052e6547fc09714 (patch) | |
tree | 4747819c5a3efb0dbae3284aa0c21b68630c5608 /media-sound/mp3info | |
parent | added ppc keyword (diff) | |
download | historical-bdcb0499ae169a86158e041e3052e6547fc09714.tar.gz historical-bdcb0499ae169a86158e041e3052e6547fc09714.tar.bz2 historical-bdcb0499ae169a86158e041e3052e6547fc09714.zip |
repoman'd
Diffstat (limited to 'media-sound/mp3info')
-rw-r--r-- | media-sound/mp3info/files/digest-mp3info-0.8.4 | 1 | ||||
-rw-r--r-- | media-sound/mp3info/mp3info-0.8.4-r1.ebuild | 10 | ||||
-rw-r--r-- | media-sound/mp3info/mp3info-0.8.4.ebuild | 36 |
3 files changed, 6 insertions, 41 deletions
diff --git a/media-sound/mp3info/files/digest-mp3info-0.8.4 b/media-sound/mp3info/files/digest-mp3info-0.8.4 deleted file mode 100644 index 59a50f2f672a..000000000000 --- a/media-sound/mp3info/files/digest-mp3info-0.8.4 +++ /dev/null @@ -1 +0,0 @@ -MD5 879d0ced8ede5ec9fbaff4813851ea3f mp3info-0.8.4.tgz 38773 diff --git a/media-sound/mp3info/mp3info-0.8.4-r1.ebuild b/media-sound/mp3info/mp3info-0.8.4-r1.ebuild index c9628de71a7c..4f1dcbee3663 100644 --- a/media-sound/mp3info/mp3info-0.8.4-r1.ebuild +++ b/media-sound/mp3info/mp3info-0.8.4-r1.ebuild @@ -1,15 +1,17 @@ # 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-r1.ebuild,v 1.3 2002/07/11 06:30:41 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/mp3info/mp3info-0.8.4-r1.ebuild,v 1.4 2002/07/21 03:07:46 seemant 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" +SRC_URI="http://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* )" +DEPEND="gtk? ( =x11-libs/gtk+-1.2* )" +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="x86" src_unpack() { 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 -} |