Gentoo Archives: gentoo-commits

From: "Mark Loeser (halcy0n)" <halcy0n@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-lang/cxx: cxx-6.5.9.31.ebuild cxx-6.5.9.31-r1.ebuild ChangeLog
Date: Sun, 23 Dec 2007 05:59:46
Message-Id: E1J6JsB-0003S3-SN@stork.gentoo.org
1 halcy0n 07/12/23 05:59:39
2
3 Modified: cxx-6.5.9.31.ebuild cxx-6.5.9.31-r1.ebuild
4 ChangeLog
5 Log:
6 Remove call to prepallman bug #140697; fix some quoting
7 (Portage version: 2.1.4_rc11)
8
9 Revision Changes Path
10 1.8 dev-lang/cxx/cxx-6.5.9.31.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/cxx/cxx-6.5.9.31.ebuild?rev=1.8&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/cxx/cxx-6.5.9.31.ebuild?rev=1.8&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/cxx/cxx-6.5.9.31.ebuild?r1=1.7&r2=1.8
15
16 Index: cxx-6.5.9.31.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-lang/cxx/cxx-6.5.9.31.ebuild,v
19 retrieving revision 1.7
20 retrieving revision 1.8
21 diff -u -r1.7 -r1.8
22 --- cxx-6.5.9.31.ebuild 31 Jan 2007 14:26:58 -0000 1.7
23 +++ cxx-6.5.9.31.ebuild 23 Dec 2007 05:59:39 -0000 1.8
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2007 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/cxx/cxx-6.5.9.31.ebuild,v 1.7 2007/01/31 14:26:58 genone Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/cxx/cxx-6.5.9.31.ebuild,v 1.8 2007/12/23 05:59:39 halcy0n Exp $
29 #
30 # Ebuild contributed by Tavis Ormandy <taviso@××××××××××××.org>
31 # and edited by Aron Griffis <agriffis@g.o>
32 @@ -123,10 +123,9 @@
33
34 src_install() {
35 # move files over
36 - mv usr ${D} || die "cxx installation failed"
37 + mv usr "${D}" || die "cxx installation failed"
38
39 - # prep manpages
40 - prepallman
41 + # prep docs
42 prepalldocs
43 }
44
45
46
47
48 1.13 dev-lang/cxx/cxx-6.5.9.31-r1.ebuild
49
50 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/cxx/cxx-6.5.9.31-r1.ebuild?rev=1.13&view=markup
51 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/cxx/cxx-6.5.9.31-r1.ebuild?rev=1.13&content-type=text/plain
52 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/cxx/cxx-6.5.9.31-r1.ebuild?r1=1.12&r2=1.13
53
54 Index: cxx-6.5.9.31-r1.ebuild
55 ===================================================================
56 RCS file: /var/cvsroot/gentoo-x86/dev-lang/cxx/cxx-6.5.9.31-r1.ebuild,v
57 retrieving revision 1.12
58 retrieving revision 1.13
59 diff -u -r1.12 -r1.13
60 --- cxx-6.5.9.31-r1.ebuild 31 Jan 2007 14:26:58 -0000 1.12
61 +++ cxx-6.5.9.31-r1.ebuild 23 Dec 2007 05:59:39 -0000 1.13
62 @@ -1,6 +1,6 @@
63 # Copyright 1999-2007 Gentoo Foundation
64 # Distributed under the terms of the GNU General Public License v2
65 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/cxx/cxx-6.5.9.31-r1.ebuild,v 1.12 2007/01/31 14:26:58 genone Exp $
66 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/cxx/cxx-6.5.9.31-r1.ebuild,v 1.13 2007/12/23 05:59:39 halcy0n Exp $
67 #
68 # Ebuild contributed by Tavis Ormandy <taviso@××××××××××××.org>
69 # and edited by Aron Griffis <agriffis@g.o>
70 @@ -60,7 +60,7 @@
71 # :-NULL safeguards against bash bug.
72 einfo "Decrypting cxx distribution..."
73 gpg --quiet \
74 - --homedir=${T} --no-permission-warning \
75 + --homedir="${T}" --no-permission-warning \
76 --no-mdc-warning \
77 --passphrase-fd 0 \
78 --output ${cxx_rpm} \
79 @@ -130,10 +130,9 @@
80
81 src_install() {
82 # move files over
83 - mv usr ${D} || die "cxx installation failed"
84 + mv usr "${D}" || die "cxx installation failed"
85
86 - # prep manpages
87 - prepallman
88 + # prep docs
89 prepalldocs
90 }
91
92
93
94
95 1.11 dev-lang/cxx/ChangeLog
96
97 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/cxx/ChangeLog?rev=1.11&view=markup
98 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/cxx/ChangeLog?rev=1.11&content-type=text/plain
99 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/cxx/ChangeLog?r1=1.10&r2=1.11
100
101 Index: ChangeLog
102 ===================================================================
103 RCS file: /var/cvsroot/gentoo-x86/dev-lang/cxx/ChangeLog,v
104 retrieving revision 1.10
105 retrieving revision 1.11
106 diff -u -r1.10 -r1.11
107 --- ChangeLog 31 Jan 2007 14:26:58 -0000 1.10
108 +++ ChangeLog 23 Dec 2007 05:59:39 -0000 1.11
109 @@ -1,6 +1,10 @@
110 # ChangeLog for dev-lang/cxx
111 # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
112 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/cxx/ChangeLog,v 1.10 2007/01/31 14:26:58 genone Exp $
113 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/cxx/ChangeLog,v 1.11 2007/12/23 05:59:39 halcy0n Exp $
114 +
115 + 23 Dec 2007; Mark Loeser <halcy0n@g.o> cxx-6.5.9.31.ebuild,
116 + cxx-6.5.9.31-r1.ebuild:
117 + Remove call to prepallman bug #140697; fix some quoting
118
119 31 Jan 2007; Marius Mauch <genone@g.o> cxx-6.5.9.31.ebuild,
120 cxx-6.5.9.31-r1.ebuild:
121
122
123
124 --
125 gentoo-commits@g.o mailing list