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 947441391DB for ; Sat, 22 Mar 2014 14:16:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 321BCE0ADE; Sat, 22 Mar 2014 14:16:18 +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 BCDB5E0ADE for ; Sat, 22 Mar 2014 14:16:17 +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 E12D933FA83 for ; Sat, 22 Mar 2014 14:16:16 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id DC1E118875 for ; Sat, 22 Mar 2014 14:16:12 +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: <1395497762.7d780c45df83cb362a8201367667714d6886a536.johu@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-misc/milou/ X-VCS-Repository: proj/kde X-VCS-Files: kde-misc/milou/metadata.xml 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: 7d780c45df83cb362a8201367667714d6886a536 X-VCS-Branch: master Date: Sat, 22 Mar 2014 14:16:12 +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: 85cd6cc4-ce82-4313-90e5-c8a3ec8c68d6 X-Archives-Hash: 2d92efc02156c31ec5583e3842dd9a6a commit: 7d780c45df83cb362a8201367667714d6886a536 Author: Johannes Huber gentoo org> AuthorDate: Sat Mar 22 14:16:02 2014 +0000 Commit: Johannes Huber gentoo 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 @@ + + + + kde + 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}"