Gentoo Archives: gentoo-commits

From: "Zac Medico (zmedico)" <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in eclass/ELT-patches/portage: 1.3.0c 1.3.3 1.4.0 1.5.10 2.2
Date: Mon, 21 Feb 2011 16:12:05
Message-Id: 20110221161152.A99C120054@flycatcher.gentoo.org
1 zmedico 11/02/21 16:11:52
2
3 Modified: 1.3.0c 1.3.3 1.4.0 1.5.10 2.2
4 Log:
5 Replace references to undocumented PWORKDIR variable with the
6 documented WORKDIR variable. The behavior should not change, since
7 nothing else references this PWORKDIR variable, and portage exports
8 PWORKDIR=$WORKDIR.
9
10 Revision Changes Path
11 1.3 eclass/ELT-patches/portage/1.3.0c
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ELT-patches/portage/1.3.0c?rev=1.3&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ELT-patches/portage/1.3.0c?rev=1.3&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ELT-patches/portage/1.3.0c?r1=1.2&r2=1.3
16
17 Index: 1.3.0c
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/eclass/ELT-patches/portage/1.3.0c,v
20 retrieving revision 1.2
21 retrieving revision 1.3
22 diff -u -r1.2 -r1.3
23 --- 1.3.0c 10 Sep 2005 13:41:46 -0000 1.2
24 +++ 1.3.0c 21 Feb 2011 16:11:52 -0000 1.3
25 @@ -24,8 +24,8 @@
26 + if test "$installed" = yes; then
27 + # Rather use S=WORKDIR if our version of portage supports it.
28 + # This is because some ebuild (gcc) do not use $S as buildroot.
29 -+ if test "$PWORKDIR"; then
30 -+ S="$PWORKDIR"
31 ++ if test "$WORKDIR"; then
32 ++ S="$WORKDIR"
33 + fi
34 + # We do not want portage's build root ($S) present.
35 + my_little_ninja_foo_2=`echo $deplib |$EGREP -e "$S"`
36
37
38
39 1.3 eclass/ELT-patches/portage/1.3.3
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ELT-patches/portage/1.3.3?rev=1.3&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ELT-patches/portage/1.3.3?rev=1.3&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ELT-patches/portage/1.3.3?r1=1.2&r2=1.3
44
45 Index: 1.3.3
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/eclass/ELT-patches/portage/1.3.3,v
48 retrieving revision 1.2
49 retrieving revision 1.3
50 diff -u -r1.2 -r1.3
51 --- 1.3.3 10 Sep 2005 13:41:46 -0000 1.2
52 +++ 1.3.3 21 Feb 2011 16:11:52 -0000 1.3
53 @@ -34,8 +34,8 @@
54 + if test "$installed" = yes; then
55 + # Rather use S=WORKDIR if our version of portage supports it.
56 + # This is because some ebuild (gcc) do not use $S as buildroot.
57 -+ if test "$PWORKDIR"; then
58 -+ S="$PWORKDIR"
59 ++ if test "$WORKDIR"; then
60 ++ S="$WORKDIR"
61 + fi
62 + # We do not want portage's build root ($S) present.
63 + my_little_ninja_foo_2=`echo $deplib |$EGREP -e "$S"`
64
65
66
67 1.3 eclass/ELT-patches/portage/1.4.0
68
69 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ELT-patches/portage/1.4.0?rev=1.3&view=markup
70 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ELT-patches/portage/1.4.0?rev=1.3&content-type=text/plain
71 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ELT-patches/portage/1.4.0?r1=1.2&r2=1.3
72
73 Index: 1.4.0
74 ===================================================================
75 RCS file: /var/cvsroot/gentoo-x86/eclass/ELT-patches/portage/1.4.0,v
76 retrieving revision 1.2
77 retrieving revision 1.3
78 diff -u -r1.2 -r1.3
79 --- 1.4.0 10 Sep 2005 13:41:46 -0000 1.2
80 +++ 1.4.0 21 Feb 2011 16:11:52 -0000 1.3
81 @@ -32,8 +32,8 @@
82 + if test "$installed" = yes; then
83 + # Rather use S=WORKDIR if our version of portage supports it.
84 + # This is because some ebuild (gcc) do not use $S as buildroot.
85 -+ if test "$PWORKDIR"; then
86 -+ S="$PWORKDIR"
87 ++ if test "$WORKDIR"; then
88 ++ S="$WORKDIR"
89 + fi
90 + # We do not want portage's build root ($S) present.
91 + my_little_ninja_foo_2=`echo $deplib |$EGREP -e "$S"`
92
93
94
95 1.4 eclass/ELT-patches/portage/1.5.10
96
97 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ELT-patches/portage/1.5.10?rev=1.4&view=markup
98 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ELT-patches/portage/1.5.10?rev=1.4&content-type=text/plain
99 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ELT-patches/portage/1.5.10?r1=1.3&r2=1.4
100
101 Index: 1.5.10
102 ===================================================================
103 RCS file: /var/cvsroot/gentoo-x86/eclass/ELT-patches/portage/1.5.10,v
104 retrieving revision 1.3
105 retrieving revision 1.4
106 diff -u -r1.3 -r1.4
107 --- 1.5.10 14 Sep 2005 04:58:30 -0000 1.3
108 +++ 1.5.10 21 Feb 2011 16:11:52 -0000 1.4
109 @@ -35,8 +35,8 @@
110 + if test "$installed" = yes; then
111 + # Rather use S=WORKDIR if our version of portage supports it.
112 + # This is because some ebuild (gcc) do not use $S as buildroot.
113 -+ if test "$PWORKDIR"; then
114 -+ S="$PWORKDIR"
115 ++ if test "$WORKDIR"; then
116 ++ S="$WORKDIR"
117 + fi
118 + # We do not want portage's build root ($S) present.
119 + my_little_ninja_foo_2=`echo $deplib |$EGREP -e "$S"`
120
121
122
123 1.2 eclass/ELT-patches/portage/2.2
124
125 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ELT-patches/portage/2.2?rev=1.2&view=markup
126 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ELT-patches/portage/2.2?rev=1.2&content-type=text/plain
127 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ELT-patches/portage/2.2?r1=1.1&r2=1.2
128
129 Index: 2.2
130 ===================================================================
131 RCS file: /var/cvsroot/gentoo-x86/eclass/ELT-patches/portage/2.2,v
132 retrieving revision 1.1
133 retrieving revision 1.2
134 diff -u -r1.1 -r1.2
135 --- 2.2 20 Apr 2008 12:33:09 -0000 1.1
136 +++ 2.2 21 Feb 2011 16:11:52 -0000 1.2
137 @@ -27,8 +27,8 @@
138 + if test "$installed" = yes; then
139 + # Rather use S=WORKDIR if our version of portage supports it.
140 + # This is because some ebuild (gcc) do not use $S as buildroot.
141 -+ if test "$PWORKDIR"; then
142 -+ S="$PWORKDIR"
143 ++ if test "$WORKDIR"; then
144 ++ S="$WORKDIR"
145 + fi
146 + # We do not want portage's build root ($S) present.
147 + my_little_ninja_foo_2=`echo $deplib |$EGREP -e "$S"`