]> Pileus Git - ~andy/sunrise/commitdiff
net-mail/postfix-logwatch: Version bump to v1.39.06.
authorMartin Jackson <mjo@gentoo.org>
Mon, 26 Sep 2011 02:01:27 +0000 (02:01 +0000)
committerMartin Jackson <mjo@gentoo.org>
Mon, 26 Sep 2011 02:01:27 +0000 (02:01 +0000)
svn path=/sunrise/; revision=12411

net-mail/postfix-logwatch/ChangeLog
net-mail/postfix-logwatch/Manifest
net-mail/postfix-logwatch/postfix-logwatch-1.39.06.ebuild [moved from net-mail/postfix-logwatch/postfix-logwatch-1.39.05.ebuild with 64% similarity]

index cdd87bba7ebda973df4d5d600da3473f6095dfad..d140270f0c4e2a0cb30d9fea43908fd9335df3c9 100644 (file)
@@ -1,7 +1,11 @@
 # ChangeLog for net-mail/postfix-logwatch
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  26 Sep 2011; Michael Orlitzky <michael@orlitzky.com>
+  -postfix-logwatch-1.39.05.ebuild, +postfix-logwatch-1.39.06.ebuild:
+  Version bump to v1.39.06.
+
   13 Nov 2010; Michael Orlitzky <michael@orlitzky.com>
   -postfix-logwatch-1.39.04.ebuild, +postfix-logwatch-1.39.05.ebuild:
   Version bump.
index 9a7f4b5bf3c15f0ddb6929479eeeae3c98f95c0a..30a5b1be82410f556bd010f6ae4ae7d5469fbe01 100644 (file)
@@ -1,4 +1,4 @@
-DIST postfix-logwatch-1.39.05.tgz 99813 RMD160 12cb5fbf75a7424c657d10a732e231b5306fa751 SHA1 f265b567db22ee6977ce779df33ddd7a06e2dc29 SHA256 fb545253ce137c32e61c0a5a0c92eacc7785cb2e7973d2bd15562e52b626f96a
-EBUILD postfix-logwatch-1.39.05.ebuild 1620 RMD160 14c95b388030030cdd5ae6b432548e92d242e1d8 SHA1 fe0ef06c69c198270b65cb8973d7cdf4db35ac60 SHA256 2b8498c23ae99b082d300f672f464217587754b3a3b47a8e4f70c80669c7aefc
-MISC ChangeLog 739 RMD160 130a0d1a88a70468ce541a9db70e45a060175488 SHA1 ee56691eee23beaac0b3a8aa89a85cdc020c8e58 SHA256 53a4c282b03a37a30e7d67e081f38268e0a5227164c4e30b8af201bb77bb1bbf
+DIST postfix-logwatch-1.39.06.tgz 111916 RMD160 1005b3a0b5f4805ffd2e62755d1d1e1baa5bacb4 SHA1 0e23b70d859b6eeab300395ab4ef1ddb7f25aa9f SHA256 9d83de4e75553b5af069ef2fc8958f339d0f8a88e01d098c4a35c5fd8741a2c6
+EBUILD postfix-logwatch-1.39.06.ebuild 1258 RMD160 af480e6e4be4f1d771091f11ab7ac36bfaf55b31 SHA1 965670e4c1b8a784aaa08c62a1ebe80d3eb14df9 SHA256 e377f8d663c75702d3315a35d17384ed613171f1857f372ab10420d7b73d174b
+MISC ChangeLog 893 RMD160 3be480bb3953ffc3603d9335f71d54e914092706 SHA1 01a829b83beb3932b751210f0e454a11b7965097 SHA256 2d93aa6486dba8c27b756fad11eb2b80fc00ede457d084844226db8255476b3c
 MISC metadata.xml 311 RMD160 4d6e8a3b6623aacc9f0ecd59a14a16dc0ddcb634 SHA1 8f38f4e8eba1f4d2c6d39e58086a7c1ba9f2a304 SHA256 d6555dcf39db24af90f8e7af2479438eabd868f6b3d4fd28b7331119c200155f
similarity index 64%
rename from net-mail/postfix-logwatch/postfix-logwatch-1.39.05.ebuild
rename to net-mail/postfix-logwatch/postfix-logwatch-1.39.06.ebuild
index b56760f9793d5965d7224b54f2a9cfbe82b613b9..e7b25b028c41c7214771ea31dcdb9b8fb77a2f95 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 postfix"
 HOMEPAGE="http://logreporters.sourceforge.net/"
 SRC_URI="mirror://sourceforge/logreporters/${P}.tgz"
@@ -11,8 +13,7 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE="logwatch"
 
-DEPEND="dev-lang/perl"
-RDEPEND="${DEPEND}"
+RDEPEND="dev-lang/perl"
 
 src_compile() {
        # The default make target just outputs instructions. We don't want
@@ -25,14 +26,11 @@ 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 ${PN}.conf-topn \
-               || 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 ${PN}.conf-topn
+       doman ${PN}.1
+       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
@@ -42,10 +40,9 @@ src_install() {
                        || die "failed to remove the perl taint switch"
 
                insinto /etc/logwatch/scripts/services
-               doins postfix || die "failed to install the 'postfix' logwatch filter"
+               doins postfix
 
                insinto /etc/logwatch/conf/services
-               newins ${PN}.conf postfix.conf \
-                          || die "failed to install the logwatch 'postfix.conf' file"
+               newins ${PN}.conf postfix.conf
        fi
 }