From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (unknown [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 43F921381FA for ; Thu, 8 May 2014 12:23:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AE77DE08A1; Thu, 8 May 2014 12:23: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 3FD55E08A1 for ; Thu, 8 May 2014 12:23:04 +0000 (UTC) Received: from spoonbill.gentoo.org (unknown [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 53B8E33F85D for ; Thu, 8 May 2014 12:23:03 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id 075521818D for ; Thu, 8 May 2014 12:23:02 +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: <1399551771.01beb37c0daa7817c8fa2213d010c5332896862f.johu@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-base/baloo-widgets/ X-VCS-Repository: proj/kde X-VCS-Files: kde-base/baloo-widgets/baloo-widgets-9999.ebuild X-VCS-Directories: kde-base/baloo-widgets/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: 01beb37c0daa7817c8fa2213d010c5332896862f X-VCS-Branch: master Date: Thu, 8 May 2014 12:23:02 +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: 3f3ce8ae-a077-47ea-aade-3626c210c450 X-Archives-Hash: d1d8a99f81ea2d23850a4b3247adaf89 commit: 01beb37c0daa7817c8fa2213d010c5332896862f Author: Johannes Huber gentoo org> AuthorDate: Thu May 8 12:22:51 2014 +0000 Commit: Johannes Huber gentoo org> CommitDate: Thu May 8 12:22:51 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=01beb37c [kde-base/baloo-widgets] Version bump based on KF5 Package-Manager: portage-2.2.10 --- kde-base/baloo-widgets/baloo-widgets-9999.ebuild | 28 ++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/kde-base/baloo-widgets/baloo-widgets-9999.ebuild b/kde-base/baloo-widgets/baloo-widgets-9999.ebuild new file mode 100644 index 0000000..6cb2925 --- /dev/null +++ b/kde-base/baloo-widgets/baloo-widgets-9999.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +EGIT_BRANCH="frameworks" +inherit kde5 + +DESCRIPTION="Widget library for baloo" +KEYWORDS="" +IUSE="" + +DEPEND=" + $(add_frameworks_dep kcompletion) + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kdelibs4support) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kio) + $(add_frameworks_dep kwidgetsaddons) + $(add_kdebase_dep baloo) + $(add_kdebase_dep kfilemetadata) + dev-qt/qtcore:5 + dev-qt/qtgui:5 + dev-qt/qtwidgets:5 +" +RDEPEND="${DEPEND}"