summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Holzer <mholzer@gentoo.org>2004-02-18 09:38:58 +0000
committerMartin Holzer <mholzer@gentoo.org>2004-02-18 09:38:58 +0000
commit321e9fa71d3869de1459820d57419d1b22b6705a (patch)
tree92a67f9322b959d399193328815d0552fdf64dd7 /media-sound/mad
parentAdded to ~ppc (Manifest recommit) (diff)
downloadgentoo-2-321e9fa71d3869de1459820d57419d1b22b6705a.tar.gz
gentoo-2-321e9fa71d3869de1459820d57419d1b22b6705a.tar.bz2
gentoo-2-321e9fa71d3869de1459820d57419d1b22b6705a.zip
cleanup
Diffstat (limited to 'media-sound/mad')
-rw-r--r--media-sound/mad/files/digest-mad-0.14.2b-r11
-rw-r--r--media-sound/mad/files/digest-mad-0.14.2b-r21
-rw-r--r--media-sound/mad/mad-0.14.2b-r1.ebuild31
-rw-r--r--media-sound/mad/mad-0.14.2b-r2.ebuild39
4 files changed, 0 insertions, 72 deletions
diff --git a/media-sound/mad/files/digest-mad-0.14.2b-r1 b/media-sound/mad/files/digest-mad-0.14.2b-r1
deleted file mode 100644
index 4d4bba1ea629..000000000000
--- a/media-sound/mad/files/digest-mad-0.14.2b-r1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 eb3bfbe634ba9d5b4928aa11e0f6819d mad-0.14.2b.tar.gz 721345
diff --git a/media-sound/mad/files/digest-mad-0.14.2b-r2 b/media-sound/mad/files/digest-mad-0.14.2b-r2
deleted file mode 100644
index 4d4bba1ea629..000000000000
--- a/media-sound/mad/files/digest-mad-0.14.2b-r2
+++ /dev/null
@@ -1 +0,0 @@
-MD5 eb3bfbe634ba9d5b4928aa11e0f6819d mad-0.14.2b.tar.gz 721345
diff --git a/media-sound/mad/mad-0.14.2b-r1.ebuild b/media-sound/mad/mad-0.14.2b-r1.ebuild
deleted file mode 100644
index 8e1a24bc3aa5..000000000000
--- a/media-sound/mad/mad-0.14.2b-r1.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/mad/mad-0.14.2b-r1.ebuild,v 1.10 2004/01/01 15:25:39 mholzer Exp $
-
-IUSE="nls esd"
-
-S=${WORKDIR}/${P}
-HOMEPAGE="http://mad.sourceforge.net/"
-DESCRIPTION="A high-quality MP3 decoder"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-RESTRICT="nomirror"
-DEPEND="virtual/glibc esd? ( media-sound/esound ) nls? ( sys-devel/gettext )"
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="x86 ppc"
-
-src_compile() {
- local myconf
- use esd || myconf="${myconf} --without-esd"
- use nls || myconf="${myconf} --disable-nls"
- econf \
- --enable-static \
- --enable-shared \
- ${myconf} || die
- emake || die
-}
-
-src_install () {
- make DESTDIR=${D} install || die
- dodoc CHANGES COPY* CREDITS README TODO VERSION
-}
diff --git a/media-sound/mad/mad-0.14.2b-r2.ebuild b/media-sound/mad/mad-0.14.2b-r2.ebuild
deleted file mode 100644
index a1ed4eb2276a..000000000000
--- a/media-sound/mad/mad-0.14.2b-r2.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/mad/mad-0.14.2b-r2.ebuild,v 1.11 2004/01/01 15:25:39 mholzer Exp $
-
-IUSE="nls esd"
-
-S=${WORKDIR}/${P}
-HOMEPAGE="http://mad.sourceforge.net/"
-DESCRIPTION="A high-quality MP3 decoder"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-RESTRICT="nomirror"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="x86 ppc alpha sparc hppa amd64"
-
-DEPEND="esd? ( media-sound/esound )
- nls? ( sys-devel/gettext )"
-
-src_compile() {
- local myconf
- use esd || myconf="${myconf} --without-esd"
- use nls || myconf="${myconf} --disable-nls"
- econf \
- --enable-static \
- --enable-shared \
- ${myconf}
- emake || make || die
-}
-
-src_install () {
- make DESTDIR=${D} install || die
- dodoc CHANGES COPY* CREDITS README TODO VERSION
- #add id3tag.pc
- insinto /usr/lib/pkgconfig/
- doins ${FILESDIR}/id3tag.pc
- # and mad.pc
- doins ${FILESDIR}/mad.pc
-}