From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 11E49138DBE for ; Sat, 18 Jul 2015 20:38:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3B4F5E08A0; Sat, 18 Jul 2015 20:38:50 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6EC4AE089D for ; Sat, 18 Jul 2015 20:38:49 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4ED04340D32 for ; Sat, 18 Jul 2015 20:38:47 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 032B4B6 for ; Sat, 18 Jul 2015 20:38:43 +0000 (UTC) From: "Johannes Huber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Johannes Huber" Message-ID: <1437251848.cbeec1206e094ad7bec4783e10474e84fa5a56c1.johu@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: dev-util/kdevelop/ X-VCS-Repository: proj/kde X-VCS-Files: dev-util/kdevelop/kdevelop-4.9999.ebuild dev-util/kdevelop/metadata.xml X-VCS-Directories: dev-util/kdevelop/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: cbeec1206e094ad7bec4783e10474e84fa5a56c1 X-VCS-Branch: master Date: Sat, 18 Jul 2015 20:38:43 +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: b3478a44-c860-46d6-9c41-10349732b95a X-Archives-Hash: 17052e8ecd2bd34bbba21f46cb8ff219 commit: cbeec1206e094ad7bec4783e10474e84fa5a56c1 Author: Johannes Huber gentoo org> AuthorDate: Sat Jul 18 20:37:28 2015 +0000 Commit: Johannes Huber gentoo org> CommitDate: Sat Jul 18 20:37:28 2015 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=cbeec120 [dev-util/kdevelop] Remove SLOT 4 Package-Manager: portage-2.2.20 dev-util/kdevelop/kdevelop-4.9999.ebuild | 52 -------------------------------- dev-util/kdevelop/metadata.xml | 2 -- 2 files changed, 54 deletions(-) diff --git a/dev-util/kdevelop/kdevelop-4.9999.ebuild b/dev-util/kdevelop/kdevelop-4.9999.ebuild deleted file mode 100644 index a238ab4..0000000 --- a/dev-util/kdevelop/kdevelop-4.9999.ebuild +++ /dev/null @@ -1,52 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=5 - -KDE_LINGUAS="bs ca ca@valencia da de el en_GB es et fi fr gl hu it kk nb nds nl -pl pt pt_BR ru sk sl sv th tr uk zh_CN zh_TW" -VIRTUALX_REQUIRED="test" -EGIT_BRANCH="4.7" -inherit kde4-base - -DESCRIPTION="Integrated Development Environment for Unix, supporting KDE/Qt, C/C++ and many other languages" -LICENSE="GPL-2 LGPL-2" -IUSE="+cmake +cxx debug +gdbui okteta qthelp" - -if [[ ${KDE_BUILD_TYPE} = release ]]; then - KEYWORDS="~amd64 ~ppc ~x86" -fi - -DEPEND=" - dev-libs/qjson - dev-qt/qtdeclarative:4[webkit] - gdbui? ( - $(add_kdebase_dep ksysguard) - $(add_kdebase_dep libkworkspace) - ) - okteta? ( $(add_kdeapps_dep okteta) ) - qthelp? ( dev-qt/qthelp:4 ) -" -RDEPEND="${DEPEND} - $(add_kdeapps_dep kapptemplate) - $(add_kdeapps_dep kdebase-kioslaves) - cxx? ( >=sys-devel/gdb-7.0[python] ) -" -RESTRICT="test" -# see bug 366471 - -src_configure() { - local mycmakeargs=( - $(cmake-utils_use_build cmake) - $(cmake-utils_use_build cmake cmakebuilder) - $(cmake-utils_use_build cxx cpp) - $(cmake-utils_use_with gdbui KDE4Workspace) - $(cmake-utils_use_with okteta LibKasten) - $(cmake-utils_use_with okteta LibOkteta) - $(cmake-utils_use_with okteta LibOktetaKasten) - $(cmake-utils_use_build qthelp) - ) - - kde4-base_src_configure -} diff --git a/dev-util/kdevelop/metadata.xml b/dev-util/kdevelop/metadata.xml index 2354710..dce68e8 100644 --- a/dev-util/kdevelop/metadata.xml +++ b/dev-util/kdevelop/metadata.xml @@ -5,8 +5,6 @@ Enable support for CMake build system Enable support for Ninja build system - Enable GUI for attaching GDB to a running process - Enable hex editor plugin Enable support for QtHelp documentation browsing