summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-sound/mpc/mpc-0.11.2.ebuild')
-rw-r--r--media-sound/mpc/mpc-0.11.2.ebuild23
1 files changed, 0 insertions, 23 deletions
diff --git a/media-sound/mpc/mpc-0.11.2.ebuild b/media-sound/mpc/mpc-0.11.2.ebuild
deleted file mode 100644
index 542e84a1c142..000000000000
--- a/media-sound/mpc/mpc-0.11.2.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/mpc/mpc-0.11.2.ebuild,v 1.4 2005/10/07 16:11:51 axxo Exp $
-
-inherit bash-completion
-
-DESCRIPTION="A commandline client for Music Player Daemon (media-sound/mpd)"
-SRC_URI="mirror://sourceforge/musicpd/${P}.tar.gz http://mercury.chem.pitt.edu/~shank/${P}.tar.gz"
-HOMEPAGE="http://www.musicpd.org"
-IUSE=""
-
-KEYWORDS="x86 ppc sparc amd64 hppa"
-SLOT="0"
-LICENSE="GPL-2"
-
-DEPEND="virtual/libc"
-
-src_install() {
- emake install DESTDIR="${D}" || die
- mv ${D}/usr/share/doc/mpc/ ${D}/usr/share/doc/${PF}
-
- dobashcompletion doc/mpc-bashrc
-}