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/spectrwm: spectrwm-2.5.0.ebuild spectrwm-2.6.2.ebuild spectrwm-2.4.0.ebuild ChangeLog
Date: Fri, 27 Feb 2015 12:51:05
Message-Id: 20150227125058.D7E9C12A9F@oystercatcher.gentoo.org
1 xmw 15/02/27 12:50:58
2
3 Modified: ChangeLog
4 Added: spectrwm-2.5.0.ebuild spectrwm-2.6.2.ebuild
5 spectrwm-2.4.0.ebuild
6 Log:
7 Version bumps (bug 502946, thanks Amir Aupov).
8
9 (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 62EEF090)
10
11 Revision Changes Path
12 1.14 x11-wm/spectrwm/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/spectrwm/ChangeLog?rev=1.14&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/spectrwm/ChangeLog?rev=1.14&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/spectrwm/ChangeLog?r1=1.13&r2=1.14
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/x11-wm/spectrwm/ChangeLog,v
21 retrieving revision 1.13
22 retrieving revision 1.14
23 diff -u -r1.13 -r1.14
24 --- ChangeLog 19 Oct 2013 15:30:46 -0000 1.13
25 +++ ChangeLog 27 Feb 2015 12:50:58 -0000 1.14
26 @@ -1,6 +1,16 @@
27 # ChangeLog for x11-wm/spectrwm
28 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/spectrwm/ChangeLog,v 1.13 2013/10/19 15:30:46 pacho Exp $
30 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
31 +# $Header: /var/cvsroot/gentoo-x86/x11-wm/spectrwm/ChangeLog,v 1.14 2015/02/27 12:50:58 xmw Exp $
32 +
33 +*spectrwm-2.5.0 (27 Feb 2015)
34 +*spectrwm-2.4.0 (27 Feb 2015)
35 +*spectrwm-2.6.2 (27 Feb 2015)
36 +
37 + 27 Feb 2015; Michael Weber <xmw@g.o>
38 + +files/spectrwm-2.4.0-Makefile.patch, +files/spectrwm-2.5.0-Makefile.patch,
39 + +files/spectrwm-2.6.2-Makefile.patch, +spectrwm-2.4.0.ebuild,
40 + +spectrwm-2.5.0.ebuild, +spectrwm-2.6.2.ebuild:
41 + Version bumps (bug 502946, thanks Amir Aupov).
42
43 19 Oct 2013; Pacho Ramos <pacho@g.o> metadata.xml:
44 Cleanup due desktop-wm removal
45
46
47
48 1.1 x11-wm/spectrwm/spectrwm-2.5.0.ebuild
49
50 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/spectrwm/spectrwm-2.5.0.ebuild?rev=1.1&view=markup
51 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/spectrwm/spectrwm-2.5.0.ebuild?rev=1.1&content-type=text/plain
52
53 Index: spectrwm-2.5.0.ebuild
54 ===================================================================
55 # Copyright 1999-2015 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 # $Header: /var/cvsroot/gentoo-x86/x11-wm/spectrwm/spectrwm-2.5.0.ebuild,v 1.1 2015/02/27 12:50:58 xmw Exp $
58
59 EAPI=4
60
61 inherit eutils multilib toolchain-funcs
62
63 DESCRIPTION="Small dynamic tiling window manager for X11"
64 HOMEPAGE="https://opensource.conformal.com/wiki/spectrwm"
65 SRC_URI="http://opensource.conformal.com/snapshots/${PN}/${P}.tgz"
66
67 LICENSE="ISC"
68 SLOT="0"
69 KEYWORDS="~amd64 ~x86"
70 IUSE=""
71
72 RDEPEND="x11-misc/dmenu"
73 DEPEND="${DEPEND}
74 x11-libs/libX11
75 x11-libs/libXcursor
76 x11-libs/libXrandr
77 x11-libs/libXtst
78 x11-libs/xcb-util
79 !x11-wm/scrotwm"
80
81 S=${WORKDIR}/${P}/linux
82
83 src_prepare() {
84 epatch "${FILESDIR}"/${P}-Makefile.patch
85 tc-export CC
86 }
87
88 src_install() {
89 emake PREFIX="${D}"/usr LIBDIR="${D}usr/$(get_libdir)" install
90
91 cd "${WORKDIR}"/${P} || die
92
93 insinto /etc
94 doins ${PN}.conf
95 dodoc ${PN}_*.conf {initscreen,screenshot}.sh
96
97 elog "Example keyboard config and helpful scripts can be found"
98 elog "in ${ROOT}usr/share/doc/${PF}"
99 }
100
101
102
103 1.1 x11-wm/spectrwm/spectrwm-2.6.2.ebuild
104
105 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/spectrwm/spectrwm-2.6.2.ebuild?rev=1.1&view=markup
106 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/spectrwm/spectrwm-2.6.2.ebuild?rev=1.1&content-type=text/plain
107
108 Index: spectrwm-2.6.2.ebuild
109 ===================================================================
110 # Copyright 1999-2015 Gentoo Foundation
111 # Distributed under the terms of the GNU General Public License v2
112 # $Header: /var/cvsroot/gentoo-x86/x11-wm/spectrwm/spectrwm-2.6.2.ebuild,v 1.1 2015/02/27 12:50:58 xmw Exp $
113
114 EAPI=4
115
116 inherit eutils multilib toolchain-funcs
117
118 DESCRIPTION="Small dynamic tiling window manager for X11"
119 HOMEPAGE="https://opensource.conformal.com/wiki/spectrwm"
120 SRC_URI="http://opensource.conformal.com/snapshots/${PN}/${P}.tgz"
121
122 LICENSE="ISC"
123 SLOT="0"
124 KEYWORDS="~amd64 ~x86"
125 IUSE=""
126
127 RDEPEND="x11-misc/dmenu"
128 DEPEND="${DEPEND}
129 x11-libs/libX11
130 x11-libs/libXcursor
131 x11-libs/libXrandr
132 x11-libs/libXtst
133 x11-libs/xcb-util
134 !x11-wm/scrotwm"
135
136 S=${WORKDIR}/${P}/linux
137
138 src_prepare() {
139 epatch "${FILESDIR}"/${P}-Makefile.patch
140 tc-export CC
141 }
142
143 src_install() {
144 emake PREFIX="${D}"/usr LIBDIR="${D}usr/$(get_libdir)" install
145
146 cd "${WORKDIR}"/${P} || die
147
148 insinto /etc
149 doins ${PN}.conf
150 dodoc ${PN}_*.conf {initscreen,screenshot}.sh
151
152 elog "Example keyboard config and helpful scripts can be found"
153 elog "in ${ROOT}usr/share/doc/${PF}"
154 }
155
156
157
158 1.1 x11-wm/spectrwm/spectrwm-2.4.0.ebuild
159
160 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/spectrwm/spectrwm-2.4.0.ebuild?rev=1.1&view=markup
161 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/spectrwm/spectrwm-2.4.0.ebuild?rev=1.1&content-type=text/plain
162
163 Index: spectrwm-2.4.0.ebuild
164 ===================================================================
165 # Copyright 1999-2015 Gentoo Foundation
166 # Distributed under the terms of the GNU General Public License v2
167 # $Header: /var/cvsroot/gentoo-x86/x11-wm/spectrwm/spectrwm-2.4.0.ebuild,v 1.1 2015/02/27 12:50:58 xmw Exp $
168
169 EAPI=4
170
171 inherit eutils multilib toolchain-funcs
172
173 DESCRIPTION="Small dynamic tiling window manager for X11"
174 HOMEPAGE="https://opensource.conformal.com/wiki/spectrwm"
175 SRC_URI="http://opensource.conformal.com/snapshots/${PN}/${P}.tgz"
176
177 LICENSE="ISC"
178 SLOT="0"
179 KEYWORDS="~amd64 ~x86"
180 IUSE=""
181
182 RDEPEND="x11-misc/dmenu"
183 DEPEND="${DEPEND}
184 x11-libs/libX11
185 x11-libs/libXcursor
186 x11-libs/libXrandr
187 x11-libs/libXtst
188 x11-libs/xcb-util
189 !x11-wm/scrotwm"
190
191 S=${WORKDIR}/${P}/linux
192
193 src_prepare() {
194 epatch "${FILESDIR}"/${P}-Makefile.patch
195 tc-export CC
196 }
197
198 src_install() {
199 emake PREFIX="${D}"/usr LIBDIR="${D}usr/$(get_libdir)" install
200
201 cd "${WORKDIR}"/${P} || die
202
203 insinto /etc
204 doins ${PN}.conf
205 dodoc ${PN}_*.conf {initscreen,screenshot}.sh
206
207 elog "Example keyboard config and helpful scripts can be found"
208 elog "in ${ROOT}usr/share/doc/${PF}"
209 }