diff options
author | 2015-09-20 13:15:59 +0200 | |
---|---|---|
committer | 2015-09-20 13:33:20 +0200 | |
commit | 6c704a577c170197fccae45c784b938611961d18 (patch) | |
tree | 45e01cb3aa155a26cfbf59c882ec67c90b58b91f /media-libs/libmpd | |
parent | app-text/pastebinit: remove old version (diff) | |
download | gentoo-6c704a577c170197fccae45c784b938611961d18.tar.gz gentoo-6c704a577c170197fccae45c784b938611961d18.tar.bz2 gentoo-6c704a577c170197fccae45c784b938611961d18.zip |
media-libs/libmpd: remove old version
Package-Manager: portage-2.2.20.1
Diffstat (limited to 'media-libs/libmpd')
-rw-r--r-- | media-libs/libmpd/libmpd-11.8.17.ebuild | 37 |
1 files changed, 0 insertions, 37 deletions
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 -} |