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 91816138334 for ; Thu, 13 Dec 2018 22:26:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2E943E0E23; Thu, 13 Dec 2018 22:26:14 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 EF77CE0E26 for ; Thu, 13 Dec 2018 22:26:13 +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 0C958335CF2 for ; Thu, 13 Dec 2018 22:26:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D72EB4EB for ; Thu, 13 Dec 2018 22:26:09 +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: <1544739947.5431fb1de462d7989ca0c231ca9dcb52c189e5c9.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-apps/kdesdk-meta/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-apps/kdesdk-meta/kdesdk-meta-18.12.0.ebuild kde-apps/kdesdk-meta/metadata.xml X-VCS-Directories: kde-apps/kdesdk-meta/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 5431fb1de462d7989ca0c231ca9dcb52c189e5c9 X-VCS-Branch: master Date: Thu, 13 Dec 2018 22:26:09 +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: 39d6310b-931c-4256-a853-8b2b72ddaa4a X-Archives-Hash: ed594f6cec2ddeac2714eeea3249a9bd commit: 5431fb1de462d7989ca0c231ca9dcb52c189e5c9 Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Dec 13 22:11:26 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Dec 13 22:25:47 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5431fb1d kde-apps/kdesdk-meta: Add USE bazaar,git,mercurial,subversion For new packages kde-apps/dolphin-plugins-{bazaar,git,mercurial,subversion}. Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-apps/kdesdk-meta/kdesdk-meta-18.12.0.ebuild | 7 +++++-- kde-apps/kdesdk-meta/metadata.xml | 6 ++++++ 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/kde-apps/kdesdk-meta/kdesdk-meta-18.12.0.ebuild b/kde-apps/kdesdk-meta/kdesdk-meta-18.12.0.ebuild index 7199b184e2c..b2166bb058e 100644 --- a/kde-apps/kdesdk-meta/kdesdk-meta-18.12.0.ebuild +++ b/kde-apps/kdesdk-meta/kdesdk-meta-18.12.0.ebuild @@ -9,10 +9,9 @@ HOMEPAGE="https://www.kde.org/applications/development" LICENSE="metapackage" SLOT="5" KEYWORDS="~amd64 ~x86" -IUSE="cvs +webkit" +IUSE="bazaar cvs git mercurial subversion +webkit" RDEPEND=" - >=kde-apps/dolphin-plugins-${PV}:${SLOT} >=kde-apps/kapptemplate-${PV}:${SLOT} >=kde-apps/kcachegrind-${PV}:${SLOT} >=kde-apps/kde-dev-scripts-${PV}:${SLOT} @@ -24,6 +23,10 @@ RDEPEND=" >=kde-apps/libkomparediff2-${PV}:${SLOT} >=kde-apps/lokalize-${PV}:${SLOT} >=kde-apps/poxml-${PV}:${SLOT} + bazaar? ( >=kde-apps/dolphin-plugins-bazaar-${PV}:${SLOT} ) cvs? ( >=kde-apps/cervisia-${PV}:${SLOT} ) + git? ( >=kde-apps/dolphin-plugins-git-${PV}:${SLOT} ) + mercurial? ( >=kde-apps/dolphin-plugins-mercurial-${PV}:${SLOT} ) + subversion? ( >=kde-apps/dolphin-plugins-subversion-${PV}:${SLOT} ) webkit? ( >=kde-apps/umbrello-${PV}:${SLOT} ) " diff --git a/kde-apps/kdesdk-meta/metadata.xml b/kde-apps/kdesdk-meta/metadata.xml index 2fdbf33d963..381989d2625 100644 --- a/kde-apps/kdesdk-meta/metadata.xml +++ b/kde-apps/kdesdk-meta/metadata.xml @@ -5,4 +5,10 @@ kde@gentoo.org Gentoo KDE Project + + Enable support for Bazaar VCS in kde-apps/dolphin via kde-apps/dolphin-plugins-bazaar + Enable support for Git VCS in kde-apps/dolphin via kde-apps/dolphin-plugins-git + Enable support for Mercurial VCS in kde-apps/dolphin via kde-apps/dolphin-plugins-mercurial + Enable support for Apache Subversion VCS in kde-apps/dolphin via kde-apps/dolphin-plugins-subversion +