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/kdeclarative/
Date: Fri, 02 Jun 2017 00:38:38
Message-Id: 1496363861.16f424c1e6a77b9f18667e6d64fe1f7cc9544f2d.asturm@gentoo
1 commit: 16f424c1e6a77b9f18667e6d64fe1f7cc9544f2d
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jun 1 23:18:10 2017 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Fri Jun 2 00:37:41 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16f424c1
7
8 kde-frameworks/kdeclarative: Drop 5.34.0 (r0)
9
10 Package-Manager: Portage-2.3.5, Repoman-2.3.1
11
12 .../kdeclarative/kdeclarative-5.34.0.ebuild | 32 ----------------------
13 1 file changed, 32 deletions(-)
14
15 diff --git a/kde-frameworks/kdeclarative/kdeclarative-5.34.0.ebuild b/kde-frameworks/kdeclarative/kdeclarative-5.34.0.ebuild
16 deleted file mode 100644
17 index d231c1b90aa..00000000000
18 --- a/kde-frameworks/kdeclarative/kdeclarative-5.34.0.ebuild
19 +++ /dev/null
20 @@ -1,32 +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_TEST="false"
27 -inherit kde5
28 -
29 -DESCRIPTION="Framework providing integration of QML and KDE work spaces"
30 -LICENSE="LGPL-2+"
31 -KEYWORDS="~amd64 ~arm ~x86"
32 -IUSE=""
33 -
34 -# drop qtdeclarative subslot operator when QT_MINIMAL >= 5.8.0
35 -DEPEND="
36 - $(add_frameworks_dep kconfig)
37 - $(add_frameworks_dep kcoreaddons)
38 - $(add_frameworks_dep kglobalaccel)
39 - $(add_frameworks_dep ki18n)
40 - $(add_frameworks_dep kiconthemes)
41 - $(add_frameworks_dep kio)
42 - $(add_frameworks_dep kpackage)
43 - $(add_frameworks_dep kservice)
44 - $(add_frameworks_dep kwidgetsaddons)
45 - $(add_frameworks_dep kwindowsystem)
46 - $(add_qt_dep qtdeclarative '' '' '5=')
47 - $(add_qt_dep qtgui)
48 - $(add_qt_dep qtnetwork)
49 - $(add_qt_dep qtwidgets)
50 - media-libs/libepoxy
51 -"
52 -RDEPEND="${DEPEND}"