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-dicts/dikt/
Date: Sun, 31 Mar 2019 10:47:58
Message-Id: 1554028763.b4dd0b7fabd84f50eaab5fbda421b66a8305d1d3.asturm@gentoo
1 commit: b4dd0b7fabd84f50eaab5fbda421b66a8305d1d3
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Mar 30 20:17:43 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 31 10:39:23 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4dd0b7f
7
8 app-dicts/dikt: EAPI-7 bump
9
10 Package-Manager: Portage-2.3.62, Repoman-2.3.12
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 app-dicts/dikt/dikt-2s_p1.ebuild | 7 +++----
14 1 file changed, 3 insertions(+), 4 deletions(-)
15
16 diff --git a/app-dicts/dikt/dikt-2s_p1.ebuild b/app-dicts/dikt/dikt-2s_p1.ebuild
17 index 883017e4880..f99de7a9348 100644
18 --- a/app-dicts/dikt/dikt-2s_p1.ebuild
19 +++ b/app-dicts/dikt/dikt-2s_p1.ebuild
20 @@ -1,13 +1,12 @@
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 MY_P=${P/_p/}
29 -
30 inherit kde5
31
32 -DESCRIPTION="A dictionary application that implements the Dict protocol"
33 +DESCRIPTION="Dictionary application that implements the Dict protocol"
34 HOMEPAGE="https://www.dikt.tv/"
35 SRC_URI="https://bitbucket.org/dikt/code/downloads/${MY_P}.txz -> ${MY_P}.tar.xz"