commit: 438b381a0e41adfb40ab0b18400620a0a2dee88c
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 31 14:28:57 2016 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Wed Aug 31 14:30:07 2016 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=438b381a
dev-util/kdevelop-php: moved to main tree
Package-Manager: portage-2.3.0
dev-util/kdevelop-php/kdevelop-php-5.0.0.ebuild | 43 -------------------------
1 file changed, 43 deletions(-)
diff --git a/dev-util/kdevelop-php/kdevelop-php-5.0.0.ebuild
b/dev-util/kdevelop-php/kdevelop-php-5.0.0.ebuild
deleted file mode 100644
index 1ed8ab7..0000000
--- a/dev-util/kdevelop-php/kdevelop-php-5.0.0.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-EGIT_BRANCH="5.0"
-KDEBASE="kdevelop"
-KDE_DOC_DIR="docs"
-KDE_HANDBOOK="forceoptional"
-KDE_TEST="forceoptional-recursive"
-KMNAME="kdev-php"
-VIRTUALX_REQUIRED="test"
-inherit kde5
-
-DESCRIPTION="PHP plugin for KDevelop"
-LICENSE="GPL-2 LGPL-2"
-IUSE=""
-[[ ${KDE_BUILD_TYPE} = release ]] && KEYWORDS="~amd64 ~x86"
-
-DEPEND="
- $(add_frameworks_dep karchive)
- $(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 kitemmodels)
- $(add_frameworks_dep ktexteditor)
- $(add_frameworks_dep kwidgetsaddons)
- $(add_frameworks_dep kxmlgui)
- $(add_frameworks_dep threadweaver)
- $(add_qt_dep qtgui)
- $(add_qt_dep qtwebkit)
- $(add_qt_dep qtwidgets)
- dev-util/kdevelop-pg-qt:5
- >=dev-util/kdevplatform-${PV}:${SLOT}
-"
-RDEPEND="${DEPEND}
- !dev-util/kdevelop-php-docs
- dev-util/kdevelop:5
-"