summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2015-07-15 06:04:48 +0000
committerFabian Groffen <grobian@gentoo.org>2015-07-15 06:04:48 +0000
commitba8f1abee2a280921f8bfaf975bbf2e6fae74e5d (patch)
tree60a20d376de1cfbd1606c6c3b06ccee394c1cd78 /mail-filter/opendmarc
parentVersion bump. (diff)
downloadgentoo-2-ba8f1abee2a280921f8bfaf975bbf2e6fae74e5d.tar.gz
gentoo-2-ba8f1abee2a280921f8bfaf975bbf2e6fae74e5d.tar.bz2
gentoo-2-ba8f1abee2a280921f8bfaf975bbf2e6fae74e5d.zip
Version bump, bug #543144
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0x5F75F607C5C74E89)
Diffstat (limited to 'mail-filter/opendmarc')
-rw-r--r--mail-filter/opendmarc/ChangeLog8
-rw-r--r--mail-filter/opendmarc/opendmarc-1.3.1.ebuild (renamed from mail-filter/opendmarc/opendmarc-1.2.0.ebuild)12
2 files changed, 14 insertions, 6 deletions
diff --git a/mail-filter/opendmarc/ChangeLog b/mail-filter/opendmarc/ChangeLog
index be3c803d0916..a640c6ec8022 100644
--- a/mail-filter/opendmarc/ChangeLog
+++ b/mail-filter/opendmarc/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for mail-filter/opendmarc
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-filter/opendmarc/ChangeLog,v 1.20 2015/07/14 17:06:29 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-filter/opendmarc/ChangeLog,v 1.21 2015/07/15 06:04:48 grobian Exp $
+
+*opendmarc-1.3.1 (15 Jul 2015)
+
+ 15 Jul 2015; Fabian Groffen <grobian@gentoo.org> +opendmarc-1.3.1.ebuild,
+ -opendmarc-1.2.0.ebuild:
+ Version bump, bug #543144
14 Jul 2015; Fabian Groffen <grobian@gentoo.org> metadata.xml,
opendmarc-1.3.0.ebuild:
diff --git a/mail-filter/opendmarc/opendmarc-1.2.0.ebuild b/mail-filter/opendmarc/opendmarc-1.3.1.ebuild
index e7aaf3aac589..c1ff81038c6d 100644
--- a/mail-filter/opendmarc/opendmarc-1.2.0.ebuild
+++ b/mail-filter/opendmarc/opendmarc-1.3.1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/mail-filter/opendmarc/opendmarc-1.2.0.ebuild,v 1.4 2014/07/25 21:43:31 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-filter/opendmarc/opendmarc-1.3.1.ebuild,v 1.1 2015/07/15 06:04:48 grobian Exp $
EAPI=5
@@ -13,12 +13,13 @@ SRC_URI="mirror://sourceforge/opendmarc/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~x86 ~x86-fbsd"
-IUSE=""
+IUSE="spf"
DEPEND="dev-perl/DBI
|| ( mail-filter/libmilter mail-mta/sendmail )"
RDEPEND="${DEPEND}
- dev-perl/Switch"
+ dev-perl/Switch
+ spf? ( mail-filter/libspf2 )"
pkg_setup() {
enewgroup milter
@@ -28,7 +29,8 @@ pkg_setup() {
src_configure() {
econf \
--docdir="${EPREFIX}"/usr/share/doc/${PF} \
- --htmldir="${EPREFIX}"/usr/share/doc/${PF}/html
+ --htmldir="${EPREFIX}"/usr/share/doc/${PF}/html \
+ $(use_with spf)
}
src_install() {