diff options
author | Grant Goodyear <g2boojum@gentoo.org> | 2003-08-18 10:31:03 +0000 |
---|---|---|
committer | Grant Goodyear <g2boojum@gentoo.org> | 2003-08-18 10:31:03 +0000 |
commit | 10437c64c53d3cc450f298dee4deb4becae357f8 (patch) | |
tree | e32e06ed405cb35ed073fd04d64b04bb009a1432 /media-sound/mpd | |
parent | Version bump. Removing 0.8.4 as it has known bugs. See bug #26841 (diff) | |
download | gentoo-2-10437c64c53d3cc450f298dee4deb4becae357f8.tar.gz gentoo-2-10437c64c53d3cc450f298dee4deb4becae357f8.tar.bz2 gentoo-2-10437c64c53d3cc450f298dee4deb4becae357f8.zip |
Clean out old versions
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.1 | 1 | ||||
-rw-r--r-- | media-sound/mpd/files/digest-mpd-0.8.2 | 1 | ||||
-rw-r--r-- | media-sound/mpd/mpd-0.8.1.ebuild | 44 | ||||
-rw-r--r-- | media-sound/mpd/mpd-0.8.2.ebuild | 44 |
5 files changed, 0 insertions, 94 deletions
diff --git a/media-sound/mpd/Manifest b/media-sound/mpd/Manifest index 56ae3527c5a3..4f6e2a659522 100644 --- a/media-sound/mpd/Manifest +++ b/media-sound/mpd/Manifest @@ -1,7 +1,3 @@ -MD5 58f887042db750a9d8e72e410c7092c4 mpd-0.8.1.ebuild 1140 MD5 2f7cb1cdc4d331c61047f1d7db53105c mpd-0.8.5.ebuild 1099 MD5 c9b7a7aad5697336d94ca1c0fec6e0db ChangeLog 869 -MD5 24efbb6aa450130a48c0d489924d6dcb mpd-0.8.2.ebuild 1141 -MD5 584e630a8aba4c01febb8248c9f3247b files/digest-mpd-0.8.1 61 -MD5 3ba62c82a1d52363a5cf5862b0ff5d7e files/digest-mpd-0.8.2 61 MD5 539bb2bf8ca735aad7c70580ef1bf3f0 files/digest-mpd-0.8.5 61 diff --git a/media-sound/mpd/files/digest-mpd-0.8.1 b/media-sound/mpd/files/digest-mpd-0.8.1 deleted file mode 100644 index 706dd705fac4..000000000000 --- a/media-sound/mpd/files/digest-mpd-0.8.1 +++ /dev/null @@ -1 +0,0 @@ -MD5 6a2f169a7da376485bea876da4c61ba3 mpd-0.8.1.tar.gz 713410 diff --git a/media-sound/mpd/files/digest-mpd-0.8.2 b/media-sound/mpd/files/digest-mpd-0.8.2 deleted file mode 100644 index 304b3692e38f..000000000000 --- a/media-sound/mpd/files/digest-mpd-0.8.2 +++ /dev/null @@ -1 +0,0 @@ -MD5 010c746fb01588a727ce9668fa8be956 mpd-0.8.2.tar.gz 715140 diff --git a/media-sound/mpd/mpd-0.8.1.ebuild b/media-sound/mpd/mpd-0.8.1.ebuild deleted file mode 100644 index 06e5cb0baa6b..000000000000 --- a/media-sound/mpd/mpd-0.8.1.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.1.ebuild,v 1.1 2003/07/17 10:10:51 raker Exp $ - -IUSE="oggvorbis mad" - -DESCRIPTION="Music Player Daemon (mpd)" -SRC_URI="http://mercury.chem.pitt.edu/~shank/${P}.tar.gz" -HOMEPAGE="http://musicpd.sourceforge.net/" - -KEYWORDS="~x86" -SLOT="0" -LICENSE="GPL-2" - -DEPEND="oggvorbis? ( media-libs/libvorbis ) - mad? ( media-libs/libmad media-libs/libid3tag ) - >=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() { - cd ${S} - dobin mpd - 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.8.2.ebuild b/media-sound/mpd/mpd-0.8.2.ebuild deleted file mode 100644 index 8fd99f8a8472..000000000000 --- a/media-sound/mpd/mpd-0.8.2.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.2.ebuild,v 1.1 2003/07/31 15:44:19 tigger Exp $ - -IUSE="oggvorbis mad" - -DESCRIPTION="Music Player Daemon (mpd)" -SRC_URI="http://mercury.chem.pitt.edu/~shank/${P}.tar.gz" -HOMEPAGE="http://musicpd.sourceforge.net/" - -KEYWORDS="~x86" -SLOT="0" -LICENSE="GPL-2" - -DEPEND="oggvorbis? ( media-libs/libvorbis ) - mad? ( media-libs/libmad media-libs/libid3tag ) - >=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() { - cd ${S} - dobin mpd - 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" -} |