From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id ED40D1387B2 for ; Fri, 27 Dec 2013 16:19:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 50B7EE0929; Fri, 27 Dec 2013 16:19:16 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D7DFAE0929 for ; Fri, 27 Dec 2013 16:19:15 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0DCB633F754 for ; Fri, 27 Dec 2013 16:19:15 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id A0995E5535 for ; Fri, 27 Dec 2013 16:19:12 +0000 (UTC) From: "Chris Reffett" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Chris Reffett" Message-ID: <1388158521.87b8f9fe63b1a38f65cbc355369b63ca09c304e3.creffett@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: dev-util/kdevelop-php/ X-VCS-Repository: proj/kde X-VCS-Files: dev-util/kdevelop-php/kdevelop-php-1.6.0.ebuild X-VCS-Directories: dev-util/kdevelop-php/ X-VCS-Committer: creffett X-VCS-Committer-Name: Chris Reffett X-VCS-Revision: 87b8f9fe63b1a38f65cbc355369b63ca09c304e3 X-VCS-Branch: master Date: Fri, 27 Dec 2013 16:19:12 +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: 5584a841-31e4-41b2-8e15-2e3d3a4e88cb X-Archives-Hash: 9e5a68fd6ff44135190ee7a3ea23fa20 commit: 87b8f9fe63b1a38f65cbc355369b63ca09c304e3 Author: Chris Reffett gentoo org> AuthorDate: Fri Dec 27 15:35:21 2013 +0000 Commit: Chris Reffett gentoo org> CommitDate: Fri Dec 27 15:35:21 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=87b8f9fe [dev-util/kdevelop-php] Version bump. Package-Manager: portage-2.2.7 --- dev-util/kdevelop-php/kdevelop-php-1.6.0.ebuild | 35 +++++++++++++++++++++++++ 1 file changed, 35 insertions(+) diff --git a/dev-util/kdevelop-php/kdevelop-php-1.6.0.ebuild b/dev-util/kdevelop-php/kdevelop-php-1.6.0.ebuild new file mode 100644 index 0000000..16a3408 --- /dev/null +++ b/dev-util/kdevelop-php/kdevelop-php-1.6.0.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/kdevelop-php/kdevelop-php-1.5.2.ebuild,v 1.1 2013/10/31 17:45:01 johu Exp $ + +EAPI=5 + +KDE_LINGUAS="bs ca ca@valencia da de el en_GB es et fi fr gl hu it kk nb nds nl +pl pt pt_BR ru sl sv th uk zh_CN zh_TW" +VIRTUALX_REQUIRED=test +KDEBASE="kdevelop" +KMNAME="kdev-php" +EGIT_REPONAME="${KMNAME}" +inherit kde4-base + +DESCRIPTION="PHP plugin for KDevelop 4" +LICENSE="GPL-2 LGPL-2" +IUSE="debug doc" +SRC_URI="mirror://kde/stable/kdevelop/${KDEVELOP_VERSION}/src/${P}.tar.xz" + +if [[ $PV != *9999* ]]; then + KEYWORDS="~amd64 ~x86" +else + KEYWORDS="" +fi + +DEPEND=" + >=dev-util/kdevelop-pg-qt-1.0.0 +" +RDEPEND=" + dev-util/kdevelop + doc? ( >=dev-util/kdevelop-php-docs-${PV}:${SLOT} ) +" +PATCHES=( "${FILESDIR}/${PN}"-1.2.0-parmake.patch ) + +RESTRICT="test"