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/kwrited: kwrited-5.3.1.ebuild metadata.xml ChangeLog
Date: Sun, 31 May 2015 22:06:44
Message-Id: 20150531220617.B9BFFA38@oystercatcher.gentoo.org
1 johu 15/05/31 22:06:17
2
3 Added: kwrited-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/kwrited/kwrited-5.3.1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-plasma/kwrited/kwrited-5.3.1.ebuild?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-plasma/kwrited/kwrited-5.3.1.ebuild?rev=1.1&content-type=text/plain
14
15 Index: kwrited-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/kwrited/kwrited-5.3.1.ebuild,v 1.1 2015/05/31 22:06:17 johu Exp $
20
21 EAPI=5
22
23 inherit kde5
24
25 DESCRIPTION="KDE daemon listening for wall and write messages"
26 KEYWORDS="~amd64"
27 IUSE=""
28
29 DEPEND="
30 $(add_frameworks_dep kcoreaddons)
31 $(add_frameworks_dep ki18n)
32 $(add_frameworks_dep knotifications)
33 $(add_frameworks_dep kpty)
34 dev-qt/qtgui:5
35 dev-qt/qtwidgets:5
36 "
37 RDEPEND="${DEPEND}
38 !kde-base/kwrited
39 "
40
41
42
43 1.1 kde-plasma/kwrited/metadata.xml
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-plasma/kwrited/metadata.xml?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-plasma/kwrited/metadata.xml?rev=1.1&content-type=text/plain
47
48 Index: metadata.xml
49 ===================================================================
50 <?xml version="1.0" encoding="UTF-8"?>
51 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
52 <pkgmetadata>
53 <herd>kde</herd>
54 </pkgmetadata>
55
56
57
58 1.1 kde-plasma/kwrited/ChangeLog
59
60 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-plasma/kwrited/ChangeLog?rev=1.1&view=markup
61 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-plasma/kwrited/ChangeLog?rev=1.1&content-type=text/plain
62
63 Index: ChangeLog
64 ===================================================================
65 # ChangeLog for kde-plasma/kwrited
66 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
67 # $Header: /var/cvsroot/gentoo-x86/kde-plasma/kwrited/ChangeLog,v 1.1 2015/05/31 22:06:17 johu Exp $
68
69 *kwrited-5.3.1 (31 May 2015)
70
71 31 May 2015; Johannes Huber <johu@g.o> +kwrited-5.3.1.ebuild,
72 +metadata.xml:
73 Initial commit for KDE Plasma 5. Imported from kde overlay. Ebuilds written by
74 several people. Thank you all who worked on it in the overlay.