diff options
author | Martin Holzer <mholzer@gentoo.org> | 2003-10-31 14:25:58 +0000 |
---|---|---|
committer | Martin Holzer <mholzer@gentoo.org> | 2003-10-31 14:25:58 +0000 |
commit | 461f121980b6a54658ffc843408ef873dc836a64 (patch) | |
tree | 3e0ff100244072607ff1984f76abf8fb5937d7e7 /media-sound | |
parent | Version bumped & changing to sf (diff) | |
download | gentoo-2-461f121980b6a54658ffc843408ef873dc836a64.tar.gz gentoo-2-461f121980b6a54658ffc843408ef873dc836a64.tar.bz2 gentoo-2-461f121980b6a54658ffc843408ef873dc836a64.zip |
cleanup
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/mpc/Manifest | 6 | ||||
-rw-r--r-- | media-sound/mpc/files/digest-mpc-0.8.1 | 1 | ||||
-rw-r--r-- | media-sound/mpc/files/digest-mpc-0.9.0 | 1 | ||||
-rw-r--r-- | media-sound/mpc/mpc-0.8.1.ebuild | 33 | ||||
-rw-r--r-- | media-sound/mpc/mpc-0.9.0.ebuild | 30 | ||||
-rw-r--r-- | media-sound/mpc/mpc-0.9.1.ebuild | 4 |
6 files changed, 3 insertions, 72 deletions
diff --git a/media-sound/mpc/Manifest b/media-sound/mpc/Manifest index 589a86da7699..a8f248913fab 100644 --- a/media-sound/mpc/Manifest +++ b/media-sound/mpc/Manifest @@ -1,10 +1,6 @@ MD5 353dcd6ac66d63b09e922d1615b07851 ChangeLog 1066 -MD5 15c8a3652fb10567d3cc8892faf0aa7e mpc-0.9.0.ebuild 752 -MD5 e4d68476d88c45f23f60460ddbc8b5df mpc-0.9.1.ebuild 765 -MD5 9014d53768984fe9c489793261cc8d0a mpc-0.8.1.ebuild 682 +MD5 5c08a0a7141641d87b03df7cb0558b12 mpc-0.9.1.ebuild 764 MD5 123d04b80deafe358d1ab9580d57cc25 mpc-0.9.2.ebuild 765 MD5 a1eaeb2ae801daeb712c90c060e922dc metadata.xml 158 -MD5 dbcc59f44932e3a768a4b845ece1d888 files/digest-mpc-0.9.0 61 MD5 f67cb60012cadbd58b66fffe20753f56 files/digest-mpc-0.9.1 61 -MD5 1aa1fcec3a5935a8c0fb8ad35a2607ab files/digest-mpc-0.8.1 61 MD5 4903d2b80e98c9092f1ff4ebe6d9bac0 files/digest-mpc-0.9.2 61 diff --git a/media-sound/mpc/files/digest-mpc-0.8.1 b/media-sound/mpc/files/digest-mpc-0.8.1 deleted file mode 100644 index 0b99863fdd66..000000000000 --- a/media-sound/mpc/files/digest-mpc-0.8.1 +++ /dev/null @@ -1 +0,0 @@ -MD5 e7328136db02416540d6332e1f2f996e mpc-0.8.1.tar.gz 193264 diff --git a/media-sound/mpc/files/digest-mpc-0.9.0 b/media-sound/mpc/files/digest-mpc-0.9.0 deleted file mode 100644 index 71c47a0ce2af..000000000000 --- a/media-sound/mpc/files/digest-mpc-0.9.0 +++ /dev/null @@ -1 +0,0 @@ -MD5 6d9c24f223b0b01a076130164d641c11 mpc-0.9.0.tar.gz 292778 diff --git a/media-sound/mpc/mpc-0.8.1.ebuild b/media-sound/mpc/mpc-0.8.1.ebuild deleted file mode 100644 index fe5fc08f72ce..000000000000 --- a/media-sound/mpc/mpc-0.8.1.ebuild +++ /dev/null @@ -1,33 +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/mpc/mpc-0.8.1.ebuild,v 1.2 2003/09/21 02:33:41 jje Exp $ - -IUSE="" - -DESCRIPTION="A commandline client for Music Player Daemon (media-sound/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="virtual/glibc" - -src_compile() { - local myconf - myconf="--with-gnu-ld" - - econf ${myconf} || die "could not configure" - - emake || die "emake failed" -} - -src_install() { - dobin mpc - - doman mpc.1 - - dodoc AUTHORS COPYING INSTALL README -} - diff --git a/media-sound/mpc/mpc-0.9.0.ebuild b/media-sound/mpc/mpc-0.9.0.ebuild deleted file mode 100644 index 1ac1d9df3e90..000000000000 --- a/media-sound/mpc/mpc-0.9.0.ebuild +++ /dev/null @@ -1,30 +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/mpc/mpc-0.9.0.ebuild,v 1.1 2003/10/07 17:17:48 mholzer Exp $ - -IUSE="" - -DESCRIPTION="A commandline client for Music Player Daemon (media-sound/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="virtual/glibc" - -src_compile() { - local myconf - myconf="--with-gnu-ld" - - econf ${myconf} || die "could not configure" - - emake || die "emake failed" -} - -src_install() { - emake install DESTDIR=${D} || die - rm -rf ${D}/usr/share/doc/mpc/ - dodoc AUTHORS COPYING ChangeLog INSTALL README doc/mpc-bashrc -} diff --git a/media-sound/mpc/mpc-0.9.1.ebuild b/media-sound/mpc/mpc-0.9.1.ebuild index 66bdd01e8c96..508fdb3b3f2c 100644 --- a/media-sound/mpc/mpc-0.9.1.ebuild +++ b/media-sound/mpc/mpc-0.9.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/mpc/mpc-0.9.1.ebuild,v 1.2 2003/10/31 14:21:13 mholzer Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/mpc/mpc-0.9.1.ebuild,v 1.3 2003/10/31 14:25:53 mholzer Exp $ IUSE="" @@ -9,7 +9,7 @@ SRC_URI="mirror://sourceforge/musicpd/${P}.tar.gz" RESTRICT="nomirror" HOMEPAGE="http://www.musicpd.org" -KEYWORDS="~x86" +KEYWORDS="x86" SLOT="0" LICENSE="GPL-2" |