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 96ED61396D0 for ; Sat, 19 Aug 2017 20:21:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 087B5E0D90; Sat, 19 Aug 2017 20:21:10 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 D0BC1E0D90 for ; Sat, 19 Aug 2017 20:21:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 994F3341A33 for ; Sat, 19 Aug 2017 20:21:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0FE8E7B8C for ; Sat, 19 Aug 2017 20:21:07 +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: <1503174006.72195c47250e45c1d2227bbe4548db781cf1f9c4.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/kdevelop-python/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/kdevelop-python/Manifest dev-util/kdevelop-python/kdevelop-python-5.1.0-r1.ebuild X-VCS-Directories: dev-util/kdevelop-python/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 72195c47250e45c1d2227bbe4548db781cf1f9c4 X-VCS-Branch: master Date: Sat, 19 Aug 2017 20:21:07 +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: b10a8de0-b3f5-494c-9075-61d5c786b58b X-Archives-Hash: 61e5aa9ef242865d5100851ec5c61d26 commit: 72195c47250e45c1d2227bbe4548db781cf1f9c4 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Aug 19 20:13:09 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Aug 19 20:20:06 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72195c47 dev-util/kdevelop-python: Drop old Package-Manager: Portage-2.3.8, Repoman-2.3.3 dev-util/kdevelop-python/Manifest | 1 - .../kdevelop-python-5.1.0-r1.ebuild | 53 ---------------------- 2 files changed, 54 deletions(-) diff --git a/dev-util/kdevelop-python/Manifest b/dev-util/kdevelop-python/Manifest index 2b8aa6f8ceb..9a9861ef280 100644 --- a/dev-util/kdevelop-python/Manifest +++ b/dev-util/kdevelop-python/Manifest @@ -1,2 +1 @@ -DIST kdev-python-5.1.0.tar.xz 1068408 SHA256 362334b35a807af9143cd209619939f514a526d7e93a7f22000ed090c045d918 SHA512 9e7a847d0303a580929d70016de43392b0fe59531b4edafd25f601c27f87edae0c9056c77da2092d2d6fabd7a60e0f259a9a4209d7eef94fc932f35d9f2f9092 WHIRLPOOL 712057597fe91d42930d19b32dba1ceeb687d3e9e32ed100f37b9a0a4bbf075137098f95aa7f218f4e5797dfc81f9efbdaf5bc232dd62878d6731dba0309752c DIST kdev-python-5.1.1.tar.xz 1068832 SHA256 e2d8ed64106fb6ff12161095df67d078af9e56c9075f7c2a99d96fb517ff020e SHA512 e232b2fc44876c8e46422ea2986c2df06071e3422236139d3658f514d2f9d968c4f6320048566fe991c5c510cc3cf36eb55389e3d2205bb29c92b4c6a97b19bf WHIRLPOOL c5990fb2bbd74aee057b31b9dd74dafad0d1a8fe183f8c9321d444aca820dffe85a37642fa7de961362dea1b51224d6e3e80ab4c67525c82c676a152dd76425b diff --git a/dev-util/kdevelop-python/kdevelop-python-5.1.0-r1.ebuild b/dev-util/kdevelop-python/kdevelop-python-5.1.0-r1.ebuild deleted file mode 100644 index 4e6c4ee8caa..00000000000 --- a/dev-util/kdevelop-python/kdevelop-python-5.1.0-r1.ebuild +++ /dev/null @@ -1,53 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -EGIT_BRANCH="5.1" -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/kdevplatform:5 -" -RDEPEND="${DEPEND} - dev-python/pycodestyle[${PYTHON_USEDEP}] - dev-util/kdevelop:5 -" - -RESTRICT+=" test" - -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 -}