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-1.1.1.ebuild ChangeLog
Date: Mon, 09 Jul 2012 16:28:32
Message-Id: 20120709162818.19DC020063@flycatcher.gentoo.org
1 xmw 12/07/09 16:28:18
2
3 Modified: ChangeLog
4 Added: spectrwm-1.1.1.ebuild
5 Log:
6 Version bump (bug 425510 by Timothy Messier)
7
8 (Portage version: 2.1.11.5/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.3 x11-wm/spectrwm/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/spectrwm/ChangeLog?rev=1.3&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/spectrwm/ChangeLog?rev=1.3&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/spectrwm/ChangeLog?r1=1.2&r2=1.3
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/x11-wm/spectrwm/ChangeLog,v
20 retrieving revision 1.2
21 retrieving revision 1.3
22 diff -u -r1.2 -r1.3
23 --- ChangeLog 18 Feb 2012 03:34:10 -0000 1.2
24 +++ ChangeLog 9 Jul 2012 16:28:17 -0000 1.3
25 @@ -1,6 +1,12 @@
26 # ChangeLog for x11-wm/spectrwm
27 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/spectrwm/ChangeLog,v 1.2 2012/02/18 03:34:10 xmw Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/x11-wm/spectrwm/ChangeLog,v 1.3 2012/07/09 16:28:17 xmw Exp $
30 +
31 +*spectrwm-1.1.1 (09 Jul 2012)
32 +
33 + 09 Jul 2012; Michael Weber <xmw@g.o>
34 + +files/spectrwm-1.1.1-makefile.patch, +spectrwm-1.1.1.ebuild:
35 + Version bump (bug 425510 by Timothy Messier)
36
37 18 Feb 2012; Michael Weber <xmw@g.o> spectrwm-1.0.0.ebuild:
38 Fix PREFIX parameter.
39 @@ -46,4 +52,3 @@
40 +files/scrotwm-0.9.28-makefile.patch, +metadata.xml:
41 Initial import, thanks to Massimo Gengarelli, Nikolay Ostanen and Toffanin
42 for the initial ebuilds (bug 284350)
43 -
44
45
46
47 1.1 x11-wm/spectrwm/spectrwm-1.1.1.ebuild
48
49 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/spectrwm/spectrwm-1.1.1.ebuild?rev=1.1&view=markup
50 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/spectrwm/spectrwm-1.1.1.ebuild?rev=1.1&content-type=text/plain
51
52 Index: spectrwm-1.1.1.ebuild
53 ===================================================================
54 # Copyright 1999-2012 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 # $Header: /var/cvsroot/gentoo-x86/x11-wm/spectrwm/spectrwm-1.1.1.ebuild,v 1.1 2012/07/09 16:28:17 xmw Exp $
57
58 EAPI=4
59
60 inherit eutils multilib toolchain-funcs
61
62 DESCRIPTION="Small dynamic tiling window manager for X11"
63 HOMEPAGE="https://opensource.conformal.com/wiki/spectrwm"
64 SRC_URI="http://opensource.conformal.com/snapshots/${PN}/${P}.tgz"
65
66 LICENSE="ISC"
67 SLOT="0"
68 KEYWORDS="~amd64 ~x86"
69 IUSE=""
70
71 RDEPEND="x11-misc/dmenu"
72 DEPEND="${DEPEND}
73 x11-libs/libX11
74 x11-libs/libXrandr
75 x11-libs/libXtst
76 !x11-wm/scrotwm"
77
78 S=${WORKDIR}/${P}/linux
79
80 src_prepare() {
81 epatch "${FILESDIR}"/${P}-makefile.patch
82 tc-export CC
83 }
84
85 src_install() {
86 emake PREFIX="${D}"/usr LIBDIR="${D}usr/$(get_libdir)" install
87
88 cd ${WORKDIR}/${P} || die
89
90 insinto /etc
91 doins ${PN}.conf
92 dodoc ${PN}_*.conf {initscreen,screenshot}.sh
93
94 elog "Example keyboard config and helpful scripts can be found"
95 elog "in ${ROOT}usr/share/doc/${PF}"
96 }