From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0688E1396D0 for ; Wed, 30 Aug 2017 21:22:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 33C0D1FC056; Wed, 30 Aug 2017 21:22:58 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 110331FC056 for ; Wed, 30 Aug 2017 21:22:57 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B7BD6340BEA for ; Wed, 30 Aug 2017 21:22:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0B8AB8847 for ; Wed, 30 Aug 2017 21:22:55 +0000 (UTC) From: "Bernard Cafarelli" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Bernard Cafarelli" Message-ID: <1504128162.54bf6557bb1d791f568aa63fa2f5c902fcdae475.voyageur@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gnustep-apps/gnumail/ X-VCS-Repository: repo/gentoo X-VCS-Files: gnustep-apps/gnumail/Manifest gnustep-apps/gnumail/gnumail-1.2.3.ebuild X-VCS-Directories: gnustep-apps/gnumail/ X-VCS-Committer: voyageur X-VCS-Committer-Name: Bernard Cafarelli X-VCS-Revision: 54bf6557bb1d791f568aa63fa2f5c902fcdae475 X-VCS-Branch: master Date: Wed, 30 Aug 2017 21:22:55 +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: 465559cc-5690-4dc0-9a22-855e2feab0f2 X-Archives-Hash: 470d2eaab28d3cf8240464119ca48898 commit: 54bf6557bb1d791f568aa63fa2f5c902fcdae475 Author: Bernard Cafarelli gentoo org> AuthorDate: Wed Aug 30 12:03:56 2017 +0000 Commit: Bernard Cafarelli gentoo org> CommitDate: Wed Aug 30 21:22:42 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54bf6557 gnustep-apps/gnumail: 1.2.3 bump Point to new homepage, EAPI bump Package-Manager: Portage-2.3.8, Repoman-2.3.3 gnustep-apps/gnumail/Manifest | 1 + gnustep-apps/gnumail/gnumail-1.2.3.ebuild | 33 +++++++++++++++++++++++++++++++ 2 files changed, 34 insertions(+) diff --git a/gnustep-apps/gnumail/Manifest b/gnustep-apps/gnumail/Manifest index 30f40750d15..3e20e8ddad9 100644 --- a/gnustep-apps/gnumail/Manifest +++ b/gnustep-apps/gnumail/Manifest @@ -1 +1,2 @@ DIST GNUMail-1.2.2.tar.gz 1397764 SHA256 31a0c34c3afe20afb6b8ebc41002d2f9dbc2134ceda2032e67e64cb7d884d8af SHA512 3243c51eb177c1fabeeb894e6231e5ace09fb08fd0eb9d6311726bdebddc743e3b3958b4c00597e7eb97de7c2a25f1ca7e8f4111e7d543ecd65ee5f35bea89cc WHIRLPOOL 75dc05440ce08962cd5376d8faca143fb38dea77d4d6adec2e6a6eeffb2e9088b498404f6a80a1328200853b756b3215eb7049247a72a2972d7dec9390697dbe +DIST GNUMail-1.2.3.tar.gz 1411658 SHA256 8221f0fe4f9ff2fdf0049b645586c819dff135de4f9e8f77742d94c1f0e5106b SHA512 5ee9b134b16c9aa8a7a0d4aff1e9d12a8c8d4f1f68c54d58cc354c3444a57a4c0bb31393886589ef83ae588789f00fd6e1313d01eb1f950af6623cc9ee42e598 WHIRLPOOL 115303a9b5a3f7b8d7861f54942e750cdc071c999e38d4a8338c9ab449728e65bcb3d837de02889f5993c0914b32f62b7e410da90c16a770aecdfd9946fcc256 diff --git a/gnustep-apps/gnumail/gnumail-1.2.3.ebuild b/gnustep-apps/gnumail/gnumail-1.2.3.ebuild new file mode 100644 index 00000000000..5cfe2b71f6c --- /dev/null +++ b/gnustep-apps/gnumail/gnumail-1.2.3.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +inherit gnustep-2 + +MY_P=${P/gnum/GNUM} + +S=${WORKDIR}/${MY_P} + +DESCRIPTION="A fully featured mail application for GNUstep" +HOMEPAGE="http://www.nongnu.org/gnustep-nonfsf/gnumail/index.html" +SRC_URI="mirror://nongnu/gnustep-nonfsf/${MY_P}.tar.gz" +KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd" +LICENSE="GPL-2" +SLOT="0" + +IUSE="crypt" +DEPEND=">=gnustep-base/gnustep-gui-0.11.0 + =gnustep-libs/pantomime-1.2* + gnustep-apps/addresses" +RDEPEND="crypt? ( app-crypt/gnupg )" + +src_prepare() { + use crypt || sed -i -e 's|Bundles/PGP||' GNUmakefile || die + + default +} + +src_install() { + gnustep-base_src_install + dodoc "${S}"/Documentation/* +}