dev-vcs/mercurial: Restrict tests
authorLars Wendler <polynomial-c@gentoo.org>
Sun, 17 Mar 2019 09:21:09 +0000 (10:21 +0100)
committerLars Wendler <polynomial-c@gentoo.org>
Sun, 17 Mar 2019 09:21:09 +0000 (10:21 +0100)
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>
dev-vcs/mercurial/mercurial-4.5.2.ebuild
dev-vcs/mercurial/mercurial-4.6.2.ebuild
dev-vcs/mercurial/mercurial-4.7.1.ebuild
dev-vcs/mercurial/mercurial-4.8.2.ebuild
dev-vcs/mercurial/mercurial-4.9.ebuild
dev-vcs/mercurial/mercurial-9999.ebuild

index e78fab88efa69703701d97dc8e33b69a0cf12acf..f1ffee5400f79988a954e8a9a992c120835574cc 100644 (file)
@@ -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() {
index eda134ef39b195156512941471a3482b110baf6b..74e1031ea603607b201be8ece2b5aad4f6864b50 100644 (file)
@@ -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() {
index 9446c0956cd60b2cc0deba6738c7bc44e87ac604..5b60d94346ebdeaee0c56e898106b1cea451fb9b 100644 (file)
@@ -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() {
index df66d023a1d5cf9076fb65c002c6deb50b2b6bfb..4f165402a1f011ed750fd6da0d7e0c9f5a04802d 100644 (file)
@@ -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"
index bccf2f54696a2ae98fe3ed4f7eff3e7b2b6b52a9..b30776c59274ec0081cfa2f9a140407665350719 100644 (file)
@@ -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"
index 66be22841e62a30827a9a181b39a915b8ff72833..797fc104685bbefd3abc56b83c11fcfe5104c7c9 100644 (file)
@@ -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