summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Jackson <mjo@gentoo.org>2011-09-26 02:09:35 +0000
committerMartin Jackson <mjo@gentoo.org>2011-09-26 02:09:35 +0000
commit7985a072e499aa5f7dea8bbe77ec6d77dc539da6 (patch)
tree0a5d8a2f3c6065bce0127f1f239609c13a07e659
parentnet-mail/postfix-logwatch: Version bump to v1.39.06. (diff)
downloadsunrise-7985a072e499aa5f7dea8bbe77ec6d77dc539da6.tar.gz
sunrise-7985a072e499aa5f7dea8bbe77ec6d77dc539da6.tar.bz2
sunrise-7985a072e499aa5f7dea8bbe77ec6d77dc539da6.zip
net-mail/amavis-logwatch: Fix DEPEND/RDEPEND mixup.
svn path=/sunrise/; revision=12412
-rw-r--r--net-mail/amavis-logwatch/ChangeLog4
-rw-r--r--net-mail/amavis-logwatch/Manifest4
-rw-r--r--net-mail/amavis-logwatch/amavis-logwatch-1.50.04.ebuild3
3 files changed, 7 insertions, 4 deletions
diff --git a/net-mail/amavis-logwatch/ChangeLog b/net-mail/amavis-logwatch/ChangeLog
index 72cad20b6..413979864 100644
--- a/net-mail/amavis-logwatch/ChangeLog
+++ b/net-mail/amavis-logwatch/ChangeLog
@@ -2,6 +2,10 @@
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 26 Sep 2011; Michael Orlitzky <michael@orlitzky.com>
+ amavis-logwatch-1.50.04.ebuild:
+ Fix DEPEND/RDEPEND mixup.
+
12 Jul 2011; Michael Orlitzky <michael@orlitzky.com>
-amavis-logwatch-1.50.03.ebuild, +amavis-logwatch-1.50.04.ebuild:
Version bump.
diff --git a/net-mail/amavis-logwatch/Manifest b/net-mail/amavis-logwatch/Manifest
index 89ad2f19c..74eded09e 100644
--- a/net-mail/amavis-logwatch/Manifest
+++ b/net-mail/amavis-logwatch/Manifest
@@ -1,5 +1,5 @@
AUX default_config_location.patch 439 RMD160 b52d9755cba8847ba0cdc48c246f65b9ebc44fa0 SHA1 27535cbc226431a6fef4c4661e7f454d8dfe5a21 SHA256 661abd73a49b83d47ca87f9ac61ef1b64e27f0baa279e2598a247e59ee4b744b
DIST amavis-logwatch-1.50.04.tgz 82384 RMD160 7a15032ffe8922dacdd33d3b376438128f079377 SHA1 99814e17b1435b60b472a5f38049a6c4a68f26c4 SHA256 b7807dbc715152373207e1f15be72b1ea1fc392ab4e9d135c59e98e5c6ed5a08
-EBUILD amavis-logwatch-1.50.04.ebuild 1349 RMD160 f55a70d4ebdc8d65ef30b66ec3aa2e30d22b886e SHA1 6ab51c2e612999067691d6578ab67894c6726f6e SHA256 2bf97e79befd7f3536fd007c153013c0f43770e89cdd953ee709cc6009759d79
-MISC ChangeLog 990 RMD160 b849214bf7c98ac1940f7a9fa3ee1128b6b8fcd4 SHA1 bc5c3dbbf63c1f29599f73c6794d78f1b78862eb SHA256 af58e299bedc0258fea6491b7c338b1c27f9189e379ed70d7700cc441fabc60d
+EBUILD amavis-logwatch-1.50.04.ebuild 1330 RMD160 86dd545e7c9810020e0223d6785cf5bf7ceb3158 SHA1 a78171e3dc3432332d12b38d0ba713cf878d6a4c SHA256 4f43edf69ea039232d72356ae97ee4f6e3a72749b399dc4b6f35208202d4cd5b
+MISC ChangeLog 1108 RMD160 f176179de87aaa1744dfa9bec08c78b89f0e2d87 SHA1 8f08826846219b853539e37a108cd646e7ff3202 SHA256 602944844112527cabef5ad76dc82e31b3726f5bdd8ee43306163f8104168f09
MISC metadata.xml 311 RMD160 4d6e8a3b6623aacc9f0ecd59a14a16dc0ddcb634 SHA1 8f38f4e8eba1f4d2c6d39e58086a7c1ba9f2a304 SHA256 d6555dcf39db24af90f8e7af2479438eabd868f6b3d4fd28b7331119c200155f
diff --git a/net-mail/amavis-logwatch/amavis-logwatch-1.50.04.ebuild b/net-mail/amavis-logwatch/amavis-logwatch-1.50.04.ebuild
index 9a9c27b34..f06a82059 100644
--- a/net-mail/amavis-logwatch/amavis-logwatch-1.50.04.ebuild
+++ b/net-mail/amavis-logwatch/amavis-logwatch-1.50.04.ebuild
@@ -15,8 +15,7 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="logwatch"
-DEPEND="dev-lang/perl"
-RDEPEND="${DEPEND}"
+RDEPEND="dev-lang/perl"
src_prepare() {
epatch "${FILESDIR}/default_config_location.patch"