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 C0CE4138334 for ; Mon, 9 Jul 2018 16:42:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 754D1E08D6; Mon, 9 Jul 2018 16:42:57 +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 2D216E08C9 for ; Mon, 9 Jul 2018 16:42:56 +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 4FDC7335C63 for ; Mon, 9 Jul 2018 16:42:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B27B535D for ; Mon, 9 Jul 2018 16:42:53 +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: <1531154544.c0e3e9bea0e613b07c7b7a7d97dcae67cfeafe22.johu@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/kdevelop-python/files/, dev-util/kdevelop-python/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/kdevelop-python/Manifest dev-util/kdevelop-python/files/kdevelop-python-5.2.1-qt-5.11.patch dev-util/kdevelop-python/kdevelop-python-5.2.1.ebuild X-VCS-Directories: dev-util/kdevelop-python/files/ dev-util/kdevelop-python/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: c0e3e9bea0e613b07c7b7a7d97dcae67cfeafe22 X-VCS-Branch: master Date: Mon, 9 Jul 2018 16:42:53 +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: 00289219-fe74-4c63-9e63-6ca4570efa22 X-Archives-Hash: 494d9be5137aa49f1a672b48a35d00e0 commit: c0e3e9bea0e613b07c7b7a7d97dcae67cfeafe22 Author: Johannes Huber gentoo org> AuthorDate: Mon Jul 9 16:40:06 2018 +0000 Commit: Johannes Huber gentoo org> CommitDate: Mon Jul 9 16:42:24 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0e3e9be dev-util/kdevelop-python: Remove 5.2.1 Superseded by 5.2.3. Package-Manager: Portage-2.3.41, Repoman-2.3.9 dev-util/kdevelop-python/Manifest | 1 - .../files/kdevelop-python-5.2.1-qt-5.11.patch | 24 ---------- .../kdevelop-python/kdevelop-python-5.2.1.ebuild | 55 ---------------------- 3 files changed, 80 deletions(-) diff --git a/dev-util/kdevelop-python/Manifest b/dev-util/kdevelop-python/Manifest index 7d74642afbe..d3fc6e6232a 100644 --- a/dev-util/kdevelop-python/Manifest +++ b/dev-util/kdevelop-python/Manifest @@ -1,2 +1 @@ -DIST kdev-python-5.2.1.tar.xz 1070708 BLAKE2B c1381e2a692446ac544e5e837236d90d5250c5b854f982374ff3c195d6d42d6534f6f81b118e872fbe4bea3f15e81b5396f3b581d6a64bf224e1a5ec631b9a89 SHA512 e65317a7da59cfaa5c14f0c10f965b1d7167e1e4e1b553f4c5f2ad9bce6d0ddbd93267cd9707a81a63117016fbc4dff77bca4ff2b2680ae585eb0f7354f3cf23 DIST kdev-python-5.2.3.tar.xz 1071116 BLAKE2B 5d271c98d3d516a2fa9dda8995b4f3215dee5803417d95bab1c811a73c18becce779d0d3185584eb2116b1152ce3020a3704d7b71bc801712c35154531447ab6 SHA512 fd869ec93d544f2c16883bf95fb694fe75582dec3bb55d661de3f5fe9dc2d692439ef9cae9039bffb0e1a85d645eef228da869694110323b3ba56d78df2def61 diff --git a/dev-util/kdevelop-python/files/kdevelop-python-5.2.1-qt-5.11.patch b/dev-util/kdevelop-python/files/kdevelop-python-5.2.1-qt-5.11.patch deleted file mode 100644 index 67528c55850..00000000000 --- a/dev-util/kdevelop-python/files/kdevelop-python-5.2.1-qt-5.11.patch +++ /dev/null @@ -1,24 +0,0 @@ -From a4a3cfb040054e7ca938bdd593c6c3c80d80807f Mon Sep 17 00:00:00 2001 -From: Luca Beltrame -Date: Thu, 10 May 2018 06:55:07 +0200 -Subject: Fix build with Qt 5.11 - -Some includes were added transitively, now they need to be explicit. ---- - codegen/correctionfilegenerator.cpp | 1 + - 1 file changed, 1 insertion(+) - -diff --git a/codegen/correctionfilegenerator.cpp b/codegen/correctionfilegenerator.cpp -index bb79a25..53ebec4 100644 ---- a/codegen/correctionfilegenerator.cpp -+++ b/codegen/correctionfilegenerator.cpp -@@ -20,6 +20,7 @@ - - #include "correctionfilegenerator.h" - -+#include - #include - - #include --- -cgit v0.11.2 diff --git a/dev-util/kdevelop-python/kdevelop-python-5.2.1.ebuild b/dev-util/kdevelop-python/kdevelop-python-5.2.1.ebuild deleted file mode 100644 index 11bbd220000..00000000000 --- a/dev-util/kdevelop-python/kdevelop-python-5.2.1.ebuild +++ /dev/null @@ -1,55 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -EGIT_BRANCH="5.2" -KDE_TEST="forceoptional" -KDEBASE="kdevelop" -KMNAME="kdev-python" -PYTHON_COMPAT=( python3_{4,5,6} ) -inherit kde5 python-single-r1 - -DESCRIPTION="Python plugin for KDevelop" -IUSE="" -[[ ${KDE_BUILD_TYPE} = release ]] && KEYWORDS="amd64 x86" - -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -DEPEND="${PYTHON_DEPS} - $(add_frameworks_dep kcompletion) - $(add_frameworks_dep kconfig) - $(add_frameworks_dep kcoreaddons) - $(add_frameworks_dep ki18n) - $(add_frameworks_dep kio) - $(add_frameworks_dep kitemmodels) - $(add_frameworks_dep knewstuff) - $(add_frameworks_dep kparts) - $(add_frameworks_dep ktexteditor) - $(add_frameworks_dep kwidgetsaddons) - $(add_frameworks_dep kxmlgui) - $(add_frameworks_dep threadweaver) - $(add_qt_dep qtgui) - $(add_qt_dep qtwidgets) - dev-util/kdevelop:5 -" -RDEPEND="${DEPEND} - dev-python/pycodestyle[${PYTHON_USEDEP}] -" - -RESTRICT+=" test" - -PATCHES=( "${FILESDIR}/${P}-qt-5.11.patch" ) - -pkg_setup() { - python-single-r1_pkg_setup - kde5_pkg_setup -} - -src_compile() { - pushd "${WORKDIR}"/${P}_build > /dev/null || die - emake parser - popd > /dev/null || die - - kde5_src_compile -}