summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <mmk@levelnine.at>2023-09-19 18:56:16 +0200
committerBernard Cafarelli <voyageur@gentoo.org>2023-09-19 22:48:49 +0200
commitbe6ec5c4d2d19603626cd811076e6aae1ade88b6 (patch)
tree56a2a68dd52d7e7f49c300a30b21368ad831d08c /gnustep-apps
parentgnustep-apps/affiche: EAPI8 bump, update HOMEPAGE (diff)
downloadgentoo-be6ec5c4d2d19603626cd811076e6aae1ade88b6.tar.gz
gentoo-be6ec5c4d2d19603626cd811076e6aae1ade88b6.tar.bz2
gentoo-be6ec5c4d2d19603626cd811076e6aae1ade88b6.zip
gnustep-apps/ftp: EAPI8 bump, use https
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/ftp/ftp-0.6.ebuild11
1 files changed, 5 insertions, 6 deletions
diff --git a/gnustep-apps/ftp/ftp-0.6.ebuild b/gnustep-apps/ftp/ftp-0.6.ebuild
index 8b5d205858c2..e8db4ba1cc08 100644
--- a/gnustep-apps/ftp/ftp-0.6.ebuild
+++ b/gnustep-apps/ftp/ftp-0.6.ebuild
@@ -1,18 +1,17 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=8
+
inherit gnustep-2
MY_P="FTP-${PV}"
DESCRIPTION="FTP client for GNUstep"
-HOMEPAGE="http://gap.nongnu.org/ftp/"
+HOMEPAGE="https://gap.nongnu.org/ftp/"
SRC_URI="https://savannah.nongnu.org/download/gap/${MY_P}.tar.gz"
+S="${WORKDIR}/${MY_P}"
-LICENSE="GPL-2"
+LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-S=${WORKDIR}/${MY_P}