From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 283C7138334 for ; Sun, 17 Mar 2019 09:21:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 10452E092A; Sun, 17 Mar 2019 09:21:34 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C453EE092A for ; Sun, 17 Mar 2019 09:21:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6AA24335CDE for ; Sun, 17 Mar 2019 09:21:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D72D253F for ; Sun, 17 Mar 2019 09:21:30 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1552814469.aaaec40d7341aab7faa7e5163b9b50b229fe7945.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-vcs/mercurial/ X-VCS-Repository: repo/gentoo X-VCS-Files: 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 X-VCS-Directories: dev-vcs/mercurial/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: aaaec40d7341aab7faa7e5163b9b50b229fe7945 X-VCS-Branch: master Date: Sun, 17 Mar 2019 09:21:30 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: a4d53879-826b-411a-8118-3044f07a0f86 X-Archives-Hash: e4b919fd5f2b9ba10a937328c7a56d63 commit: aaaec40d7341aab7faa7e5163b9b50b229fe7945 Author: Lars Wendler gentoo org> AuthorDate: Sun Mar 17 09:21:09 2019 +0000 Commit: Lars Wendler gentoo org> CommitDate: Sun Mar 17 09:21:09 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aaaec40d 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 gentoo.org> dev-vcs/mercurial/mercurial-4.5.2.ebuild | 5 ++++- dev-vcs/mercurial/mercurial-4.6.2.ebuild | 5 ++++- dev-vcs/mercurial/mercurial-4.7.1.ebuild | 5 ++++- dev-vcs/mercurial/mercurial-4.8.2.ebuild | 3 +++ dev-vcs/mercurial/mercurial-4.9.ebuild | 3 +++ dev-vcs/mercurial/mercurial-9999.ebuild | 5 ++++- 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 e78fab88efa..f1ffee5400f 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 eda134ef39b..74e1031ea60 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 9446c0956cd..5b60d94346e 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 df66d023a1d..4f165402a1f 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 bccf2f54696..b30776c5927 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 66be22841e6..797fc104685 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