summaryrefslogtreecommitdiff
path: root/app-admin/tenshi/tenshi-0.14.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-04-19 14:14:48 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-04-19 14:14:48 +0100
commit5cfef3c94cd7e82136c69a0322f5ba21f7e64632 (patch)
tree8f255dfacbacb657e3ac3654d01c1e11e651c066 /app-admin/tenshi/tenshi-0.14.ebuild
parent8aebb228036d5e2863b7eaa6e319ab41c1669269 (diff)
gentoo resync : 19.04.2018
Diffstat (limited to 'app-admin/tenshi/tenshi-0.14.ebuild')
-rw-r--r--app-admin/tenshi/tenshi-0.14.ebuild46
1 files changed, 0 insertions, 46 deletions
diff --git a/app-admin/tenshi/tenshi-0.14.ebuild b/app-admin/tenshi/tenshi-0.14.ebuild
deleted file mode 100644
index 462d7eb8175f..000000000000
--- a/app-admin/tenshi/tenshi-0.14.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-inherit eutils user
-
-DESCRIPTION="Log parsing and notification program"
-HOMEPAGE="http://dev.inversepath.com/trac/tenshi"
-SRC_URI="http://dev.inversepath.com/tenshi/${P}.tar.gz"
-
-LICENSE="ISC"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE=""
-
-RDEPEND="dev-lang/perl
- dev-perl/IO-BufferedSelect
- sys-apps/coreutils"
-
-pkg_setup() {
- enewgroup tenshi
- enewuser tenshi -1 -1 /var/lib/tenshi tenshi
-}
-
-src_prepare() {
- # Fix for bug #241254
- sed -i 's:^docdir =.*:docdir = /usr/share/doc/${PF}:' \
- Makefile || die "docdir substitution failed"
-}
-
-src_install() {
- emake DESTDIR="${D}" install
- fowners tenshi:root /etc/tenshi/tenshi.conf
- dodir /var/lib/tenshi
- fowners tenshi:root /var/lib/tenshi
- doman tenshi.8
- newinitd tenshi.gentoo-init tenshi
- keepdir /var/lib/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."
-}