Gentoo Archives: gentoo-commits

From: Christoph Mende <angelos@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libmpd/
Date: Sun, 20 Sep 2015 11:33:38
Message-Id: 1442748800.6c704a577c170197fccae45c784b938611961d18.angelos@gentoo
1 commit: 6c704a577c170197fccae45c784b938611961d18
2 Author: Christoph Mende <angelos <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 20 11:15:59 2015 +0000
4 Commit: Christoph Mende <angelos <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 20 11:33:20 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c704a57
7
8 media-libs/libmpd: remove old version
9
10 Package-Manager: portage-2.2.20.1
11
12 media-libs/libmpd/libmpd-11.8.17.ebuild | 37 ---------------------------------
13 1 file changed, 37 deletions(-)
14
15 diff --git a/media-libs/libmpd/libmpd-11.8.17.ebuild b/media-libs/libmpd/libmpd-11.8.17.ebuild
16 deleted file mode 100644
17 index 8dba3c0f5..0000000
18 --- a/media-libs/libmpd/libmpd-11.8.17.ebuild
19 +++ /dev/null
20 @@ -1,37 +0,0 @@
21 -# Copyright 1999-2012 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -# $Id$
24 -
25 -EAPI=4
26 -
27 -DESCRIPTION="A library handling connections to a MPD server"
28 -HOMEPAGE="http://gmpc.wikia.com/wiki/Libmpd"
29 -SRC_URI="http://download.sarine.nl/Programs/gmpc/11.8/${P}.tar.gz"
30 -
31 -LICENSE="GPL-2"
32 -SLOT="0"
33 -KEYWORDS="amd64 ppc ~ppc64 x86 ~x86-interix ~amd64-linux ~x86-linux"
34 -IUSE="doc static-libs"
35 -
36 -RDEPEND=">=dev-libs/glib-2.16:2"
37 -DEPEND="${RDEPEND}
38 - virtual/pkgconfig
39 - doc? ( app-doc/doxygen )"
40 -
41 -src_configure() {
42 - econf \
43 - $(use_enable static-libs static) \
44 - --docdir="${EPREFIX}"/usr/share/doc/${PF}
45 -}
46 -
47 -src_compile() {
48 - emake
49 - use doc && emake -C doc doc
50 -}
51 -
52 -src_install() {
53 - default
54 - use doc && dohtml -r doc/html/*
55 - find "${ED}" -name "*.la" -exec rm -rf {} + || die
56 - rm "${ED}"/usr/share/doc/${PF}/{README,ChangeLog} || die
57 -}