diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-05-09 20:09:52 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-05-09 20:09:52 +0000 |
commit | 71a7bcc87558e0d1f04a110de90031a41944f219 (patch) | |
tree | 7731f85c09226da81aa828640d95f63682906353 /app-admin/tenshi | |
parent | Remove taglib's test package.use.mask. (diff) | |
download | historical-71a7bcc87558e0d1f04a110de90031a41944f219.tar.gz historical-71a7bcc87558e0d1f04a110de90031a41944f219.tar.bz2 historical-71a7bcc87558e0d1f04a110de90031a41944f219.zip |
Remove old
Package-Manager: portage-2.1.10.49/cvs/Linux x86_64
Diffstat (limited to 'app-admin/tenshi')
-rw-r--r-- | app-admin/tenshi/ChangeLog | 5 | ||||
-rw-r--r-- | app-admin/tenshi/tenshi-0.10-r3.ebuild | 59 |
2 files changed, 4 insertions, 60 deletions
diff --git a/app-admin/tenshi/ChangeLog b/app-admin/tenshi/ChangeLog index 0fddce66458c..c91e06c7d818 100644 --- a/app-admin/tenshi/ChangeLog +++ b/app-admin/tenshi/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-admin/tenshi # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/tenshi/ChangeLog,v 1.68 2012/03/24 17:28:00 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/tenshi/ChangeLog,v 1.69 2012/05/09 20:08:31 ago Exp $ + + 09 May 2012; Agostino Sarubbo <ago@gentoo.org> -tenshi-0.10-r3.ebuild: + Remove old 24 Mar 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org> tenshi-0.12.ebuild: x86 stable wrt bug #396759 diff --git a/app-admin/tenshi/tenshi-0.10-r3.ebuild b/app-admin/tenshi/tenshi-0.10-r3.ebuild deleted file mode 100644 index 07278cf57d77..000000000000 --- a/app-admin/tenshi/tenshi-0.10-r3.ebuild +++ /dev/null @@ -1,59 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/tenshi/tenshi-0.10-r3.ebuild,v 1.8 2012/03/18 15:16:47 armin76 Exp $ - -inherit eutils - -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_unpack() { - unpack ${A} - cd "${S}" - - epatch "${FILESDIR}/${PN}-create-mandir.patch" - # Fix for bug #218042 - epatch "${FILESDIR}/${PN}-openrc-init.patch" - # Fix for bug #217000 - epatch "${FILESDIR}/${PN}-remove-timezone-cache.patch" - - # Fixes for bug #243082 - epatch "${FILESDIR}/${PN}-0.10-solo-queue-escalation.patch" - epatch "${FILESDIR}/${PN}-0.10-warn-logfile.patch" - - # Fix for bug #241254 - sed -i 's:^docdir =.*:docdir = /usr/share/doc/${PF}:' \ - Makefile || die "docdir substitution failed" -} - -src_install() { - emake DESTDIR="${D}" install || die - 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." -} |