From: Christoph Mende Date: Sun, 20 Sep 2015 11:15:59 +0000 (+0200) Subject: media-libs/libmpd: remove old version X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=6c704a577c170197fccae45c784b938611961d18;p=gentoo.git media-libs/libmpd: remove old version Package-Manager: portage-2.2.20.1 --- diff --git a/media-libs/libmpd/libmpd-11.8.17.ebuild b/media-libs/libmpd/libmpd-11.8.17.ebuild deleted file mode 100644 index 8dba3c0f5eaa..000000000000 --- a/media-libs/libmpd/libmpd-11.8.17.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=4 - -DESCRIPTION="A library handling connections to a MPD server" -HOMEPAGE="http://gmpc.wikia.com/wiki/Libmpd" -SRC_URI="http://download.sarine.nl/Programs/gmpc/11.8/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ppc ~ppc64 x86 ~x86-interix ~amd64-linux ~x86-linux" -IUSE="doc static-libs" - -RDEPEND=">=dev-libs/glib-2.16:2" -DEPEND="${RDEPEND} - virtual/pkgconfig - doc? ( app-doc/doxygen )" - -src_configure() { - econf \ - $(use_enable static-libs static) \ - --docdir="${EPREFIX}"/usr/share/doc/${PF} -} - -src_compile() { - emake - use doc && emake -C doc doc -} - -src_install() { - default - use doc && dohtml -r doc/html/* - find "${ED}" -name "*.la" -exec rm -rf {} + || die - rm "${ED}"/usr/share/doc/${PF}/{README,ChangeLog} || die -}