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-meta: metadata.xml plasma-meta-5.3.1.ebuild ChangeLog
Date: Sun, 31 May 2015 22:06:30
Message-Id: 20150531220616.E7124A28@oystercatcher.gentoo.org
1 johu 15/05/31 22:06:16
2
3 Added: metadata.xml plasma-meta-5.3.1.ebuild 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-meta/metadata.xml
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-plasma/plasma-meta/metadata.xml?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-plasma/plasma-meta/metadata.xml?rev=1.1&content-type=text/plain
14
15 Index: metadata.xml
16 ===================================================================
17 <?xml version="1.0" encoding="UTF-8"?>
18 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
19 <pkgmetadata>
20 <herd>kde</herd>
21 <use>
22 <flag name="display-manager">Pull in a graphical display manager</flag>
23 <flag name="sddm">Pull in the <pkg>x11-misc/sddm</pkg> display manager and KCM</flag>
24 <flag name="wallpapers">Install the KDE wallpapers</flag>
25 </use>
26 </pkgmetadata>
27
28
29
30 1.1 kde-plasma/plasma-meta/plasma-meta-5.3.1.ebuild
31
32 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-plasma/plasma-meta/plasma-meta-5.3.1.ebuild?rev=1.1&view=markup
33 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-plasma/plasma-meta/plasma-meta-5.3.1.ebuild?rev=1.1&content-type=text/plain
34
35 Index: plasma-meta-5.3.1.ebuild
36 ===================================================================
37 # Copyright 1999-2015 Gentoo Foundation
38 # Distributed under the terms of the GNU General Public License v2
39 # $Header: /var/cvsroot/gentoo-x86/kde-plasma/plasma-meta/plasma-meta-5.3.1.ebuild,v 1.1 2015/05/31 22:06:16 johu Exp $
40
41 EAPI=5
42
43 inherit kde5-functions
44
45 DESCRIPTION="Merge this to pull in all Plasma 5 packages"
46 HOMEPAGE="http://www.kde.org/workspaces/plasmadesktop/"
47
48 LICENSE="metapackage"
49 SLOT="5"
50 KEYWORDS="~amd64"
51 IUSE="bluetooth +display-manager +sddm networkmanager +wallpapers"
52
53 RDEPEND="
54 $(add_plasma_dep baloo)
55 $(add_plasma_dep breeze)
56 $(add_plasma_dep kde-cli-tools)
57 $(add_plasma_dep kde-gtk-config)
58 $(add_plasma_dep kdecoration)
59 $(add_plasma_dep kfilemetadata)
60 $(add_plasma_dep khelpcenter)
61 $(add_plasma_dep khotkeys)
62 $(add_plasma_dep kinfocenter)
63 $(add_plasma_dep kio-extras)
64 $(add_plasma_dep kmenuedit)
65 $(add_plasma_dep kscreen)
66 $(add_plasma_dep ksshaskpass)
67 $(add_plasma_dep ksysguard)
68 $(add_plasma_dep kwayland)
69 $(add_plasma_dep kwin)
70 $(add_plasma_dep kwrited)
71 $(add_plasma_dep libkscreen)
72 $(add_plasma_dep milou)
73 $(add_plasma_dep oxygen)
74 $(add_plasma_dep oxygen-fonts)
75 $(add_plasma_dep plasma-desktop)
76 $(add_plasma_dep plasma-workspace)
77 $(add_plasma_dep polkit-kde-agent)
78 $(add_plasma_dep powerdevil)
79 $(add_plasma_dep systemsettings)
80 bluetooth? (
81 $(add_plasma_dep bluedevil)
82 $(add_plasma_dep bluez-qt)
83 )
84 display-manager? (
85 sddm? ( x11-misc/sddm )
86 !sddm? ( x11-misc/lightdm )
87 )
88 networkmanager? ( $(add_plasma_dep plasma-nm) )
89 sddm? ( $(add_plasma_dep sddm-kcm) )
90 wallpapers? ( $(add_plasma_dep plasma-workspace-wallpapers) )
91 "
92
93
94
95 1.1 kde-plasma/plasma-meta/ChangeLog
96
97 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-plasma/plasma-meta/ChangeLog?rev=1.1&view=markup
98 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-plasma/plasma-meta/ChangeLog?rev=1.1&content-type=text/plain
99
100 Index: ChangeLog
101 ===================================================================
102 # ChangeLog for kde-plasma/plasma-meta
103 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
104 # $Header: /var/cvsroot/gentoo-x86/kde-plasma/plasma-meta/ChangeLog,v 1.1 2015/05/31 22:06:16 johu Exp $
105
106 *plasma-meta-5.3.1 (31 May 2015)
107
108 31 May 2015; Johannes Huber <johu@g.o> +metadata.xml,
109 +plasma-meta-5.3.1.ebuild:
110 Initial commit for KDE Plasma 5. Imported from kde overlay. Ebuilds written by
111 several people. Thank you all who worked on it in the overlay.