commit: 7d780c45df83cb362a8201367667714d6886a536 Author: Johannes Huber <johu <AT> gentoo <DOT> org> AuthorDate: Sat Mar 22 14:16:02 2014 +0000 Commit: Johannes Huber <johu <AT> gentoo <DOT> org> CommitDate: Sat Mar 22 14:16:02 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=7d780c45
[kde-misc/milou] New package Package-Manager: portage-2.2.8-r1 --- kde-misc/milou/metadata.xml | 5 +++++ kde-misc/milou/milou-9999.ebuild | 22 ++++++++++++++++++++++ 2 files changed, 27 insertions(+) diff --git a/kde-misc/milou/metadata.xml b/kde-misc/milou/metadata.xml new file mode 100644 index 0000000..a23f444 --- /dev/null +++ b/kde-misc/milou/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>kde</herd> +</pkgmetadata> diff --git a/kde-misc/milou/milou-9999.ebuild b/kde-misc/milou/milou-9999.ebuild new file mode 100644 index 0000000..f3697bc --- /dev/null +++ b/kde-misc/milou/milou-9999.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +KDE_MINIMAL="4.13" +inherit kde4-base + +DESCRIPTION="Dedicated search application built on top of Baloo" +HOMEPAGE="https://projects.kde.org/projects/kdereview/milou" + +LICENSE="GPL-2 LGPL-2.1" +SLOT="4" +KEYWORDS="" +IUSE="debug" + +DEPEND=" + $(add_kdebase_dep baloo) + $(add_kdebase_dep kdepimlibs) +" +RDEPEND="${DEPEND}"