mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-07 03:10:15 -04:00
app-admin/himitsu-ssh: drop 0.4
Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
This commit is contained in:
@@ -1,2 +1 @@
|
||||
DIST himitsu-ssh-0.4.tar.gz 20661 BLAKE2B b1f0e0ce8bd280989afd6566a4bf41c0e186f2589be1f6b917ee967ffed4472c8a3d239f544134349a1ceba9bf0c07994eedd1b811ff082fb699a5d93db94e76 SHA512 32720e3e7eb887ced62da2ac9897c2a26ae019ff4bab2d4cf02c178fad47094b7e6e7fddcc7a89779a3ad604e49cc0ae908143ea6e16544133a64b32630b7b33
|
||||
DIST himitsu-ssh-0.9.1.tar.gz 21004 BLAKE2B c0d83afd3519ac36bf27d66efc10a03465249a511a1e5eff006382366e35d9315d73cee4096785d509473ff24b589b2c23e43508a41d4dabb7b39780e25af9a4 SHA512 b906e3ae6573ed8177a5388b28c6adb320e2a22abbd36af5fe39ce31c458c2a942bd38233c029d86b05365e5f01a5560815f58663ced0ccee2d1ca56c63b1f60
|
||||
|
||||
@@ -1,41 +0,0 @@
|
||||
# Copyright 2022-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
if [[ "${PV}" = "9999" ]]; then
|
||||
inherit git-r3
|
||||
EGIT_REPO_URI="https://git.sr.ht/~sircmpwn/himitsu-ssh"
|
||||
else
|
||||
SRC_URI="https://git.sr.ht/~sircmpwn/himitsu-ssh/archive/${PV}.tar.gz -> ${P}.tar.gz"
|
||||
KEYWORDS="~amd64"
|
||||
fi
|
||||
|
||||
DESCRIPTION="SSH integration for Himitsu"
|
||||
HOMEPAGE="https://git.sr.ht/~sircmpwn/himitsu-ssh"
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
|
||||
RDEPEND="
|
||||
>=app-admin/himitsu-0.8:=
|
||||
>=dev-hare/hare-ssh-0.24.2:=
|
||||
<dev-hare/hare-ssh-0.25
|
||||
"
|
||||
DEPEND="
|
||||
${RDEPEND}
|
||||
>=dev-lang/hare-0.24.2:=
|
||||
<dev-lang/hare-0.25
|
||||
"
|
||||
BDEPEND="app-text/scdoc"
|
||||
|
||||
# All binaries are hare-built
|
||||
QA_FLAGS_IGNORED=".*"
|
||||
|
||||
src_configure() {
|
||||
sed -i 's;^PREFIX=.*;PREFIX=/usr;' Makefile || die
|
||||
}
|
||||
|
||||
src_test() {
|
||||
# Don't run tests if there's none (which is the case of 0.3)
|
||||
grep -r '@test fn' . && emake check
|
||||
}
|
||||
Reference in New Issue
Block a user