diff options
author | Martin Holzer <mholzer@gentoo.org> | 2004-03-03 15:50:18 +0000 |
---|---|---|
committer | Martin Holzer <mholzer@gentoo.org> | 2004-03-03 15:50:18 +0000 |
commit | b7fd5e076fa5125d85865c226b944d626d1791b9 (patch) | |
tree | c54136782b7a774bec1dec2f39b926da61d38879 /media-sound/mpc | |
parent | Version bumped. (Manifest recommit) (diff) | |
download | gentoo-2-b7fd5e076fa5125d85865c226b944d626d1791b9.tar.gz gentoo-2-b7fd5e076fa5125d85865c226b944d626d1791b9.tar.bz2 gentoo-2-b7fd5e076fa5125d85865c226b944d626d1791b9.zip |
cleanup
Diffstat (limited to 'media-sound/mpc')
-rw-r--r-- | media-sound/mpc/files/digest-mpc-0.9.1 | 1 | ||||
-rw-r--r-- | media-sound/mpc/mpc-0.9.1.ebuild | 31 |
2 files changed, 0 insertions, 32 deletions
diff --git a/media-sound/mpc/files/digest-mpc-0.9.1 b/media-sound/mpc/files/digest-mpc-0.9.1 deleted file mode 100644 index c075d763162a..000000000000 --- a/media-sound/mpc/files/digest-mpc-0.9.1 +++ /dev/null @@ -1 +0,0 @@ -MD5 026ad0e69b06600825de9e5e8954c0a3 mpc-0.9.1.tar.gz 293931 diff --git a/media-sound/mpc/mpc-0.9.1.ebuild b/media-sound/mpc/mpc-0.9.1.ebuild deleted file mode 100644 index f3747f9f7ea1..000000000000 --- a/media-sound/mpc/mpc-0.9.1.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2004 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.4 2004/01/24 06:36:40 raker Exp $ - -IUSE="" - -DESCRIPTION="A commandline client for Music Player Daemon (media-sound/mpd)" -SRC_URI="mirror://sourceforge/musicpd/${P}.tar.gz" -RESTRICT="nomirror" -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 -} |