diff options
author | Jimi Huotari <chiitoo@gentoo.org> | 2019-06-21 16:05:38 +0300 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-06-22 13:43:04 +0200 |
commit | 45c84d4f9877bc3899a88199119e39f3b205940d (patch) | |
tree | fbdfb683a1de4bfce13888436542ecbad171ea91 /lxqt-base/lxqt-policykit | |
parent | x11-wm/i3-gaps: Install documentation (diff) | |
download | gentoo-45c84d4f9877bc3899a88199119e39f3b205940d.tar.gz gentoo-45c84d4f9877bc3899a88199119e39f3b205940d.tar.bz2 gentoo-45c84d4f9877bc3899a88199119e39f3b205940d.zip |
lxqt-base: Drop LXQt 0.13.0
Package-Manager: Portage-2.3.67, Repoman-2.3.14
Signed-off-by: Jimi Huotari <chiitoo@gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/12301
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
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.13.0.ebuild | 48 |
2 files changed, 0 insertions, 49 deletions
diff --git a/lxqt-base/lxqt-policykit/Manifest b/lxqt-base/lxqt-policykit/Manifest index acefe089f9af..8e21268f1764 100644 --- a/lxqt-base/lxqt-policykit/Manifest +++ b/lxqt-base/lxqt-policykit/Manifest @@ -1,2 +1 @@ -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 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 -} |