Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-accessibility/simon/
Date: Fri, 15 Feb 2019 23:28:39
Message-Id: 1550273303.b5a115a79ea9bbbc40b2d803593fa2f241e02d3e.asturm@gentoo
1 commit: b5a115a79ea9bbbc40b2d803593fa2f241e02d3e
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Fri Feb 15 23:27:18 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Fri Feb 15 23:28:23 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5a115a7
7
8 app-accessibility/simon: EAPI-7 bump
9
10 Package-Manager: Portage-2.3.60, Repoman-2.3.12
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 app-accessibility/simon/simon-9999.ebuild | 6 +++---
14 1 file changed, 3 insertions(+), 3 deletions(-)
15
16 diff --git a/app-accessibility/simon/simon-9999.ebuild b/app-accessibility/simon/simon-9999.ebuild
17 index f5fc867b212..8c9e1d6bf7f 100644
18 --- a/app-accessibility/simon/simon-9999.ebuild
19 +++ b/app-accessibility/simon/simon-9999.ebuild
20 @@ -1,7 +1,7 @@
21 -# Copyright 1999-2017 Gentoo Foundation
22 +# Copyright 1999-2019 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 -EAPI=6
26 +EAPI=7
27
28 EGIT_BRANCH="kf5"
29 KDE_HANDBOOK="forceoptional"
30 @@ -9,7 +9,7 @@ KDE_TEST="forceoptional"
31 inherit kde5
32
33 DESCRIPTION="Open-source speech recognition program for replacing mouse and keyboard"
34 -HOMEPAGE="http://simon-listens.org/"
35 +HOMEPAGE="https://simon-listens.org/"
36 [[ ${PV} != *9999* ]] && SRC_URI="mirror://kde/unstable/simon/${PV}/${P}.tar.xz"
37
38 LICENSE="GPL-2"