summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wendler <polynomial-c@gentoo.org>2019-03-17 10:21:09 +0100
committerLars Wendler <polynomial-c@gentoo.org>2019-03-17 10:21:09 +0100
commitaaaec40d7341aab7faa7e5163b9b50b229fe7945 (patch)
treeac6d944e93a39e5339c59ea7fe088f91e9f21051 /dev-vcs/mercurial
parentgnome-base/gnome-extra-apps: bump to 3.30.2 (diff)
downloadgentoo-aaaec40d7341aab7faa7e5163b9b50b229fe7945.tar.gz
gentoo-aaaec40d7341aab7faa7e5163b9b50b229fe7945.tar.bz2
gentoo-aaaec40d7341aab7faa7e5163b9b50b229fe7945.zip
dev-vcs/mercurial: Restrict tests
Bug: https://bugs.gentoo.org/608720 Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
Diffstat (limited to 'dev-vcs/mercurial')
-rw-r--r--dev-vcs/mercurial/mercurial-4.5.2.ebuild5
-rw-r--r--dev-vcs/mercurial/mercurial-4.6.2.ebuild5
-rw-r--r--dev-vcs/mercurial/mercurial-4.7.1.ebuild5
-rw-r--r--dev-vcs/mercurial/mercurial-4.8.2.ebuild3
-rw-r--r--dev-vcs/mercurial/mercurial-4.9.ebuild3
-rw-r--r--dev-vcs/mercurial/mercurial-9999.ebuild5
6 files changed, 22 insertions, 4 deletions
diff --git a/dev-vcs/mercurial/mercurial-4.5.2.ebuild b/dev-vcs/mercurial/mercurial-4.5.2.ebuild
index e78fab88efa6..f1ffee5400f7 100644
--- a/dev-vcs/mercurial/mercurial-4.5.2.ebuild
+++ b/dev-vcs/mercurial/mercurial-4.5.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -27,6 +27,9 @@ DEPEND="emacs? ( virtual/emacs )
SITEFILE="70${PN}-gentoo.el"
+# Too many tests fail #608720
+RESTRICT="test"
+
PATCHES=( "${FILESDIR}/${PN}-3.0.1-po_fixes.patch" )
python_prepare_all() {
diff --git a/dev-vcs/mercurial/mercurial-4.6.2.ebuild b/dev-vcs/mercurial/mercurial-4.6.2.ebuild
index eda134ef39b1..74e1031ea603 100644
--- a/dev-vcs/mercurial/mercurial-4.6.2.ebuild
+++ b/dev-vcs/mercurial/mercurial-4.6.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -27,6 +27,9 @@ DEPEND="emacs? ( virtual/emacs )
SITEFILE="70${PN}-gentoo.el"
+# Too many tests fail #608720
+RESTRICT="test"
+
PATCHES=( "${FILESDIR}/${PN}-3.0.1-po_fixes.patch" )
python_prepare_all() {
diff --git a/dev-vcs/mercurial/mercurial-4.7.1.ebuild b/dev-vcs/mercurial/mercurial-4.7.1.ebuild
index 9446c0956cd6..5b60d94346eb 100644
--- a/dev-vcs/mercurial/mercurial-4.7.1.ebuild
+++ b/dev-vcs/mercurial/mercurial-4.7.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -27,6 +27,9 @@ DEPEND="emacs? ( virtual/emacs )
SITEFILE="70${PN}-gentoo.el"
+# Too many tests fail #608720
+RESTRICT="test"
+
PATCHES=( "${FILESDIR}/${PN}-3.0.1-po_fixes.patch" )
python_prepare_all() {
diff --git a/dev-vcs/mercurial/mercurial-4.8.2.ebuild b/dev-vcs/mercurial/mercurial-4.8.2.ebuild
index df66d023a1d5..4f165402a1f0 100644
--- a/dev-vcs/mercurial/mercurial-4.8.2.ebuild
+++ b/dev-vcs/mercurial/mercurial-4.8.2.ebuild
@@ -29,6 +29,9 @@ DEPEND="emacs? ( virtual/emacs )
SITEFILE="70${PN}-gentoo.el"
+# Too many tests fail #608720
+RESTRICT="test"
+
PATCHES=(
"${FILESDIR}/${PN}-3.0.1-po_fixes.patch"
"${FILESDIR}/${PN}-4.8.1-unbundle_zstd.patch"
diff --git a/dev-vcs/mercurial/mercurial-4.9.ebuild b/dev-vcs/mercurial/mercurial-4.9.ebuild
index bccf2f54696a..b30776c59274 100644
--- a/dev-vcs/mercurial/mercurial-4.9.ebuild
+++ b/dev-vcs/mercurial/mercurial-4.9.ebuild
@@ -29,6 +29,9 @@ DEPEND="emacs? ( virtual/emacs )
SITEFILE="70${PN}-gentoo.el"
+# Too many tests fail #608720
+RESTRICT="test"
+
PATCHES=(
"${FILESDIR}/${PN}-3.0.1-po_fixes.patch"
"${FILESDIR}/${PN}-4.8.1-unbundle_zstd.patch"
diff --git a/dev-vcs/mercurial/mercurial-9999.ebuild b/dev-vcs/mercurial/mercurial-9999.ebuild
index 66be22841e62..797fc104685b 100644
--- a/dev-vcs/mercurial/mercurial-9999.ebuild
+++ b/dev-vcs/mercurial/mercurial-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -30,6 +30,9 @@ DEPEND="emacs? ( virtual/emacs )
SITEFILE="70${PN}-gentoo.el"
+# Too many tests fail #608720
+RESTRICT="test"
+
python_prepare_all() {
# fix up logic that won't work in Gentoo Prefix (also won't outside in
# certain cases), bug #362891