diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-11-13 03:31:38 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-11-13 03:31:38 +0100 |
commit | e503d4e55b318f0cf0ea22e7e90bf9c517d186c8 (patch) | |
tree | ebca2c18ece19197738fa6b7901a1153a37fcb3e /dev-util | |
parent | dev-util/kdevelop-python: Drop 5.4.3 (diff) | |
download | gentoo-e503d4e55b318f0cf0ea22e7e90bf9c517d186c8.tar.gz gentoo-e503d4e55b318f0cf0ea22e7e90bf9c517d186c8.tar.bz2 gentoo-e503d4e55b318f0cf0ea22e7e90bf9c517d186c8.zip |
dev-util/kdevelop-php: Drop 5.4.3
Package-Manager: Portage-2.3.79, Repoman-2.3.18
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/kdevelop-php/Manifest | 1 | ||||
-rw-r--r-- | dev-util/kdevelop-php/kdevelop-php-5.4.3.ebuild | 52 |
2 files changed, 0 insertions, 53 deletions
diff --git a/dev-util/kdevelop-php/Manifest b/dev-util/kdevelop-php/Manifest index bd5c398f8d0f..eea6ffca2e51 100644 --- a/dev-util/kdevelop-php/Manifest +++ b/dev-util/kdevelop-php/Manifest @@ -1,3 +1,2 @@ DIST kdev-php-5.4.2.tar.xz 1042248 BLAKE2B dbdbd12de37a3d37b96530a25db46daca7ad7c09854ba08417abe19f5136331091ef6ba977e2eca46b423ace167bea0082e71f57d9d9b41b2f9908856883f3c1 SHA512 c805431aa4efda12d15898dfe33d8c096e042fbf3077d377eb524c59b9da14c0930fbc2c456e5760452ca238b5269f360741998af0b429096ccd57fbe6575a0a -DIST kdev-php-5.4.3.tar.xz 1042108 BLAKE2B 65191e7fda03f00e3cfe0332325bd804ba357ea569ac223237d2cae4737e50a1d79b8eb422f464f2d2b0cdb48eed7d38b77b45f3cdb75e0fdd1db9ecc73e6470 SHA512 38f6e7fec5b08ac8cdeabb111545dc6fca522f560b953ee51f9f37e9905780adddabc7d2e30333dfaf735a1869f33c6bd2fe2dfbd054f7b874e1454e701e3a25 DIST kdev-php-5.4.4.tar.xz 1042188 BLAKE2B 2124f0530d665abbc4eb6258c776afe42a42cba187c30b8ca6b6a8c9004a8b006e6c67a7762ebf47baa5dc0e7df3ebcae2e5caeee2519b5fbbe4003640583dd4 SHA512 597983ba7e1f56e7508ec2786661ecba0383243c3652b55c39fdda0831ce13e7cc559155e059674940f7dae88dc5c309f412e0877d376345a29fa556e5f8fd1b diff --git a/dev-util/kdevelop-php/kdevelop-php-5.4.3.ebuild b/dev-util/kdevelop-php/kdevelop-php-5.4.3.ebuild deleted file mode 100644 index 736a5e6971ab..000000000000 --- a/dev-util/kdevelop-php/kdevelop-php-5.4.3.ebuild +++ /dev/null @@ -1,52 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -KDE_DOC_DIR="docs" -KDE_HANDBOOK="forceoptional" -KDE_TEST="true" -KMNAME="kdev-php" -VIRTUALX_REQUIRED="test" -inherit kde5 - -if [[ ${KDE_BUILD_TYPE} = release ]]; then - KEYWORDS="~amd64 ~x86" -fi - -DESCRIPTION="PHP plugin for KDevelop" -HOMEPAGE="https://www.kdevelop.org/" -LICENSE="GPL-2 LGPL-2" -IUSE="" - -BDEPEND=" - test? ( dev-util/kdevelop:5[test] ) -" -DEPEND=" - $(add_frameworks_dep kcmutils) - $(add_frameworks_dep kconfig) - $(add_frameworks_dep kconfigwidgets) - $(add_frameworks_dep kcoreaddons) - $(add_frameworks_dep ki18n) - $(add_frameworks_dep kio) - $(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/kdevelop-pg-qt:5 - dev-util/kdevelop:5= -" -RDEPEND="${DEPEND}" - -# remaining tests fail for some, bug 668530 -RESTRICT+=" test" - -src_test() { - # tests hang, bug 667922 - local myctestargs=( - -E "(completionbenchmark|duchain_multiplefiles)" - ) - kde5_src_test -} |