From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 9BC0B13829C for ; Mon, 30 May 2016 19:36:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5042E254023; Mon, 30 May 2016 19:36:10 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3E583254023 for ; Mon, 30 May 2016 19:36:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C24A0340861 for ; Mon, 30 May 2016 19:36:07 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 54DA5AA2 for ; Mon, 30 May 2016 19:36:04 +0000 (UTC) From: "Michael Weber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Weber" Message-ID: <1464636921.dc4ae2f989754df1a3fc973a4c42105666e44cb3.xmw@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-mail/fdm/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-mail/fdm/Manifest net-mail/fdm/fdm-1.9.ebuild X-VCS-Directories: net-mail/fdm/ X-VCS-Committer: xmw X-VCS-Committer-Name: Michael Weber X-VCS-Revision: dc4ae2f989754df1a3fc973a4c42105666e44cb3 X-VCS-Branch: master Date: Mon, 30 May 2016 19:36:04 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 3d53c3f3-b8ee-4992-b8d3-0e676fa6c5e3 X-Archives-Hash: 2e36dfd060823092c0bfdafe3ca78abc commit: dc4ae2f989754df1a3fc973a4c42105666e44cb3 Author: Michael Weber gentoo org> AuthorDate: Mon May 30 19:35:01 2016 +0000 Commit: Michael Weber gentoo org> CommitDate: Mon May 30 19:35:21 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc4ae2f9 net-mail/fdm: Version bump (thanks Wonko7, https://github.com/gentoo/gentoo/pull/1550/). Package-Manager: portage-2.3.0_rc1 net-mail/fdm/Manifest | 1 + net-mail/fdm/fdm-1.9.ebuild | 42 ++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 43 insertions(+) diff --git a/net-mail/fdm/Manifest b/net-mail/fdm/Manifest index 903a203..34f4740 100644 --- a/net-mail/fdm/Manifest +++ b/net-mail/fdm/Manifest @@ -1,2 +1,3 @@ DIST fdm-1.7.tar.gz 199808 SHA256 484474094f124ce438c89dfab05519fe7b3aa8c8346d00f790a512ab950cef2a SHA512 d438c96b1d3bdf08d14cfbb3b78ab5180e6bbc32121b7dfdd47ac14a4f8a19d1309f7742f78cc9db2d68b64b3422ec96f8f729931168d2fc411c36d0cc3e9386 WHIRLPOOL ad5f7b1253f660424f29237d99b9ec0f9d7c9e701e76ea1d49a0fd340527e20f429f517333a1eeee08b81f23a29488c7fc25cc0fda4d9e44b26b16222075209c DIST fdm-1.8.tar.gz 193220 SHA256 4f4c000d3e2cd11936c23c0d7a95da860743b7543790d5797268df18864b2342 SHA512 eaf868628c7c98385804ebdcf1756547ee487109fe02ca3d8177eb25ebdc4c61e6d4ad820c52fd9e39ac4d2f93408aa6787446e8330a87a6cb75da2be0b5f337 WHIRLPOOL 6ad9ceae0c11ea1d7e83dd5378fc5c75885fea5d2871919c6c32bd27a814612a309583b13cfa8acf592efb2a6d5f33393c2fe965120d842b7ef123376ba348bf +DIST fdm-1.9.tar.gz 299916 SHA256 16416c38a9a7e32d187220cc5ae61a51463d5e4e47419c5c513f422523d39914 SHA512 e7e5c8aae8be3e82ff6015d2d87fd9d0dad4fe24796b4f30d6874f761e2df6900c8940d39de28bb2db6ee3ea3faf494c57149037657d986a3b54db3a6a601ca7 WHIRLPOOL 62f214ac4bbb388864c383b3e84910fb275970f4a326e2c3ad712e3f19208d2a660f771d63577288123269b64896ecfb1ce680e394d8a8aea3f6750615ddb112 diff --git a/net-mail/fdm/fdm-1.9.ebuild b/net-mail/fdm/fdm-1.9.ebuild new file mode 100644 index 0000000..7864c00 --- /dev/null +++ b/net-mail/fdm/fdm-1.9.ebuild @@ -0,0 +1,42 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit eutils multilib toolchain-funcs user + +DESCRIPTION="fetch, filter and deliver mail" +HOMEPAGE="https://github.com/nicm/fdm" +SRC_URI="https://github.com/nicm/fdm/releases/download/${PV}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="courierauth examples libressl pcre" + +DEPEND="!libressl? ( dev-libs/openssl:0= ) + libressl? ( dev-libs/libressl:0= ) + sys-libs/tdb + courierauth? ( net-libs/courier-authlib ) + pcre? ( dev-libs/libpcre )" +RDEPEND="${DEPEND}" + +pkg_setup() { + enewuser _fdm +} + +src_compile() { + emake CC="$(tc-getCC)" \ + COURIER=$(use courierauth && echo 1) \ + PCRE=$(use pcre && echo 1) +} + +src_install() { + emake DESTDIR="${D}" PREFIX=/usr MANDIR=/usr/share/man install + dodoc CHANGES README TODO MANUAL + if use examples ; then + docinto examples + dodoc examples/* + fi +}