summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetr Vaněk <arkamar@gentoo.org>2024-11-28 12:23:00 +0100
committerPetr Vaněk <arkamar@gentoo.org>2024-11-28 12:31:17 +0100
commitc8a6009ac6d17fb5071cd0f31683c369220e8bfc (patch)
treee4ec508ebda12ce8712b2a9df96c194dc2c1a107 /app-admin
parentnet-print/cnijfilter2: fix gcc-23 issues (diff)
downloadgentoo-c8a6009ac6d17fb5071cd0f31683c369220e8bfc.tar.gz
gentoo-c8a6009ac6d17fb5071cd0f31683c369220e8bfc.tar.bz2
gentoo-c8a6009ac6d17fb5071cd0f31683c369220e8bfc.zip
app-admin/tenshi: drop 0.17-r1
Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
Diffstat (limited to 'app-admin')
-rw-r--r--app-admin/tenshi/Manifest1
-rw-r--r--app-admin/tenshi/tenshi-0.17-r1.ebuild42
2 files changed, 0 insertions, 43 deletions
diff --git a/app-admin/tenshi/Manifest b/app-admin/tenshi/Manifest
index fc36f5e5550f..07b4b6a9970c 100644
--- a/app-admin/tenshi/Manifest
+++ b/app-admin/tenshi/Manifest
@@ -1,2 +1 @@
-DIST tenshi-0.17.tar.gz 24597 BLAKE2B 846128e65b1a2d2a3bc5edecc9356069f44d9c13757771ec7fc5c31063d8aeb9403d447dbb088d2aa7d05d3b086ac6c569cd24a05c336225540b3baa10e79bb7 SHA512 2ca93ceaab0843c321fa69d8ba1c7b31eaf809cac4348c98327ddd9ab72df4d5ff00d6b4edeb19a9f02e154161988e0c2284248fd0e84d2b42dd82fdbaac1a78
DIST tenshi-0.18.tar.gz 25299 BLAKE2B a8aa6b1c88c85a38dacf27755da82b4a5cb8305faaf9c39b3bc877e6e13474987d32043145e2e14ec8fbb5f6450c7b8c9abae6762c2dcb31c107960d353a5de9 SHA512 a9f08600efb5c36630d73b0ae5c596948a7cdaec43b967b7c7d4f04fba8f2a698b71faea240391f45f1fc86f168722103f3b0be198b3853e2487256cbad2aac0
diff --git a/app-admin/tenshi/tenshi-0.17-r1.ebuild b/app-admin/tenshi/tenshi-0.17-r1.ebuild
deleted file mode 100644
index 64a71e29075e..000000000000
--- a/app-admin/tenshi/tenshi-0.17-r1.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Log parsing and notification program"
-HOMEPAGE="https://inversepath.com/tenshi.html https://github.com/f-secure-foundry/tenshi"
-SRC_URI="https://github.com/f-secure-foundry/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="ISC"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-
-RDEPEND="
- acct-group/tenshi
- acct-user/tenshi
- dev-lang/perl
- dev-perl/IO-BufferedSelect
- sys-apps/coreutils
-"
-
-src_prepare() {
- default
-
- # Fix for bug #241254
- sed 's:^docdir =.*:docdir = /usr/share/doc/${PF}:' -i Makefile || die "docdir substitution failed"
-}
-
-src_install() {
- default
-
- doman tenshi.8
- keepdir /var/lib/tenshi
- newinitd tenshi.openrc-init tenshi
-}
-
-pkg_postinst() {
- ewarn "The sample config installed to ${ROOT}/etc/tenshi/tenshi.conf"
- ewarn "monitors /var/log/messages which, by default, can not be read"
- ewarn "by the tenshi user. Make sure that the tenshi user has read"
- ewarn "permission on all the files that you want tenshi to monitor."
-}