diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2018-10-16 15:04:34 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-10-17 16:40:46 +0200 |
commit | 06a16e24a6509e7dbf304b904e2adc61546c783a (patch) | |
tree | 9ef0714e9a4176fb9ea1ff242183a6a7cdd88439 /lxqt-base/lxqt-policykit | |
parent | net-fs/samba-4.7.10-r0: add ~alpha keyword (diff) | |
download | gentoo-06a16e24a6509e7dbf304b904e2adc61546c783a.tar.gz gentoo-06a16e24a6509e7dbf304b904e2adc61546c783a.tar.bz2 gentoo-06a16e24a6509e7dbf304b904e2adc61546c783a.zip |
lxqt-base: Drop LXQt 0.11.1
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Diffstat (limited to 'lxqt-base/lxqt-policykit')
-rw-r--r-- | lxqt-base/lxqt-policykit/Manifest | 1 | ||||
-rw-r--r-- | lxqt-base/lxqt-policykit/lxqt-policykit-0.11.0.ebuild | 44 |
2 files changed, 0 insertions, 45 deletions
diff --git a/lxqt-base/lxqt-policykit/Manifest b/lxqt-base/lxqt-policykit/Manifest index 9b40c1fedd69..b3c8b58eda7a 100644 --- a/lxqt-base/lxqt-policykit/Manifest +++ b/lxqt-base/lxqt-policykit/Manifest @@ -1,2 +1 @@ -DIST lxqt-policykit-0.11.0.tar.xz 31336 BLAKE2B d0e562660e3aabb7fa46447dae27d60ef3b1b9429deaa9f21a6e1659032f5bff8d9639e6f6639c13a239c2f6978808f0bf8283612eefce20854cd08ce8d7f00a SHA512 f4c8a154e30df18118444d8caf09bd242aafb17309bba77f1153a6b3db74291d35fe10ffba716293203095bcaa70195414e6b10773f8fe3b48829ab72820e5ae DIST lxqt-policykit-0.13.0.tar.xz 33144 BLAKE2B ae9416d9e7c98c67d3d428ccc28e28a97461f6213e58f90968a44654ffe94246f3eb5f8d51617a2626d805a097f5cdc531c2567fbfb6e3cead2f3aae7c3a625e SHA512 c02525ed60c3882b9fc431630a750937425f8ff296fa82112a2e88cb9d5b96767e2a8ff514daeee5d6dded96536cbb4520bc7bccb6c8fbe4e405168435f9f22e diff --git a/lxqt-base/lxqt-policykit/lxqt-policykit-0.11.0.ebuild b/lxqt-base/lxqt-policykit/lxqt-policykit-0.11.0.ebuild deleted file mode 100644 index 8c93093f15f0..000000000000 --- a/lxqt-base/lxqt-policykit/lxqt-policykit-0.11.0.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit cmake-utils - -DESCRIPTION="LXQt PolKit authentication agent" -HOMEPAGE="https://lxqt.org" - -if [[ ${PV} = *9999* ]]; then - inherit git-r3 - EGIT_REPO_URI="https://git.lxde.org/git/lxde/${PN}.git" -else - SRC_URI="https://downloads.lxqt.org/downloads/${PN}/${PV}/${P}.tar.xz" - KEYWORDS="amd64 ~arm ~arm64 x86" -fi - -LICENSE="GPL-2 LGPL-2.1+" -SLOT="0" - -RDEPEND=" - dev-libs/glib:2 - dev-qt/qtcore:5 - dev-qt/qtdbus:5 - dev-qt/qtgui:5 - dev-qt/qtwidgets:5 - dev-qt/qtx11extras:5 - dev-qt/qtxml:5 - ~lxqt-base/liblxqt-${PV} - >=dev-libs/libqtxdg-1.0.0 - sys-auth/polkit-qt[qt5(+)]" -DEPEND="${RDEPEND} - dev-qt/linguist-tools:5 - virtual/pkgconfig" - -src_configure() { - local mycmakeargs=( -DPULL_TRANSLATIONS=OFF ) - cmake-utils_src_configure -} - -src_install(){ - cmake-utils_src_install - doman man/*.1 -} |