diff options
author | Martin Holzer <mholzer@gentoo.org> | 2003-10-31 14:18:42 +0000 |
---|---|---|
committer | Martin Holzer <mholzer@gentoo.org> | 2003-10-31 14:18:42 +0000 |
commit | 834e56eb7adc7a465719c466b2b702ecf6efe73e (patch) | |
tree | 8ff59b6c14b8e0feb350e071d37f7063fdb629a8 /media-sound/mpd | |
parent | adding metatdata (diff) | |
download | gentoo-2-834e56eb7adc7a465719c466b2b702ecf6efe73e.tar.gz gentoo-2-834e56eb7adc7a465719c466b2b702ecf6efe73e.tar.bz2 gentoo-2-834e56eb7adc7a465719c466b2b702ecf6efe73e.zip |
cleanup
Diffstat (limited to 'media-sound/mpd')
-rw-r--r-- | media-sound/mpd/Manifest | 4 | ||||
-rw-r--r-- | media-sound/mpd/files/digest-mpd-0.8.7 | 1 | ||||
-rw-r--r-- | media-sound/mpd/files/digest-mpd-0.9.1 | 1 | ||||
-rw-r--r-- | media-sound/mpd/mpd-0.8.7.ebuild | 44 | ||||
-rw-r--r-- | media-sound/mpd/mpd-0.9.1.ebuild | 45 |
5 files changed, 0 insertions, 95 deletions
diff --git a/media-sound/mpd/Manifest b/media-sound/mpd/Manifest index eedd2724696a..d394db314f8d 100644 --- a/media-sound/mpd/Manifest +++ b/media-sound/mpd/Manifest @@ -1,10 +1,6 @@ MD5 82732d685b79d91f33c7fdec9cadf287 ChangeLog 1400 -MD5 521ed12f51bad08123003f61e32f6318 mpd-0.9.1.ebuild 1176 -MD5 fec2bd71cbde59bd5f0232513e74bf6d mpd-0.8.7.ebuild 1106 MD5 ab5e6f092e72a5e37250d833a4b574f1 mpd-0.9.2.ebuild 1189 MD5 ee2e705692bd3c3841883d21106a80b2 mpd-0.9.3.ebuild 1189 MD5 a1eaeb2ae801daeb712c90c060e922dc metadata.xml 158 -MD5 823abc1f0601805ec678fc4db77c721e files/digest-mpd-0.9.1 61 -MD5 88a28930c8cdfa9864f50dc50505cb84 files/digest-mpd-0.8.7 61 MD5 92faee86ed7d721d2df12ac46f428e3f files/digest-mpd-0.9.2 62 MD5 5ec1ddd9cb2bfcd72144ade921e92e6f files/digest-mpd-0.9.3 62 diff --git a/media-sound/mpd/files/digest-mpd-0.8.7 b/media-sound/mpd/files/digest-mpd-0.8.7 deleted file mode 100644 index 71bbcd1ea681..000000000000 --- a/media-sound/mpd/files/digest-mpd-0.8.7 +++ /dev/null @@ -1 +0,0 @@ -MD5 94d92087622ea29fa273084457ecaa7f mpd-0.8.7.tar.gz 719752 diff --git a/media-sound/mpd/files/digest-mpd-0.9.1 b/media-sound/mpd/files/digest-mpd-0.9.1 deleted file mode 100644 index ee0d5a8b1e61..000000000000 --- a/media-sound/mpd/files/digest-mpd-0.9.1 +++ /dev/null @@ -1 +0,0 @@ -MD5 1a61ef1c3b6c482b7615ad6e92c7551d mpd-0.9.1.tar.gz 999513 diff --git a/media-sound/mpd/mpd-0.8.7.ebuild b/media-sound/mpd/mpd-0.8.7.ebuild deleted file mode 100644 index 14eb73281ba5..000000000000 --- a/media-sound/mpd/mpd-0.8.7.ebuild +++ /dev/null @@ -1,44 +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/mpd/mpd-0.8.7.ebuild,v 1.1 2003/09/21 02:17:12 jje Exp $ - -IUSE="oggvorbis mad" - -DESCRIPTION="Music Player Daemon (mpd)" -SRC_URI="http://mercury.chem.pitt.edu/~shank/${P}.tar.gz" -HOMEPAGE="http://www.musicpd.org" - -KEYWORDS="~x86" -SLOT="0" -LICENSE="GPL-2" - -DEPEND="oggvorbis? ( media-libs/libvorbis ) - mad? ( media-sound/mad ) - >=media-libs/flac-1.1.0 - media-libs/libao - sys-libs/zlib" - -src_compile() { - local myconf - myconf="--with-gnu-ld" - - use oggvorbis \ - || myconf="${myconf} --disable-ogg --disable-oggtest \ - --disable-vorbistest" - use mad || myconf="${myconf} --enable-mpd-mad --enable-mpd-id3tag" - - econf ${myconf} || die "could not configure" - - emake || die "emake failed" -} - -src_install() { - dobin mpd - doman mpd.1 - dodoc mpdconf.example COMMANDS ChangeLog INSTALL README TODO UPGRADING -} - -pkg_postinst() { - einfo "libao has issues with the ALSA drivers, please refer to the FAQ" - einfo "http://musicpd.sourceforge.net/faq.php" -} diff --git a/media-sound/mpd/mpd-0.9.1.ebuild b/media-sound/mpd/mpd-0.9.1.ebuild deleted file mode 100644 index c25338f55269..000000000000 --- a/media-sound/mpd/mpd-0.9.1.ebuild +++ /dev/null @@ -1,45 +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/mpd/mpd-0.9.1.ebuild,v 1.1 2003/10/07 17:14:25 mholzer Exp $ - -IUSE="oggvorbis mad" - -DESCRIPTION="Music Player Daemon (mpd)" -SRC_URI="http://mercury.chem.pitt.edu/~shank/${P}.tar.gz" -HOMEPAGE="http://www.musicpd.org" - -KEYWORDS="~x86" -SLOT="0" -LICENSE="GPL-2" - -DEPEND="oggvorbis? ( media-libs/libvorbis ) - mad? ( media-sound/mad ) - >=media-libs/flac-1.1.0 - media-libs/libao - sys-libs/zlib" - -src_compile() { - local myconf - myconf="--with-gnu-ld" - - use oggvorbis \ - || myconf="${myconf} --disable-ogg --disable-oggtest \ - --disable-vorbistest" - use mad || myconf="${myconf} --enable-mpd-mad --enable-mpd-id3tag" - - econf ${myconf} || die "could not configure" - - emake || die "emake failed" -} - -src_install() { - emake install DESTDIR=${D} || die - rm -rf ${D}/usr/share/doc/mpd/ - dodoc COPYING ChangeLog INSTALL README TODO UPGRADING - dodoc doc/COMMANDS doc/mpdconf.example -} - -pkg_postinst() { - einfo "libao has issues with the ALSA drivers, please refer to the FAQ" - einfo "http://musicpd.sourceforge.net/faq.php" -} |