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 E0044138A6C for ; Thu, 9 Apr 2015 15:23:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 53D25E0785; Thu, 9 Apr 2015 15:23:01 +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 004B5E0785 for ; Thu, 9 Apr 2015 15:23:00 +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 29FDC340B11 for ; Thu, 9 Apr 2015 15:23:00 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 82B11158E7 for ; Thu, 9 Apr 2015 15:22:56 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1428592929.01919a69bc68bde4cf48932330f634811a5f709f.kensington@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-sdk/ X-VCS-Repository: proj/kde X-VCS-Files: kde-plasma/plasma-sdk/metadata.xml kde-plasma/plasma-sdk/plasma-sdk-9999.ebuild X-VCS-Directories: kde-plasma/plasma-sdk/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 01919a69bc68bde4cf48932330f634811a5f709f X-VCS-Branch: master Date: Thu, 9 Apr 2015 15:22:56 +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: dc72b8b6-85b0-4feb-a11d-f305ccd8da68 X-Archives-Hash: 9076120853f087cd1bdabf07b030282d commit: 01919a69bc68bde4cf48932330f634811a5f709f Author: Michael Palimaka gentoo org> AuthorDate: Thu Apr 9 15:22:09 2015 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Thu Apr 9 15:22:09 2015 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=01919a69 [kde-plasma/plasma-sdk] New package. Package-Manager: portage-2.2.18 kde-plasma/plasma-sdk/metadata.xml | 5 ++++ kde-plasma/plasma-sdk/plasma-sdk-9999.ebuild | 34 ++++++++++++++++++++++++++++ 2 files changed, 39 insertions(+) diff --git a/kde-plasma/plasma-sdk/metadata.xml b/kde-plasma/plasma-sdk/metadata.xml new file mode 100644 index 0000000..a23f444 --- /dev/null +++ b/kde-plasma/plasma-sdk/metadata.xml @@ -0,0 +1,5 @@ + + + + kde + diff --git a/kde-plasma/plasma-sdk/plasma-sdk-9999.ebuild b/kde-plasma/plasma-sdk/plasma-sdk-9999.ebuild new file mode 100644 index 0000000..ebeaebe --- /dev/null +++ b/kde-plasma/plasma-sdk/plasma-sdk-9999.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +KDE_TEST="true" +inherit kde5 + +DESCRIPTION="Useful applications for Plasma development" +KEYWORDS="" +IUSE="" + +DEPEND=" + $(add_frameworks_dep karchive) + $(add_frameworks_dep kcompletion) + $(add_frameworks_dep kconfigwidgets) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kdeclarative) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kiconthemes) + $(add_frameworks_dep kio) + $(add_frameworks_dep kpackage) + $(add_frameworks_dep kservice) + $(add_frameworks_dep ktexteditor) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep plasma) + dev-qt/qtdbus:5 + dev-qt/qtdeclarative:5 + dev-qt/qtgui:5 + dev-qt/qtwidgets:5 + dev-qt/qtxml:5 +" +RDEPEND="${DEPEND}"