Gentoo Archives: gentoo-commits

From: "Dirkjan Ochtman (djc)" <djc@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-vcs/mercurial: mercurial-1.5.3.ebuild mercurial-1.5.ebuild ChangeLog mercurial-1.5.4.ebuild mercurial-1.5.2.ebuild
Date: Tue, 01 Jun 2010 16:35:35
Message-Id: 20100601163530.EF3992CE14@corvid.gentoo.org
1 djc 10/06/01 16:35:30
2
3 Modified: mercurial-1.5.3.ebuild mercurial-1.5.ebuild
4 ChangeLog mercurial-1.5.4.ebuild
5 mercurial-1.5.2.ebuild
6 Log:
7 Remove some more tests with userpriv, bug 304909.
8 (Portage version: 2.1.8.3/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.3 dev-vcs/mercurial/mercurial-1.5.3.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/mercurial/mercurial-1.5.3.ebuild?rev=1.3&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/mercurial/mercurial-1.5.3.ebuild?rev=1.3&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/mercurial/mercurial-1.5.3.ebuild?r1=1.2&r2=1.3
16
17 Index: mercurial-1.5.3.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-vcs/mercurial/mercurial-1.5.3.ebuild,v
20 retrieving revision 1.2
21 retrieving revision 1.3
22 diff -u -r1.2 -r1.3
23 --- mercurial-1.5.3.ebuild 30 May 2010 20:12:49 -0000 1.2
24 +++ mercurial-1.5.3.ebuild 1 Jun 2010 16:35:30 -0000 1.3
25 @@ -1,6 +1,6 @@
26 # Copyright 1999-2010 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/mercurial/mercurial-1.5.3.ebuild,v 1.2 2010/05/30 20:12:49 grobian Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/mercurial/mercurial-1.5.3.ebuild,v 1.3 2010/06/01 16:35:30 djc Exp $
30
31 EAPI=3
32
33 @@ -95,6 +95,9 @@
34 rm -f test-lock-badness # Test is broken when run as root
35 rm -f test-permissions # Test is broken when run as root
36 rm -f test-pull-permission # Test is broken when run as root
37 + rm -f test-clone-failure
38 + rm -f test-journal-exists
39 + rm -f test-repair-strip
40 fi
41 local testdir="${T}/tests"
42 rm -rf "${testdir}"
43
44
45
46 1.6 dev-vcs/mercurial/mercurial-1.5.ebuild
47
48 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/mercurial/mercurial-1.5.ebuild?rev=1.6&view=markup
49 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/mercurial/mercurial-1.5.ebuild?rev=1.6&content-type=text/plain
50 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/mercurial/mercurial-1.5.ebuild?r1=1.5&r2=1.6
51
52 Index: mercurial-1.5.ebuild
53 ===================================================================
54 RCS file: /var/cvsroot/gentoo-x86/dev-vcs/mercurial/mercurial-1.5.ebuild,v
55 retrieving revision 1.5
56 retrieving revision 1.6
57 diff -u -r1.5 -r1.6
58 --- mercurial-1.5.ebuild 20 May 2010 00:25:19 -0000 1.5
59 +++ mercurial-1.5.ebuild 1 Jun 2010 16:35:30 -0000 1.6
60 @@ -1,6 +1,6 @@
61 # Copyright 1999-2010 Gentoo Foundation
62 # Distributed under the terms of the GNU General Public License v2
63 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/mercurial/mercurial-1.5.ebuild,v 1.5 2010/05/20 00:25:19 jer Exp $
64 +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/mercurial/mercurial-1.5.ebuild,v 1.6 2010/06/01 16:35:30 djc Exp $
65
66 EAPI=2
67
68 @@ -95,6 +95,9 @@
69 rm -f test-lock-badness # Test is broken when run as root
70 rm -f test-permissions # Test is broken when run as root
71 rm -f test-pull-permission # Test is broken when run as root
72 + rm -f test-clone-failure
73 + rm -f test-journal-exists
74 + rm -f test-repair-strip
75 fi
76 local testdir="${T}/tests"
77 rm -rf "${testdir}"
78
79
80
81 1.13 dev-vcs/mercurial/ChangeLog
82
83 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/mercurial/ChangeLog?rev=1.13&view=markup
84 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/mercurial/ChangeLog?rev=1.13&content-type=text/plain
85 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/mercurial/ChangeLog?r1=1.12&r2=1.13
86
87 Index: ChangeLog
88 ===================================================================
89 RCS file: /var/cvsroot/gentoo-x86/dev-vcs/mercurial/ChangeLog,v
90 retrieving revision 1.12
91 retrieving revision 1.13
92 diff -u -r1.12 -r1.13
93 --- ChangeLog 1 Jun 2010 16:10:58 -0000 1.12
94 +++ ChangeLog 1 Jun 2010 16:35:30 -0000 1.13
95 @@ -1,6 +1,10 @@
96 # ChangeLog for dev-vcs/mercurial
97 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
98 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/mercurial/ChangeLog,v 1.12 2010/06/01 16:10:58 djc Exp $
99 +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/mercurial/ChangeLog,v 1.13 2010/06/01 16:35:30 djc Exp $
100 +
101 + 01 Jun 2010; Dirkjan Ochtman <djc@g.o> mercurial-1.5.ebuild,
102 + mercurial-1.5.2.ebuild, mercurial-1.5.3.ebuild, mercurial-1.5.4.ebuild:
103 + Remove some more tests with userpriv, bug 304909.
104
105 *mercurial-1.5.4 (01 Jun 2010)
106
107
108
109
110 1.2 dev-vcs/mercurial/mercurial-1.5.4.ebuild
111
112 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/mercurial/mercurial-1.5.4.ebuild?rev=1.2&view=markup
113 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/mercurial/mercurial-1.5.4.ebuild?rev=1.2&content-type=text/plain
114 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/mercurial/mercurial-1.5.4.ebuild?r1=1.1&r2=1.2
115
116 Index: mercurial-1.5.4.ebuild
117 ===================================================================
118 RCS file: /var/cvsroot/gentoo-x86/dev-vcs/mercurial/mercurial-1.5.4.ebuild,v
119 retrieving revision 1.1
120 retrieving revision 1.2
121 diff -u -r1.1 -r1.2
122 --- mercurial-1.5.4.ebuild 1 Jun 2010 16:10:58 -0000 1.1
123 +++ mercurial-1.5.4.ebuild 1 Jun 2010 16:35:30 -0000 1.2
124 @@ -1,6 +1,6 @@
125 # Copyright 1999-2010 Gentoo Foundation
126 # Distributed under the terms of the GNU General Public License v2
127 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/mercurial/mercurial-1.5.4.ebuild,v 1.1 2010/06/01 16:10:58 djc Exp $
128 +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/mercurial/mercurial-1.5.4.ebuild,v 1.2 2010/06/01 16:35:30 djc Exp $
129
130 EAPI=3
131
132 @@ -95,6 +95,9 @@
133 rm -f test-lock-badness # Test is broken when run as root
134 rm -f test-permissions # Test is broken when run as root
135 rm -f test-pull-permission # Test is broken when run as root
136 + rm -f test-clone-failure
137 + rm -f test-journal-exists
138 + rm -f test-repair-strip
139 fi
140 local testdir="${T}/tests"
141 rm -rf "${testdir}"
142
143
144
145 1.2 dev-vcs/mercurial/mercurial-1.5.2.ebuild
146
147 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/mercurial/mercurial-1.5.2.ebuild?rev=1.2&view=markup
148 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/mercurial/mercurial-1.5.2.ebuild?rev=1.2&content-type=text/plain
149 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/mercurial/mercurial-1.5.2.ebuild?r1=1.1&r2=1.2
150
151 Index: mercurial-1.5.2.ebuild
152 ===================================================================
153 RCS file: /var/cvsroot/gentoo-x86/dev-vcs/mercurial/mercurial-1.5.2.ebuild,v
154 retrieving revision 1.1
155 retrieving revision 1.2
156 diff -u -r1.1 -r1.2
157 --- mercurial-1.5.2.ebuild 2 May 2010 09:23:31 -0000 1.1
158 +++ mercurial-1.5.2.ebuild 1 Jun 2010 16:35:30 -0000 1.2
159 @@ -1,6 +1,6 @@
160 # Copyright 1999-2010 Gentoo Foundation
161 # Distributed under the terms of the GNU General Public License v2
162 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/mercurial/mercurial-1.5.2.ebuild,v 1.1 2010/05/02 09:23:31 djc Exp $
163 +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/mercurial/mercurial-1.5.2.ebuild,v 1.2 2010/06/01 16:35:30 djc Exp $
164
165 EAPI=2
166
167 @@ -95,6 +95,9 @@
168 rm -f test-lock-badness # Test is broken when run as root
169 rm -f test-permissions # Test is broken when run as root
170 rm -f test-pull-permission # Test is broken when run as root
171 + rm -f test-clone-failure
172 + rm -f test-journal-exists
173 + rm -f test-repair-strip
174 fi
175 local testdir="${T}/tests"
176 rm -rf "${testdir}"