mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-23 16:49:10 -07:00
lxqt-base/lxqt-openssh-askpass: drop 2.0.1, 2.1.0
Signed-off-by: Jimi Huotari <chiitoo@gentoo.org>
This commit is contained in:
@@ -1,4 +1,2 @@
|
||||
DIST lxqt-openssh-askpass-2.0.1.tar.xz 17856 BLAKE2B 723971d2c2731cfa3ef30852e614fb9aaf70b9c91d7a051a257b3f090290fe4354d708d2ab4545d5b30d5d566cb4d522b4fd09212f84cdcf62ebff9a1ee6f095 SHA512 57f557b4a4a43e9faca68d90239b271f984cd7a5ee6b11be6ba325c2e3a2cb15f5bebba12bbfbe4caf0930a9b26876b689eda6b1188f203f5d8361a0f785acfd
|
||||
DIST lxqt-openssh-askpass-2.1.0.tar.xz 17860 BLAKE2B a20d69597830bdc3e6bb12aa6efa06e41e1c185ac97237245d2367b11256393e6668883b59e7a47561ec491568805bf0a1680859192f90c710386d45bd00aedd SHA512 a70e8c8f3fec70900a5c24b2f022ce80b71e36980f2cdaf3f3a773a3a4fecfb71ff2f65aae109e7bfaba083302c1a41370f1ddd332599f2fdd824579ab1b5b19
|
||||
DIST lxqt-openssh-askpass-2.2.0.tar.xz 18084 BLAKE2B 01f7546bf393f147b6d54ecfc3e3042416d46ae2575bb710283c0959427550d3411e0042577fbd8e0a6d7405604948fc386f1e61c13653a6352b1f5d49c2baff SHA512 6979e0559227b776e69e9f901985d3a9a0b1f72eb52b20017f2ca5cf7131b4a67f01b5b69fe3b72d24ceefe8ccfc8236a68f931a845606c78a610959144d95f0
|
||||
DIST lxqt-openssh-askpass-2.3.0.tar.xz 18124 BLAKE2B 35cb460c711f79fc386e068e4361034b1c52ff97265be2f8d792dcf6f6585f90084e2b5676ab6b2346bd43fb4c0be1b89884d4636f0d51999832dc23c99c39af SHA512 b3bf6e6fa3445c4f2726dba2b8454f9aec0ea03ffb8165234a771125896ad97ec5bd57a6f8e028ff347ec54f74a6b67284051f4ba42d580ec1b1b9e3a7952dc4
|
||||
|
||||
@@ -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 arm64 ~ppc64 ~riscv ~x86"
|
||||
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_
|
||||
}
|
||||
@@ -1,41 +0,0 @@
|
||||
# Copyright 1999-2025 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 arm64 ~ppc64 ~riscv ~x86"
|
||||
fi
|
||||
|
||||
LICENSE="LGPL-2.1 LGPL-2.1+"
|
||||
SLOT="0"
|
||||
|
||||
BDEPEND="
|
||||
>=dev-qt/qttools-6.6:6[linguist]
|
||||
>=dev-util/lxqt-build-tools-2.1.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_
|
||||
}
|
||||
Reference in New Issue
Block a user