From 33dc74c7fd993d450bc3583538958c41f2453878 Mon Sep 17 00:00:00 2001 From: Julien Roy Date: Tue, 29 Nov 2022 16:22:44 -0500 Subject: Remove ebuilds that are in GURU or abandoned --- app-crypt/tang/files/tangd | 8 -------- app-crypt/tang/files/tangd.initd | 11 ----------- app-crypt/tang/files/tangd.service | 6 ------ 3 files changed, 25 deletions(-) delete mode 100644 app-crypt/tang/files/tangd delete mode 100644 app-crypt/tang/files/tangd.initd delete mode 100644 app-crypt/tang/files/tangd.service (limited to 'app-crypt/tang/files') diff --git a/app-crypt/tang/files/tangd b/app-crypt/tang/files/tangd deleted file mode 100644 index 3bca6e1..0000000 --- a/app-crypt/tang/files/tangd +++ /dev/null @@ -1,8 +0,0 @@ -# Address for tang to listen to (default: 0.0.0.0) -ADDRESS=0.0.0.0 - -# Port for tang to listen to (default: 8888) -PORT=8888 - -# Directory where keys will be stored (default: /var/db/tang) -TANGDIR=/var/db/tang diff --git a/app-crypt/tang/files/tangd.initd b/app-crypt/tang/files/tangd.initd deleted file mode 100644 index fc3c25c..0000000 --- a/app-crypt/tang/files/tangd.initd +++ /dev/null @@ -1,11 +0,0 @@ -#!/sbin/openrc-run -# Copyright 2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -name="tang daemon" -description="Tang binding daemon" -command=/usr/bin/socat -pidfile="/var/run/${RC_SVCNAME}.pid" -command_user="tang" -command_args="TCP-LISTEN:${PORT},bind=${ADDRESS},fork SYSTEM:'/usr/libexec/tangd ${TANGDIR}'" -command_background=true diff --git a/app-crypt/tang/files/tangd.service b/app-crypt/tang/files/tangd.service deleted file mode 100644 index 59625d9..0000000 --- a/app-crypt/tang/files/tangd.service +++ /dev/null @@ -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 -- cgit v1.2.3