mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-25 08:58:27 -07:00
dev-util/kdevelop-python: Remove 5.2.1
Superseded by 5.2.3. Package-Manager: Portage-2.3.41, Repoman-2.3.9
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -1,24 +0,0 @@
|
||||
From a4a3cfb040054e7ca938bdd593c6c3c80d80807f Mon Sep 17 00:00:00 2001
|
||||
From: Luca Beltrame <lbeltrame@kde.org>
|
||||
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 <QAction>
|
||||
#include <QTemporaryFile>
|
||||
|
||||
#include <language/backgroundparser/backgroundparser.h>
|
||||
--
|
||||
cgit v0.11.2
|
||||
@@ -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
|
||||
}
|
||||
Reference in New Issue
Block a user