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/khotkeys: metadata.xml khotkeys-5.3.1.ebuild ChangeLog
Date: Sun, 31 May 2015 22:06:40
Message-Id: 20150531220617.7E044A34@oystercatcher.gentoo.org
1 johu 15/05/31 22:06:17
2
3 Added: metadata.xml khotkeys-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/khotkeys/metadata.xml
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-plasma/khotkeys/metadata.xml?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-plasma/khotkeys/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 </pkgmetadata>
22
23
24
25 1.1 kde-plasma/khotkeys/khotkeys-5.3.1.ebuild
26
27 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-plasma/khotkeys/khotkeys-5.3.1.ebuild?rev=1.1&view=markup
28 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-plasma/khotkeys/khotkeys-5.3.1.ebuild?rev=1.1&content-type=text/plain
29
30 Index: khotkeys-5.3.1.ebuild
31 ===================================================================
32 # Copyright 1999-2015 Gentoo Foundation
33 # Distributed under the terms of the GNU General Public License v2
34 # $Header: /var/cvsroot/gentoo-x86/kde-plasma/khotkeys/khotkeys-5.3.1.ebuild,v 1.1 2015/05/31 22:06:17 johu Exp $
35
36 EAPI=5
37
38 KDE_HANDBOOK="true"
39 inherit kde5
40
41 DESCRIPTION="KDE workspace hotkey module"
42 KEYWORDS="~amd64"
43 IUSE=""
44
45 COMMON_DEPEND="
46 $(add_frameworks_dep kcompletion)
47 $(add_frameworks_dep kconfig)
48 $(add_frameworks_dep kconfigwidgets)
49 $(add_frameworks_dep kcoreaddons)
50 $(add_frameworks_dep kdbusaddons)
51 $(add_frameworks_dep kdelibs4support X)
52 $(add_frameworks_dep kglobalaccel)
53 $(add_frameworks_dep ki18n)
54 $(add_frameworks_dep kio)
55 $(add_frameworks_dep kservice)
56 $(add_frameworks_dep ktextwidgets)
57 $(add_frameworks_dep kwidgetsaddons)
58 $(add_frameworks_dep kwindowsystem)
59 $(add_frameworks_dep kxmlgui)
60 $(add_plasma_dep plasma-workspace)
61 dev-qt/qtdbus:5
62 dev-qt/qtgui:5
63 dev-qt/qtwidgets:5
64 dev-qt/qtx11extras:5
65 x11-libs/libX11
66 "
67 RDEPEND="${COMMON_DEPEND}
68 $(add_frameworks_dep kded)
69 $(add_plasma_dep kde-cli-tools)
70 !kde-base/khotkeys
71 !kde-base/systemsettings
72 "
73 DEPEND="${COMMON_DEPEND}
74 x11-libs/libxcb
75 x11-libs/libXtst
76 x11-proto/xproto
77 "
78
79
80
81 1.1 kde-plasma/khotkeys/ChangeLog
82
83 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-plasma/khotkeys/ChangeLog?rev=1.1&view=markup
84 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-plasma/khotkeys/ChangeLog?rev=1.1&content-type=text/plain
85
86 Index: ChangeLog
87 ===================================================================
88 # ChangeLog for kde-plasma/khotkeys
89 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
90 # $Header: /var/cvsroot/gentoo-x86/kde-plasma/khotkeys/ChangeLog,v 1.1 2015/05/31 22:06:17 johu Exp $
91
92 *khotkeys-5.3.1 (31 May 2015)
93
94 31 May 2015; Johannes Huber <johu@g.o> +khotkeys-5.3.1.ebuild,
95 +metadata.xml:
96 Initial commit for KDE Plasma 5. Imported from kde overlay. Ebuilds written by
97 several people. Thank you all who worked on it in the overlay.