From 1f048d9b860b8c7b69ac8dd085edc9ee3191b2d5 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 15 Mar 2023 00:19:47 +0000 Subject: gentoo auto-resync : 15:03:2023 - 00:19:47 --- gnustep-apps/gnumail/gnumail-1.4.0.ebuild | 33 +++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 gnustep-apps/gnumail/gnumail-1.4.0.ebuild (limited to 'gnustep-apps/gnumail/gnumail-1.4.0.ebuild') diff --git a/gnustep-apps/gnumail/gnumail-1.4.0.ebuild b/gnustep-apps/gnumail/gnumail-1.4.0.ebuild new file mode 100644 index 000000000000..cd00afa9e872 --- /dev/null +++ b/gnustep-apps/gnumail/gnumail-1.4.0.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 +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/" +SRC_URI="mirror://nongnu/gnustep-nonfsf/${MY_P}.tar.gz" +KEYWORDS="~amd64 ~ppc ~x86" +LICENSE="GPL-2" +SLOT="0" + +IUSE="crypt" +DEPEND=">=gnustep-base/gnustep-gui-0.11.0 + =gnustep-libs/pantomime-1.4* + 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/* +} -- cgit v1.2.3