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 A6DE6138D1B for ; Tue, 14 Jul 2015 20:55:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 99CFFE087E; Tue, 14 Jul 2015 20:55:28 +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 346E2E087E for ; Tue, 14 Jul 2015 20:55:28 +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 08804340968 for ; Tue, 14 Jul 2015 20:55:27 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8C003729 for ; Tue, 14 Jul 2015 20:55:25 +0000 (UTC) From: "Johannes Huber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Johannes Huber" Message-ID: <1436906941.ac631cde2bcf66066906fc9b6cabb1b10bce6943.johu@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-9999.ebuild X-VCS-Directories: dev-util/kdevelop-qmljs/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: ac631cde2bcf66066906fc9b6cabb1b10bce6943 X-VCS-Branch: master Date: Tue, 14 Jul 2015 20:55:25 +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: 9f2e6c6d-8ffd-44ed-837b-752ff8b5939e X-Archives-Hash: a5a420350b353f5dcf6bbd2aa38d4a4c commit: ac631cde2bcf66066906fc9b6cabb1b10bce6943 Author: Johannes Huber gentoo org> AuthorDate: Tue Jul 14 20:49:01 2015 +0000 Commit: Johannes Huber gentoo org> CommitDate: Tue Jul 14 20:49:01 2015 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=ac631cde [dev-util/kdevelop-qmljs] Add KF5 version Package-Manager: portage-2.2.20 dev-util/kdevelop-qmljs/kdevelop-qmljs-9999.ebuild | 33 ++++++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/dev-util/kdevelop-qmljs/kdevelop-qmljs-9999.ebuild b/dev-util/kdevelop-qmljs/kdevelop-qmljs-9999.ebuild new file mode 100644 index 0000000..757b172 --- /dev/null +++ b/dev-util/kdevelop-qmljs/kdevelop-qmljs-9999.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +KDEBASE="kdevelop" +KMNAME="kdev-qmljs" +KDE_TEST=true +inherit kde5 + +DESCRIPTION="QML and javascrip plugin for KDevelop 5" +LICENSE="GPL-2 LGPL-2" +IUSE="" +KEYWORDS="" + +DEPEND=" + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kdeclarative) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep ktexteditor) + $(add_frameworks_dep kxmlgui) + $(add_frameworks_dep threadweaver) + dev-qt/qtdeclarative:5 + dev-qt/qtgui:5 + dev-qt/qtwidgets:5 + dev-util/kdevplatform:5 +" +RDEPEND="${DEPEND} + dev-util/kdevelop:5 +" + +RESTRICT="test"