summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2013-09-30 19:21:37 +0000
committerFabian Groffen <grobian@gentoo.org>2013-09-30 19:21:37 +0000
commit8a8ff67a6bdffee312b52e42cb044b613d887431 (patch)
tree4f27d4a3565c173fd4ed97368b9a5947dbfea5d1 /mail-filter/opendmarc
parentAdd upstream in the metadata.xml (diff)
downloadgentoo-2-8a8ff67a6bdffee312b52e42cb044b613d887431.tar.gz
gentoo-2-8a8ff67a6bdffee312b52e42cb044b613d887431.tar.bz2
gentoo-2-8a8ff67a6bdffee312b52e42cb044b613d887431.zip
Initial import, ebuild by me, based on work by Vladimir Varlamov in bug #486522
(Portage version: 2.2.6/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'mail-filter/opendmarc')
-rw-r--r--mail-filter/opendmarc/ChangeLog10
-rw-r--r--mail-filter/opendmarc/Manifest3
-rw-r--r--mail-filter/opendmarc/metadata.xml8
-rw-r--r--mail-filter/opendmarc/opendmarc-1.1.3.ebuild25
4 files changed, 46 insertions, 0 deletions
diff --git a/mail-filter/opendmarc/ChangeLog b/mail-filter/opendmarc/ChangeLog
new file mode 100644
index 000000000000..b66cdb6907a4
--- /dev/null
+++ b/mail-filter/opendmarc/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for mail-filter/opendmarc
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/mail-filter/opendmarc/ChangeLog,v 1.1 2013/09/30 19:21:37 grobian Exp $
+
+*opendmarc-1.1.3 (30 Sep 2013)
+
+ 30 Sep 2013; Fabian Groffen <grobian@gentoo.org> +metadata.xml,
+ +opendmarc-1.1.3.ebuild:
+ Initial import, ebuild by me, based on work by Vladimir Varlamov in bug
+ #486522
diff --git a/mail-filter/opendmarc/Manifest b/mail-filter/opendmarc/Manifest
new file mode 100644
index 000000000000..c8e04ad623ec
--- /dev/null
+++ b/mail-filter/opendmarc/Manifest
@@ -0,0 +1,3 @@
+DIST opendmarc-1.1.3.tar.gz 586574 SHA256 4f9511ebd8cefb6e5a4d836f6285a1b6e4d682daec79fdba9fc7925b5f4fcfca SHA512 30de56b6da1665e0ed68484702bfcfcbd0b65275053818c807c16dea26f0e014a0484dc9d5ed6d1405628ea22a61082f13cecf66714a414139f612c51a294086 WHIRLPOOL 7364dfd213fb05f1d58eecb940a95eb1328b78204c0a12a341a0a6cdf48aa8c638b0e4e4ed0c7fa51e72fb11ab68da386050124741a8215c4aec788b7da0d8b2
+EBUILD opendmarc-1.1.3.ebuild 546 SHA256 f1ed027e7080d20facafe88dabb60aef8cf1f575cf97e260463463b63026cbde SHA512 200102417b51dc7ad71e513995163f747f341a3fcaba9480e9471b5fce8286262dcf4915179cb4be93aa51cc72dd509248cd0d8016f0eca6314f80175bcd498a WHIRLPOOL 22b099b22933ecde76cd36357c5ce1a054ed526e809c5a5a65a6718f4710351e2e138d60484e1c92165a44260efcab206138d2c3d43e75f52e746174e1dc9a1a
+MISC metadata.xml 227 SHA256 1c5377e37b9c43ed35a6528e7240e31408fa418ee710e571afe23e37a132e09c SHA512 ffa395b50c2b15726a8b2059081d0c4127cf24c108efa2557d409798c2ff0294bf1bbf3229c043a43062ac9e8580b78bd798f34d0a1138778070682ae008e574 WHIRLPOOL ba7a033d1718f78a0b1038650317f0a1c49f23edf0fbc47a3a34494340874949582c2fae88ae7c7e55221018a1bd468674dd9b8985f62b83ac2378f616d8d488
diff --git a/mail-filter/opendmarc/metadata.xml b/mail-filter/opendmarc/metadata.xml
new file mode 100644
index 000000000000..9d7440ee720e
--- /dev/null
+++ b/mail-filter/opendmarc/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>net-mail</herd>
+ <maintainer>
+ <email>grobian@gentoo.org</email>
+ </maintainer>
+</pkgmetadata>
diff --git a/mail-filter/opendmarc/opendmarc-1.1.3.ebuild b/mail-filter/opendmarc/opendmarc-1.1.3.ebuild
new file mode 100644
index 000000000000..926783160398
--- /dev/null
+++ b/mail-filter/opendmarc/opendmarc-1.1.3.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/mail-filter/opendmarc/opendmarc-1.1.3.ebuild,v 1.1 2013/09/30 19:21:37 grobian Exp $
+
+EAPI=5
+
+DESCRIPTION="Open source DMARC implementation "
+HOMEPAGE="http://www.trusteddomain.org/opendmarc/"
+SRC_URI="mirror://sourceforge/opendmarc/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND="dev-db/opendbx
+ mail-filter/libmilter"
+RDEPEND="${DEPEND}
+ virtual/perl-Switch"
+
+src_configure() {
+ econf \
+ --docdir="${EPREFIX}"/usr/share/doc/${PF} \
+ --htmldir="${EPREFIX}"/usr/share/doc/${PF}/html
+}