commit:     c8a6009ac6d17fb5071cd0f31683c369220e8bfc
Author:     Petr Vaněk <arkamar <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 28 11:23:00 2024 +0000
Commit:     Petr Vaněk <arkamar <AT> gentoo <DOT> org>
CommitDate: Thu Nov 28 11:31:17 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8a6009a

app-admin/tenshi: drop 0.17-r1

Signed-off-by: Petr Vaněk <arkamar <AT> gentoo.org>

 app-admin/tenshi/Manifest              |  1 -
 app-admin/tenshi/tenshi-0.17-r1.ebuild | 42 ----------------------------------
 2 files changed, 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."
-}

Reply via email to