mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-08 00:05:33 +03:00
dev-util/kdevelop-php: drop 25.08.2
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
parent
2ae3088419
commit
7e9aa644f9
@ -1,2 +1 @@
|
||||
DIST kdev-php-25.08.2.tar.xz 1101020 BLAKE2B f867693027877bd3be138551c5d5bd2277b020c08893320f0b6a052896457fac025971f5463fbc9d49a0c8dcd8bb3f172cf414d1fe48884ea53907abc244cba1 SHA512 d9315d54fec5a516a5808b20dbdbbd32ad32cfd164247eb1565b132f248d63f4042b1863fafd3e42f0edc7fa59e63dfa56cdf8a35a360fa17360b4800c925308
|
||||
DIST kdev-php-25.08.3.tar.xz 1101088 BLAKE2B 731dfb3a16add9aead47bc72a0adab0dc17e6d0ad67b5cd4a5251982583507e1c5a21ca3d2dd610259c06cfb34609e9e267766c6f0621897370b944c53ae632e SHA512 9ee6ff2e55f83c1501be9f440c8123596d816311156e96fba9f2994499d974d0f48be751a42cfe166331a598eee73459df9ccfb804ea4f50d1b10af4cc22d026
|
||||
|
||||
@ -1,51 +0,0 @@
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
ECM_HANDBOOK="forceoptional"
|
||||
ECM_HANDBOOK_DIR="docs"
|
||||
ECM_TEST="true"
|
||||
KDE_ORG_CATEGORY="kdevelop"
|
||||
KDE_ORG_NAME="kdev-php"
|
||||
KFMIN=6.16.0
|
||||
QTMIN=6.9.1
|
||||
inherit ecm gear.kde.org
|
||||
|
||||
DESCRIPTION="PHP plugin for KDevelop"
|
||||
HOMEPAGE="https://kdevelop.org/"
|
||||
|
||||
LICENSE="GPL-2 LGPL-2"
|
||||
SLOT="6"
|
||||
KEYWORDS="amd64 arm64"
|
||||
IUSE=""
|
||||
|
||||
# remaining tests fail for some, bug 668530
|
||||
RESTRICT="test"
|
||||
|
||||
DEPEND="
|
||||
>=dev-qt/qt5compat-${QTMIN}:6
|
||||
>=dev-qt/qtbase-${QTMIN}:6[gui,widgets]
|
||||
dev-util/kdevelop:6=
|
||||
>=dev-util/kdevelop-pg-qt-2.3.0:0
|
||||
>=kde-frameworks/kcmutils-${KFMIN}:6
|
||||
>=kde-frameworks/kcolorscheme-${KFMIN}:6
|
||||
>=kde-frameworks/kconfig-${KFMIN}:6
|
||||
>=kde-frameworks/kcoreaddons-${KFMIN}:6
|
||||
>=kde-frameworks/ki18n-${KFMIN}:6
|
||||
>=kde-frameworks/kio-${KFMIN}:6
|
||||
>=kde-frameworks/ktexteditor-${KFMIN}:6
|
||||
>=kde-frameworks/kwidgetsaddons-${KFMIN}:6
|
||||
>=kde-frameworks/kxmlgui-${KFMIN}:6
|
||||
>=kde-frameworks/threadweaver-${KFMIN}:6
|
||||
"
|
||||
RDEPEND="${DEPEND}"
|
||||
BDEPEND="test? ( dev-util/kdevelop:6[test] )"
|
||||
|
||||
src_test() {
|
||||
# tests hang, bug 667922
|
||||
local myctestargs=(
|
||||
-E "(completionbenchmark|duchain_multiplefiles)"
|
||||
)
|
||||
ecm_src_test
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user