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-base/krfb: krfb-4.12.5-r1.ebuild krfb-4.13.3-r1.ebuild ChangeLog krfb-4.13.3.ebuild
Date: Thu, 31 Jul 2014 20:47:03
Message-Id: 20140731204659.91AFB2004F@flycatcher.gentoo.org
1 johu 14/07/31 20:46:59
2
3 Modified: ChangeLog
4 Added: krfb-4.12.5-r1.ebuild krfb-4.13.3-r1.ebuild
5 Removed: krfb-4.13.3.ebuild
6 Log:
7 Revision bump unbundles libvncserver, bug #515276.
8
9 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key F3CFD2BD)
10
11 Revision Changes Path
12 1.318 kde-base/krfb/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/krfb/ChangeLog?rev=1.318&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/krfb/ChangeLog?rev=1.318&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/krfb/ChangeLog?r1=1.317&r2=1.318
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/kde-base/krfb/ChangeLog,v
21 retrieving revision 1.317
22 retrieving revision 1.318
23 diff -u -r1.317 -r1.318
24 --- ChangeLog 23 Jul 2014 16:53:05 -0000 1.317
25 +++ ChangeLog 31 Jul 2014 20:46:59 -0000 1.318
26 @@ -1,6 +1,14 @@
27 # ChangeLog for kde-base/krfb
28 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/kde-base/krfb/ChangeLog,v 1.317 2014/07/23 16:53:05 johu Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/kde-base/krfb/ChangeLog,v 1.318 2014/07/31 20:46:59 johu Exp $
31 +
32 +*krfb-4.12.5-r1 (31 Jul 2014)
33 +*krfb-4.13.3-r1 (31 Jul 2014)
34 +
35 + 31 Jul 2014; Johannes Huber <johu@g.o>
36 + +files/krfb-4.12.5-CVE-2014-4607-unbundle-libvncserver.patch,
37 + +krfb-4.12.5-r1.ebuild, +krfb-4.13.3-r1.ebuild, -krfb-4.13.3.ebuild:
38 + Revision bump unbundles libvncserver, bug #515276.
39
40 23 Jul 2014; Johannes Huber <johu@g.o> -krfb-4.13.2.ebuild:
41 Remove KDE SC 4.13.2
42
43
44
45 1.1 kde-base/krfb/krfb-4.12.5-r1.ebuild
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/krfb/krfb-4.12.5-r1.ebuild?rev=1.1&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/krfb/krfb-4.12.5-r1.ebuild?rev=1.1&content-type=text/plain
49
50 Index: krfb-4.12.5-r1.ebuild
51 ===================================================================
52 # Copyright 1999-2014 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 # $Header: /var/cvsroot/gentoo-x86/kde-base/krfb/krfb-4.12.5-r1.ebuild,v 1.1 2014/07/31 20:46:59 johu Exp $
55
56 EAPI=5
57
58 KDE_HANDBOOK="optional"
59 inherit kde4-base
60
61 DESCRIPTION="VNC-compatible server to share KDE desktops"
62 HOMEPAGE="http://www.kde.org/applications/system/krfb/"
63 KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
64 IUSE="debug telepathy"
65
66 DEPEND="
67 >=net-libs/libvncserver-0.9.9
68 sys-libs/zlib
69 virtual/jpeg:0
70 !aqua? (
71 x11-libs/libX11
72 x11-libs/libXdamage
73 x11-libs/libXext
74 x11-libs/libXtst
75 )
76 telepathy? ( >=net-libs/telepathy-qt-0.9 )
77 "
78 RDEPEND="${DEPEND}"
79
80 PATCHES=( "${FILESDIR}/${P}-CVE-2014-4607-unbundle-libvncserver.patch" )
81
82 src_configure() {
83 mycmakeargs=(
84 $(cmake-utils_use_with telepathy TelepathyQt4)
85 )
86
87 kde4-base_src_configure
88 }
89
90
91
92 1.1 kde-base/krfb/krfb-4.13.3-r1.ebuild
93
94 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/krfb/krfb-4.13.3-r1.ebuild?rev=1.1&view=markup
95 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/krfb/krfb-4.13.3-r1.ebuild?rev=1.1&content-type=text/plain
96
97 Index: krfb-4.13.3-r1.ebuild
98 ===================================================================
99 # Copyright 1999-2014 Gentoo Foundation
100 # Distributed under the terms of the GNU General Public License v2
101 # $Header: /var/cvsroot/gentoo-x86/kde-base/krfb/krfb-4.13.3-r1.ebuild,v 1.1 2014/07/31 20:46:59 johu Exp $
102
103 EAPI=5
104
105 KDE_HANDBOOK="optional"
106 inherit kde4-base
107
108 DESCRIPTION="VNC-compatible server to share KDE desktops"
109 HOMEPAGE="http://www.kde.org/applications/system/krfb/"
110 KEYWORDS=" ~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
111 IUSE="debug telepathy"
112
113 DEPEND="
114 >=net-libs/libvncserver-0.9.9
115 sys-libs/zlib
116 virtual/jpeg:0
117 !aqua? (
118 x11-libs/libX11
119 x11-libs/libXdamage
120 x11-libs/libXext
121 x11-libs/libXtst
122 )
123 telepathy? ( >=net-libs/telepathy-qt-0.9 )
124 "
125 RDEPEND="${DEPEND}"
126
127 PATCHES=( "${FILESDIR}/${PN}-4.12.5-CVE-2014-4607-unbundle-libvncserver.patch" )
128
129 src_configure() {
130 local mycmakeargs=(
131 $(cmake-utils_use_with telepathy TelepathyQt4)
132 )
133
134 kde4-base_src_configure
135 }