mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-19 20:13:01 -04:00
app-crypt/tang: drop 14, 15-r1
Signed-off-by: Christopher Byrne <salah.coronya@gmail.com>
This commit is contained in:
@@ -1,2 +1 @@
|
||||
DIST tang-14.tar.gz 41616 BLAKE2B a26091108b16342f51cf05745ae68b56fab5ffac6d9f9191b4d6952a5c88afcbad8bbcfc0e4754b8d9c5ebf659874026a2020c1ad305f4f7393d2487ec5f95d5 SHA512 3b0872f51d9aa8dfd232fa328a326503800a1eedfe7cf9d73f8e10a3cfb97f667996708a18ea04c982c3ca477fe36961045649437b953c593fce544d8dee8048
|
||||
DIST tang-15.tar.gz 43465 BLAKE2B 66454da918a7be19bbc1f83d8ac7f39cddfea14fdb891f2afda30010afcfb747294baa42f0adb3031e09a6171bfd0356363da448f45fc995958f8df92dd73e76 SHA512 fa40f33a3fff313cf2f1140125b631750228d4adf0290ea6267f3eb56a6974ec8bbf9157f290a821924c6fed7504c5c8fc2799225a8ae607933393ccb442a4b0
|
||||
|
||||
@@ -1,6 +0,0 @@
|
||||
[Unit]
|
||||
Description=Tang Server
|
||||
|
||||
[Service]
|
||||
ExecStart=/usr/bin/socat TCP-LISTEN:8888,bind=0.0.0.0,fork SYSTEM:'/usr/libexec/tangd /var/db/tang'
|
||||
User=tang
|
||||
@@ -1,34 +0,0 @@
|
||||
# Copyright 2022-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit meson systemd
|
||||
|
||||
DESCRIPTION="Tang binding daemon"
|
||||
HOMEPAGE="https://github.com/latchset/tang"
|
||||
SRC_URI="https://github.com/latchset/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
DEPEND="acct-user/tang
|
||||
net-misc/socat
|
||||
>=net-libs/http-parser-2.8.0
|
||||
>=dev-libs/jose-8"
|
||||
RDEPEND="${DEPEND}"
|
||||
BDEPEND="app-text/asciidoc"
|
||||
|
||||
src_install(){
|
||||
meson_install
|
||||
newinitd "${FILESDIR}"/tangd.initd tangd
|
||||
systemd_dounit "${FILESDIR}"/tangd.service
|
||||
|
||||
doconfd "${FILESDIR}"/tangd
|
||||
|
||||
dodir /var/db/tang
|
||||
keepdir /var/db/tang
|
||||
fowners tang:tang /var/db/tang
|
||||
fperms 770 /var/db/tang
|
||||
}
|
||||
@@ -1,39 +0,0 @@
|
||||
# Copyright 2022-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit meson systemd
|
||||
|
||||
DESCRIPTION="Tang binding daemon"
|
||||
HOMEPAGE="https://github.com/latchset/tang"
|
||||
SRC_URI="https://github.com/latchset/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
DEPEND="
|
||||
net-libs/http-parser
|
||||
dev-libs/jose
|
||||
"
|
||||
RDEPEND="
|
||||
${DEPEND}
|
||||
acct-user/tang
|
||||
dev-libs/jansson
|
||||
net-misc/socat
|
||||
"
|
||||
BDEPEND="app-text/asciidoc"
|
||||
|
||||
src_install(){
|
||||
meson_install
|
||||
newinitd "${FILESDIR}"/tangd.initd tangd
|
||||
systemd_dounit "${FILESDIR}"/tangd.service
|
||||
|
||||
doconfd "${FILESDIR}"/tangd
|
||||
|
||||
dodir /var/db/tang
|
||||
keepdir /var/db/tang
|
||||
fowners tang:tang /var/db/tang
|
||||
fperms 770 /var/db/tang
|
||||
}
|
||||
Reference in New Issue
Block a user