summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Jackson <mjo@gentoo.org>2011-07-12 16:55:48 +0000
committerMartin Jackson <mjo@gentoo.org>2011-07-12 16:55:48 +0000
commita5a20cc9f4e365d9a20f54e67ced9f586d20e754 (patch)
treedfcc7cbe51326b42f09b6fccba3a294c1141b8bd /net-mail
parentmedia-sound/mtag: EAPI bump, added gcc46 patch, slotted depends, updated desc... (diff)
downloadsunrise-a5a20cc9f4e365d9a20f54e67ced9f586d20e754.tar.gz
sunrise-a5a20cc9f4e365d9a20f54e67ced9f586d20e754.tar.bz2
sunrise-a5a20cc9f4e365d9a20f54e67ced9f586d20e754.zip
net-mail/amavis-logwatch: Bump for EAPI=4.
svn path=/sunrise/; revision=12222
Diffstat (limited to 'net-mail')
-rw-r--r--net-mail/amavis-logwatch/ChangeLog6
-rw-r--r--net-mail/amavis-logwatch/Manifest4
-rw-r--r--net-mail/amavis-logwatch/amavis-logwatch-1.50.03.ebuild19
3 files changed, 17 insertions, 12 deletions
diff --git a/net-mail/amavis-logwatch/ChangeLog b/net-mail/amavis-logwatch/ChangeLog
index 4e7fa7f7e..59d2e40d2 100644
--- a/net-mail/amavis-logwatch/ChangeLog
+++ b/net-mail/amavis-logwatch/ChangeLog
@@ -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.
diff --git a/net-mail/amavis-logwatch/Manifest b/net-mail/amavis-logwatch/Manifest
index 6db50b799..2639deb4f 100644
--- a/net-mail/amavis-logwatch/Manifest
+++ b/net-mail/amavis-logwatch/Manifest
@@ -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
diff --git a/net-mail/amavis-logwatch/amavis-logwatch-1.50.03.ebuild b/net-mail/amavis-logwatch/amavis-logwatch-1.50.03.ebuild
index e15b13c03..9a6fec2fa 100644
--- a/net-mail/amavis-logwatch/amavis-logwatch-1.50.03.ebuild
+++ b/net-mail/amavis-logwatch/amavis-logwatch-1.50.03.ebuild
@@ -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
}