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-9999.ebuild ChangeLog mercurial-2.4.1-r2.ebuild
Date: Mon, 31 Dec 2012 08:16:23
Message-Id: 20121231081612.2FD502171D@flycatcher.gentoo.org
1 djc 12/12/31 08:16:12
2
3 Modified: mercurial-9999.ebuild ChangeLog
4 mercurial-2.4.1-r2.ebuild
5 Log:
6 Improve test restrictions.
7
8 (Portage version: 2.1.11.38/cvs/Linux x86_64, signed Manifest commit with key 6B065BFB)
9
10 Revision Changes Path
11 1.16 dev-vcs/mercurial/mercurial-9999.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/mercurial/mercurial-9999.ebuild?rev=1.16&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/mercurial/mercurial-9999.ebuild?rev=1.16&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/mercurial/mercurial-9999.ebuild?r1=1.15&r2=1.16
16
17 Index: mercurial-9999.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-vcs/mercurial/mercurial-9999.ebuild,v
20 retrieving revision 1.15
21 retrieving revision 1.16
22 diff -u -r1.15 -r1.16
23 --- mercurial-9999.ebuild 31 Dec 2012 08:11:55 -0000 1.15
24 +++ mercurial-9999.ebuild 31 Dec 2012 08:16:12 -0000 1.16
25 @@ -1,6 +1,6 @@
26 # Copyright 1999-2012 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/mercurial/mercurial-9999.ebuild,v 1.15 2012/12/31 08:11:55 djc Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/mercurial/mercurial-9999.ebuild,v 1.16 2012/12/31 08:16:12 djc Exp $
30
31 EAPI=3
32 PYTHON_DEPEND="2"
33 @@ -102,7 +102,7 @@
34 src_test() {
35 cd "${S}/tests/" || die
36 rm -rf *svn* || die # Subversion tests fail with 1.5
37 - rm -f test-archive || die # Fails due to verbose tar output changes
38 + rm -f test-archive* || die # Fails due to verbose tar output changes
39 rm -f test-convert-baz* || die # GNU Arch baz
40 rm -f test-convert-cvs* || die # CVS
41 rm -f test-convert-darcs* || die # Darcs
42 @@ -110,16 +110,17 @@
43 rm -f test-convert-mtn* || die # monotone
44 rm -f test-convert-tla* || die # GNU Arch tla
45 rm -f test-doctest* || die # doctest always fails with python 2.5.x
46 + rm -f test-largefiles* || die # tends to time out
47 if [[ ${EUID} -eq 0 ]]; then
48 einfo "Removing tests which require user privileges to succeed"
49 - rm -f test-command-template || die # Test is broken when run as root
50 - rm -f test-convert || die # Test is broken when run as root
51 - rm -f test-lock-badness || die # Test is broken when run as root
52 - rm -f test-permissions || die # Test is broken when run as root
53 - rm -f test-pull-permission || die # Test is broken when run as root
54 - rm -f test-clone-failure || die
55 - rm -f test-journal-exists || die
56 - rm -f test-repair-strip || die
57 + rm -f test-command-template* || die # Test is broken when run as root
58 + rm -f test-convert* || die # Test is broken when run as root
59 + rm -f test-lock-badness* || die # Test is broken when run as root
60 + rm -f test-permissions* || die # Test is broken when run as root
61 + rm -f test-pull-permission* || die # Test is broken when run as root
62 + rm -f test-clone-failure* || die
63 + rm -f test-journal-exists* || die
64 + rm -f test-repair-strip* || die
65 fi
66
67 testing() {
68
69
70
71 1.97 dev-vcs/mercurial/ChangeLog
72
73 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/mercurial/ChangeLog?rev=1.97&view=markup
74 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/mercurial/ChangeLog?rev=1.97&content-type=text/plain
75 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/mercurial/ChangeLog?r1=1.96&r2=1.97
76
77 Index: ChangeLog
78 ===================================================================
79 RCS file: /var/cvsroot/gentoo-x86/dev-vcs/mercurial/ChangeLog,v
80 retrieving revision 1.96
81 retrieving revision 1.97
82 diff -u -r1.96 -r1.97
83 --- ChangeLog 31 Dec 2012 08:11:55 -0000 1.96
84 +++ ChangeLog 31 Dec 2012 08:16:12 -0000 1.97
85 @@ -1,6 +1,10 @@
86 # ChangeLog for dev-vcs/mercurial
87 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
88 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/mercurial/ChangeLog,v 1.96 2012/12/31 08:11:55 djc Exp $
89 +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/mercurial/ChangeLog,v 1.97 2012/12/31 08:16:12 djc Exp $
90 +
91 + 31 Dec 2012; Dirkjan Ochtman <djc@g.o> mercurial-2.4.1-r2.ebuild,
92 + mercurial-9999.ebuild:
93 + Improve test restrictions.
94
95 31 Dec 2012; Dirkjan Ochtman <djc@g.o> mercurial-2.4.1-r2.ebuild,
96 mercurial-9999.ebuild:
97
98
99
100 1.3 dev-vcs/mercurial/mercurial-2.4.1-r2.ebuild
101
102 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/mercurial/mercurial-2.4.1-r2.ebuild?rev=1.3&view=markup
103 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/mercurial/mercurial-2.4.1-r2.ebuild?rev=1.3&content-type=text/plain
104 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/mercurial/mercurial-2.4.1-r2.ebuild?r1=1.2&r2=1.3
105
106 Index: mercurial-2.4.1-r2.ebuild
107 ===================================================================
108 RCS file: /var/cvsroot/gentoo-x86/dev-vcs/mercurial/mercurial-2.4.1-r2.ebuild,v
109 retrieving revision 1.2
110 retrieving revision 1.3
111 diff -u -r1.2 -r1.3
112 --- mercurial-2.4.1-r2.ebuild 31 Dec 2012 08:11:55 -0000 1.2
113 +++ mercurial-2.4.1-r2.ebuild 31 Dec 2012 08:16:12 -0000 1.3
114 @@ -1,6 +1,6 @@
115 # Copyright 1999-2012 Gentoo Foundation
116 # Distributed under the terms of the GNU General Public License v2
117 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/mercurial/mercurial-2.4.1-r2.ebuild,v 1.2 2012/12/31 08:11:55 djc Exp $
118 +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/mercurial/mercurial-2.4.1-r2.ebuild,v 1.3 2012/12/31 08:16:12 djc Exp $
119
120 EAPI=3
121 PYTHON_DEPEND="2"
122 @@ -102,7 +102,7 @@
123 src_test() {
124 cd "${S}/tests/" || die
125 rm -rf *svn* || die # Subversion tests fail with 1.5
126 - rm -f test-archive || die # Fails due to verbose tar output changes
127 + rm -f test-archive* || die # Fails due to verbose tar output changes
128 rm -f test-convert-baz* || die # GNU Arch baz
129 rm -f test-convert-cvs* || die # CVS
130 rm -f test-convert-darcs* || die # Darcs
131 @@ -110,16 +110,17 @@
132 rm -f test-convert-mtn* || die # monotone
133 rm -f test-convert-tla* || die # GNU Arch tla
134 rm -f test-doctest* || die # doctest always fails with python 2.5.x
135 + rm -f test-largefiles* || die # tends to time out
136 if [[ ${EUID} -eq 0 ]]; then
137 einfo "Removing tests which require user privileges to succeed"
138 - rm -f test-command-template || die # Test is broken when run as root
139 - rm -f test-convert || die # Test is broken when run as root
140 - rm -f test-lock-badness || die # Test is broken when run as root
141 - rm -f test-permissions || die # Test is broken when run as root
142 - rm -f test-pull-permission || die # Test is broken when run as root
143 - rm -f test-clone-failure || die
144 - rm -f test-journal-exists || die
145 - rm -f test-repair-strip || die
146 + rm -f test-command-template* || die # Test is broken when run as root
147 + rm -f test-convert* || die # Test is broken when run as root
148 + rm -f test-lock-badness* || die # Test is broken when run as root
149 + rm -f test-permissions* || die # Test is broken when run as root
150 + rm -f test-pull-permission* || die # Test is broken when run as root
151 + rm -f test-clone-failure* || die
152 + rm -f test-journal-exists* || die
153 + rm -f test-repair-strip* || die
154 fi
155
156 testing() {