summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <mmk@levelnine.at>2023-09-19 18:58:38 +0200
committerBernard Cafarelli <voyageur@gentoo.org>2023-09-19 22:48:50 +0200
commit1e431bf10dd785ae03839c136764f80ca83dada6 (patch)
tree58aaceab92e64622973f659772b8ae6e21736b33 /gnustep-apps
parentgnustep-apps/ftp: EAPI8 bump, use https (diff)
downloadgentoo-1e431bf10dd785ae03839c136764f80ca83dada6.tar.gz
gentoo-1e431bf10dd785ae03839c136764f80ca83dada6.tar.bz2
gentoo-1e431bf10dd785ae03839c136764f80ca83dada6.zip
gnustep-apps/gnumail: fix LICENSE, minor style changes
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Signed-off-by: Bernard Cafarelli <voyageur@gentoo.org>
Diffstat (limited to 'gnustep-apps')
-rw-r--r--gnustep-apps/gnumail/gnumail-1.4.0.ebuild12
1 files changed, 7 insertions, 5 deletions
diff --git a/gnustep-apps/gnumail/gnumail-1.4.0.ebuild b/gnustep-apps/gnumail/gnumail-1.4.0.ebuild
index cd00afa9e872..dbc1c2cb26d8 100644
--- a/gnustep-apps/gnumail/gnumail-1.4.0.ebuild
+++ b/gnustep-apps/gnumail/gnumail-1.4.0.ebuild
@@ -2,20 +2,22 @@
# 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/"
+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"
+LICENSE="GPL-2+"
SLOT="0"
IUSE="crypt"
+
DEPEND=">=gnustep-base/gnustep-gui-0.11.0
=gnustep-libs/pantomime-1.4*
gnustep-apps/addresses"