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 0ED21138350 for ; Tue, 11 Feb 2020 16:24:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2006FE08C9; Tue, 11 Feb 2020 16:24:55 +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-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EA958E08C9 for ; Tue, 11 Feb 2020 16:24:54 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 7220934EBA1 for ; Tue, 11 Feb 2020 16:24:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0273671 for ; Tue, 11 Feb 2020 16:24:52 +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: <1581438252.27aad9509d51f325a978262f0db286dac2da9689.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/umbrello/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/umbrello/metadata.xml kde-apps/umbrello/umbrello-19.12.49.9999.ebuild kde-apps/umbrello/umbrello-9999.ebuild X-VCS-Directories: kde-apps/umbrello/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 27aad9509d51f325a978262f0db286dac2da9689 X-VCS-Branch: master Date: Tue, 11 Feb 2020 16:24:52 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 69520776-d594-4958-bb00-34048f23401f X-Archives-Hash: 13c09dbd96cf01efe8d88d0e9f278e1e commit: 27aad9509d51f325a978262f0db286dac2da9689 Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Feb 11 15:58:18 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Feb 11 16:24:12 2020 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=27aad950 kde-apps/umbrello: Add USE php Upstream commit bfe073542e03bb9aee8dc7c5a58f8de33f17feef Package-Manager: Portage-2.3.88, Repoman-2.3.20 Signed-off-by: Andreas Sturmlechner gentoo.org> (cherry picked from commit 38f2b95f0c1128c12572129808aad3ace92e46b9) kde-apps/umbrello/metadata.xml | 3 +++ kde-apps/umbrello/umbrello-19.12.49.9999.ebuild | 7 ++++++- kde-apps/umbrello/umbrello-9999.ebuild | 7 ++++++- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/kde-apps/umbrello/metadata.xml b/kde-apps/umbrello/metadata.xml index 2fdbf33d96..c81c6f761d 100644 --- a/kde-apps/umbrello/metadata.xml +++ b/kde-apps/umbrello/metadata.xml @@ -5,4 +5,7 @@ kde@gentoo.org Gentoo KDE Project + + Enable PHP import support using dev-util/kdevelop and dev-util/kdevelop-pg-qt + diff --git a/kde-apps/umbrello/umbrello-19.12.49.9999.ebuild b/kde-apps/umbrello/umbrello-19.12.49.9999.ebuild index a4d2ce0a79..99da515610 100644 --- a/kde-apps/umbrello/umbrello-19.12.49.9999.ebuild +++ b/kde-apps/umbrello/umbrello-19.12.49.9999.ebuild @@ -17,7 +17,7 @@ https://umbrello.kde.org" LICENSE="GPL-2" # TODO: CHECK SLOT="5" KEYWORDS="" -IUSE="" +IUSE="php" RDEPEND=" >=kde-frameworks/karchive-${KFMIN}:5 @@ -43,6 +43,10 @@ RDEPEND=" dev-libs/libxml2 dev-libs/libxslt >=dev-qt/qtwebkit-5.212.0_pre20180120:5 + php? ( + dev-util/kdevelop:5= + dev-util/kdevelop-pg-qt + ) " DEPEND="${RDEPEND} >=kde-frameworks/kdelibs4support-${KFMIN}:5 @@ -51,6 +55,7 @@ DEPEND="${RDEPEND} src_configure() { local mycmakeargs=( -DBUILD_KF5=ON + -DBUILD_PHP_IMPORT=$(usex php) -DBUILD_unittests=$(usex test) ) use test && mycmakeargs+=( -DCMAKE_DISABLE_FIND_PACKAGE_LLVM=ON ) diff --git a/kde-apps/umbrello/umbrello-9999.ebuild b/kde-apps/umbrello/umbrello-9999.ebuild index 7cc778b41a..01832f0f4a 100644 --- a/kde-apps/umbrello/umbrello-9999.ebuild +++ b/kde-apps/umbrello/umbrello-9999.ebuild @@ -17,7 +17,7 @@ https://umbrello.kde.org" LICENSE="GPL-2" # TODO: CHECK SLOT="5" KEYWORDS="" -IUSE="" +IUSE="php" RDEPEND=" >=kde-frameworks/karchive-${KFMIN}:5 @@ -43,6 +43,10 @@ RDEPEND=" dev-libs/libxml2 dev-libs/libxslt >=dev-qt/qtwebkit-5.212.0_pre20180120:5 + php? ( + dev-util/kdevelop:5= + dev-util/kdevelop-pg-qt + ) " DEPEND="${RDEPEND} >=kde-frameworks/kdelibs4support-${KFMIN}:5 @@ -51,6 +55,7 @@ DEPEND="${RDEPEND} src_configure() { local mycmakeargs=( -DBUILD_KF5=ON + -DBUILD_PHP_IMPORT=$(usex php) -DBUILD_unittests=$(usex test) ) use test && mycmakeargs+=( -DCMAKE_DISABLE_FIND_PACKAGE_LLVM=ON )