Gentoo Archives: gentoo-commits

From: "Doug Klima (cardoe)" <cardoe@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-misc/whois: whois-4.7.24.ebuild whois-4.7.23.ebuild whois-4.7.22.ebuild ChangeLog
Date: Mon, 07 Jan 2008 19:55:07
Message-Id: E1JBy3r-0001Pv-Kv@stork.gentoo.org
1 cardoe 08/01/07 19:55:03
2
3 Modified: whois-4.7.24.ebuild whois-4.7.23.ebuild
4 whois-4.7.22.ebuild ChangeLog
5 Log:
6 variable quoting
7 (Portage version: 2.1.4_rc14)
8
9 Revision Changes Path
10 1.3 net-misc/whois/whois-4.7.24.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/whois/whois-4.7.24.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/whois/whois-4.7.24.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/whois/whois-4.7.24.ebuild?r1=1.2&r2=1.3
15
16 Index: whois-4.7.24.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-misc/whois/whois-4.7.24.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- whois-4.7.24.ebuild 17 Dec 2007 16:53:38 -0000 1.2
23 +++ whois-4.7.24.ebuild 7 Jan 2008 19:55:03 -0000 1.3
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2007 Gentoo Foundation
26 +# Copyright 1999-2008 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/net-misc/whois/whois-4.7.24.ebuild,v 1.2 2007/12/17 16:53:38 armin76 Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/net-misc/whois/whois-4.7.24.ebuild,v 1.3 2008/01/07 19:55:03 cardoe Exp $
30
31 inherit eutils toolchain-funcs
32
33 @@ -47,7 +47,7 @@
34 dodoc README
35
36 if [[ "${USERLAND}" != "GNU" ]]; then
37 - mv ${D}/usr/share/man/man1/{whois,mdwhois}.1
38 - mv ${D}/usr/bin/{whois,mdwhois}
39 + mv "${D}"/usr/share/man/man1/{whois,mdwhois}.1
40 + mv "${D}"/usr/bin/{whois,mdwhois}
41 fi
42 }
43
44
45
46 1.5 net-misc/whois/whois-4.7.23.ebuild
47
48 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/whois/whois-4.7.23.ebuild?rev=1.5&view=markup
49 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/whois/whois-4.7.23.ebuild?rev=1.5&content-type=text/plain
50 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/whois/whois-4.7.23.ebuild?r1=1.4&r2=1.5
51
52 Index: whois-4.7.23.ebuild
53 ===================================================================
54 RCS file: /var/cvsroot/gentoo-x86/net-misc/whois/whois-4.7.23.ebuild,v
55 retrieving revision 1.4
56 retrieving revision 1.5
57 diff -u -r1.4 -r1.5
58 --- whois-4.7.23.ebuild 1 Dec 2007 17:35:33 -0000 1.4
59 +++ whois-4.7.23.ebuild 7 Jan 2008 19:55:03 -0000 1.5
60 @@ -1,6 +1,6 @@
61 -# Copyright 1999-2007 Gentoo Foundation
62 +# Copyright 1999-2008 Gentoo Foundation
63 # Distributed under the terms of the GNU General Public License v2
64 -# $Header: /var/cvsroot/gentoo-x86/net-misc/whois/whois-4.7.23.ebuild,v 1.4 2007/12/01 17:35:33 corsair Exp $
65 +# $Header: /var/cvsroot/gentoo-x86/net-misc/whois/whois-4.7.23.ebuild,v 1.5 2008/01/07 19:55:03 cardoe Exp $
66
67 inherit eutils toolchain-funcs
68
69 @@ -47,7 +47,7 @@
70 dodoc README
71
72 if [[ "${USERLAND}" != "GNU" ]]; then
73 - mv ${D}/usr/share/man/man1/{whois,mdwhois}.1
74 - mv ${D}/usr/bin/{whois,mdwhois}
75 + mv "${D}"/usr/share/man/man1/{whois,mdwhois}.1
76 + mv "${D}"/usr/bin/{whois,mdwhois}
77 fi
78 }
79
80
81
82 1.10 net-misc/whois/whois-4.7.22.ebuild
83
84 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/whois/whois-4.7.22.ebuild?rev=1.10&view=markup
85 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/whois/whois-4.7.22.ebuild?rev=1.10&content-type=text/plain
86 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/whois/whois-4.7.22.ebuild?r1=1.9&r2=1.10
87
88 Index: whois-4.7.22.ebuild
89 ===================================================================
90 RCS file: /var/cvsroot/gentoo-x86/net-misc/whois/whois-4.7.22.ebuild,v
91 retrieving revision 1.9
92 retrieving revision 1.10
93 diff -u -r1.9 -r1.10
94 --- whois-4.7.22.ebuild 29 Sep 2007 13:33:48 -0000 1.9
95 +++ whois-4.7.22.ebuild 7 Jan 2008 19:55:03 -0000 1.10
96 @@ -1,6 +1,6 @@
97 -# Copyright 1999-2007 Gentoo Foundation
98 +# Copyright 1999-2008 Gentoo Foundation
99 # Distributed under the terms of the GNU General Public License v2
100 -# $Header: /var/cvsroot/gentoo-x86/net-misc/whois/whois-4.7.22.ebuild,v 1.9 2007/09/29 13:33:48 vapier Exp $
101 +# $Header: /var/cvsroot/gentoo-x86/net-misc/whois/whois-4.7.22.ebuild,v 1.10 2008/01/07 19:55:03 cardoe Exp $
102
103 inherit eutils toolchain-funcs
104
105 @@ -47,7 +47,7 @@
106 dodoc README
107
108 if [[ "${USERLAND}" != "GNU" ]]; then
109 - mv ${D}/usr/share/man/man1/{whois,mdwhois}.1
110 - mv ${D}/usr/bin/{whois,mdwhois}
111 + mv "${D}"/usr/share/man/man1/{whois,mdwhois}.1
112 + mv "${D}"/usr/bin/{whois,mdwhois}
113 fi
114 }
115
116
117
118 1.102 net-misc/whois/ChangeLog
119
120 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/whois/ChangeLog?rev=1.102&view=markup
121 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/whois/ChangeLog?rev=1.102&content-type=text/plain
122 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/whois/ChangeLog?r1=1.101&r2=1.102
123
124 Index: ChangeLog
125 ===================================================================
126 RCS file: /var/cvsroot/gentoo-x86/net-misc/whois/ChangeLog,v
127 retrieving revision 1.101
128 retrieving revision 1.102
129 diff -u -r1.101 -r1.102
130 --- ChangeLog 17 Dec 2007 16:53:38 -0000 1.101
131 +++ ChangeLog 7 Jan 2008 19:55:03 -0000 1.102
132 @@ -1,6 +1,10 @@
133 # ChangeLog for net-misc/whois
134 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
135 -# $Header: /var/cvsroot/gentoo-x86/net-misc/whois/ChangeLog,v 1.101 2007/12/17 16:53:38 armin76 Exp $
136 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
137 +# $Header: /var/cvsroot/gentoo-x86/net-misc/whois/ChangeLog,v 1.102 2008/01/07 19:55:03 cardoe Exp $
138 +
139 + 07 Jan 2008; Doug Klima <cardoe@g.o> whois-4.7.22.ebuild,
140 + whois-4.7.23.ebuild, whois-4.7.24.ebuild:
141 + variable quoting
142
143 17 Dec 2007; Raúl Porcel <armin76@g.o> whois-4.7.24.ebuild:
144 alpha/ia64/sparc/x86 stable
145
146
147
148 --
149 gentoo-commits@l.g.o mailing list