Skip to content

Commit

Permalink
gnustep-apps/ftp: EAPI8 bump, use https
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Mair-Keimberger <[email protected]>
Signed-off-by: Bernard Cafarelli <[email protected]>
  • Loading branch information
mm1ke authored and voyageur committed Sep 19, 2023
1 parent 59ba7f9 commit be6ec5c
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions gnustep-apps/ftp/ftp-0.6.ebuild
Original file line number Diff line number Diff line change
@@ -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}

0 comments on commit be6ec5c

Please sign in to comment.