summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJimi Huotari <chiitoo@gentoo.org>2021-09-25 09:31:45 +0300
committerAndreas Sturmlechner <asturm@gentoo.org>2021-09-30 19:22:07 +0200
commitffc430f956fb695784f0626ffaa7e4dd3ba74905 (patch)
tree84dfdc559fb72d67ddff40a197aa7025b3b582fe /lxqt-base/lxqt-openssh-askpass
parentnet-misc/smb4k: 3.1.1 version bump (diff)
downloadgentoo-ffc430f956fb695784f0626ffaa7e4dd3ba74905.tar.gz
gentoo-ffc430f956fb695784f0626ffaa7e4dd3ba74905.tar.bz2
gentoo-ffc430f956fb695784f0626ffaa7e4dd3ba74905.zip
lxqt-base: remove versions 0.16.*
Package-Manager: Portage-3.0.23, Repoman-3.0.3 Signed-off-by: Jimi Huotari <chiitoo@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/22396 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.16.0.ebuild42
2 files changed, 0 insertions, 43 deletions
diff --git a/lxqt-base/lxqt-openssh-askpass/Manifest b/lxqt-base/lxqt-openssh-askpass/Manifest
index d83a9e8b2feb..b6b9298a7b7e 100644
--- a/lxqt-base/lxqt-openssh-askpass/Manifest
+++ b/lxqt-base/lxqt-openssh-askpass/Manifest
@@ -1,2 +1 @@
-DIST lxqt-openssh-askpass-0.16.0.tar.xz 17160 BLAKE2B cc16e4cb884530eb76ffa27f4cb207edc774c0f859cefa995a8ff395e9c166ab5ffa24e898b23c61e49fd3a9d5d8be83480cee0dacd2791609e16ce5a92debd2 SHA512 4251ecb10255e4ef2b988b162111c2889c432bf039d05ae00c3f16992424e7a27868b0e040899592cc703a7b009a197c8bdda3698e3c6ea41cf9d22c3ddddb80
DIST lxqt-openssh-askpass-0.17.0.tar.xz 17192 BLAKE2B 94dbcdd2e05acc1371b4b0af74bc3f10036709ff629b5ba01486ce17471aa21129851d5ca0264a8c341f1321fafbc5476dc2588edf0068717d47461306dfe4c6 SHA512 29923b6503b25e9971d2d5d96c9ef21af62ca046967e1d0902c28bafbed9891490148c19f5fd32fd68b4525c624e67f96ab658919933ed1b3c5e2e320bab4225
diff --git a/lxqt-base/lxqt-openssh-askpass/lxqt-openssh-askpass-0.16.0.ebuild b/lxqt-base/lxqt-openssh-askpass/lxqt-openssh-askpass-0.16.0.ebuild
deleted file mode 100644
index 610ccff059ed..000000000000
--- a/lxqt-base/lxqt-openssh-askpass/lxqt-openssh-askpass-0.16.0.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake
-
-DESCRIPTION="LXQt OpenSSH user password prompt tool"
-HOMEPAGE="https://lxqt.github.io/"
-
-if [[ ${PV} = *9999* ]]; then
- inherit git-r3
- EGIT_REPO_URI="https://github.com/lxqt/${PN}.git"
-else
- SRC_URI="https://github.com/lxqt/${PN}/releases/download/${PV}/${P}.tar.xz"
- KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
-fi
-
-LICENSE="LGPL-2.1 LGPL-2.1+"
-SLOT="0"
-
-BDEPEND="
- dev-qt/linguist-tools:5
- >=dev-util/lxqt-build-tools-0.8.0
-"
-DEPEND="
- dev-qt/qtcore:5
- dev-qt/qtwidgets:5
- =lxqt-base/liblxqt-$(ver_cut 1-2)*
-"
-RDEPEND="${DEPEND}
- !lxqt-base/lxqt-l10n
-"
-
-src_install() {
- cmake_src_install
- doman man/*.1
-
- newenvd - 99${PN} <<- _EOF_
- SSH_ASKPASS='${EPREFIX}/usr/bin/lxqt-openssh-askpass'
- _EOF_
-}