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 891CE138A1A for ; Thu, 8 Jan 2015 10:44:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 30643E085E; Thu, 8 Jan 2015 10:44:04 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7D0FDE086B for ; Thu, 8 Jan 2015 10:44:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 669423406EB for ; Thu, 8 Jan 2015 10:44:02 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 131E8F1FB for ; Thu, 8 Jan 2015 10:44:01 +0000 (UTC) From: "Manuel Rüger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Manuel Rüger" Message-ID: <1420307089.1d1e954d3a7cf8993f8e3d6838e2091097be7092.mrueg@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: dev-util/kdevelop-qmljs/ X-VCS-Repository: proj/kde X-VCS-Files: dev-util/kdevelop-qmljs/kdevelop-qmljs-1.7.0.ebuild X-VCS-Directories: dev-util/kdevelop-qmljs/ X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rüger X-VCS-Revision: 1d1e954d3a7cf8993f8e3d6838e2091097be7092 X-VCS-Branch: master Date: Thu, 8 Jan 2015 10:44:01 +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: f3f32373-460b-493e-baa2-9afa68a8e608 X-Archives-Hash: 6ae64e1b32095919fe9587ce4e8737de commit: 1d1e954d3a7cf8993f8e3d6838e2091097be7092 Author: Øystein S. Haaland gmail com> AuthorDate: Sat Jan 3 17:44:49 2015 +0000 Commit: Manuel Rüger gentoo org> CommitDate: Sat Jan 3 17:44:49 2015 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=1d1e954d Add initial version of qml/js plugin for kdevelop --- .../kdevelop-qmljs/kdevelop-qmljs-1.7.0.ebuild | 29 ++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/dev-util/kdevelop-qmljs/kdevelop-qmljs-1.7.0.ebuild b/dev-util/kdevelop-qmljs/kdevelop-qmljs-1.7.0.ebuild new file mode 100644 index 0000000..89bea39 --- /dev/null +++ b/dev-util/kdevelop-qmljs/kdevelop-qmljs-1.7.0.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +KDEBASE="kdevelop" +KMNAME="kdev-qmljs" +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 sl sv uk zh_CN zh_TW" +MY_P="${KMNAME}-${PV}" + +inherit kde4-base + +DESCRIPTION="QML and javascrip plugin for KDevelop 4" +LICENSE="GPL-2 LGPL-2" +IUSE="debug" +SRC_URI="mirror://kde/stable/kdevelop/${KMNAME}/${PV}/src/${MY_P}.tar.xz" +KEYWORDS="~amd64 ~x86" +S=${WORKDIR}/${MY_P} + +RESTRICT="mirror" + +COMMON_DEPEND=">=dev-util/kdevplatform-${PV}:4" + +RDEPEND=" + ${COMMON_DEPEND} + dev-util/kdevelop:4 +"