diff options
author | 2011-09-26 02:01:27 +0000 | |
---|---|---|
committer | 2011-09-26 02:01:27 +0000 | |
commit | 4062ff4cc50451925d4fe045b916fd25852d11a4 (patch) | |
tree | a6ccffdf04f3076c4ad9eec1770eb18b1012c542 /net-mail | |
parent | Remove <herd>no-herd</herd>. (diff) | |
download | sunrise-4062ff4cc50451925d4fe045b916fd25852d11a4.tar.gz sunrise-4062ff4cc50451925d4fe045b916fd25852d11a4.tar.bz2 sunrise-4062ff4cc50451925d4fe045b916fd25852d11a4.zip |
net-mail/postfix-logwatch: Version bump to v1.39.06.
svn path=/sunrise/; revision=12411
Diffstat (limited to 'net-mail')
-rw-r--r-- | net-mail/postfix-logwatch/ChangeLog | 6 | ||||
-rw-r--r-- | net-mail/postfix-logwatch/Manifest | 6 | ||||
-rw-r--r-- | net-mail/postfix-logwatch/postfix-logwatch-1.39.06.ebuild (renamed from net-mail/postfix-logwatch/postfix-logwatch-1.39.05.ebuild) | 23 |
3 files changed, 18 insertions, 17 deletions
diff --git a/net-mail/postfix-logwatch/ChangeLog b/net-mail/postfix-logwatch/ChangeLog index cdd87bba7..d140270f0 100644 --- a/net-mail/postfix-logwatch/ChangeLog +++ b/net-mail/postfix-logwatch/ChangeLog @@ -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. diff --git a/net-mail/postfix-logwatch/Manifest b/net-mail/postfix-logwatch/Manifest index 9a7f4b5bf..30a5b1be8 100644 --- a/net-mail/postfix-logwatch/Manifest +++ b/net-mail/postfix-logwatch/Manifest @@ -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 diff --git a/net-mail/postfix-logwatch/postfix-logwatch-1.39.05.ebuild b/net-mail/postfix-logwatch/postfix-logwatch-1.39.06.ebuild index b56760f97..e7b25b028 100644 --- a/net-mail/postfix-logwatch/postfix-logwatch-1.39.05.ebuild +++ b/net-mail/postfix-logwatch/postfix-logwatch-1.39.06.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 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 } |