idella4     15/08/05 10:00:01

  Modified:             ChangeLog
  Added:                tenshi-0.15.ebuild
  Log:
  bump
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  Changes    Path
1.75                 app-admin/tenshi/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/tenshi/ChangeLog?rev=1.75&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/tenshi/ChangeLog?rev=1.75&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/tenshi/ChangeLog?r1=1.74&r2=1.75

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-admin/tenshi/ChangeLog,v
retrieving revision 1.74
retrieving revision 1.75
diff -u -r1.74 -r1.75
--- ChangeLog   23 Dec 2013 01:11:36 -0000      1.74
+++ ChangeLog   5 Aug 2015 10:00:01 -0000       1.75
@@ -1,6 +1,11 @@
 # ChangeLog for app-admin/tenshi
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/tenshi/ChangeLog,v 1.74 
2013/12/23 01:11:36 tomwij Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-admin/tenshi/ChangeLog,v 1.75 
2015/08/05 10:00:01 idella4 Exp $
+
+*tenshi-0.15 (05 Aug 2015)
+
+  05 Aug 2015; Ian Delaney <idel...@gentoo.org> +tenshi-0.15.ebuild:
+  bump
 
   23 Dec 2013; Tom Wijsman <tom...@gentoo.org>
   -files/tenshi-0.10-solo-queue-escalation.patch,



1.1                  app-admin/tenshi/tenshi-0.15.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/tenshi/tenshi-0.15.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/tenshi/tenshi-0.15.ebuild?rev=1.1&content-type=text/plain

Index: tenshi-0.15.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-admin/tenshi/tenshi-0.15.ebuild,v 1.1 
2015/08/05 10:00:01 idella4 Exp $

EAPI=5
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
}

cpkg_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