public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Dirkjan Ochtman" <djc@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: mail-filter/rmilter/
Date: Sat, 19 Nov 2016 20:59:12 +0000 (UTC)	[thread overview]
Message-ID: <1479589146.b8a570265af8785484ca400de7aff0f49575ffe2.djc@gentoo> (raw)

commit:     b8a570265af8785484ca400de7aff0f49575ffe2
Author:     Dirkjan Ochtman <djc <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 19 20:59:06 2016 +0000
Commit:     Dirkjan Ochtman <djc <AT> gentoo <DOT> org>
CommitDate: Sat Nov 19 20:59:06 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8a57026

mail-filter/rmilter: add live ebuild (fixes bug 600242)

Thanks to Christian Roessner for contributing the ebuild.

Package-Manager: portage-2.3.0

 mail-filter/rmilter/rmilter-9999.ebuild | 46 +++++++++++++++++++++++++++++++++
 1 file changed, 46 insertions(+)

diff --git a/mail-filter/rmilter/rmilter-9999.ebuild b/mail-filter/rmilter/rmilter-9999.ebuild
new file mode 100644
index 00000000..43deb82
--- /dev/null
+++ b/mail-filter/rmilter/rmilter-9999.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit cmake-utils user git-r3
+
+DESCRIPTION="Another sendmail milter for different mail checks"
+HOMEPAGE="https://github.com/vstakhov/rmilter"
+EGIT_REPO_URI="https://github.com/vstakhov/rmilter.git"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS=""
+IUSE="dkim libressl +memcached"
+
+RDEPEND="dev-libs/libpcre
+	!libressl? ( dev-libs/openssl:0= )
+	libressl? ( dev-libs/libressl:0= )
+	mail-filter/libmilter
+	>=dev-libs/glib-2.28
+	dkim? ( mail-filter/opendkim )
+	memcached? ( dev-libs/libmemcached )"
+DEPEND="${RDEPEND}"
+
+pkg_setup() {
+	enewgroup rmilter
+	enewuser rmilter -1 -1 /var/run/rmilter rmilter
+}
+
+src_configure() {
+	local mycmakeargs=(
+		-DENABLE_DKIM=$(usex dkim ON OFF)
+		-DENABLE_MEMCACHED=$(usex memcached ON OFF)
+	)
+	cmake-utils_src_configure
+}
+
+src_install() {
+	cmake-utils_src_install
+	newinitd "${FILESDIR}/rmilter.initd" rmilter
+	insinto /etc/rmilter
+	newins rmilter.conf.sample rmilter.conf.sample
+	newins rmilter-grey.conf rmilter-grey.conf
+}


             reply	other threads:[~2016-11-19 20:59 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-11-19 20:59 Dirkjan Ochtman [this message]
  -- strict thread matches above, loose matches on Subject: below --
2016-11-21 19:57 [gentoo-commits] repo/gentoo:master commit in: mail-filter/rmilter/ Dirkjan Ochtman
2016-11-21 19:57 Dirkjan Ochtman
2016-11-19 20:59 Dirkjan Ochtman
2016-09-25 12:37 Anthony G. Basile
2016-08-26  9:24 Dirkjan Ochtman
2016-08-05  6:39 Dirkjan Ochtman
2016-07-27 19:55 Dirkjan Ochtman
2016-07-25 19:09 Dirkjan Ochtman
2016-06-24 19:52 Dirkjan Ochtman
2016-06-24 19:52 Dirkjan Ochtman
2016-05-25 17:28 Dirkjan Ochtman
2016-05-16  8:02 Dirkjan Ochtman
2016-03-08 20:32 Dirkjan Ochtman
2016-02-22 19:43 Dirkjan Ochtman
2016-02-20 10:13 Dirkjan Ochtman
2016-02-20 10:13 Dirkjan Ochtman
2016-01-31 13:03 Dirkjan Ochtman
2016-01-21 10:12 Dirkjan Ochtman
2016-01-18 17:15 Dirkjan Ochtman

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=1479589146.b8a570265af8785484ca400de7aff0f49575ffe2.djc@gentoo \
    --to=djc@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