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 037331396D0 for ; Fri, 18 Aug 2017 17:05:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 841ADE0DFC; Fri, 18 Aug 2017 17:05:52 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 4FAD1E0DFC for ; Fri, 18 Aug 2017 17:05:52 +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 3423234199D for ; Fri, 18 Aug 2017 17:05:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EB8B47A42 for ; Fri, 18 Aug 2017 17:05:48 +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: <1503075927.3dcff272f32fbc96519746839d0007a121d3cdc5.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: dev-util/kdevelop/ X-VCS-Repository: proj/kde X-VCS-Files: dev-util/kdevelop/kdevelop-5.1.9999.ebuild X-VCS-Directories: dev-util/kdevelop/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 3dcff272f32fbc96519746839d0007a121d3cdc5 X-VCS-Branch: master Date: Fri, 18 Aug 2017 17:05:48 +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: e163402a-bb21-4150-9337-91547544cc1e X-Archives-Hash: 383c5c4867b59f4486c7b70fa17f276c commit: 3dcff272f32fbc96519746839d0007a121d3cdc5 Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Aug 17 21:03:05 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Aug 18 17:05:27 2017 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=3dcff272 dev-util/kdevelop: Drop 5.1 stable branch Package-Manager: Portage-2.3.8, Repoman-2.3.3 dev-util/kdevelop/kdevelop-5.1.9999.ebuild | 97 ------------------------------ 1 file changed, 97 deletions(-) diff --git a/dev-util/kdevelop/kdevelop-5.1.9999.ebuild b/dev-util/kdevelop/kdevelop-5.1.9999.ebuild deleted file mode 100644 index ffbbca5b1b..0000000000 --- a/dev-util/kdevelop/kdevelop-5.1.9999.ebuild +++ /dev/null @@ -1,97 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -EGIT_BRANCH="5.1" -KDE_HANDBOOK="forceoptional" -KDE_TEST="true" -VIRTUALX_REQUIRED="test" -inherit kde5 - -DESCRIPTION="Integrated Development Environment, supporting KF5/Qt, C/C++ and much more" -LICENSE="GPL-2 LGPL-2" -IUSE="+gdbui okteta +plasma +qmake" -[[ ${KDE_BUILD_TYPE} = release ]] && KEYWORDS="~amd64 ~x86" - -COMMON_DEPEND=" - $(add_frameworks_dep kcmutils) - $(add_frameworks_dep kcompletion) - $(add_frameworks_dep kconfig) - $(add_frameworks_dep kconfigwidgets) - $(add_frameworks_dep kcoreaddons) - $(add_frameworks_dep kcrash) - $(add_frameworks_dep kdeclarative) - $(add_frameworks_dep ki18n) - $(add_frameworks_dep kiconthemes) - $(add_frameworks_dep kio) - $(add_frameworks_dep kitemmodels) - $(add_frameworks_dep kitemviews) - $(add_frameworks_dep kjobwidgets) - $(add_frameworks_dep knewstuff) - $(add_frameworks_dep knotifyconfig) - $(add_frameworks_dep kparts) - $(add_frameworks_dep kservice) - $(add_frameworks_dep ktexteditor) - $(add_frameworks_dep kwidgetsaddons) - $(add_frameworks_dep kwindowsystem) - $(add_frameworks_dep kxmlgui) - $(add_frameworks_dep threadweaver) - $(add_qt_dep qtdbus) - $(add_qt_dep qtdeclarative) - $(add_qt_dep qtgui) - $(add_qt_dep qthelp) - $(add_qt_dep qtnetwork) - $(add_qt_dep qtwebkit) - $(add_qt_dep qtwidgets) - $(add_qt_dep qtxml) - >=dev-util/kdevplatform-${PV}:5 - >=sys-devel/clang-3.5.0:* - x11-misc/shared-mime-info - gdbui? ( $(add_plasma_dep libksysguard) ) - okteta? ( $(add_kdeapps_dep okteta) ) - plasma? ( - $(add_frameworks_dep krunner) - $(add_frameworks_dep plasma) - ) - qmake? ( dev-util/kdevelop-pg-qt:5 ) -" -DEPEND="${COMMON_DEPEND} - $(add_qt_dep qtconcurrent) -" -RDEPEND="${COMMON_DEPEND} - $(add_kdeapps_dep kapptemplate) - $(add_kdeapps_dep kio-extras) - dev-util/ninja - >=sys-devel/gdb-7.0[python] - !dev-util/kdevelop:4 - !dev-util/kdevelop-clang - !dev-util/kdevelop-cppcheck - !dev-util/kdevelop-qmake - !dev-util/kdevelop-qmljs - !