Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/qmpdclient/
Date: Sat, 01 Jul 2017 19:08:32
Message-Id: 1498936096.e0ea91be3389c3e290b04dfd92c7ca34ecf9ee83.asturm@gentoo
1 commit: e0ea91be3389c3e290b04dfd92c7ca34ecf9ee83
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 1 18:48:07 2017 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 1 19:08:16 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0ea91be
7
8 media-sound/qmpdclient: Drop old
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.1
11
12 media-sound/qmpdclient/qmpdclient-1.2.2-r2.ebuild | 39 -----------------------
13 1 file changed, 39 deletions(-)
14
15 diff --git a/media-sound/qmpdclient/qmpdclient-1.2.2-r2.ebuild b/media-sound/qmpdclient/qmpdclient-1.2.2-r2.ebuild
16 deleted file mode 100644
17 index 5e111f15c03..00000000000
18 --- a/media-sound/qmpdclient/qmpdclient-1.2.2-r2.ebuild
19 +++ /dev/null
20 @@ -1,39 +0,0 @@
21 -# Copyright 1999-2017 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=6
25 -
26 -inherit fdo-mime cmake-utils
27 -
28 -DESCRIPTION="QMPDClient with NBL additions, such as lyrics' display"
29 -HOMEPAGE="http://bitcheese.net/wiki/QMPDClient"
30 -SRC_URI="http://dump.bitcheese.net/files/${P}.tar.bz2"
31 -
32 -LICENSE="GPL-2"
33 -SLOT="0"
34 -KEYWORDS="amd64 ppc x86"
35 -IUSE="debug"
36 -
37 -DEPEND="dev-qt/qtdbus:4
38 - dev-qt/qtgui:4
39 - dev-qt/qtwebkit:4
40 - dev-qt/qtxmlpatterns:4"
41 -RDEPEND="${DEPEND}"
42 -
43 -S=${WORKDIR}/${PN}
44 -
45 -DOCS=( AUTHORS README THANKSTO )
46 -PATCHES=( "${FILESDIR}"/${P}-qt48.patch )
47 -
48 -src_prepare() {
49 - sed -i -e "/^Categories/s/Network/AudioVideo/" ${PN}.desktop || die
50 - cmake-utils_src_prepare
51 -}
52 -
53 -src_configure() {
54 - local mycmakeargs=( "-DVERSION=${PV}" )
55 - cmake-utils_src_configure
56 -}
57 -
58 -pkg_postinst() { fdo-mime_desktop_database_update; }
59 -pkg_postrm() { fdo-mime_desktop_database_update; }