summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJimi Huotari <chiitoo@gentoo.org>2019-06-21 16:05:38 +0300
committerAndreas Sturmlechner <asturm@gentoo.org>2019-06-22 13:43:04 +0200
commit45c84d4f9877bc3899a88199119e39f3b205940d (patch)
treefbdfb683a1de4bfce13888436542ecbad171ea91 /lxqt-base/lxqt-openssh-askpass
parentx11-wm/i3-gaps: Install documentation (diff)
downloadgentoo-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-openssh-askpass')
-rw-r--r--lxqt-base/lxqt-openssh-askpass/Manifest1
-rw-r--r--lxqt-base/lxqt-openssh-askpass/lxqt-openssh-askpass-0.13.0.ebuild46
2 files changed, 0 insertions, 47 deletions
diff --git a/lxqt-base/lxqt-openssh-askpass/Manifest b/lxqt-base/lxqt-openssh-askpass/Manifest
index 53ee59bf6f0e..ca2d50291e64 100644
--- a/lxqt-base/lxqt-openssh-askpass/Manifest
+++ b/lxqt-base/lxqt-openssh-askpass/Manifest
@@ -1,2 +1 @@
-DIST lxqt-openssh-askpass-0.13.0.tar.xz 14336 BLAKE2B c9265f0df40dd4826c08cf3f3cc2bd6304db40770b402c117adcb73afd823b5937df8a40e2deaa67c4d7cd581ffd5cca7cca48f41b4059ffc14e6a6bb66c041c SHA512 2ef92c8a75139d8827e38e0f406f9f9f52717b0918ff511baa376825cfb586f2821186692e1e63bd4c569c441ea4eff63a11f59b89a90f47738ece86a898e761
DIST lxqt-openssh-askpass-0.14.1.tar.xz 16848 BLAKE2B b774027c878c75324a5908244ef2cf33b0a092cbd2c0801c92c1304a6eed40fc8a18919ac25c6632ba306bd7f56cfc64cf9880cf166639cf5a8eea4a1bfad66e SHA512 ab35cd719d4a31a495bed68a30cad5bf85701d223ee7306f0dad40717d0c2821af53e07a929b5855fb0cd680684fb790a638b59a1ea3ef288e0f656ab490b5bf
diff --git a/lxqt-base/lxqt-openssh-askpass/lxqt-openssh-askpass-0.13.0.ebuild b/lxqt-base/lxqt-openssh-askpass/lxqt-openssh-askpass-0.13.0.ebuild
deleted file mode 100644
index 906aeccedb90..000000000000
--- a/lxqt-base/lxqt-openssh-askpass/lxqt-openssh-askpass-0.13.0.ebuild
+++ /dev/null
@@ -1,46 +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 OpenSSH user password prompt tool"
-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-qt/qtcore:5
- dev-qt/qtwidgets:5
- =lxqt-base/liblxqt-$(ver_cut 1-2)*
-"
-DEPEND="${RDEPEND}
- dev-qt/linguist-tools:5
- >=dev-util/lxqt-build-tools-0.5.0
-"
-
-src_configure() {
- local mycmakeargs=(
- -DPULL_TRANSLATIONS=OFF
- )
- cmake-utils_src_configure
-}
-
-src_install(){
- cmake-utils_src_install
- doman man/*.1
-
- echo "SSH_ASKPASS='${EPREFIX}/usr/bin/lxqt-openssh-askpass'" >> "${T}/99${PN}" \
- || die
- doenvd "${T}/99${PN}"
-}