summaryrefslogtreecommitdiff
path: root/dev-util
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2025-11-06 17:44:15 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2025-11-06 17:50:40 +0100
commit75dd4148ffcb8076ca7d877644cc5a96ecbcc664 (patch)
tree5bdfe87dc5d59d6b2c9e00c4e344d008053a8e18 /dev-util
parent88ed4d31f376a2618858d84ac0a802ec88af96fd (diff)
downloadkde-75dd4148ffcb8076ca7d877644cc5a96ecbcc664.tar.gz
kde-75dd4148ffcb8076ca7d877644cc5a96ecbcc664.tar.bz2
kde-75dd4148ffcb8076ca7d877644cc5a96ecbcc664.zip
dev-util/kdevelop-python: drop 25.08.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.08.49.9999.ebuild45
1 files changed, 0 insertions, 45 deletions
diff --git a/dev-util/kdevelop-python/kdevelop-python-25.08.49.9999.ebuild b/dev-util/kdevelop-python/kdevelop-python-25.08.49.9999.ebuild
deleted file mode 100644
index ed1b4dc45e4..00000000000
--- a/dev-util/kdevelop-python/kdevelop-python-25.08.49.9999.ebuild
+++ /dev/null
@@ -1,45 +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_{11..14} )
-KFMIN=6.16.0
-QTMIN=6.9.1
-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}"
-
-COMMON_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
-"
-DEPEND="${COMMON_DEPEND}
- dev-util/kdevelop:6=[test?]
-"
-RDEPEND="${COMMON_DEPEND}
- $(python_gen_cond_dep '
- dev-python/pycodestyle[${PYTHON_USEDEP}]
- ')
-"