From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0E86F139694 for ; Thu, 23 Feb 2017 23:20:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 59E6621C25C; Thu, 23 Feb 2017 23:20:13 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 380C221C25C for ; Thu, 23 Feb 2017 23:20:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4FEBD3416B6 for ; Thu, 23 Feb 2017 23:20:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E0A815205 for ; Thu, 23 Feb 2017 23:20:09 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1487891965.c74795dc80133e090e9d2dd64f667f955e4a68f1.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/kde-dev-utils/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/kde-dev-utils/kde-dev-utils-5.9999.ebuild X-VCS-Directories: kde-apps/kde-dev-utils/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: c74795dc80133e090e9d2dd64f667f955e4a68f1 X-VCS-Branch: master Date: Thu, 23 Feb 2017 23:20:09 +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: e2895b5d-29fc-4cc3-b632-cfe542f7b966 X-Archives-Hash: 8a078ad0a3f8b87eed5868dd81875573 commit: c74795dc80133e090e9d2dd64f667f955e4a68f1 Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Feb 23 23:17:32 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Feb 23 23:19:25 2017 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=c74795dc kde-apps/kde-dev-utils: Add KF5 version Package-Manager: portage-2.3.3 kde-apps/kde-dev-utils/kde-dev-utils-5.9999.ebuild | 29 ++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/kde-apps/kde-dev-utils/kde-dev-utils-5.9999.ebuild b/kde-apps/kde-dev-utils/kde-dev-utils-5.9999.ebuild new file mode 100644 index 0000000000..51ca9eb8d8 --- /dev/null +++ b/kde-apps/kde-dev-utils/kde-dev-utils-5.9999.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +EGIT_BRANCH="frameworks" +inherit kde5 + +DESCRIPTION="KDE Development Utilities" +LICENSE="GPL-2+" +KEYWORDS="" +IUSE="" + +DEPEND=" + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kconfigwidgets) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kio) + $(add_frameworks_dep kjobwidgets) + $(add_frameworks_dep kparts) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kxmlgui) + $(add_qt_dep designer) + $(add_qt_dep qtgui) + $(add_qt_dep qtwidgets) +" +RDEPEND="${DEPEND}"