Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: kde-apps/libkcompactdisc/
Date: Sun, 16 Apr 2017 19:37:06
Message-Id: 1492371414.cb493f788b52cfb550118030b75b2cc6370afc3a.asturm@gentoo
1 commit: cb493f788b52cfb550118030b75b2cc6370afc3a
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Apr 16 19:35:58 2017 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun Apr 16 19:36:54 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb493f78
7
8 kde-apps/libkcompactdisc: Drop 16.12.3 (r0)
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 .../libkcompactdisc/libkcompactdisc-16.12.3.ebuild | 29 ----------------------
13 1 file changed, 29 deletions(-)
14
15 diff --git a/kde-apps/libkcompactdisc/libkcompactdisc-16.12.3.ebuild b/kde-apps/libkcompactdisc/libkcompactdisc-16.12.3.ebuild
16 deleted file mode 100644
17 index 638a382f7dd..00000000000
18 --- a/kde-apps/libkcompactdisc/libkcompactdisc-16.12.3.ebuild
19 +++ /dev/null
20 @@ -1,29 +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 -KDE_BLOCK_SLOT4="false"
27 -inherit kde5
28 -
29 -DESCRIPTION="Library for playing & ripping CDs"
30 -LICENSE="GPL-2+ LGPL-2+"
31 -KEYWORDS="~amd64 ~arm ~x86"
32 -IUSE="alsa"
33 -
34 -DEPEND="
35 - $(add_frameworks_dep kcoreaddons)
36 - $(add_frameworks_dep kdelibs4support)
37 - $(add_frameworks_dep ki18n)
38 - $(add_frameworks_dep solid)
39 - $(add_qt_dep qtdbus)
40 - media-libs/phonon[qt5]
41 -"
42 -RDEPEND="${DEPEND}"
43 -
44 -src_configure() {
45 - local mycmakeargs=(
46 - $(cmake-utils_use_find_package alsa Alsa)
47 - )
48 - kde5_src_configure
49 -}