public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Fabian Groffen" <grobian@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: mail-filter/opendmarc/
Date: Wed, 29 Mar 2017 07:24:48 +0000 (UTC)	[thread overview]
Message-ID: <1490772252.5e77557d288da65ec44b45c9fa33c5a778e9cf55.grobian@gentoo> (raw)

commit:     5e77557d288da65ec44b45c9fa33c5a778e9cf55
Author:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 29 07:24:12 2017 +0000
Commit:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Wed Mar 29 07:24:12 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e77557d

mail-filter/opendmarc: version bump, add dep on HTTP-Message, bug #614174

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 mail-filter/opendmarc/Manifest               |  1 +
 mail-filter/opendmarc/opendmarc-1.3.2.ebuild | 54 ++++++++++++++++++++++++++++
 2 files changed, 55 insertions(+)

diff --git a/mail-filter/opendmarc/Manifest b/mail-filter/opendmarc/Manifest
index c05ad3bd58c..ea905278aa6 100644
--- a/mail-filter/opendmarc/Manifest
+++ b/mail-filter/opendmarc/Manifest
@@ -1,3 +1,4 @@
 DIST opendmarc-1.1.3.tar.gz 586574 SHA256 4f9511ebd8cefb6e5a4d836f6285a1b6e4d682daec79fdba9fc7925b5f4fcfca SHA512 30de56b6da1665e0ed68484702bfcfcbd0b65275053818c807c16dea26f0e014a0484dc9d5ed6d1405628ea22a61082f13cecf66714a414139f612c51a294086 WHIRLPOOL 7364dfd213fb05f1d58eecb940a95eb1328b78204c0a12a341a0a6cdf48aa8c638b0e4e4ed0c7fa51e72fb11ab68da386050124741a8215c4aec788b7da0d8b2
 DIST opendmarc-1.3.0.tar.gz 640017 SHA256 43547c5bcd440e1a50109063ba1d07bd5b1b9af89f7491e063fe0788a1af13e8 SHA512 c685cae0e02a72b797f24a28b9965f8745f165a3ce3a8f3f2e0167ebf6121e92389990870271204ca02b06703f4ad98c6d343345478040f7fc4013b1ce331b03 WHIRLPOOL 80d9720c1e52c4d9d7f35a89d58075108b5011f0c4fdafc24733a648eb926c0373f617e3cdb76bc1ea19ff8074d4b63425fb06129849ec521f861d28cea83295
 DIST opendmarc-1.3.1.tar.gz 640151 SHA256 a0c0cf74de68454cbdce16a3095b96e70fc16614325052ea230878d1ca64da6b SHA512 0be11540bc26bd3b3e6cc9817bc379a5d290b63ef16c5d3559bf96b241ad6628bea7a9daeb468afac855bc16be16676f722b3c1d468ea82c8d8364e8a8137226 WHIRLPOOL 2a892d1dbe46ec9fb3fd5aad3b5f38046c9f4be6a5ee6dcdf4e0f03cd09b663243844010db0d328fef361a0615284256ba649714a79ecc9970797aa01101631d
+DIST opendmarc-1.3.2.tar.gz 593448 SHA256 213c4b01a9ff5dcdf331f7bd1dd6a382077abbf8ee9111852f2101ec917c2ffb SHA512 6045fb7d2be8f0ffdeca07324857d92908a41c6792749017c2fcc1058f05f55317b1919c67c780827dd7094ec8fff2e1fa4aeb5bab7ff7461537957af2652748 WHIRLPOOL b94ff550815ef2a0e377d60f7226f79cbb35b889a1685a4fa0087bfb6e8b132cae87a7448b7bf6bade82f5b711d5020c22d85eae55a15ace4e8ea5ada83d2712

