Diff gnumail-1.3.0 with a gnumail-1.4.0

/usr/portage/gnustep-apps/gnumail/gnumail-1.4.0.ebuild 2023-10-09 14:52:31.164368392 +0300
1
# Copyright 1999-2021 Gentoo Authors
1
# Copyright 1999-2023 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4
EAPI=6
4
EAPI=8
5

  
5 6
inherit gnustep-2
6 7

  
7 8
MY_P=${P/gnum/GNUM}
8 9

  
9
S=${WORKDIR}/${MY_P}
10

  
11
DESCRIPTION="A fully featured mail application for GNUstep"
12
HOMEPAGE="http://www.nongnu.org/gnustep-nonfsf/gnumail/"
10
DESCRIPTION="Fully featured mail application for GNUstep"
11
HOMEPAGE="https://www.nongnu.org/gnustep-nonfsf/gnumail/"
13 12
SRC_URI="mirror://nongnu/gnustep-nonfsf/${MY_P}.tar.gz"
14
KEYWORDS="amd64 ppc x86"
15
LICENSE="GPL-2"
13
S="${WORKDIR}/${MY_P}"
14

  
15
KEYWORDS="~amd64 ~ppc ~x86"
16
LICENSE="GPL-2+"
16 17
SLOT="0"
17 18

  
18 19
IUSE="crypt"
20

  
19 21
DEPEND=">=gnustep-base/gnustep-gui-0.11.0
20
	=gnustep-libs/pantomime-1.3*
22
	=gnustep-libs/pantomime-1.4*
21 23
	gnustep-apps/addresses"
22 24
RDEPEND="crypt? ( app-crypt/gnupg )"
23 25

  
Thank you!