commit: 76753aa4b2fc9541c4326281a1afc689299880e2
Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Tue Sep 19 18:00:37 2023 +0000
Commit: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Tue Sep 19 20:48:51 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76753aa4
gnustep-libs/pantomime: fix LICENSE, use HTTPS
Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Signed-off-by: Bernard Cafarelli <voyageur <AT> gentoo.org>
gnustep-libs/pantomime/pantomime-1.4.0.ebuild | 11 +++++------
1 file changed, 5 insertions(+), 6 deletions(-)
diff --git a/gnustep-libs/pantomime/pantomime-1.4.0.ebuild
b/gnustep-libs/pantomime/pantomime-1.4.0.ebuild
index f5669b6ae8ff..5a56ad643e69 100644
--- a/gnustep-libs/pantomime/pantomime-1.4.0.ebuild
+++ b/gnustep-libs/pantomime/pantomime-1.4.0.ebuild
@@ -2,20 +2,19 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=8
+
inherit gnustep-2
MY_P=${P/p/P}
-S=${WORKDIR}/${MY_P}
-
-DESCRIPTION="A set of Objective-C classes that model a mail system"
-HOMEPAGE="http://www.nongnu.org/gnustep-nonfsf/gnumail/"
+DESCRIPTION="Set of Objective-C classes that model a mail system"
+HOMEPAGE="https://www.nongnu.org/gnustep-nonfsf/gnumail/"
SRC_URI="mirror://nongnu/gnustep-nonfsf/${MY_P}.tar.gz"
+S="${WORKDIR}/${MY_P}"
-LICENSE="LGPL-2.1 Elm"
+LICENSE="LGPL-2.1+ Elm"
KEYWORDS="~amd64 ~ppc ~x86"
SLOT="0"
-IUSE=""
DEPEND="dev-libs/openssl:0=
>=gnustep-base/gnustep-base-1.29.0:="