Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-wm/icewm: icewm-1.2.30.ebuild icewm-1.2.32.ebuild icewm-1.2.30-r1.ebuild
Date: Mon, 03 Aug 2009 10:46:21
Message-Id: E1MXv3b-0000IC-0l@stork.gentoo.org
1 ssuominen 09/08/03 10:46:19
2
3 Modified: icewm-1.2.30.ebuild icewm-1.2.32.ebuild
4 Removed: icewm-1.2.30-r1.ebuild
5 Log:
6 Quoting
7 (Portage version: 2.2_rc33/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.8 x11-wm/icewm/icewm-1.2.30.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-wm/icewm/icewm-1.2.30.ebuild?rev=1.8&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-wm/icewm/icewm-1.2.30.ebuild?rev=1.8&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-wm/icewm/icewm-1.2.30.ebuild?r1=1.7&r2=1.8
15
16 Index: icewm-1.2.30.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-wm/icewm/icewm-1.2.30.ebuild,v
19 retrieving revision 1.7
20 retrieving revision 1.8
21 diff -u -r1.7 -r1.8
22 --- icewm-1.2.30.ebuild 22 Jul 2007 04:25:55 -0000 1.7
23 +++ icewm-1.2.30.ebuild 3 Aug 2009 10:46:18 -0000 1.8
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2007 Gentoo Foundation
26 +# Copyright 1999-2009 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/icewm/icewm-1.2.30.ebuild,v 1.7 2007/07/22 04:25:55 omp Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/x11-wm/icewm/icewm-1.2.30.ebuild,v 1.8 2009/08/03 10:46:18 ssuominen Exp $
30
31 inherit eutils
32
33 @@ -49,10 +49,10 @@
34
35 src_unpack() {
36 unpack ${A}
37 - cd ${S}/src
38 + cd "${S}"/src
39
40 - echo "#!/bin/sh" > $T/icewm
41 - echo "/usr/bin/icewm-session" >> $T/icewm
42 + echo "#!/bin/sh" > ${T}/icewm
43 + echo "/usr/bin/icewm-session" >> ${T}/icewm
44 }
45
46 src_compile() {
47 @@ -93,8 +93,8 @@
48 dohtml -a html,sgml doc/*
49
50 exeinto /etc/X11/Sessions
51 - doexe $T/icewm
52 + doexe "${T}"/icewm
53
54 insinto /usr/share/xsessions
55 - doins ${FILESDIR}/IceWM.desktop
56 + doins "${FILESDIR}"/IceWM.desktop
57 }
58
59
60
61 1.4 x11-wm/icewm/icewm-1.2.32.ebuild
62
63 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-wm/icewm/icewm-1.2.32.ebuild?rev=1.4&view=markup
64 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-wm/icewm/icewm-1.2.32.ebuild?rev=1.4&content-type=text/plain
65 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-wm/icewm/icewm-1.2.32.ebuild?r1=1.3&r2=1.4
66
67 Index: icewm-1.2.32.ebuild
68 ===================================================================
69 RCS file: /var/cvsroot/gentoo-x86/x11-wm/icewm/icewm-1.2.32.ebuild,v
70 retrieving revision 1.3
71 retrieving revision 1.4
72 diff -u -r1.3 -r1.4
73 --- icewm-1.2.32.ebuild 6 Oct 2007 15:20:47 -0000 1.3
74 +++ icewm-1.2.32.ebuild 3 Aug 2009 10:46:18 -0000 1.4
75 @@ -1,6 +1,6 @@
76 -# Copyright 1999-2007 Gentoo Foundation
77 +# Copyright 1999-2009 Gentoo Foundation
78 # Distributed under the terms of the GNU General Public License v2
79 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/icewm/icewm-1.2.32.ebuild,v 1.3 2007/10/06 15:20:47 dertobi123 Exp $
80 +# $Header: /var/cvsroot/gentoo-x86/x11-wm/icewm/icewm-1.2.32.ebuild,v 1.4 2009/08/03 10:46:18 ssuominen Exp $
81
82 inherit eutils
83
84 @@ -49,12 +49,12 @@
85
86 src_unpack() {
87 unpack ${A}
88 - cd ${S}/src
89 + cd "${S}"/src
90
91 use uclibc && epatch "${FILESDIR}/icewm-uclibc.patch"
92
93 - echo "#!/bin/sh" > $T/icewm
94 - echo "/usr/bin/icewm-session" >> $T/icewm
95 + echo "#!/bin/sh" > ${T}/icewm
96 + echo "/usr/bin/icewm-session" >> ${T}/icewm
97 }
98
99 src_compile() {
100 @@ -95,8 +95,8 @@
101 dohtml -a html,sgml doc/*
102
103 exeinto /etc/X11/Sessions
104 - doexe $T/icewm
105 + doexe "${T}"/icewm
106
107 insinto /usr/share/xsessions
108 - doins ${FILESDIR}/IceWM.desktop
109 + doins "${FILESDIR}"/IceWM.desktop
110 }