commit:     e1bebc5752c6c0aafd3d5f9a59332b545cdc5b9d
Author:     Maciej Mrozowski <reavertm <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 12 23:13:20 2018 +0000
Commit:     Maciej Mrozowski <reavertm <AT> gentoo <DOT> org>
CommitDate: Wed Dec 12 23:14:06 2018 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=e1bebc57

dev-util/kdevelop: cvs plugin removed in master and 5.3 branch

Package-Manager: Portage-2.3.51, Repoman-2.3.11
Signed-off-by: Maciej Mrozowski <reavertm <AT> gentoo.org>

 dev-util/kdevelop/kdevelop-5.3.9999.ebuild | 6 ++----
 dev-util/kdevelop/kdevelop-9999.ebuild     | 6 ++----
 2 files changed, 4 insertions(+), 8 deletions(-)

diff --git a/dev-util/kdevelop/kdevelop-5.3.9999.ebuild 
b/dev-util/kdevelop/kdevelop-5.3.9999.ebuild
index a503019e34..53e691a99a 100644
--- a/dev-util/kdevelop/kdevelop-5.3.9999.ebuild
+++ b/dev-util/kdevelop/kdevelop-5.3.9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -12,7 +12,7 @@ inherit kde5
 
 DESCRIPTION="Integrated Development Environment, supporting KF5/Qt, C/C++ and 
much more"
 LICENSE="GPL-2 LGPL-2"
-IUSE="cvs +gdbui hex +plasma +qmake reviewboard subversion webkit"
+IUSE="+gdbui hex +plasma +qmake reviewboard subversion webkit"
 [[ ${KDE_BUILD_TYPE} = release ]] && KEYWORDS="~amd64 ~x86"
 
 COMMON_DEPEND="
@@ -82,7 +82,6 @@ RDEPEND="${COMMON_DEPEND}
        $(add_kdeapps_dep kio-extras)
        dev-util/ninja
        >=sys-devel/gdb-7.0[python]
-       cvs? ( dev-vcs/cvs )
        reviewboard? ( $(add_kdeapps_dep ktp-accounts-kcm) )
        !dev-util/kdevelop-clang
        !dev-util/kdevelop-cppcheck
@@ -96,7 +95,6 @@ RESTRICT+=" test"
 
 src_configure() {
        local mycmakeargs=(
-               -DBUILD_cvs=$(usex cvs)
                $(cmake-utils_use_find_package gdbui KF5SysGuard)
                -DBUILD_executeplasmoid=$(usex plasma)
                $(cmake-utils_use_find_package plasma KF5Plasma)

diff --git a/dev-util/kdevelop/kdevelop-9999.ebuild 
b/dev-util/kdevelop/kdevelop-9999.ebuild
index 04e05b7c00..de6cb66158 100644
--- a/dev-util/kdevelop/kdevelop-9999.ebuild
+++ b/dev-util/kdevelop/kdevelop-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,7 @@ inherit kde5
 
 DESCRIPTION="Integrated Development Environment, supporting KF5/Qt, C/C++ and 
much more"
 LICENSE="GPL-2 LGPL-2"
-IUSE="cvs +gdbui hex +plasma +qmake reviewboard subversion webkit"
+IUSE="+gdbui hex +plasma +qmake reviewboard subversion webkit"
 [[ ${KDE_BUILD_TYPE} = release ]] && KEYWORDS="~amd64 ~x86"
 
 COMMON_DEPEND="
@@ -81,7 +81,6 @@ RDEPEND="${COMMON_DEPEND}
        $(add_kdeapps_dep kio-extras)
        dev-util/ninja
        >=sys-devel/gdb-7.0[python]
-       cvs? ( dev-vcs/cvs )
        reviewboard? ( $(add_kdeapps_dep ktp-accounts-kcm) )
        !dev-util/kdevelop-clang
        !dev-util/kdevelop-clang-tidy
@@ -96,7 +95,6 @@ RESTRICT+=" test"
 
 src_configure() {
        local mycmakeargs=(
-               -DBUILD_cvs=$(usex cvs)
                $(cmake-utils_use_find_package gdbui KF5SysGuard)
                -DBUILD_executeplasmoid=$(usex plasma)
                $(cmake-utils_use_find_package plasma KF5Plasma)

Reply via email to