]> Pileus Git - ~andy/sunrise/commitdiff
net-mail/amavis-logwatch: Bump for EAPI=4.
authorMartin Jackson <mjo@gentoo.org>
Tue, 12 Jul 2011 16:55:48 +0000 (16:55 +0000)
committerMartin Jackson <mjo@gentoo.org>
Tue, 12 Jul 2011 16:55:48 +0000 (16:55 +0000)
svn path=/sunrise/; revision=12222

net-mail/amavis-logwatch/ChangeLog
net-mail/amavis-logwatch/Manifest
net-mail/amavis-logwatch/amavis-logwatch-1.50.03.ebuild

index 4e7fa7f7e95950a5246f8bdd4e23228cc1ed407f..59d2e40d2ce010230e81e2bee854d90bee2b4ae3 100644 (file)
@@ -1,7 +1,11 @@
 # ChangeLog for net-mail/amavis-logwatch
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  12 Jul 2011; Michael Orlitzky <michael@orlitzky.com>
+  amavis-logwatch-1.50.03.ebuild:
+  Bump for EAPI=4.
+
   13 Nov 2010; Michael Orlitzky <michael@orlitzky.com>
   -amavis-logwatch-1.50.02.ebuild, +amavis-logwatch-1.50.03.ebuild:
   Version bump.
index 6db50b79974b6e06e80b65d1b1e65125061471e7..2639deb4fd671a334b7ff64dbb5b0cd0af2b343b 100644 (file)
@@ -1,4 +1,4 @@
 DIST amavis-logwatch-1.50.03.tgz 81650 RMD160 d3e69a9bbcc2471bfdc8ce3ddad074679aec2357 SHA1 3c1fdf200520443cc60ae777d9479e18f444b071 SHA256 a5f14922d18785419183d6a9f2603e5f5e226370ac6cb37925f4408af11b4558
-EBUILD amavis-logwatch-1.50.03.ebuild 1595 RMD160 8c780c7aadec37fb18614141fa75ad6b2cd253b4 SHA1 af11f604bf48d886be0150fa2854574948eda10a SHA256 954a303f97bb731e642ddb3a76a5450b24429a844f25ac4a8e1988709251bdd1
-MISC ChangeLog 542 RMD160 94471a8543c827c8a1ed115a531360b9b159e8da SHA1 4b50f33e05f7eac250f5b53ff8d9d64f6773b8ec SHA256 fe9328dd958d177e8ee52fc18d1f712748d92560d3b9299607e3eed59a4e6b70
+EBUILD amavis-logwatch-1.50.03.ebuild 1283 RMD160 bb937001b3f9597d77984ff263e5aa36cdd82079 SHA1 773cbf08d7c85d0547aafdd7bf09ff61ee19770d SHA256 ea9bd2da78697d7409b946a35aa195988a0157da68ff0561edf21247b6113ecf
+MISC ChangeLog 651 RMD160 e651a29f64b620ad6c445e93aff323b35ab2e7ef SHA1 738b0d529b4b9a2060b08d76c89e3abc7e60aebf SHA256 015aa399db79ef46150c16f6f56d570fbdb38b26f9986427d5a3586bb9670074
 MISC metadata.xml 332 RMD160 6074b01e23fa8466a267fbb81c72ecc631790347 SHA1 dd9d9cdf764ea1f70254ea9f2efb68a6c3709e88 SHA256 57da5d7a964dda64e3214bb6cf069677b617626df50993962a72f25bc9c2bde6
index e15b13c03335c838c6a1b11d469ec5246912dee3..9a6fec2fa34057da1a10e627b2ddb02381f5f188 100644 (file)
@@ -1,7 +1,9 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
+EAPI=4
+
 DESCRIPTION="A log analyzer for amavisd-new"
 HOMEPAGE="http://logreporters.sourceforge.net/"
 SRC_URI="mirror://sourceforge/logreporters/${P}.tgz"
@@ -25,12 +27,12 @@ src_install() {
        # tarball: a standalone executable and a logwatch filter. The
        # standalone is always installed. However, the logwatch filter is
        # only installed with USE="logwatch".
-       dodoc Bugs Changes README || die "failed to install documentation"
-       doman ${PN}.1 || die "failed to install man page"
-       dohtml ${PN}.1.html || die "failed to install html documentation"
-       dobin ${PN} || die "failed to install executable"
+       dodoc Bugs Changes README
+       doman ${PN}.1
+       dohtml ${PN}.1.html
+       dobin ${PN}
        insinto /etc
-       doins ${PN}.conf || die "failed to install config file"
+       doins ${PN}.conf
 
        if use logwatch; then
                # Remove the taint mode (-T) switch from the header of the
@@ -40,10 +42,9 @@ src_install() {
                        || die "failed to remove the perl taint switch"
 
                insinto /etc/logwatch/scripts/services
-               doins amavis || die "failed to install the 'amavis' logwatch filter"
+               doins amavis
 
                insinto /etc/logwatch/conf/services
-               newins ${PN}.conf amavis.conf \
-                       || die "failed to install the logwatch 'amavis.conf' file"
+               newins ${PN}.conf amavis.conf
        fi
 }