[gentoo-commits] repo/gentoo:master commit in: dev-util/kdevelop-python/files/, dev-util/kdevelop-python/

2018-07-09 Thread Johannes Huber
commit: c0e3e9bea0e613b07c7b7a7d97dcae67cfeafe22
Author: Johannes Huber  gentoo  org>
AuthorDate: Mon Jul  9 16:40:06 2018 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Mon Jul  9 16:42:24 2018 +
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..000
--- 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 11bbd22..000
--- 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
-}



[gentoo-commits] repo/gentoo:master commit in: dev-util/kdevelop-python/files/, dev-util/kdevelop-python/

2018-05-10 Thread Andreas Sturmlechner
commit: 68decc065ca312b10e9af2c7fb3d682bfc740d67
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu May 10 06:59:08 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu May 10 08:01:09 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68decc06

dev-util/kdevelop-python: Fix build with Qt 5.11

Package-Manager: Portage-2.3.36, Repoman-2.3.9

 .../files/kdevelop-python-5.2.1-qt-5.11.patch  | 24 ++
 .../kdevelop-python/kdevelop-python-5.2.1.ebuild   |  2 ++
 2 files changed, 26 insertions(+)

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
new file mode 100644
index 000..67528c55850
--- /dev/null
+++ b/dev-util/kdevelop-python/files/kdevelop-python-5.2.1-qt-5.11.patch
@@ -0,0 +1,24 @@
+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
index ba7fd2bc14f..11bbd22 100644
--- a/dev-util/kdevelop-python/kdevelop-python-5.2.1.ebuild
+++ b/dev-util/kdevelop-python/kdevelop-python-5.2.1.ebuild
@@ -39,6 +39,8 @@ RDEPEND="${DEPEND}
 
 RESTRICT+=" test"
 
+PATCHES=( "${FILESDIR}/${P}-qt-5.11.patch" )
+
 pkg_setup() {
python-single-r1_pkg_setup
kde5_pkg_setup