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 3433159CAF for ; Thu, 7 Apr 2016 12:42:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E385E21C001; Thu, 7 Apr 2016 12:42:39 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 893A421C001 for ; Thu, 7 Apr 2016 12:42:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 F3A15340EF8 for ; Thu, 7 Apr 2016 12:42:37 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1E2AACA for ; Thu, 7 Apr 2016 12:42:36 +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: <1460032945.efeacc7e6a4635a1d4bcf96dd6d99563fff58117.kensington@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/sweeper/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/sweeper/sweeper-5.9999.ebuild X-VCS-Directories: kde-apps/sweeper/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: efeacc7e6a4635a1d4bcf96dd6d99563fff58117 X-VCS-Branch: master Date: Thu, 7 Apr 2016 12:42:36 +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: 6a32f811-d1b2-459c-8ed8-a7ffa436fa24 X-Archives-Hash: b759df4f4f8289eb1fc5655269cb1eae commit: efeacc7e6a4635a1d4bcf96dd6d99563fff58117 Author: Michael Palimaka gentoo org> AuthorDate: Thu Apr 7 12:42:25 2016 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Thu Apr 7 12:42:25 2016 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=efeacc7e kde-apps/sweeper: add kf5 ebuild Package-Manager: portage-2.2.28 kde-apps/sweeper/sweeper-5.9999.ebuild | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/kde-apps/sweeper/sweeper-5.9999.ebuild b/kde-apps/sweeper/sweeper-5.9999.ebuild new file mode 100644 index 0000000..f5150b5 --- /dev/null +++ b/kde-apps/sweeper/sweeper-5.9999.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +KDE_HANDBOOK="forceoptional" +EGIT_BRANCH="frameworks" +inherit kde5 + +DESCRIPTION="KDE Privacy Settings Widget" +HOMEPAGE="https://www.kde.org/applications/utilities/sweeper +https://utils.kde.org/projects/sweeper" +KEYWORDS="" +IUSE="" + +DEPEND=" + $(add_frameworks_dep kbookmarks) + $(add_frameworks_dep kcrash) + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kconfigwidgets) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kdelibs4support) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kio) + $(add_frameworks_dep ktextwidgets) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kxmlgui) + $(add_qt_dep qtdbus) + $(add_qt_dep qtwidgets) + $(add_qt_dep qtxml) +" +RDEPEND="${DEPEND}"