Diff pantomime-1.3.0 with a pantomime-1.4.0

/usr/portage/gnustep-libs/pantomime/pantomime-1.4.0.ebuild 2023-10-09 14:52:31.168368392 +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/p/P}
8 9

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

  
11
DESCRIPTION="A set of Objective-C classes that model a mail system"
12
HOMEPAGE="http://www.nongnu.org/gnustep-nonfsf/gnumail/"
10
DESCRIPTION="Set of Objective-C classes that model a mail system"
11
HOMEPAGE="https://www.nongnu.org/gnustep-nonfsf/gnumail/"
13 12
SRC_URI="mirror://nongnu/gnustep-nonfsf/${MY_P}.tar.gz"
13
S="${WORKDIR}/${MY_P}"
14 14

  
15
LICENSE="LGPL-2.1 Elm"
16
KEYWORDS="amd64 ppc x86"
15
LICENSE="LGPL-2.1+ Elm"
16
KEYWORDS="~amd64 ~ppc ~x86"
17 17
SLOT="0"
18
IUSE=""
19 18

  
20
DEPEND="dev-libs/openssl:0="
19
DEPEND="dev-libs/openssl:0=
20
	>=gnustep-base/gnustep-base-1.29.0:="
21 21
RDEPEND="${DEPEND}"
22 22

  
23 23
DOCS=( "${S}"/Documentation/AUTHORS
Thank you!