From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0CFCC138334 for ; Tue, 26 Nov 2019 11:18:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 18320E08AD; Tue, 26 Nov 2019 11:18:18 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 671DFE08AD for ; Tue, 26 Nov 2019 11:18:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 105A634D3F9 for ; Tue, 26 Nov 2019 11:18:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8F88F8C3 for ; Tue, 26 Nov 2019 11:18:12 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1574766683.81c44a2b8a8cb456a7842253d41ae72e4092ca04.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-auth/polkit-qt/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-auth/polkit-qt/Manifest sys-auth/polkit-qt/polkit-qt-0.112.0_p20160416-r2.ebuild X-VCS-Directories: sys-auth/polkit-qt/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 81c44a2b8a8cb456a7842253d41ae72e4092ca04 X-VCS-Branch: master Date: Tue, 26 Nov 2019 11:18:12 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 4f409145-8313-4b57-b798-088b6e651b88 X-Archives-Hash: b2f383806407d999b1039440d7e98ec0 commit: 81c44a2b8a8cb456a7842253d41ae72e4092ca04 Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Nov 26 11:11:23 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Nov 26 11:11:23 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81c44a2b sys-auth/polkit-qt: Drop 0.112.0_p20160416-r2 Package-Manager: Portage-2.3.79, Repoman-2.3.17 Signed-off-by: Andreas Sturmlechner gentoo.org> sys-auth/polkit-qt/Manifest | 1 - .../polkit-qt-0.112.0_p20160416-r2.ebuild | 40 ---------------------- 2 files changed, 41 deletions(-) diff --git a/sys-auth/polkit-qt/Manifest b/sys-auth/polkit-qt/Manifest index 8afcecc7593..8b9fe5d7c40 100644 --- a/sys-auth/polkit-qt/Manifest +++ b/sys-auth/polkit-qt/Manifest @@ -1,2 +1 @@ -DIST polkit-qt-1-0.112.0_p20160416.tar.xz 64540 BLAKE2B fbc3631585801f42ff92324576a2bd82d61aa5b24317f95e1182c300073a8e746007fa3409127a50d7d3433c5092f56d72e2e579683d08145067d4424c4dfe7e SHA512 90677af780a2bbcb33b6a54702ba96f965eb8561f2636af7aa0146f9b2450f9e89f67e022ffa99742afe50e3d1f570eabfad686e9e08e629a1e662d9f5abf2ea DIST polkit-qt-1-0.113.0.tar.xz 64652 BLAKE2B 52d8c5c8009e2595c70db5b6a6349e4524d6d9cbec12c5a535f25d737da1d16e77fadf3572eebbede7a5ed583c818e878119b416d69a076e03bb37d2f7da7b41 SHA512 deea5d75f547eaa0279c664ec9608b65f464db97fd5fdea27437f8ed4ec033de2b9f91d967deacb28bf0a1e54f131f997acb862cc3e1f8dfcb1f6c337e719b38 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 deleted file mode 100644 index bb4c417528b..00000000000 --- a/sys-auth/polkit-qt/polkit-qt-0.112.0_p20160416-r2.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -MY_P="${P/qt/qt-1}" -inherit cmake-utils - -DESCRIPTION="PolicyKit Qt API wrapper library" -HOMEPAGE="https://api.kde.org/kdesupport-api/polkit-qt-1-apidocs/" -SRC_URI="https://dev.gentoo.org/~kensington/distfiles/${MY_P}.tar.xz" - -LICENSE="LGPL-2" -SLOT="0" -KEYWORDS="amd64 ~arm arm64 ~ppc ~ppc64 x86" -IUSE="debug" - -RDEPEND=" - dev-libs/glib:2 - dev-qt/qtcore:5 - dev-qt/qtdbus:5 - dev-qt/qtgui:5 - dev-qt/qtwidgets:5 - >=sys-auth/polkit-0.103 -" -DEPEND="${RDEPEND}" - -DOCS=( AUTHORS README README.porting TODO ) - -S=${WORKDIR}/${MY_P} - -src_configure() { - local mycmakeargs=( - -DBUILD_EXAMPLES=OFF - -DUSE_QT4=OFF - -DUSE_QT5=ON - ) - - cmake-utils_src_configure -}