diff --git a/mail-filter/opendmarc/opendmarc-1.3.2.ebuild b/mail-filter/opendmarc/opendmarc-1.3.2.ebuild
new file mode 100644
index 00000000000..0e47fc1dc99
--- /dev/null
+++ b/mail-filter/opendmarc/opendmarc-1.3.2.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit user
+
+DESCRIPTION="Open source DMARC implementation "
+HOMEPAGE="http://www.trusteddomain.org/opendmarc/"
+SRC_URI="mirror://sourceforge/opendmarc/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~x86 ~x86-fbsd"
+IUSE="spf"
+
+DEPEND="dev-perl/DBI
+	|| ( mail-filter/libmilter mail-mta/sendmail )"
+RDEPEND="${DEPEND}
+	dev-perl/HTTP-Message
+	dev-perl/Switch
+	spf? ( mail-filter/libspf2 )"
+
+pkg_setup() {
+	enewgroup milter
+	enewuser milter -1 -1 /var/lib/milter milter
+}
+
+src_configure() {
+	econf \
+		--docdir="${EPREFIX}"/usr/share/doc/${PF} \
+		--htmldir="${EPREFIX}"/usr/share/doc/${PF}/html \
+		$(use_with spf)
+}
+
+src_install() {
+	default
+
+	newinitd "${FILESDIR}"/opendmarc.initd opendmarc
+	newconfd "${FILESDIR}"/opendmarc.confd opendmarc
+
+	dodir /etc/opendmarc
+	dodir /var/run/opendmarc
+	fowners milter:milter /var/run/opendmarc
+
+	# create config file
+	sed \
+		-e 's:^# UserID .*$:UserID milter:' \
+		-e "s:^# PidFile .*:PidFile ${EPREFIX}/var/run/opendmarc/opendmarc.pid:" \
+		-e '/^# Socket /s:^# ::' \
+		"${S}"/opendmarc/opendmarc.conf.sample \
+		> "${ED}"/etc/opendmarc/opendmarc.conf \
+		|| die
+}


             reply	other threads:[~2017-03-29  7:24 UTC|newest]

Thread overview: 51+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-03-29  7:24 Fabian Groffen [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-11-08  2:49 [gentoo-commits] repo/gentoo:master commit in: mail-filter/opendmarc/ Sam James
2024-11-03 18:02 Sam James
2024-11-03 18:02 Sam James
2024-11-03 17:47 Arthur Zamarin
2024-11-03 17:47 Arthur Zamarin
2024-11-03  8:45 Fabian Groffen
2024-01-26 20:25 Fabian Groffen
2022-08-04  1:45 Sam James
2022-04-22  6:34 Fabian Groffen
2022-03-10 21:12 Sam James
2021-08-20  7:31 Fabian Groffen
2021-08-20  6:26 Fabian Groffen
2021-08-19  1:08 Sam James
2021-08-11  6:39 Agostino Sarubbo
2021-08-11  0:04 Sam James
2021-08-10  6:43 Agostino Sarubbo
2021-08-10  6:43 Agostino Sarubbo
2021-08-10  6:42 Agostino Sarubbo
2021-05-08  8:23 Fabian Groffen
2021-03-05 20:27 Sam James
2020-10-16  6:29 Fabian Groffen
2020-10-15 18:40 Sergei Trofimovich
2020-10-03 15:13 Sam James
2020-10-02 22:31 Sam James
2020-10-02 21:36 Sam James
2020-10-01 22:55 Sergei Trofimovich
2020-09-29 11:42 Sam James
2020-09-28 17:41 Sergei Trofimovich
2020-05-12 17:50 Mart Raudsepp
2020-04-28  5:57 Fabian Groffen
2019-11-13 16:09 Agostino Sarubbo
2019-11-01 10:48 Mikle Kolyada
2019-10-17 11:23 Agostino Sarubbo
2019-10-17 10:32 Agostino Sarubbo
2019-10-17 10:29 Agostino Sarubbo
2019-10-17 10:25 Agostino Sarubbo
2019-10-17  9:53 Agostino Sarubbo
2019-05-11 12:16 Mikle Kolyada
2019-05-06 15:25 Tobias Klausmann
2019-05-03  7:11 Sergei Trofimovich
2019-04-14 11:12 Agostino Sarubbo
2019-04-11 19:15 Sergei Trofimovich
2019-04-10 17:04 Thomas Deutschmann
2019-03-16 15:15 Fabian Groffen
2018-12-10 10:56 Fabian Groffen
2018-03-08 20:01 Markus Meier
2017-12-22 11:04 Fabian Groffen
2017-06-27 13:30 Fabian Groffen
2017-05-16  6:35 Fabian Groffen
2016-02-22 10:25 Patrice Clement

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1490772252.5e77557d288da65ec44b45c9fa33c5a778e9cf55.grobian@gentoo \
    --to=grobian@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox