From 59729f8b1aee6cd2206267693f2a1bb5e887f9e7 Mon Sep 17 00:00:00 2001 From: Jimi Huotari Date: Sat, 15 Jun 2024 17:41:59 +0300 Subject: lxqt-base/lxqt-openssh-askpass: drop 2.0.1 Signed-off-by: Jimi Huotari --- lxqt-base/lxqt-openssh-askpass/Manifest | 1 - .../lxqt-openssh-askpass-2.0.1.ebuild | 41 ---------------------- 2 files changed, 42 deletions(-) delete mode 100644 lxqt-base/lxqt-openssh-askpass/Manifest delete mode 100644 lxqt-base/lxqt-openssh-askpass/lxqt-openssh-askpass-2.0.1.ebuild diff --git a/lxqt-base/lxqt-openssh-askpass/Manifest b/lxqt-base/lxqt-openssh-askpass/Manifest deleted file mode 100644 index 71031b17..00000000 --- a/lxqt-base/lxqt-openssh-askpass/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST lxqt-openssh-askpass-2.0.1.tar.xz 17856 BLAKE2B 723971d2c2731cfa3ef30852e614fb9aaf70b9c91d7a051a257b3f090290fe4354d708d2ab4545d5b30d5d566cb4d522b4fd09212f84cdcf62ebff9a1ee6f095 SHA512 57f557b4a4a43e9faca68d90239b271f984cd7a5ee6b11be6ba325c2e3a2cb15f5bebba12bbfbe4caf0930a9b26876b689eda6b1188f203f5d8361a0f785acfd diff --git a/lxqt-base/lxqt-openssh-askpass/lxqt-openssh-askpass-2.0.1.ebuild b/lxqt-base/lxqt-openssh-askpass/lxqt-openssh-askpass-2.0.1.ebuild deleted file mode 100644 index 4382d497..00000000 --- a/lxqt-base/lxqt-openssh-askpass/lxqt-openssh-askpass-2.0.1.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit cmake - -DESCRIPTION="LXQt OpenSSH user password prompt tool" -HOMEPAGE="https://lxqt-project.org/" - -MY_PV="$(ver_cut 1-2)" - -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" -fi - -LICENSE="LGPL-2.1 LGPL-2.1+" -SLOT="0" - -BDEPEND=" - >=dev-qt/qttools-6.6:6[linguist] - >=dev-util/lxqt-build-tools-2.0.0 -" -DEPEND=" - >=dev-qt/qtbase-6.6:6[widgets] - =lxqt-base/liblxqt-${MY_PV}*:= -" -RDEPEND="${DEPEND}" - -src_install() { - cmake_src_install - doman man/*.1 - - newenvd - 99${PN} <<- _EOF_ - SSH_ASKPASS='${EPREFIX}/usr/bin/lxqt-openssh-askpass' - _EOF_ -} -- cgit v1.2.3-65-gdbad