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/oxygen: metadata.xml oxygen-5.3.1.ebuild ChangeLog
Date: Sun, 31 May 2015 22:06:43
Message-Id: 20150531220618.2E2DFA1B@oystercatcher.gentoo.org
1 johu 15/05/31 22:06:18
2
3 Added: metadata.xml oxygen-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/oxygen/metadata.xml
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-plasma/oxygen/metadata.xml?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-plasma/oxygen/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/oxygen/oxygen-5.3.1.ebuild
26
27 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-plasma/oxygen/oxygen-5.3.1.ebuild?rev=1.1&view=markup
28 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-plasma/oxygen/oxygen-5.3.1.ebuild?rev=1.1&content-type=text/plain
29
30 Index: oxygen-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/oxygen/oxygen-5.3.1.ebuild,v 1.1 2015/05/31 22:06:18 johu Exp $
35
36 EAPI=5
37
38 inherit kde5
39
40 DESCRIPTION="KDE window manager theme"
41 HOMEPAGE="https://projects.kde.org/projects/kde/workspace/oxygen"
42 KEYWORDS="~amd64"
43 IUSE=""
44
45 RDEPEND="
46 $(add_frameworks_dep frameworkintegration)
47 $(add_frameworks_dep kcompletion)
48 $(add_frameworks_dep kconfig)
49 $(add_frameworks_dep kconfigwidgets)
50 $(add_frameworks_dep kcoreaddons)
51 $(add_frameworks_dep kguiaddons)
52 $(add_frameworks_dep ki18n)
53 $(add_frameworks_dep kwidgetsaddons)
54 $(add_frameworks_dep kwindowsystem)
55 $(add_plasma_dep kdecoration)
56 dev-qt/qtdbus:5
57 dev-qt/qtgui:5
58 dev-qt/qtwidgets:5
59 dev-qt/qtx11extras:5
60 x11-libs/libxcb
61 !kde-base/kdebase-cursors
62 !kde-base/oxygen
63 "
64 DEPEND="${RDEPEND}
65 $(add_frameworks_dep kservice)
66 "
67
68
69
70 1.1 kde-plasma/oxygen/ChangeLog
71
72 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-plasma/oxygen/ChangeLog?rev=1.1&view=markup
73 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-plasma/oxygen/ChangeLog?rev=1.1&content-type=text/plain
74
75 Index: ChangeLog
76 ===================================================================
77 # ChangeLog for kde-plasma/oxygen
78 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
79 # $Header: /var/cvsroot/gentoo-x86/kde-plasma/oxygen/ChangeLog,v 1.1 2015/05/31 22:06:18 johu Exp $
80
81 *oxygen-5.3.1 (31 May 2015)
82
83 31 May 2015; Johannes Huber <johu@g.o> +metadata.xml,
84 +oxygen-5.3.1.ebuild:
85 Initial commit for KDE Plasma 5. Imported from kde overlay. Ebuilds written by
86 several people. Thank you all who worked on it in the overlay.