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-sound/gmpc/
Date: Sun, 20 Sep 2015 11:33:39
Message-Id: 1442748802.4c051133cc9082fee328520aab89ee09bdf28957.angelos@gentoo
1 commit: 4c051133cc9082fee328520aab89ee09bdf28957
2 Author: Christoph Mende <angelos <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 20 11:23:43 2015 +0000
4 Commit: Christoph Mende <angelos <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 20 11:33:22 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c051133
7
8 media-sound/gmpc: remove old version
9
10 Package-Manager: portage-2.2.20.1
11
12 media-sound/gmpc/gmpc-11.8.16.ebuild | 59 ------------------------------------
13 1 file changed, 59 deletions(-)
14
15 diff --git a/media-sound/gmpc/gmpc-11.8.16.ebuild b/media-sound/gmpc/gmpc-11.8.16.ebuild
16 deleted file mode 100644
17 index 79fd773..0000000
18 --- a/media-sound/gmpc/gmpc-11.8.16.ebuild
19 +++ /dev/null
20 @@ -1,59 +0,0 @@
21 -# Copyright 1999-2013 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -# $Id$
24 -
25 -EAPI=4
26 -VALA_MIN_API_VERSION=0.12
27 -
28 -inherit autotools eutils gnome2-utils vala
29 -
30 -DESCRIPTION="A GTK+2 client for the Music Player Daemon"
31 -HOMEPAGE="http://gmpc.wikia.com/wiki/Gnome_Music_Player_Client"
32 -SRC_URI="http://download.sarine.nl/Programs/gmpc/11.8/${P}.tar.gz"
33 -
34 -LICENSE="GPL-2"
35 -SLOT="0"
36 -KEYWORDS="amd64 ppc x86"
37 -IUSE="nls xspf +unique"
38 -
39 -RDEPEND="dev-db/sqlite:3
40 - >=dev-libs/glib-2.16:2
41 - dev-libs/libxml2:2
42 - >=media-libs/libmpd-11.8
43 - net-libs/libsoup:2.4
44 - >=x11-libs/gtk+-2.18:2
45 - x11-libs/libX11
46 - x11-themes/hicolor-icon-theme
47 - unique? ( dev-libs/libunique:1 )
48 - xspf? ( >=media-libs/libxspf-1.2 )"
49 -DEPEND="${RDEPEND}
50 - $(vala_depend)
51 - app-text/gnome-doc-utils
52 - >=dev-util/gob-2.0.17
53 - virtual/pkgconfig
54 - nls? ( dev-util/intltool
55 - sys-devel/gettext )"
56 -
57 -DOCS=( AUTHORS README )
58 -
59 -src_prepare() {
60 - epatch "${FILESDIR}"/${P}-underlinking.patch
61 - sed -i -e "s:AM_CONFIG_HEADER:AC_CONFIG_HEADERS:" configure.ac || die
62 - eautoreconf
63 - vala_src_prepare
64 -}
65 -
66 -src_configure() {
67 - econf \
68 - --disable-static \
69 - --disable-libspiff \
70 - --disable-appindicator \
71 - --enable-mmkeys \
72 - $(use_enable nls) \
73 - $(use_enable unique) \
74 - $(use_enable xspf libxspf)
75 -}
76 -
77 -pkg_preinst() { gnome2_icon_savelist; }
78 -pkg_postinst() { gnome2_icon_cache_update; }
79 -pkg_postrm() { gnome2_icon_cache_update; }