commit:     1de084adf091605cae95050aa74f04f4279ec209
Author:     Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 13 01:22:56 2019 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Fri Dec 13 01:23:13 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1de084ad

dev-lang/bashforth: port to EAPI 7

Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>

 dev-lang/bashforth/bashforth-0.58a.ebuild | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/dev-lang/bashforth/bashforth-0.58a.ebuild 
b/dev-lang/bashforth/bashforth-0.58a.ebuild
index 12ccf5c5d5e..76464d63e6a 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"

Reply via email to