Gentoo Archives: gentoo-commits

From: "Michael Weber (xmw)" <xmw@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-wm/cwm: cwm-9999.ebuild cwm-4.2_p20110913-r1.ebuild cwm-5.1.ebuild ChangeLog cwm-4.2_p20111229.ebuild cwm-99999999.ebuild cwm-20111229.ebuild cwm-20110913-r1.ebuild cwm-20110515.ebuild
Date: Wed, 02 May 2012 13:19:35
Message-Id: 20120502131925.1B8A62004B@flycatcher.gentoo.org
1 xmw 12/05/02 13:19:25
2
3 Modified: ChangeLog
4 Added: cwm-9999.ebuild cwm-4.2_p20110913-r1.ebuild
5 cwm-5.1.ebuild cwm-4.2_p20111229.ebuild
6 Removed: cwm-99999999.ebuild cwm-20111229.ebuild
7 cwm-20110913-r1.ebuild cwm-20110515.ebuild
8 Log:
9 Version bump, renumber to BSD release version.
10
11 (Portage version: 2.1.10.49/cvs/Linux x86_64)
12
13 Revision Changes Path
14 1.34 x11-wm/cwm/ChangeLog
15
16 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/cwm/ChangeLog?rev=1.34&view=markup
17 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/cwm/ChangeLog?rev=1.34&content-type=text/plain
18 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/cwm/ChangeLog?r1=1.33&r2=1.34
19
20 Index: ChangeLog
21 ===================================================================
22 RCS file: /var/cvsroot/gentoo-x86/x11-wm/cwm/ChangeLog,v
23 retrieving revision 1.33
24 retrieving revision 1.34
25 diff -u -r1.33 -r1.34
26 --- ChangeLog 13 Feb 2012 13:39:53 -0000 1.33
27 +++ ChangeLog 2 May 2012 13:19:24 -0000 1.34
28 @@ -1,6 +1,23 @@
29 # ChangeLog for x11-wm/cwm
30 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
31 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/cwm/ChangeLog,v 1.33 2012/02/13 13:39:53 xmw Exp $
32 +# $Header: /var/cvsroot/gentoo-x86/x11-wm/cwm/ChangeLog,v 1.34 2012/05/02 13:19:24 xmw Exp $
33 +
34 +*cwm-9999 (02 May 2012)
35 +*cwm-5.1 (02 May 2012)
36 +*cwm-4.2_p20111229 (02 May 2012)
37 +*cwm-4.2_p20110913-r1 (02 May 2012)
38 +
39 + 02 May 2012; Michael Weber <xmw@g.o> +cwm-4.2_p20110913-r1.ebuild,
40 + +cwm-4.2_p20111229.ebuild, +files/cwm-4.2_p20110913-Makefile.patch,
41 + +files/cwm-4.2_p20111229-Makefile.patch, +cwm-5.1.ebuild, +cwm-9999.ebuild,
42 + -files/cwm-20110323-Makefile.patch, -cwm-20110515.ebuild,
43 + -files/cwm-20110726-Makefile.patch, -cwm-20110913-r1.ebuild,
44 + -cwm-20111229.ebuild, -files/cwm-20111229-Makefile.patch,
45 + -cwm-99999999.ebuild:
46 + Version bump, renumber to BSD release version.
47 +
48 + 02 May 2012; Michael Weber <xmw@g.o> -cwm-20110515.ebuild:
49 + Remove old version
50
51 13 Feb 2012; Michael Weber <xmw@g.o> cwm-20110913-r1.ebuild:
52 sparc stable (bug 400535)
53
54
55
56 1.1 x11-wm/cwm/cwm-9999.ebuild
57
58 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/cwm/cwm-9999.ebuild?rev=1.1&view=markup
59 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/cwm/cwm-9999.ebuild?rev=1.1&content-type=text/plain
60
61 Index: cwm-9999.ebuild
62 ===================================================================
63 # Copyright 1999-2012 Gentoo Foundation
64 # Distributed under the terms of the GNU General Public License v2
65 # $Header: /var/cvsroot/gentoo-x86/x11-wm/cwm/cwm-9999.ebuild,v 1.1 2012/05/02 13:19:24 xmw Exp $
66
67 EAPI=4
68
69 EGIT_REPO_URI=https://github.com/chneukirchen/cwm.git
70 EGIT_BRANCH=linux
71
72 inherit eutils toolchain-funcs git-2
73
74 DESCRIPTION="OpenBSD fork of calmwm, a clean and lightweight window manager"
75 HOMEPAGE="http://www.openbsd.org/cgi-bin/cvsweb/xenocara/app/cwm/
76 http://github.com/chneukirchen/cwm"
77 SRC_URI=""
78
79 LICENSE="ISC"
80 SLOT="0"
81 KEYWORDS=""
82 IUSE=""
83
84 RDEPEND="x11-libs/libXft
85 x11-libs/libXinerama
86 x11-libs/libXrandr"
87 DEPEND="${RDEPEND}
88 dev-util/pkgconfig
89 sys-devel/bison"
90
91 src_prepare() {
92 epatch "${FILESDIR}"/${PN}-4.2_p20111229-Makefile.patch
93 tc-export CC
94 }
95
96 src_install() {
97 emake DESTDIR="${D}" PREFIX=/usr install
98 dodoc README
99 make_session_desktop ${PN} ${PN}
100 }
101
102
103
104 1.1 x11-wm/cwm/cwm-4.2_p20110913-r1.ebuild
105
106 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/cwm/cwm-4.2_p20110913-r1.ebuild?rev=1.1&view=markup
107 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/cwm/cwm-4.2_p20110913-r1.ebuild?rev=1.1&content-type=text/plain
108
109 Index: cwm-4.2_p20110913-r1.ebuild
110 ===================================================================
111 # Copyright 1999-2012 Gentoo Foundation
112 # Distributed under the terms of the GNU General Public License v2
113 # $Header: /var/cvsroot/gentoo-x86/x11-wm/cwm/cwm-4.2_p20110913-r1.ebuild,v 1.1 2012/05/02 13:19:24 xmw Exp $
114
115 EAPI=2
116
117 inherit eutils toolchain-funcs
118
119 DESCRIPTION="OpenBSD fork of calmwm, a clean and lightweight window manager"
120 HOMEPAGE="http://www.openbsd.org/cgi-bin/cvsweb/xenocara/app/cwm/
121 http://github.com/chneukirchen/cwm"
122 SRC_URI="mirror://gentoo/${P}.tar.bz2"
123
124 LICENSE="ISC"
125 SLOT="0"
126 KEYWORDS="~amd64 ~arm ~sparc ~x86"
127 IUSE=""
128
129 RDEPEND="x11-libs/libXft
130 x11-libs/libXinerama
131 x11-libs/libXrandr"
132 DEPEND="${RDEPEND}
133 dev-util/pkgconfig
134 sys-devel/bison"
135
136 src_prepare() {
137 epatch "${FILESDIR}"/${P}-Makefile.patch
138 export LDADD="${LDFLAGS}"
139 tc-export CC
140 }
141
142 src_install() {
143 emake DESTDIR="${D}" install || die
144 make_session_desktop ${PN} ${PN}
145 }
146
147
148
149 1.1 x11-wm/cwm/cwm-5.1.ebuild
150
151 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/cwm/cwm-5.1.ebuild?rev=1.1&view=markup
152 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/cwm/cwm-5.1.ebuild?rev=1.1&content-type=text/plain
153
154 Index: cwm-5.1.ebuild
155 ===================================================================
156 # Copyright 1999-2012 Gentoo Foundation
157 # Distributed under the terms of the GNU General Public License v2
158 # $Header: /var/cvsroot/gentoo-x86/x11-wm/cwm/cwm-5.1.ebuild,v 1.1 2012/05/02 13:19:24 xmw Exp $
159
160 EAPI=4
161
162 inherit eutils toolchain-funcs
163
164 DESCRIPTION="OpenBSD fork of calmwm, a clean and lightweight window manager"
165 HOMEPAGE="http://www.openbsd.org/cgi-bin/cvsweb/xenocara/app/cwm/
166 http://github.com/chneukirchen/cwm"
167 SRC_URI="http://chneukirchen.org/releases/${P}.tar.gz"
168
169 LICENSE="ISC"
170 SLOT="0"
171 KEYWORDS="~amd64 ~arm ~sparc ~x86"
172 IUSE=""
173
174 RDEPEND="x11-libs/libXft
175 x11-libs/libXinerama
176 x11-libs/libXrandr"
177 DEPEND="${RDEPEND}
178 dev-util/pkgconfig
179 sys-devel/bison"
180
181 src_prepare() {
182 epatch "${FILESDIR}"/${PN}-4.2_p20111229-Makefile.patch
183 tc-export CC
184 }
185
186 src_install() {
187 emake DESTDIR="${D}" PREFIX=/usr install
188 dodoc README
189 make_session_desktop ${PN} ${PN}
190 }
191
192
193
194 1.1 x11-wm/cwm/cwm-4.2_p20111229.ebuild
195
196 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/cwm/cwm-4.2_p20111229.ebuild?rev=1.1&view=markup
197 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/cwm/cwm-4.2_p20111229.ebuild?rev=1.1&content-type=text/plain
198
199 Index: cwm-4.2_p20111229.ebuild
200 ===================================================================
201 # Copyright 1999-2012 Gentoo Foundation
202 # Distributed under the terms of the GNU General Public License v2
203 # $Header: /var/cvsroot/gentoo-x86/x11-wm/cwm/cwm-4.2_p20111229.ebuild,v 1.1 2012/05/02 13:19:24 xmw Exp $
204
205 EAPI=4
206
207 inherit eutils toolchain-funcs
208
209 DESCRIPTION="OpenBSD fork of calmwm, a clean and lightweight window manager"
210 HOMEPAGE="http://www.openbsd.org/cgi-bin/cvsweb/xenocara/app/cwm/
211 http://github.com/chneukirchen/cwm"
212 SRC_URI="mirror://gentoo/${P}.tar.bz2"
213
214 LICENSE="ISC"
215 SLOT="0"
216 KEYWORDS="~amd64 ~arm ~sparc ~x86"
217 IUSE=""
218
219 RDEPEND="x11-libs/libXft
220 x11-libs/libXinerama
221 x11-libs/libXrandr"
222 DEPEND="${RDEPEND}
223 dev-util/pkgconfig
224 sys-devel/bison"
225
226 src_prepare() {
227 epatch "${FILESDIR}"/${P}-Makefile.patch
228 tc-export CC
229 }
230
231 src_install() {
232 emake DESTDIR="${D}" PREFIX=/usr install
233 dodoc README
234 make_session_desktop ${PN} ${PN}
235 }