summaryrefslogtreecommitdiff
path: root/dev-util
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2025-07-05 14:31:02 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2025-07-05 15:12:08 +0200
commit2698152c1ccea1acc82d715affd66f1377df50f3 (patch)
tree50ab0d5138810413228ade4b5dcac9cbbd38797d /dev-util
parentb0d64c8834d184137bde96a0e918559a8bae9756 (diff)
downloadkde-2698152c1ccea1acc82d715affd66f1377df50f3.tar.gz
kde-2698152c1ccea1acc82d715affd66f1377df50f3.tar.bz2
kde-2698152c1ccea1acc82d715affd66f1377df50f3.zip
dev-util/kdevelop-python: drop 25.04.49.9999
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'dev-util')
-rw-r--r--dev-util/kdevelop-python/kdevelop-python-25.04.49.9999.ebuild43
1 files changed, 0 insertions, 43 deletions
diff --git a/dev-util/kdevelop-python/kdevelop-python-25.04.49.9999.ebuild b/dev-util/kdevelop-python/kdevelop-python-25.04.49.9999.ebuild
deleted file mode 100644
index 4248ffe77c3..00000000000
--- a/dev-util/kdevelop-python/kdevelop-python-25.04.49.9999.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2025 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_{10..13} )
-KFMIN=6.13.0
-QTMIN=6.7.2
-inherit ecm gear.kde.org python-single-r1
-
-DESCRIPTION="Python plugin for KDevelop"
-HOMEPAGE="https://kdevelop.org/"
-
-LICENSE="GPL-2" # TODO: CHECK
-SLOT="6"
-KEYWORDS=""
-IUSE=""
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-RESTRICT="test"
-
-DEPEND="${PYTHON_DEPS}
- >=dev-qt/qt5compat-${QTMIN}:6
- >=dev-qt/qtbase-${QTMIN}:6[gui,widgets]
- dev-util/kdevelop:6=
- >=kde-frameworks/kconfig-${KFMIN}:6
- >=kde-frameworks/kcoreaddons-${KFMIN}:6
- >=kde-frameworks/ki18n-${KFMIN}:6
- >=kde-frameworks/kparts-${KFMIN}:6
- >=kde-frameworks/kservice-${KFMIN}:6
- >=kde-frameworks/ktexteditor-${KFMIN}:6
- >=kde-frameworks/kwidgetsaddons-${KFMIN}:6
- >=kde-frameworks/kxmlgui-${KFMIN}:6
- >=kde-frameworks/threadweaver-${KFMIN}:6
-"
-RDEPEND="${DEPEND}
- $(python_gen_cond_dep '
- dev-python/pycodestyle[${PYTHON_USEDEP}]
- ')
-"