summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2002-07-22 00:48:14 +0000
committerSeemant Kulleen <seemant@gentoo.org>2002-07-22 00:48:14 +0000
commit7c91dde497bda99dbac3dba85e7d66cfdc350758 (patch)
tree1d3986d3eef32144576f6dd41cdacd1b3647981b /media-sound/xmms-mad
parentInitial release (diff)
downloadgentoo-2-7c91dde497bda99dbac3dba85e7d66cfdc350758.tar.gz
gentoo-2-7c91dde497bda99dbac3dba85e7d66cfdc350758.tar.bz2
gentoo-2-7c91dde497bda99dbac3dba85e7d66cfdc350758.zip
repoman'd
Diffstat (limited to 'media-sound/xmms-mad')
-rw-r--r--media-sound/xmms-mad/files/digest-xmms-mad-0.0.81
-rw-r--r--media-sound/xmms-mad/xmms-mad-0.0.8.ebuild26
-rw-r--r--media-sound/xmms-mad/xmms-mad-0.0.9.ebuild15
3 files changed, 7 insertions, 35 deletions
diff --git a/media-sound/xmms-mad/files/digest-xmms-mad-0.0.8 b/media-sound/xmms-mad/files/digest-xmms-mad-0.0.8
deleted file mode 100644
index 6cdac666c7df..000000000000
--- a/media-sound/xmms-mad/files/digest-xmms-mad-0.0.8
+++ /dev/null
@@ -1 +0,0 @@
-MD5 a135f2143104a6ca06954b3f370297bb xmms-mad-0.0.8.tar.gz 188197
diff --git a/media-sound/xmms-mad/xmms-mad-0.0.8.ebuild b/media-sound/xmms-mad/xmms-mad-0.0.8.ebuild
deleted file mode 100644
index 44d0bc47189a..000000000000
--- a/media-sound/xmms-mad/xmms-mad-0.0.8.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2002 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/media-sound/xmms-mad/xmms-mad-0.0.8.ebuild,v 1.2 2002/07/11 06:30:42 drobbins Exp $
-
-S=${WORKDIR}/${P}
-DESCRIPTION="A XMMS plugin for MAD"
-SRC_URI="http://www.superduper.net/downloads/xmms-mad/${P}.tar.gz"
-HOMEPAGE="http://www.superduper.net/xmms-mad/"
-LICENSE="GPL-2"
-
-DEPEND="media-sound/xmms media-sound/mad"
-
-src_compile() {
- ./configure \
- --host=${CHOST} \
- --prefix=/usr \
- --infodir=/usr/share/info \
- --mandir=/usr/share/man || die "./configure failed"
-
- emake || die
-}
-
-src_install () {
- make DESTDIR=${D} install || die "Make failed"
- dodoc AUTHORS COPYING ChangeLog NEWS README
-}
diff --git a/media-sound/xmms-mad/xmms-mad-0.0.9.ebuild b/media-sound/xmms-mad/xmms-mad-0.0.9.ebuild
index 680ae80e616b..660124a47cdc 100644
--- a/media-sound/xmms-mad/xmms-mad-0.0.9.ebuild
+++ b/media-sound/xmms-mad/xmms-mad-0.0.9.ebuild
@@ -1,22 +1,21 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/media-sound/xmms-mad/xmms-mad-0.0.9.ebuild,v 1.2 2002/07/11 06:30:42 drobbins Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/xmms-mad/xmms-mad-0.0.9.ebuild,v 1.3 2002/07/22 00:48:14 seemant Exp $
S=${WORKDIR}/${P}
DESCRIPTION="A XMMS plugin for MAD"
SRC_URI="http://www.superduper.net/downloads/xmms-mad/${P}.tar.gz"
HOMEPAGE="http://www.superduper.net/xmms-mad/"
+
+SLOT="0"
LICENSE="GPL-2"
+KEYWORDS="x86"
-DEPEND="media-sound/xmms media-sound/mad"
+DEPEND="media-sound/xmms
+ media-sound/mad"
src_compile() {
- ./configure \
- --host=${CHOST} \
- --prefix=/usr \
- --infodir=/usr/share/info \
- --mandir=/usr/share/man || die "./configure failed"
-
+ econf || die "./configure failed"
emake || die
}