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 A6CB8138247 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 588B1E0996; Fri, 27 Dec 2013 16:19:15 +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 D4250E0929 for ; Fri, 27 Dec 2013 16:19:14 +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 CEFE733DA86 for ; Fri, 27 Dec 2013 16:19:13 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 5B0B4E54C1 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: <1388157551.05360efdfd989b30d4dc8a9760d46890464d077e.creffett@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: dev-util/kdevplatform/ X-VCS-Repository: proj/kde X-VCS-Files: dev-util/kdevplatform/kdevplatform-1.6.0.ebuild X-VCS-Directories: dev-util/kdevplatform/ X-VCS-Committer: creffett X-VCS-Committer-Name: Chris Reffett X-VCS-Revision: 05360efdfd989b30d4dc8a9760d46890464d077e 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: cdb17366-146f-4d52-95df-f9e24d45ed63 X-Archives-Hash: a165c1421485c6c755c43c923dddc252 commit: 05360efdfd989b30d4dc8a9760d46890464d077e Author: Chris Reffett gentoo org> AuthorDate: Fri Dec 27 15:19:11 2013 +0000 Commit: Chris Reffett gentoo org> CommitDate: Fri Dec 27 15:19:11 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=05360efd [dev-util/kdevplatform] Bump to 1.6.0, add RESTRICT=test due to test hang Package-Manager: portage-2.2.7 --- dev-util/kdevplatform/kdevplatform-1.6.0.ebuild | 53 +++++++++++++++++++++++++ 1 file changed, 53 insertions(+) diff --git a/dev-util/kdevplatform/kdevplatform-1.6.0.ebuild b/dev-util/kdevplatform/kdevplatform-1.6.0.ebuild new file mode 100644 index 0000000..f61dd1c --- /dev/null +++ b/dev-util/kdevplatform/kdevplatform-1.6.0.ebuild @@ -0,0 +1,53 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +KMNAME="kdevelop" +KDE_MINIMAL="4.7" +KDE_LINGUAS="bs ca ca@valencia da de el en_GB es et fi fr gl it kk nb nds nl pl +pt pt_BR ru sk sl sv th uk zh_CN zh_TW" +VIRTUALDBUS_TEST="true" +VIRTUALX_REQUIRED="test" +EGIT_REPONAME="${PN}" +inherit kde4-base + +DESCRIPTION="KDE development support libraries and apps" +LICENSE="GPL-2 LGPL-2" +IUSE="cvs debug reviewboard subversion" +SRC_URI="mirror://kde/stable/kdevelop/${KDEVELOP_VERSION}/src/${P}.tar.xz" + +if [[ $PV == *9999 ]]; then + KEYWORDS="" +else + KEYWORDS="~amd64 ~ppc ~x86" +fi + +RESTRICT="test" + +DEPEND=" + dev-libs/boost:= + dev-libs/grantlee + reviewboard? ( dev-libs/qjson ) + subversion? ( + dev-libs/apr + dev-libs/apr-util + dev-vcs/subversion + ) +" +RDEPEND="${DEPEND} + !