From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B440A139694 for ; Sat, 1 Apr 2017 19:14:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 21CB021C084; Sat, 1 Apr 2017 19:14:21 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F23EC21C084 for ; Sat, 1 Apr 2017 19:14:20 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 34BE334105A for ; Sat, 1 Apr 2017 19:14:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CF6994C79 for ; Sat, 1 Apr 2017 19:14:18 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1491074049.3e0cf07804522f8d844643ef843ea6a0f9727c6d.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/kile/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-editors/kile/kile-2.1.3-r3.ebuild X-VCS-Directories: app-editors/kile/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 3e0cf07804522f8d844643ef843ea6a0f9727c6d X-VCS-Branch: master Date: Sat, 1 Apr 2017 19:14:18 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 3eb325c1-ffa8-4749-b495-3aba64f74745 X-Archives-Hash: 46aa49cd142148c24ffc7a3de9b520ac commit: 3e0cf07804522f8d844643ef843ea6a0f9727c6d Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Apr 1 18:36:38 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Apr 1 19:14:09 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e0cf078 app-editors/kile: Add kde-apps/katepart:4 dep, EAPI 6, fix DESCRIPTION This was originally put into kde-frameworks/kdelibs due to bug 387431. Package-Manager: Portage-2.3.3, Repoman-2.3.1 app-editors/kile/kile-2.1.3-r3.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/app-editors/kile/kile-2.1.3-r3.ebuild b/app-editors/kile/kile-2.1.3-r3.ebuild index dea68a163c9..7bd96c72b12 100644 --- a/app-editors/kile/kile-2.1.3-r3.ebuild +++ b/app-editors/kile/kile-2.1.3-r3.ebuild @@ -1,14 +1,14 @@ # Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=6 KDE_DOC_DIRS="doc" KDE_HANDBOOK="optional" MY_P=${P/_beta/b} inherit kde4-base -DESCRIPTION="A Latex Editor and TeX shell for KDE" +DESCRIPTION="A Latex Editor and TeX shell by KDE" HOMEPAGE="http://kile.sourceforge.net/" [[ ${PV} != *9999* ]] && SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.bz2" @@ -21,6 +21,7 @@ DEPEND=" x11-misc/shared-mime-info " RDEPEND="${DEPEND} + $(add_kdeapps_dep katepart '' 4.14.3) $(add_kdeapps_dep kdebase-data) $(add_kdeapps_dep konsolepart) || (