summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDirkjan Ochtman <djc@gentoo.org>2010-06-01 16:35:30 +0000
committerDirkjan Ochtman <djc@gentoo.org>2010-06-01 16:35:30 +0000
commita1ece2c248c96656a73fd1ba4acd3dc298ab01fc (patch)
tree40f91410edb24b359f4d06cd3107dd1679fbe58c /dev-vcs/mercurial
parentAutomated update of use.local.desc (diff)
downloadgentoo-2-a1ece2c248c96656a73fd1ba4acd3dc298ab01fc.tar.gz
gentoo-2-a1ece2c248c96656a73fd1ba4acd3dc298ab01fc.tar.bz2
gentoo-2-a1ece2c248c96656a73fd1ba4acd3dc298ab01fc.zip
Remove some more tests with userpriv, bug 304909.
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'dev-vcs/mercurial')
-rw-r--r--dev-vcs/mercurial/ChangeLog6
-rw-r--r--dev-vcs/mercurial/mercurial-1.5.2.ebuild5
-rw-r--r--dev-vcs/mercurial/mercurial-1.5.3.ebuild5
-rw-r--r--dev-vcs/mercurial/mercurial-1.5.4.ebuild5
-rw-r--r--dev-vcs/mercurial/mercurial-1.5.ebuild5
5 files changed, 21 insertions, 5 deletions
diff --git a/dev-vcs/mercurial/ChangeLog b/dev-vcs/mercurial/ChangeLog
index 9bce58cd6eb7..485e001364b5 100644
--- a/dev-vcs/mercurial/ChangeLog
+++ b/dev-vcs/mercurial/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-vcs/mercurial
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-vcs/mercurial/ChangeLog,v 1.12 2010/06/01 16:10:58 djc Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/mercurial/ChangeLog,v 1.13 2010/06/01 16:35:30 djc Exp $
+
+ 01 Jun 2010; Dirkjan Ochtman <djc@gentoo.org> mercurial-1.5.ebuild,
+ mercurial-1.5.2.ebuild, mercurial-1.5.3.ebuild, mercurial-1.5.4.ebuild:
+ Remove some more tests with userpriv, bug 304909.
*mercurial-1.5.4 (01 Jun 2010)
diff --git a/dev-vcs/mercurial/mercurial-1.5.2.ebuild b/dev-vcs/mercurial/mercurial-1.5.2.ebuild
index 34bf2726bb2f..884457e4adec 100644
--- a/dev-vcs/mercurial/mercurial-1.5.2.ebuild
+++ b/dev-vcs/mercurial/mercurial-1.5.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-vcs/mercurial/mercurial-1.5.2.ebuild,v 1.1 2010/05/02 09:23:31 djc Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/mercurial/mercurial-1.5.2.ebuild,v 1.2 2010/06/01 16:35:30 djc Exp $
EAPI=2
@@ -95,6 +95,9 @@ src_test() {
rm -f test-lock-badness # Test is broken when run as root
rm -f test-permissions # Test is broken when run as root
rm -f test-pull-permission # Test is broken when run as root
+ rm -f test-clone-failure
+ rm -f test-journal-exists
+ rm -f test-repair-strip
fi
local testdir="${T}/tests"
rm -rf "${testdir}"
diff --git a/dev-vcs/mercurial/mercurial-1.5.3.ebuild b/dev-vcs/mercurial/mercurial-1.5.3.ebuild
index 68c85a8ecd3b..0df9adb59c5a 100644
--- a/dev-vcs/mercurial/mercurial-1.5.3.ebuild
+++ b/dev-vcs/mercurial/mercurial-1.5.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-vcs/mercurial/mercurial-1.5.3.ebuild,v 1.2 2010/05/30 20:12:49 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/mercurial/mercurial-1.5.3.ebuild,v 1.3 2010/06/01 16:35:30 djc Exp $
EAPI=3
@@ -95,6 +95,9 @@ src_test() {
rm -f test-lock-badness # Test is broken when run as root
rm -f test-permissions # Test is broken when run as root
rm -f test-pull-permission # Test is broken when run as root
+ rm -f test-clone-failure
+ rm -f test-journal-exists
+ rm -f test-repair-strip
fi
local testdir="${T}/tests"
rm -rf "${testdir}"
diff --git a/dev-vcs/mercurial/mercurial-1.5.4.ebuild b/dev-vcs/mercurial/mercurial-1.5.4.ebuild
index e77708af3900..dc8e2729b394 100644
--- a/dev-vcs/mercurial/mercurial-1.5.4.ebuild
+++ b/dev-vcs/mercurial/mercurial-1.5.4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-vcs/mercurial/mercurial-1.5.4.ebuild,v 1.1 2010/06/01 16:10:58 djc Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/mercurial/mercurial-1.5.4.ebuild,v 1.2 2010/06/01 16:35:30 djc Exp $
EAPI=3
@@ -95,6 +95,9 @@ src_test() {
rm -f test-lock-badness # Test is broken when run as root
rm -f test-permissions # Test is broken when run as root
rm -f test-pull-permission # Test is broken when run as root
+ rm -f test-clone-failure
+ rm -f test-journal-exists
+ rm -f test-repair-strip
fi
local testdir="${T}/tests"
rm -rf "${testdir}"
diff --git a/dev-vcs/mercurial/mercurial-1.5.ebuild b/dev-vcs/mercurial/mercurial-1.5.ebuild
index 3c85f138f871..855febe7b509 100644
--- a/dev-vcs/mercurial/mercurial-1.5.ebuild
+++ b/dev-vcs/mercurial/mercurial-1.5.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-vcs/mercurial/mercurial-1.5.ebuild,v 1.5 2010/05/20 00:25:19 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/mercurial/mercurial-1.5.ebuild,v 1.6 2010/06/01 16:35:30 djc Exp $
EAPI=2
@@ -95,6 +95,9 @@ src_test() {
rm -f test-lock-badness # Test is broken when run as root
rm -f test-permissions # Test is broken when run as root
rm -f test-pull-permission # Test is broken when run as root
+ rm -f test-clone-failure
+ rm -f test-journal-exists
+ rm -f test-repair-strip
fi
local testdir="${T}/tests"
rm -rf "${testdir}"