gnustep-apps/gnumail - 1.4.0 (gentoo)

Search

Package Information

Description:
Fully featured mail application for GNUstep
Homepage:
https://www.nongnu.org/gnustep-nonfsf/gnumail/
License:
GPL-2+

Ebuild Details

Version EAPI Keywords Slot
1.4.0 8 amd64 ppc x86 0
View Raw Ebuild
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit gnustep-2

MY_P=${P/gnum/GNUM}

DESCRIPTION="Fully featured mail application for GNUstep"
HOMEPAGE="https://www.nongnu.org/gnustep-nonfsf/gnumail/"
SRC_URI="mirror://nongnu/gnustep-nonfsf/${MY_P}.tar.gz"
S="${WORKDIR}/${MY_P}"

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/*
}

USE Flags

Applicable Mirrors

Mirror Name URLs
nongnu

Dependencies

DEPEND

>=gnustep-base/gnustep-gui-0.11.0
	=gnustep-libs/pantomime-1.4*
	gnustep-apps/addresses

RDEPEND

crypt? ( app-crypt/gnupg )