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 67059139694 for ; Sun, 26 Feb 2017 10:26:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E8946E0CF3; Sun, 26 Feb 2017 10:25:26 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 CB446E0CF3 for ; Sun, 26 Feb 2017 10:25:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9F4D7340C97 for ; Sun, 26 Feb 2017 10:25:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 178AA5520 for ; Sun, 26 Feb 2017 10:25:23 +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: <1488104713.2d6a18eaebce3962b1c25fd3929c03ffd73a83d9.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-frameworks/ktexteditor/ X-VCS-Repository: proj/kde X-VCS-Files: kde-frameworks/ktexteditor/ktexteditor-9999.ebuild kde-frameworks/ktexteditor/metadata.xml X-VCS-Directories: kde-frameworks/ktexteditor/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 2d6a18eaebce3962b1c25fd3929c03ffd73a83d9 X-VCS-Branch: master Date: Sun, 26 Feb 2017 10:25:23 +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: 7988f010-4bf3-432c-a0df-36a0dadf175d X-Archives-Hash: dccf5e07954563d24632888d414500ef commit: 2d6a18eaebce3962b1c25fd3929c03ffd73a83d9 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Feb 26 10:23:51 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Feb 26 10:25:13 2017 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=2d6a18ea kde-frameworks/ktexteditor: Add USE=editorconfig Upstream commit f9f133b6ac72dfa12bdeeab1a37c5e9dc9a9354e Reported-by: Arfrever Package-Manager: Portage-2.3.3, Repoman-2.3.1 kde-frameworks/ktexteditor/ktexteditor-9999.ebuild | 4 +++- kde-frameworks/ktexteditor/metadata.xml | 3 +++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/kde-frameworks/ktexteditor/ktexteditor-9999.ebuild b/kde-frameworks/ktexteditor/ktexteditor-9999.ebuild index f6f93bd004..db70b9c0ae 100644 --- a/kde-frameworks/ktexteditor/ktexteditor-9999.ebuild +++ b/kde-frameworks/ktexteditor/ktexteditor-9999.ebuild @@ -10,7 +10,7 @@ inherit kde5 DESCRIPTION="Framework providing a full text editor component" LICENSE="LGPL-2+" KEYWORDS="" -IUSE="git" +IUSE="editorconfig git" RDEPEND=" $(add_frameworks_dep karchive) @@ -36,6 +36,7 @@ RDEPEND=" $(add_qt_dep qtscript) $(add_qt_dep qtwidgets) $(add_qt_dep qtxml) + editorconfig? ( app-text/editorconfig-core-c ) git? ( dev-libs/libgit2:= ) " DEPEND="${RDEPEND} @@ -47,6 +48,7 @@ RESTRICT+=" test" src_configure() { local mycmakeargs=( + $(cmake-utils_use_find_package editorconfig EditorConfig) $(cmake-utils_use_find_package git LibGit2) ) diff --git a/kde-frameworks/ktexteditor/metadata.xml b/kde-frameworks/ktexteditor/metadata.xml index 2fdbf33d96..af58874c86 100644 --- a/kde-frameworks/ktexteditor/metadata.xml +++ b/kde-frameworks/ktexteditor/metadata.xml @@ -5,4 +5,7 @@ kde@gentoo.org Gentoo KDE Project + + Enable support for EditorConfig configuration files +