remove unused packages

This commit is contained in:
RokuRokuYon 2025-03-25 15:45:08 +01:00
parent 77b24883ab
commit 2852dce25b
5 changed files with 0 additions and 117 deletions

View file

@ -1,35 +0,0 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit systemd
DESCRIPTION="Safe Harbor, an SSH tunnel generator."
HOMEPAGE="https://git.decade.cz/decade-public/${PN}"
SRC_URI="https://git.decade.cz/decade-public/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="*"
IUSE=""
RDEPEND="
>=dev-lang/python-3.8
sys-apps/systemd
net-misc/openssh
"
S="${WORKDIR}/${PN}"
src_install() {
# gentoo prefers /usr/libexec
sed -i "s/\/usr\/lib\/${PN}/\/usr\/libexec/" systemd/safe-harbor@.service
systemd_dounit systemd/safe-harbor@.service
insinto /etc/safe-harbor
doins config.json.example
exeinto /usr/libexec
doexe lib/safe-harbor.py
}