From: Aaron Bauman Date: Fri, 13 Dec 2019 01:22:56 +0000 (-0500) Subject: dev-lang/bashforth: port to EAPI 7 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=1de084adf091605cae95050aa74f04f4279ec209;p=gentoo.git dev-lang/bashforth: port to EAPI 7 Signed-off-by: Aaron Bauman --- diff --git a/dev-lang/bashforth/bashforth-0.58a.ebuild b/dev-lang/bashforth/bashforth-0.58a.ebuild index 12ccf5c5d5ee..76464d63e6a0 100644 --- a/dev-lang/bashforth/bashforth-0.58a.ebuild +++ b/dev-lang/bashforth/bashforth-0.58a.ebuild @@ -1,11 +1,12 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=4 +EAPI=7 DESCRIPTION="String-threaded Forth interpreter in Bash" -HOMEPAGE="http://www.forthfreak.net/index.cgi?BashForth" +HOMEPAGE="https://github.com/ForthHub/ForthFreak" SRC_URI="http://forthfreak.net/${PN}.versions/${P}" + LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~x86"