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 D29111381F3 for ; Mon, 29 Apr 2013 15:50:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5BB5FE0A07; Mon, 29 Apr 2013 15:50:26 +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 D4AC6E0A07 for ; Mon, 29 Apr 2013 15:50:25 +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 9ECFF33BE0E for ; Mon, 29 Apr 2013 15:50:24 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 35C16E44C2 for ; Mon, 29 Apr 2013 15:50:23 +0000 (UTC) From: "David Heidelberger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Heidelberger" Message-ID: <1367250538.e7556c580d36cf9c5301bae880b5111360f8ed40.okias@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: dev-util/kdevplatform/, dev-util/kdevelop/ X-VCS-Repository: proj/kde X-VCS-Files: dev-util/kdevelop/kdevelop-4.5.0.ebuild dev-util/kdevplatform/kdevplatform-1.5.0.ebuild X-VCS-Directories: dev-util/kdevplatform/ dev-util/kdevelop/ X-VCS-Committer: okias X-VCS-Committer-Name: David Heidelberger X-VCS-Revision: e7556c580d36cf9c5301bae880b5111360f8ed40 X-VCS-Branch: master Date: Mon, 29 Apr 2013 15:50:23 +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: 5d460176-c43a-4c7e-99a3-eb19889e486e X-Archives-Hash: 42df2ff6a035588b79af130290cefc67 commit: e7556c580d36cf9c5301bae880b5111360f8ed40 Author: David Heidelberger ixit cz> AuthorDate: Mon Apr 29 15:48:58 2013 +0000 Commit: David Heidelberger gmail com> CommitDate: Mon Apr 29 15:48:58 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=e7556c58 [dev-util/kdevelop] bump 4.5.0, [dev-util/kdevplatform] bump 1.5.0 --- dev-util/kdevelop/kdevelop-4.5.0.ebuild | 49 ++++++++++++++++++++++ dev-util/kdevplatform/kdevplatform-1.5.0.ebuild | 51 +++++++++++++++++++++++ 2 files changed, 100 insertions(+), 0 deletions(-) diff --git a/dev-util/kdevelop/kdevelop-4.5.0.ebuild b/dev-util/kdevelop/kdevelop-4.5.0.ebuild new file mode 100644 index 0000000..32ce0e7 --- /dev/null +++ b/dev-util/kdevelop/kdevelop-4.5.0.ebuild @@ -0,0 +1,49 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=4 + +KDE_LINGUAS="bs ca ca@valencia da de el en_GB es et fi fr gl it nb nds nl pl pt +pt_BR ru sl sv th uk zh_CN zh_TW" +VIRTUALX_REQUIRED=test + +inherit kde4-base + +DESCRIPTION="Integrated Development Environment for Unix, supporting KDE/Qt, C/C++ and many other languages." +LICENSE="GPL-2 LGPL-2" +IUSE="+cmake +cxx debug okteta qthelp" + +if [[ $PV == *9999* ]]; then + KEYWORDS="" +else + KEYWORDS="~amd64 ~ppc ~x86" +fi + +DEPEND=" + $(add_kdebase_dep ksysguard) + $(add_kdebase_dep libkworkspace) + okteta? ( $(add_kdebase_dep okteta) ) + qthelp? ( dev-qt/qthelp:4 ) +" +RDEPEND="${DEPEND} + $(add_kdebase_dep kapptemplate) + dev-qt/qtdeclarative:4[webkit] + cxx? ( >=sys-devel/gdb-7.0[python] ) +" +RESTRICT="test" +# see bug 366471 + +src_configure() { + mycmakeargs=( + $(cmake-utils_use_build cmake) + $(cmake-utils_use_build cmake cmakebuilder) + $(cmake-utils_use_build cxx cpp) + $(cmake-utils_use_with okteta LibKasten) + $(cmake-utils_use_with okteta LibOkteta) + $(cmake-utils_use_with okteta LibOktetaKasten) + $(cmake-utils_use_build qthelp) + ) + + kde4-base_src_configure +} diff --git a/dev-util/kdevplatform/kdevplatform-1.5.0.ebuild b/dev-util/kdevplatform/kdevplatform-1.5.0.ebuild new file mode 100644 index 0000000..62c55f3 --- /dev/null +++ b/dev-util/kdevplatform/kdevplatform-1.5.0.ebuild @@ -0,0 +1,51 @@ +# 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 nb nds nl pl pt +pt_BR 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" + +if [[ $PV == *9999 ]]; then + KEYWORDS="" +else + KEYWORDS="~amd64 ~ppc ~x86" +fi + +DEPEND=" + dev-libs/boost:= + dev-libs/grantlee + reviewboard? ( dev-libs/qjson ) + subversion? ( + dev-libs/apr + dev-libs/apr-util + dev-vcs/subversion + ) +" +RDEPEND="${DEPEND} + !