Gentoo Archives: gentoo-commits

From: "Johannes Huber (johu)" <johu@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in kde-plasma/milou: milou-5.3.1.ebuild metadata.xml ChangeLog
Date: Sun, 31 May 2015 22:06:21
Message-Id: 20150531220616.6C659A1B@oystercatcher.gentoo.org
1 johu 15/05/31 22:06:16
2
3 Added: milou-5.3.1.ebuild metadata.xml ChangeLog
4 Log:
5 Initial commit for KDE Plasma 5. Imported from kde overlay. Ebuilds written by several people. Thank you all who worked on it in the overlay.
6
7 (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0xF3CFD2BD)
8
9 Revision Changes Path
10 1.1 kde-plasma/milou/milou-5.3.1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-plasma/milou/milou-5.3.1.ebuild?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-plasma/milou/milou-5.3.1.ebuild?rev=1.1&content-type=text/plain
14
15 Index: milou-5.3.1.ebuild
16 ===================================================================
17 # Copyright 1999-2015 Gentoo Foundation
18 # Distributed under the terms of the GNU General Public License v2
19 # $Header: /var/cvsroot/gentoo-x86/kde-plasma/milou/milou-5.3.1.ebuild,v 1.1 2015/05/31 22:06:16 johu Exp $
20
21 EAPI=5
22
23 inherit kde5
24
25 DESCRIPTION="Dedicated search application built on top of Baloo"
26 HOMEPAGE="https://projects.kde.org/projects/kde/workspace/milou"
27
28 LICENSE="GPL-2 LGPL-2.1"
29 KEYWORDS="~amd64"
30 IUSE=""
31
32 DEPEND="
33 $(add_frameworks_dep kconfig)
34 $(add_frameworks_dep kcoreaddons)
35 $(add_frameworks_dep kdeclarative)
36 $(add_frameworks_dep ki18n)
37 $(add_frameworks_dep krunner)
38 $(add_frameworks_dep kservice)
39 $(add_frameworks_dep plasma)
40 dev-qt/qtdeclarative:5
41 dev-qt/qtgui:5
42 dev-qt/qtwidgets:5
43 "
44 RDEPEND="${DEPEND}
45 !kde-base/milou
46 "
47
48
49
50 1.1 kde-plasma/milou/metadata.xml
51
52 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-plasma/milou/metadata.xml?rev=1.1&view=markup
53 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-plasma/milou/metadata.xml?rev=1.1&content-type=text/plain
54
55 Index: metadata.xml
56 ===================================================================
57 <?xml version="1.0" encoding="UTF-8"?>
58 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
59 <pkgmetadata>
60 <herd>kde</herd>
61 </pkgmetadata>
62
63
64
65 1.1 kde-plasma/milou/ChangeLog
66
67 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-plasma/milou/ChangeLog?rev=1.1&view=markup
68 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-plasma/milou/ChangeLog?rev=1.1&content-type=text/plain
69
70 Index: ChangeLog
71 ===================================================================
72 # ChangeLog for kde-plasma/milou
73 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
74 # $Header: /var/cvsroot/gentoo-x86/kde-plasma/milou/ChangeLog,v 1.1 2015/05/31 22:06:16 johu Exp $
75
76 *milou-5.3.1 (31 May 2015)
77
78 31 May 2015; Johannes Huber <johu@g.o> +metadata.xml,
79 +milou-5.3.1.ebuild:
80 Initial commit for KDE Plasma 5. Imported from kde overlay. Ebuilds written by
81 several people. Thank you all who worked on it in the overlay.