From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3A232138330 for ; Wed, 31 Aug 2016 14:24:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EE96AE0B16; Wed, 31 Aug 2016 14:23:54 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6F10DE0B08 for ; Wed, 31 Aug 2016 14:23:52 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 98B71340861 for ; Wed, 31 Aug 2016 14:23:51 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2CB09247E for ; Wed, 31 Aug 2016 14:23:48 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1472653406.6d84aa9e6ad3d85a46b789397f846d46ff1235ed.kensington@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/kdevelop-php/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/kdevelop-php/kdevelop-php-5.0.0.ebuild X-VCS-Directories: dev-util/kdevelop-php/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 6d84aa9e6ad3d85a46b789397f846d46ff1235ed X-VCS-Branch: master Date: Wed, 31 Aug 2016 14:23:48 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 1776fcbc-25fd-400b-9945-0e6f201504e0 X-Archives-Hash: 17daa6f1aa87c1f5595e1e0b3024177e commit: 6d84aa9e6ad3d85a46b789397f846d46ff1235ed Author: Michael Palimaka gentoo org> AuthorDate: Wed Aug 31 13:48:42 2016 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Wed Aug 31 14:23:26 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d84aa9e dev-util/kdevelop-php: version bump Package-Manager: portage-2.3.0 dev-util/kdevelop-php/kdevelop-php-5.0.0.ebuild | 43 +++++++++++++++++++++++++ 1 file changed, 43 insertions(+) diff --git a/dev-util/kdevelop-php/kdevelop-php-5.0.0.ebuild b/dev-util/kdevelop-php/kdevelop-php-5.0.0.ebuild new file mode 100644 index 00000000..1ed8ab7 --- /dev/null +++ b/dev-util/kdevelop-php/kdevelop-php-5.0.0.ebuild @@ -0,0 +1,43 @@ +# 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 +"