X-Git-Url: http://git.draconx.ca/gitweb/gentoo-draconx.git/blobdiff_plain/541422c609285814ef4ba0080c6a8b207eb73835..7f1d13a35423d13904a0fe9db4ba3c08691964bf:/media-sound/mpc/mpc-0.15.ebuild diff --git a/media-sound/mpc/mpc-0.15.ebuild b/media-sound/mpc/mpc-0.15.ebuild deleted file mode 100644 index 4f5109a..0000000 --- a/media-sound/mpc/mpc-0.15.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/mpc/mpc-0.15.ebuild,v 1.6 2009/05/17 14:41:10 armin76 Exp $ - -inherit bash-completion eutils - -DESCRIPTION="A commandline client for Music Player Daemon (media-sound/mpd)" -HOMEPAGE="http://www.musicpd.org" -SRC_URI="mirror://sourceforge/musicpd/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 hppa ppc ppc64 sparc x86" -IUSE="iconv" - -DEPEND="iconv? ( virtual/libiconv )" - -src_unpack() { - unpack ${A}; - - cd "${S}" - epatch ${FILESDIR}/${P}-playid.patch -} - -src_compile() { - econf --disable-dependency-tracking \ - $(use_enable iconv) - emake || die "emake failed" -} - -src_install() { - emake install DESTDIR="${D}" || die "emake install failed" - dodoc AUTHORS NEWS README - dodoc doc/mpd-m3u-handler.sh doc/mppledit doc/mpd-pls-handler.sh - rm -rf "${D}"/usr/share/doc/${PN} - rmdir "${D}"/usr/share/${PN} - - dobashcompletion doc/mpc-bashrc -}