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/plasma-sdk: plasma-sdk-5.3.1.ebuild metadata.xml ChangeLog
Date: Sun, 31 May 2015 22:06:44
Message-Id: 20150531220618.1EE74A40@oystercatcher.gentoo.org
1 johu 15/05/31 22:06:18
2
3 Added: plasma-sdk-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/plasma-sdk/plasma-sdk-5.3.1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-plasma/plasma-sdk/plasma-sdk-5.3.1.ebuild?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-plasma/plasma-sdk/plasma-sdk-5.3.1.ebuild?rev=1.1&content-type=text/plain
14
15 Index: plasma-sdk-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/plasma-sdk/plasma-sdk-5.3.1.ebuild,v 1.1 2015/05/31 22:06:18 johu Exp $
20
21 EAPI=5
22
23 KDE_TEST="true"
24 inherit kde5
25
26 DESCRIPTION="Useful applications for Plasma development"
27 KEYWORDS="~amd64"
28 IUSE=""
29
30 DEPEND="
31 $(add_frameworks_dep karchive)
32 $(add_frameworks_dep kcompletion)
33 $(add_frameworks_dep kconfigwidgets)
34 $(add_frameworks_dep kcoreaddons)
35 $(add_frameworks_dep kdeclarative)
36 $(add_frameworks_dep ki18n)
37 $(add_frameworks_dep kiconthemes)
38 $(add_frameworks_dep kio)
39 $(add_frameworks_dep kpackage)
40 $(add_frameworks_dep kservice)
41 $(add_frameworks_dep ktexteditor)
42 $(add_frameworks_dep kwidgetsaddons)
43 $(add_frameworks_dep plasma)
44 dev-qt/qtdbus:5
45 dev-qt/qtdeclarative:5
46 dev-qt/qtgui:5
47 dev-qt/qtwidgets:5
48 dev-qt/qtxml:5
49 "
50 RDEPEND="${DEPEND}
51 !dev-util/plasmate
52 "
53
54
55
56 1.1 kde-plasma/plasma-sdk/metadata.xml
57
58 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-plasma/plasma-sdk/metadata.xml?rev=1.1&view=markup
59 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-plasma/plasma-sdk/metadata.xml?rev=1.1&content-type=text/plain
60
61 Index: metadata.xml
62 ===================================================================
63 <?xml version="1.0" encoding="UTF-8"?>
64 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
65 <pkgmetadata>
66 <herd>kde</herd>
67 </pkgmetadata>
68
69
70
71 1.1 kde-plasma/plasma-sdk/ChangeLog
72
73 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-plasma/plasma-sdk/ChangeLog?rev=1.1&view=markup
74 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-plasma/plasma-sdk/ChangeLog?rev=1.1&content-type=text/plain
75
76 Index: ChangeLog
77 ===================================================================
78 # ChangeLog for kde-plasma/plasma-sdk
79 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
80 # $Header: /var/cvsroot/gentoo-x86/kde-plasma/plasma-sdk/ChangeLog,v 1.1 2015/05/31 22:06:18 johu Exp $
81
82 *plasma-sdk-5.3.1 (31 May 2015)
83
84 31 May 2015; Johannes Huber <johu@g.o> +metadata.xml,
85 +plasma-sdk-5.3.1.ebuild:
86 Initial commit for KDE Plasma 5. Imported from kde overlay. Ebuilds written by
87 several people. Thank you all who worked on it in the overlay.