Gentoo Archives: gentoo-commits

From: "Mark Loeser (halcy0n)" <halcy0n@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-misc/putty: putty-0.59.ebuild putty-0.58.ebuild ChangeLog
Date: Sun, 23 Dec 2007 06:03:28
Message-Id: E1J6Jvi-0003VO-Li@stork.gentoo.org
1 halcy0n 07/12/23 06:03:18
2
3 Modified: putty-0.59.ebuild putty-0.58.ebuild ChangeLog
4 Log:
5 Remove call to prepallman bug #140697; fix some quoting
6 (Portage version: 2.1.4_rc11)
7
8 Revision Changes Path
9 1.2 net-misc/putty/putty-0.59.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/putty/putty-0.59.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/putty/putty-0.59.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/putty/putty-0.59.ebuild?r1=1.1&r2=1.2
14
15 Index: putty-0.59.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/net-misc/putty/putty-0.59.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- putty-0.59.ebuild 5 Mar 2007 15:15:17 -0000 1.1
22 +++ putty-0.59.ebuild 23 Dec 2007 06:03:18 -0000 1.2
23 @@ -1,6 +1,6 @@
24 -# Copyright 1999-2006 Gentoo Foundation
25 +# Copyright 1999-2007 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-misc/putty/putty-0.59.ebuild,v 1.1 2007/03/05 15:15:17 beandog Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-misc/putty/putty-0.59.ebuild,v 1.2 2007/12/23 06:03:18 halcy0n Exp $
29
30 inherit eutils toolchain-funcs flag-o-matic
31
32 @@ -19,7 +19,7 @@
33 src_compile() {
34 use gtk && unset ptargets || local ptargets="puttygen plink pscp psftp"
35
36 - cd ${S}/unix
37 + cd "${S}"/unix
38
39 append-flags '-I.././' '-I../charset/' '-I../unix/'
40
41 @@ -31,26 +31,24 @@
42 }
43
44 src_install() {
45 - cd ${S}/doc
46 + cd "${S}"/doc
47 use gtk && doman pterm.1 putty.1 puttytel.1
48 use doc && dohtml *.html
49 dodoc puttydoc.txt
50 doman puttygen.1 plink.1
51
52 - cd ${S}/unix
53 + cd "${S}"/unix
54 use gtk && dobin pterm putty puttytel
55 dobin puttygen plink pscp psftp
56
57 - cd ${S}
58 + cd "${S}"
59 dodoc README README.txt CHECKLST.txt LATEST.VER
60
61 - prepallman
62 -
63 # install desktop file provided by Gustav Schaffter in #49577
64 use gtk && {
65 dodir /usr/share/applications
66 insinto /usr/share/applications
67 - doins ${FILESDIR}/putty.desktop
68 + doins "${FILESDIR}"/putty.desktop
69 }
70
71 if test ! -c /dev/ptmx; then
72
73
74
75 1.9 net-misc/putty/putty-0.58.ebuild
76
77 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/putty/putty-0.58.ebuild?rev=1.9&view=markup
78 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/putty/putty-0.58.ebuild?rev=1.9&content-type=text/plain
79 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/putty/putty-0.58.ebuild?r1=1.8&r2=1.9
80
81 Index: putty-0.58.ebuild
82 ===================================================================
83 RCS file: /var/cvsroot/gentoo-x86/net-misc/putty/putty-0.58.ebuild,v
84 retrieving revision 1.8
85 retrieving revision 1.9
86 diff -u -r1.8 -r1.9
87 --- putty-0.58.ebuild 5 Mar 2007 15:15:17 -0000 1.8
88 +++ putty-0.58.ebuild 23 Dec 2007 06:03:18 -0000 1.9
89 @@ -1,6 +1,6 @@
90 -# Copyright 1999-2006 Gentoo Foundation
91 +# Copyright 1999-2007 Gentoo Foundation
92 # Distributed under the terms of the GNU General Public License v2
93 -# $Header: /var/cvsroot/gentoo-x86/net-misc/putty/putty-0.58.ebuild,v 1.8 2007/03/05 15:15:17 beandog Exp $
94 +# $Header: /var/cvsroot/gentoo-x86/net-misc/putty/putty-0.58.ebuild,v 1.9 2007/12/23 06:03:18 halcy0n Exp $
95
96 inherit eutils toolchain-funcs flag-o-matic
97
98 @@ -19,7 +19,7 @@
99 src_compile() {
100 use gtk && unset ptargets || local ptargets="puttygen plink pscp psftp"
101
102 - cd ${S}/unix
103 + cd "${S}"/unix
104
105 append-flags '-I.././' '-I../charset/' '-I../unix/'
106
107 @@ -31,26 +31,24 @@
108 }
109
110 src_install() {
111 - cd ${S}/doc
112 + cd "${S}"/doc
113 use gtk && doman pterm.1 putty.1 puttytel.1
114 use doc && dohtml *.html
115 dodoc puttydoc.txt
116 doman puttygen.1 plink.1
117
118 - cd ${S}/unix
119 + cd "${S}"/unix
120 use gtk && dobin pterm putty puttytel
121 dobin puttygen plink pscp psftp
122
123 - cd ${S}
124 + cd "${S}"
125 dodoc README README.txt CHECKLST.txt LATEST.VER
126
127 - prepallman
128 -
129 # install desktop file provided by Gustav Schaffter in #49577
130 use gtk && {
131 dodir /usr/share/applications
132 insinto /usr/share/applications
133 - doins ${FILESDIR}/putty.desktop
134 + doins "${FILESDIR}"/putty.desktop
135 }
136
137 if test ! -c /dev/ptmx; then
138
139
140
141 1.34 net-misc/putty/ChangeLog
142
143 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/putty/ChangeLog?rev=1.34&view=markup
144 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/putty/ChangeLog?rev=1.34&content-type=text/plain
145 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/putty/ChangeLog?r1=1.33&r2=1.34
146
147 Index: ChangeLog
148 ===================================================================
149 RCS file: /var/cvsroot/gentoo-x86/net-misc/putty/ChangeLog,v
150 retrieving revision 1.33
151 retrieving revision 1.34
152 diff -u -r1.33 -r1.34
153 --- ChangeLog 22 Feb 2007 02:43:10 -0000 1.33
154 +++ ChangeLog 23 Dec 2007 06:03:18 -0000 1.34
155 @@ -1,6 +1,10 @@
156 # ChangeLog for net-misc/putty
157 # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
158 -# $Header: /var/cvsroot/gentoo-x86/net-misc/putty/ChangeLog,v 1.33 2007/02/22 02:43:10 peper Exp $
159 +# $Header: /var/cvsroot/gentoo-x86/net-misc/putty/ChangeLog,v 1.34 2007/12/23 06:03:18 halcy0n Exp $
160 +
161 + 23 Dec 2007; Mark Loeser <halcy0n@g.o> putty-0.58.ebuild,
162 + putty-0.59.ebuild:
163 + Remove call to prepallman bug #140697; fix some quoting
164
165 22 Feb 2007; Piotr JaroszyƄski <peper@g.o> ChangeLog:
166 Transition to Manifest2.
167
168
169
170 --
171 gentoo-commits@g.o mailing list