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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B74FC15ACFB for ; Sat, 22 Apr 2023 09:13:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 78593E0A49; Sat, 22 Apr 2023 09:13:48 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4C663E0A49 for ; Sat, 22 Apr 2023 09:13:48 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 28A4F34123D for ; Sat, 22 Apr 2023 09:13:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B386FA62 for ; Sat, 22 Apr 2023 09:13:43 +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: <1682154760.3a06ab68b2881cd1231d2214f0ebe7fdab358212.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-22.12.0.ebuild X-VCS-Directories: dev-util/kdevelop-python/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 3a06ab68b2881cd1231d2214f0ebe7fdab358212 X-VCS-Branch: master Date: Sat, 22 Apr 2023 09:13: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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: e5f78ddb-1da7-484d-ad41-9fef2057e2f2 X-Archives-Hash: a20f073ca9f0fe24b325bf7b863fc14e commit: 3a06ab68b2881cd1231d2214f0ebe7fdab358212 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Apr 22 09:09:52 2023 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Apr 22 09:12:40 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a06ab68 dev-util/kdevelop-python: drop 22.12.0 Signed-off-by: Andreas Sturmlechner gentoo.org> dev-util/kdevelop-python/Manifest | 1 - .../kdevelop-python/kdevelop-python-22.12.0.ebuild | 51 ---------------------- 2 files changed, 52 deletions(-) diff --git a/dev-util/kdevelop-python/Manifest b/dev-util/kdevelop-python/Manifest index 9b6dfeda567d..22185074f91e 100644 --- a/dev-util/kdevelop-python/Manifest +++ b/dev-util/kdevelop-python/Manifest @@ -1,3 +1,2 @@ -DIST kdev-python-22.12.0.tar.xz 1091048 BLAKE2B 72fa9cf9a17e05dadc79f1997e952430ef771a0075100a3e73f1e7415f62458e6cd34f0e901d2ca7e44cdd6251547a63320ccde0ed19e3f127f6f966d0c47c04 SHA512 d19b0fb4d1518adf9882962a79053178dad571e0d7841dd895ad089dd5e55916263317966bb3ecd0b59254cbad598025a74e259596821e12e2395ee27ed53766 DIST kdev-python-22.12.3.tar.xz 1095932 BLAKE2B d83d908928ad79f1bb2fd2ce7ff4f61b0fe12aa9a1345a486290ca15a9d8fae83680de3139874c12561e4bf90404ce640869d17e22efe11d31a531803d47ef36 SHA512 443618b9cd0ac1fcefecec1420a8a4a4de7c4e337031e6da3b258a286bb195e1bd548828155b0847b491b6310939080cd858987c44c0d4c5a87d6cf02ca10c6e DIST kdev-python-23.04.0.tar.xz 1096352 BLAKE2B dc6d9c8247e1805d127fb7031bf216fe4b787746b96ab99b31e03ce74fbacba6c0ce13692057dfb5cace9582462ec3d2019449d670755d240af2da69235c81bc SHA512 56997fc93c993bbbd584ca7a3c531a9f49198a412b628c975aa3d392128e8df3904e0b182d8bf4fd452701b59b9485e8cd9e628cb5523d2a31cc34b9d8cf307c diff --git a/dev-util/kdevelop-python/kdevelop-python-22.12.0.ebuild b/dev-util/kdevelop-python/kdevelop-python-22.12.0.ebuild deleted file mode 100644 index 7b9f763eae5a..000000000000 --- a/dev-util/kdevelop-python/kdevelop-python-22.12.0.ebuild +++ /dev/null @@ -1,51 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -ECM_TEST="forceoptional" -KDE_ORG_CATEGORY="kdevelop" -KDE_ORG_NAME="kdev-python" -PYTHON_COMPAT=( python3_{9..10} ) -KFMIN=5.99.0 -QTMIN=5.15.5 -inherit ecm gear.kde.org python-single-r1 - -DESCRIPTION="Python plugin for KDevelop" -HOMEPAGE="https://kdevelop.org/" - -LICENSE="GPL-2" # TODO: CHECK -SLOT="5" -IUSE="" -KEYWORDS="amd64 arm64 ~x86" - -REQUIRED_USE="${PYTHON_REQUIRED_USE}" -RESTRICT="test" - -DEPEND="${PYTHON_DEPS} - >=dev-qt/qtgui-${QTMIN}:5 - >=dev-qt/qtwidgets-${QTMIN}:5 - dev-util/kdevelop:5= - >=kde-frameworks/kcompletion-${KFMIN}:5 - >=kde-frameworks/kconfig-${KFMIN}:5 - >=kde-frameworks/kcoreaddons-${KFMIN}:5 - >=kde-frameworks/ki18n-${KFMIN}:5 - >=kde-frameworks/kio-${KFMIN}:5 - >=kde-frameworks/kitemmodels-${KFMIN}:5 - >=kde-frameworks/knewstuff-${KFMIN}:5 - >=kde-frameworks/kparts-${KFMIN}:5 - >=kde-frameworks/ktexteditor-${KFMIN}:5 - >=kde-frameworks/kwidgetsaddons-${KFMIN}:5 - >=kde-frameworks/kxmlgui-${KFMIN}:5 - >=kde-frameworks/threadweaver-${KFMIN}:5 -" -RDEPEND="${DEPEND} - $(python_gen_cond_dep ' - dev-python/pycodestyle[${PYTHON_USEDEP}] - ') -" - -pkg_setup() { - python-single-r1_pkg_setup - ecm_pkg_setup -}