Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-auth/polkit-qt/
Date: Tue, 26 Nov 2019 11:18:22
Message-Id: 1574766683.81c44a2b8a8cb456a7842253d41ae72e4092ca04.asturm@gentoo
1 commit: 81c44a2b8a8cb456a7842253d41ae72e4092ca04
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Tue Nov 26 11:11:23 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Tue Nov 26 11:11:23 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81c44a2b
7
8 sys-auth/polkit-qt: Drop 0.112.0_p20160416-r2
9
10 Package-Manager: Portage-2.3.79, Repoman-2.3.17
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 sys-auth/polkit-qt/Manifest | 1 -
14 .../polkit-qt-0.112.0_p20160416-r2.ebuild | 40 ----------------------
15 2 files changed, 41 deletions(-)
16
17 diff --git a/sys-auth/polkit-qt/Manifest b/sys-auth/polkit-qt/Manifest
18 index 8afcecc7593..8b9fe5d7c40 100644
19 --- a/sys-auth/polkit-qt/Manifest
20 +++ b/sys-auth/polkit-qt/Manifest
21 @@ -1,2 +1 @@
22 -DIST polkit-qt-1-0.112.0_p20160416.tar.xz 64540 BLAKE2B fbc3631585801f42ff92324576a2bd82d61aa5b24317f95e1182c300073a8e746007fa3409127a50d7d3433c5092f56d72e2e579683d08145067d4424c4dfe7e SHA512 90677af780a2bbcb33b6a54702ba96f965eb8561f2636af7aa0146f9b2450f9e89f67e022ffa99742afe50e3d1f570eabfad686e9e08e629a1e662d9f5abf2ea
23 DIST polkit-qt-1-0.113.0.tar.xz 64652 BLAKE2B 52d8c5c8009e2595c70db5b6a6349e4524d6d9cbec12c5a535f25d737da1d16e77fadf3572eebbede7a5ed583c818e878119b416d69a076e03bb37d2f7da7b41 SHA512 deea5d75f547eaa0279c664ec9608b65f464db97fd5fdea27437f8ed4ec033de2b9f91d967deacb28bf0a1e54f131f997acb862cc3e1f8dfcb1f6c337e719b38
24
25 diff --git a/sys-auth/polkit-qt/polkit-qt-0.112.0_p20160416-r2.ebuild b/sys-auth/polkit-qt/polkit-qt-0.112.0_p20160416-r2.ebuild
26 deleted file mode 100644
27 index bb4c417528b..00000000000
28 --- a/sys-auth/polkit-qt/polkit-qt-0.112.0_p20160416-r2.ebuild
29 +++ /dev/null
30 @@ -1,40 +0,0 @@
31 -# Copyright 1999-2019 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=6
35 -
36 -MY_P="${P/qt/qt-1}"
37 -inherit cmake-utils
38 -
39 -DESCRIPTION="PolicyKit Qt API wrapper library"
40 -HOMEPAGE="https://api.kde.org/kdesupport-api/polkit-qt-1-apidocs/"
41 -SRC_URI="https://dev.gentoo.org/~kensington/distfiles/${MY_P}.tar.xz"
42 -
43 -LICENSE="LGPL-2"
44 -SLOT="0"
45 -KEYWORDS="amd64 ~arm arm64 ~ppc ~ppc64 x86"
46 -IUSE="debug"
47 -
48 -RDEPEND="
49 - dev-libs/glib:2
50 - dev-qt/qtcore:5
51 - dev-qt/qtdbus:5
52 - dev-qt/qtgui:5
53 - dev-qt/qtwidgets:5
54 - >=sys-auth/polkit-0.103
55 -"
56 -DEPEND="${RDEPEND}"
57 -
58 -DOCS=( AUTHORS README README.porting TODO )
59 -
60 -S=${WORKDIR}/${MY_P}
61 -
62 -src_configure() {
63 - local mycmakeargs=(
64 - -DBUILD_EXAMPLES=OFF
65 - -DUSE_QT4=OFF
66 - -DUSE_QT5=ON
67 - )
68 -
69 - cmake-utils_src_configure
70 -}