summaryrefslogtreecommitdiff
path: root/lxqt-base/lxqt-policykit
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-06-30 17:36:28 +0100
committerV3n3RiX <venerix@redcorelinux.org>2019-06-30 17:36:28 +0100
commit7014a5a3ea0feffab9701fdd6b64cc7667a985af (patch)
treef2cbbaa8bb9209cd15208721103228336149b799 /lxqt-base/lxqt-policykit
parent7a86906b67693cc65671d3e1476835d3a7e13092 (diff)
gentoo resync : 30.06.2019
Diffstat (limited to 'lxqt-base/lxqt-policykit')
-rw-r--r--lxqt-base/lxqt-policykit/Manifest2
-rw-r--r--lxqt-base/lxqt-policykit/lxqt-policykit-0.13.0.ebuild48
2 files changed, 0 insertions, 50 deletions
diff --git a/lxqt-base/lxqt-policykit/Manifest b/lxqt-base/lxqt-policykit/Manifest
index 160311c034db..924e6b18c63b 100644
--- a/lxqt-base/lxqt-policykit/Manifest
+++ b/lxqt-base/lxqt-policykit/Manifest
@@ -1,5 +1,3 @@
-DIST lxqt-policykit-0.13.0.tar.xz 33144 BLAKE2B ae9416d9e7c98c67d3d428ccc28e28a97461f6213e58f90968a44654ffe94246f3eb5f8d51617a2626d805a097f5cdc531c2567fbfb6e3cead2f3aae7c3a625e SHA512 c02525ed60c3882b9fc431630a750937425f8ff296fa82112a2e88cb9d5b96767e2a8ff514daeee5d6dded96536cbb4520bc7bccb6c8fbe4e405168435f9f22e
DIST lxqt-policykit-0.14.1.tar.xz 37616 BLAKE2B 05175f99bd63fae795499eff02b224a589842e6f4ce0faa66dcb949d99625d8fcdd54600d80832b5211e297e9c0da3aa33ecd6e47b5dd7b0e544a1d301e4e483 SHA512 c3df41a45ef4d04eba9ce0c9f29d4c9b68a192302e85e192a26ae73617b87d0ad70ec64135f500485d4c10095754e36935bf9790ffd83d0197b1bb784971a940
-EBUILD lxqt-policykit-0.13.0.ebuild 916 BLAKE2B b0e4222c40aa15fceed3a5a6ef9d26ab36785b9b51987312b33b3ab222e5e2b0dd2c634a6b6709661410af1883576a46c089966af712b26951454d7d18a1caf6 SHA512 89b844e32ee4a66c96261f857f66b6034e0f604d66b88f8b54824e193723be2ef4366447901eb14deb9684e4d0019c4db27b438b8cce89a3be24e58d2ea68f42
EBUILD lxqt-policykit-0.14.1.ebuild 817 BLAKE2B a4a19029dfb9e43afff35b95475a6503e0cf9d2008559a92bc4cd55e85d234da65c23035f5e5398f8741bcd0f4e18d0cd28f1fbbca0531a14909003f1dae9ede SHA512 bbb8d52bb1f0333e07adc262c0f7d04a7eb822c58968591dbbab42f93a49c1565c2b8b6442e4c0913933bfc1b1486782d99444e1ae341afdba99178d0d3571e2
MISC metadata.xml 320 BLAKE2B 06af6102783b41528cf4a8afd437db1524460cc47ff1004e4e45a8903673019f6c85ff948472d07f053787a767c2d5b3c1986ad20645e0418198e8b7e2d20736 SHA512 24085bd13cb0c25b25737c74a4817ab6a252079c0cd3d29f3caf1ab5e02e85f944653844059ecedf28629b38ec46a02163c806f600bcd044528d4951868e168b
diff --git a/lxqt-base/lxqt-policykit/lxqt-policykit-0.13.0.ebuild b/lxqt-base/lxqt-policykit/lxqt-policykit-0.13.0.ebuild
deleted file mode 100644
index 676f5021871f..000000000000
--- a/lxqt-base/lxqt-policykit/lxqt-policykit-0.13.0.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-utils eapi7-ver
-
-DESCRIPTION="LXQt PolKit authentication agent"
-HOMEPAGE="https://lxqt.org/"
-
-if [[ ${PV} = *9999* ]]; then
- inherit git-r3
- EGIT_REPO_URI="https://github.com/lxqt/${PN}.git"
-else
- SRC_URI="https://downloads.lxqt.org/downloads/${PN}/${PV}/${P}.tar.xz"
- KEYWORDS="amd64 ~arm ~arm64 x86"
-fi
-
-LICENSE="LGPL-2.1+"
-SLOT="0"
-
-RDEPEND="
- dev-libs/glib:2
- >=dev-libs/libqtxdg-3.0.0
- dev-qt/qtcore:5
- dev-qt/qtgui:5
- dev-qt/qtwidgets:5
- =lxqt-base/liblxqt-$(ver_cut 1-2)*
- sys-auth/polkit-qt[qt5(+)]
- !lxqt-base/lxqt-common
-"
-DEPEND="${RDEPEND}
- >=dev-util/lxqt-build-tools-0.5.0
- 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
-}