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-editors/kile/
Date: Sat, 01 Apr 2017 19:14:21
Message-Id: 1491074049.3e0cf07804522f8d844643ef843ea6a0f9727c6d.asturm@gentoo
1 commit: 3e0cf07804522f8d844643ef843ea6a0f9727c6d
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 1 18:36:38 2017 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 1 19:14:09 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e0cf078
7
8 app-editors/kile: Add kde-apps/katepart:4 dep, EAPI 6, fix DESCRIPTION
9
10 This was originally put into kde-frameworks/kdelibs due to bug 387431.
11
12 Package-Manager: Portage-2.3.3, Repoman-2.3.1
13
14 app-editors/kile/kile-2.1.3-r3.ebuild | 5 +++--
15 1 file changed, 3 insertions(+), 2 deletions(-)
16
17 diff --git a/app-editors/kile/kile-2.1.3-r3.ebuild b/app-editors/kile/kile-2.1.3-r3.ebuild
18 index dea68a163c9..7bd96c72b12 100644
19 --- a/app-editors/kile/kile-2.1.3-r3.ebuild
20 +++ b/app-editors/kile/kile-2.1.3-r3.ebuild
21 @@ -1,14 +1,14 @@
22 # Copyright 1999-2017 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24
25 -EAPI=5
26 +EAPI=6
27
28 KDE_DOC_DIRS="doc"
29 KDE_HANDBOOK="optional"
30 MY_P=${P/_beta/b}
31 inherit kde4-base
32
33 -DESCRIPTION="A Latex Editor and TeX shell for KDE"
34 +DESCRIPTION="A Latex Editor and TeX shell by KDE"
35 HOMEPAGE="http://kile.sourceforge.net/"
36 [[ ${PV} != *9999* ]] && SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.bz2"
37
38 @@ -21,6 +21,7 @@ DEPEND="
39 x11-misc/shared-mime-info
40 "
41 RDEPEND="${DEPEND}
42 + $(add_kdeapps_dep katepart '' 4.14.3)
43 $(add_kdeapps_dep kdebase-data)
44 $(add_kdeapps_dep konsolepart)
45 || (