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-frameworks/kiconthemes/
Date: Mon, 22 Oct 2018 18:32:13
Message-Id: 1540233114.dfd837c51e193836351b7fe0222cf0b10d937f64.asturm@gentoo
1 commit: dfd837c51e193836351b7fe0222cf0b10d937f64
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Mon Oct 22 18:25:07 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 22 18:31:54 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dfd837c5
7
8 kde-frameworks/kiconthemes: Drop 5.51.0 (r0)
9
10 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
11 Package-Manager: Portage-2.3.51, Repoman-2.3.11
12
13 .../kiconthemes/kiconthemes-5.51.0.ebuild | 29 ----------------------
14 1 file changed, 29 deletions(-)
15
16 diff --git a/kde-frameworks/kiconthemes/kiconthemes-5.51.0.ebuild b/kde-frameworks/kiconthemes/kiconthemes-5.51.0.ebuild
17 deleted file mode 100644
18 index da8d2b7f06a..00000000000
19 --- a/kde-frameworks/kiconthemes/kiconthemes-5.51.0.ebuild
20 +++ /dev/null
21 @@ -1,29 +0,0 @@
22 -# Copyright 1999-2018 Gentoo Authors
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=6
26 -
27 -VIRTUALX_REQUIRED="test"
28 -inherit kde5
29 -
30 -DESCRIPTION="Framework for icon theming and configuration"
31 -LICENSE="LGPL-2+"
32 -KEYWORDS="~amd64 ~arm ~arm64 ~x86"
33 -IUSE=""
34 -
35 -RDEPEND="
36 - $(add_frameworks_dep karchive)
37 - $(add_frameworks_dep kconfig)
38 - $(add_frameworks_dep kconfigwidgets)
39 - $(add_frameworks_dep kcoreaddons)
40 - $(add_frameworks_dep ki18n)
41 - $(add_frameworks_dep kitemviews)
42 - $(add_frameworks_dep kwidgetsaddons)
43 - $(add_qt_dep qtdbus)
44 - $(add_qt_dep qtgui)
45 - $(add_qt_dep qtsvg)
46 - $(add_qt_dep qtwidgets)
47 -"
48 -DEPEND="${RDEPEND}"
49 -
50 -RESTRICT+=" test" # bug 574770