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/qqc2-desktop-style/
Date: Sat, 14 Oct 2017 15:20:13
Message-Id: 1507994392.402e3bf2a80b3c2bd615f926576af7d4b4a6d821.asturm@gentoo
1 commit: 402e3bf2a80b3c2bd615f926576af7d4b4a6d821
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 14 15:19:52 2017 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 14 15:19:52 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=402e3bf2
7
8 kde-frameworks/qqc2-desktop-style: Drop old
9
10 Package-Manager: Portage-2.3.11, Repoman-2.3.3
11
12 kde-frameworks/qqc2-desktop-style/Manifest | 1 -
13 .../qqc2-desktop-style-5.10.95.ebuild | 24 ----------------------
14 2 files changed, 25 deletions(-)
15
16 diff --git a/kde-frameworks/qqc2-desktop-style/Manifest b/kde-frameworks/qqc2-desktop-style/Manifest
17 index 47eddc7f8e1..5ec41bf6c29 100644
18 --- a/kde-frameworks/qqc2-desktop-style/Manifest
19 +++ b/kde-frameworks/qqc2-desktop-style/Manifest
20 @@ -1,2 +1 @@
21 -DIST qqc2-desktop-style-5.10.95.tar.xz 32520 SHA256 bafa0600f096826ba371a1e1366e04b6c9a47c7de81cb403df1caec5d809d82f SHA512 0d9b7580a0e84ac13910ca8e706d86382a7f26eeca7010b330d9dadb704640e9d8a078cd2a1b0a603688c9b6015de1f196c1e2c8ff006d5f39ae787cbfed1202 WHIRLPOOL ccf1e4b4482cc1c33682e0b1e2fe7136e6a16873d6b88b0bcefdf20db590087526d47f85ab122a13bc3b7a3accfce9dc081c72f14782fc91d9a22ac321daaaca
22 DIST qqc2-desktop-style-5.39.0.tar.xz 34996 SHA256 fb8818b22dbc1f47c38bef488543f025ec5da810e84f5ed732b08969338411e1 SHA512 4be8bf81ccab01e1b80db5fe08a21f52e621474326456a17ec105a0d4e4b10e1e7dfdcdedb491aea9816170d4e6354ccb4e5dc95cf77442f07f9a568eda82a95 WHIRLPOOL 3d4365544fa0614da518dfc2e1784fe840bd3f269083aa93537854b46fda44852fccd0bc23cd5fa2cac3ccc459f0ea71968b0319db696f7b3d50b9151f7b6a9b
23
24 diff --git a/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-5.10.95.ebuild b/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-5.10.95.ebuild
25 deleted file mode 100644
26 index f1ddd6e92fe..00000000000
27 --- a/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-5.10.95.ebuild
28 +++ /dev/null
29 @@ -1,24 +0,0 @@
30 -# Copyright 1999-2017 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=6
34 -
35 -inherit kde5
36 -
37 -DESCRIPTION="Style for QtQuickControls 2 that uses QWidget's QStyle for painting"
38 -SRC_URI="mirror://kde/unstable/${PN}/${P}.tar.xz"
39 -
40 -KEYWORDS="~amd64 ~arm ~x86"
41 -LICENSE="|| ( GPL-2+ LGPL-3+ )"
42 -IUSE=""
43 -
44 -# drop qtdeclarative subslot operator when QT_MINIMAL >= 5.8.0
45 -DEPEND="
46 - $(add_qt_dep qtdeclarative '' '' '5=')
47 - $(add_qt_dep qtgui)
48 - $(add_qt_dep qtwidgets)
49 -"
50 -RDEPEND="${DEPEND}
51 - $(add_qt_dep qtgraphicaleffects)
52 - $(add_qt_dep qtquickcontrols2)
53 -"