commit: 04dcb52a470c526f301b654ee27e5a74573136d6
Author: Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Mon May 5 14:48:17 2014 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> 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}"