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/kwayland: kwayland-5.3.1.ebuild metadata.xml ChangeLog
Date: Sun, 31 May 2015 22:06:29
Message-Id: 20150531220616.D5F4BA27@oystercatcher.gentoo.org
1 johu 15/05/31 22:06:16
2
3 Added: kwayland-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/kwayland/kwayland-5.3.1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-plasma/kwayland/kwayland-5.3.1.ebuild?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-plasma/kwayland/kwayland-5.3.1.ebuild?rev=1.1&content-type=text/plain
14
15 Index: kwayland-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/kwayland/kwayland-5.3.1.ebuild,v 1.1 2015/05/31 22:06:16 johu Exp $
20
21 EAPI=5
22
23 KDE_TEST="true"
24 inherit kde5
25
26 DESCRIPTION="Qt-style client and server library wrapper for Wayland libraries"
27 HOMEPAGE="https://projects.kde.org/projects/kde/workspace/kwayland"
28
29 LICENSE="LGPL-2.1"
30 KEYWORDS="~amd64"
31 IUSE=""
32
33 DEPEND="
34 >=dev-libs/wayland-1.3.0
35 dev-qt/qtgui:5
36 media-libs/mesa[egl]
37 "
38 RDEPEND="${DEPEND}
39 !kde-base/kwayland
40 "
41
42 # All failing, i guess we need a virtual wayland server
43 RESTRICT="test"
44
45
46
47 1.1 kde-plasma/kwayland/metadata.xml
48
49 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-plasma/kwayland/metadata.xml?rev=1.1&view=markup
50 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-plasma/kwayland/metadata.xml?rev=1.1&content-type=text/plain
51
52 Index: metadata.xml
53 ===================================================================
54 <?xml version="1.0" encoding="UTF-8"?>
55 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
56 <pkgmetadata>
57 <herd>kde</herd>
58 </pkgmetadata>
59
60
61
62 1.1 kde-plasma/kwayland/ChangeLog
63
64 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-plasma/kwayland/ChangeLog?rev=1.1&view=markup
65 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-plasma/kwayland/ChangeLog?rev=1.1&content-type=text/plain
66
67 Index: ChangeLog
68 ===================================================================
69 # ChangeLog for kde-plasma/kwayland
70 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
71 # $Header: /var/cvsroot/gentoo-x86/kde-plasma/kwayland/ChangeLog,v 1.1 2015/05/31 22:06:16 johu Exp $
72
73 *kwayland-5.3.1 (31 May 2015)
74
75 31 May 2015; Johannes Huber <johu@g.o> +kwayland-5.3.1.ebuild,
76 +metadata.xml:
77 Initial commit for KDE Plasma 5. Imported from kde overlay. Ebuilds written by
78 several people. Thank you all who worked on it in the overlay.