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 BC4E01381FA for ; Mon, 5 May 2014 14:49:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 503CFE0931; Mon, 5 May 2014 14:49:47 +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 E1480E0931 for ; Mon, 5 May 2014 14:49:46 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [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 074E63402DF for ; Mon, 5 May 2014 14:49:46 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id C8F591818D for ; Mon, 5 May 2014 14:49:42 +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: <1399301375.04dcb52a470c526f301b654ee27e5a74573136d6.johu@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-misc/milou/ X-VCS-Repository: proj/kde X-VCS-Files: kde-misc/milou/milou-4.9999.ebuild kde-misc/milou/milou-9999.ebuild X-VCS-Directories: kde-misc/milou/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: 04dcb52a470c526f301b654ee27e5a74573136d6 X-VCS-Branch: master Date: Mon, 5 May 2014 14:49:42 +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: 523620fb-df12-4e12-b846-c3caa993c014 X-Archives-Hash: 0abbdd9528529029fe65779ec78c0223 commit: 04dcb52a470c526f301b654ee27e5a74573136d6 Author: Johannes Huber gentoo org> AuthorDate: Mon May 5 14:48:17 2014 +0000 Commit: Johannes Huber gentoo org> CommitDate: Mon May 5 14:49:35 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=04dcb52a [kde-misc/milou] Version bump based on KF5 Package-Manager: portage-2.2.10 --- kde-misc/milou/{milou-9999.ebuild => milou-4.9999.ebuild} | 0 kde-misc/milou/milou-9999.ebuild | 13 +++++++------ 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/kde-misc/milou/milou-9999.ebuild b/kde-misc/milou/milou-4.9999.ebuild similarity index 100% copy from kde-misc/milou/milou-9999.ebuild copy to kde-misc/milou/milou-4.9999.ebuild diff --git a/kde-misc/milou/milou-9999.ebuild b/kde-misc/milou/milou-9999.ebuild index 57b8364..f21795e 100644 --- a/kde-misc/milou/milou-9999.ebuild +++ b/kde-misc/milou/milou-9999.ebuild @@ -4,19 +4,20 @@ EAPI=5 -KDE_MINIMAL="4.13" -inherit kde4-base +EGIT_BRANCH="frameworks" +inherit kde5 DESCRIPTION="Dedicated search application built on top of Baloo" HOMEPAGE="https://projects.kde.org/projects/extragear/base/milou" LICENSE="GPL-2 LGPL-2.1" -SLOT="4" KEYWORDS="" -IUSE="debug" +IUSE="" DEPEND=" - $(add_kdebase_dep baloo) - $(add_kdebase_dep kdepimlibs) + $(add_frameworks_dep kdelibs4support) + $(add_frameworks_dep krunner) + dev-qt/qtdeclarative:5 + dev-qt/qtgui:5 " RDEPEND="${DEPEND}"