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/libkworkspace: libkworkspace-4.7.4-r2.ebuild libkworkspace-4.8.0-r1.ebuild ChangeLog libkworkspace-4.8.0.ebuild
Date: Fri, 03 Feb 2012 15:50:18
Message-Id: 20120203155003.4D05B2004B@flycatcher.gentoo.org
1 johu 12/02/03 15:50:03
2
3 Modified: ChangeLog
4 Added: libkworkspace-4.7.4-r2.ebuild
5 libkworkspace-4.8.0-r1.ebuild
6 Removed: libkworkspace-4.8.0.ebuild
7 Log:
8 Add upstream patch by Michael Palimaka <kde@×××××××××××××××.com>, to make pam support optional in kde modules kde-base/kdm and kde-base/kcheckpass wrt bug #398333.
9
10 (Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
11
12 Revision Changes Path
13 1.121 kde-base/libkworkspace/ChangeLog
14
15 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/libkworkspace/ChangeLog?rev=1.121&view=markup
16 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/libkworkspace/ChangeLog?rev=1.121&content-type=text/plain
17 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/libkworkspace/ChangeLog?r1=1.120&r2=1.121
18
19 Index: ChangeLog
20 ===================================================================
21 RCS file: /var/cvsroot/gentoo-x86/kde-base/libkworkspace/ChangeLog,v
22 retrieving revision 1.120
23 retrieving revision 1.121
24 diff -u -r1.120 -r1.121
25 --- ChangeLog 25 Jan 2012 18:17:04 -0000 1.120
26 +++ ChangeLog 3 Feb 2012 15:50:03 -0000 1.121
27 @@ -1,6 +1,16 @@
28 # ChangeLog for kde-base/libkworkspace
29 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
30 -# $Header: /var/cvsroot/gentoo-x86/kde-base/libkworkspace/ChangeLog,v 1.120 2012/01/25 18:17:04 johu Exp $
31 +# $Header: /var/cvsroot/gentoo-x86/kde-base/libkworkspace/ChangeLog,v 1.121 2012/02/03 15:50:03 johu Exp $
32 +
33 +*libkworkspace-4.8.0-r1 (03 Feb 2012)
34 +*libkworkspace-4.7.4-r2 (03 Feb 2012)
35 +
36 + 03 Feb 2012; Johannes Huber <johu@g.o>
37 + +files/libkworkspace-4.8.0-pam-optional.patch, +libkworkspace-4.7.4-r2.ebuild,
38 + +libkworkspace-4.8.0-r1.ebuild, -libkworkspace-4.8.0.ebuild:
39 + Add upstream patch by Michael Palimaka <kde@×××××××××××××××.com>, to make pam
40 + support optional in kde modules kde-base/kdm and kde-base/kcheckpass wrt bug
41 + #398333.
42
43 *libkworkspace-4.8.0 (25 Jan 2012)
44
45
46
47
48 1.1 kde-base/libkworkspace/libkworkspace-4.7.4-r2.ebuild
49
50 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/libkworkspace/libkworkspace-4.7.4-r2.ebuild?rev=1.1&view=markup
51 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/libkworkspace/libkworkspace-4.7.4-r2.ebuild?rev=1.1&content-type=text/plain
52
53 Index: libkworkspace-4.7.4-r2.ebuild
54 ===================================================================
55 # Copyright 1999-2012 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 # $Header: /var/cvsroot/gentoo-x86/kde-base/libkworkspace/libkworkspace-4.7.4-r2.ebuild,v 1.1 2012/02/03 15:50:03 johu Exp $
58
59 EAPI=4
60
61 KMNAME="kde-workspace"
62 KMMODULE="libs/kworkspace"
63 inherit kde4-meta
64
65 DESCRIPTION="A library for KDE desktop applications"
66 KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux"
67 IUSE="debug"
68
69 KMEXTRACTONLY="
70 ksmserver/org.kde.KSMServerInterface.xml
71 kwin/org.kde.KWin.xml
72 "
73
74 KMSAVELIBS="true"
75
76 DEPEND="
77 x11-libs/libxkbfile
78 x11-libs/libXcomposite
79 "
80 RDEPEND=${DEPEND}
81
82 PATCHES=(
83 "${FILESDIR}/${PN}-4.8.0-pam-optional.patch"
84 )
85
86 src_prepare() {
87 sed -i -e 's/install( FILES kdisplaymanager.h/install( FILES kdisplaymanager.h screenpreviewwidget.h/' \
88 libs/kworkspace/CMakeLists.txt || die "failed to provide screenpreviewwidget.h"
89
90 kde4-meta_src_prepare
91 }
92
93
94
95 1.1 kde-base/libkworkspace/libkworkspace-4.8.0-r1.ebuild
96
97 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/libkworkspace/libkworkspace-4.8.0-r1.ebuild?rev=1.1&view=markup
98 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/libkworkspace/libkworkspace-4.8.0-r1.ebuild?rev=1.1&content-type=text/plain
99
100 Index: libkworkspace-4.8.0-r1.ebuild
101 ===================================================================
102 # Copyright 1999-2012 Gentoo Foundation
103 # Distributed under the terms of the GNU General Public License v2
104 # $Header: /var/cvsroot/gentoo-x86/kde-base/libkworkspace/libkworkspace-4.8.0-r1.ebuild,v 1.1 2012/02/03 15:50:03 johu Exp $
105
106 EAPI=4
107
108 KMNAME="kde-workspace"
109 KMMODULE="libs/kworkspace"
110 inherit kde4-meta
111
112 DESCRIPTION="A library for KDE desktop applications"
113 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
114 IUSE="debug"
115
116 KMEXTRACTONLY="
117 ksmserver/org.kde.KSMServerInterface.xml
118 kwin/org.kde.KWin.xml
119 "
120
121 KMSAVELIBS="true"
122
123 DEPEND="
124 x11-libs/libxkbfile
125 x11-libs/libXcomposite
126 "
127 RDEPEND=${DEPEND}
128
129 PATCHES=(
130 "${FILESDIR}/${PN}-4.8.0-pam-optional.patch"
131 )
132
133 src_prepare() {
134 sed -i -e 's/install( FILES kdisplaymanager.h/install( FILES kdisplaymanager.h screenpreviewwidget.h/' \
135 libs/kworkspace/CMakeLists.txt || die "failed to provide screenpreviewwidget.h"
136
137 kde4-meta_src_prepare
138 }