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 03C3A138359 for ; Sat, 19 Sep 2020 21:33:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 456B8E0819; Sat, 19 Sep 2020 21:33:11 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 2BDB2E0819 for ; Sat, 19 Sep 2020 21:33:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 9A804335D72 for ; Sat, 19 Sep 2020 21:33:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 11844370 for ; Sat, 19 Sep 2020 21:33:08 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1600551180.41a1b8a8e79ca590f4e6b4823c585430970ead7c.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-vcs/mercurial/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-vcs/mercurial/mercurial-5.2.2-r1.ebuild dev-vcs/mercurial/mercurial-5.2.2-r2.ebuild dev-vcs/mercurial/mercurial-5.3.2-r1.ebuild dev-vcs/mercurial/mercurial-5.3.2.ebuild dev-vcs/mercurial/mercurial-5.4.2-r1.ebuild dev-vcs/mercurial/mercurial-5.4.2.ebuild dev-vcs/mercurial/mercurial-5.5.1-r1.ebuild dev-vcs/mercurial/mercurial-5.5.1.ebuild X-VCS-Directories: dev-vcs/mercurial/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 41a1b8a8e79ca590f4e6b4823c585430970ead7c X-VCS-Branch: master Date: Sat, 19 Sep 2020 21:33:08 +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: 5efe156b-f8c5-4863-a5b9-96338f9bac32 X-Archives-Hash: aadfffa20789c82272892b27fc32016d commit: 41a1b8a8e79ca590f4e6b4823c585430970ead7c Author: Michał Górny gentoo org> AuthorDate: Sat Sep 19 21:08:05 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Sep 19 21:33:00 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41a1b8a8 dev-vcs/mercurial: Remove python2 Signed-off-by: Michał Górny gentoo.org> .../mercurial/{mercurial-5.2.2-r1.ebuild => mercurial-5.2.2-r2.ebuild} | 2 +- dev-vcs/mercurial/{mercurial-5.3.2.ebuild => mercurial-5.3.2-r1.ebuild} | 2 +- dev-vcs/mercurial/{mercurial-5.4.2.ebuild => mercurial-5.4.2-r1.ebuild} | 2 +- dev-vcs/mercurial/{mercurial-5.5.1.ebuild => mercurial-5.5.1-r1.ebuild} | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-vcs/mercurial/mercurial-5.2.2-r1.ebuild b/dev-vcs/mercurial/mercurial-5.2.2-r2.ebuild similarity index 99% rename from dev-vcs/mercurial/mercurial-5.2.2-r1.ebuild rename to dev-vcs/mercurial/mercurial-5.2.2-r2.ebuild index 79871f6f4a1..5211de4c22a 100644 --- a/dev-vcs/mercurial/mercurial-5.2.2-r1.ebuild +++ b/dev-vcs/mercurial/mercurial-5.2.2-r2.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python2_7 python3_6 ) +PYTHON_COMPAT=( python3_6 ) PYTHON_REQ_USE="threads(+)" inherit bash-completion-r1 elisp-common eutils distutils-r1 flag-o-matic diff --git a/dev-vcs/mercurial/mercurial-5.3.2.ebuild b/dev-vcs/mercurial/mercurial-5.3.2-r1.ebuild similarity index 98% rename from dev-vcs/mercurial/mercurial-5.3.2.ebuild rename to dev-vcs/mercurial/mercurial-5.3.2-r1.ebuild index 953d9e8c7ba..d1758b7cbd6 100644 --- a/dev-vcs/mercurial/mercurial-5.3.2.ebuild +++ b/dev-vcs/mercurial/mercurial-5.3.2-r1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{6..8} ) +PYTHON_COMPAT=( python3_{6..8} ) PYTHON_REQ_USE="threads(+)" inherit bash-completion-r1 elisp-common eutils distutils-r1 flag-o-matic diff --git a/dev-vcs/mercurial/mercurial-5.4.2.ebuild b/dev-vcs/mercurial/mercurial-5.4.2-r1.ebuild similarity index 98% rename from dev-vcs/mercurial/mercurial-5.4.2.ebuild rename to dev-vcs/mercurial/mercurial-5.4.2-r1.ebuild index 79e8c21af27..86a1127fb83 100644 --- a/dev-vcs/mercurial/mercurial-5.4.2.ebuild +++ b/dev-vcs/mercurial/mercurial-5.4.2-r1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{6..8} ) +PYTHON_COMPAT=( python3_{6..8} ) PYTHON_REQ_USE="threads(+)" inherit bash-completion-r1 elisp-common eutils distutils-r1 flag-o-matic diff --git a/dev-vcs/mercurial/mercurial-5.5.1.ebuild b/dev-vcs/mercurial/mercurial-5.5.1-r1.ebuild similarity index 98% rename from dev-vcs/mercurial/mercurial-5.5.1.ebuild rename to dev-vcs/mercurial/mercurial-5.5.1-r1.ebuild index 2b111cea919..ce2ef0fdc4c 100644 --- a/dev-vcs/mercurial/mercurial-5.5.1.ebuild +++ b/dev-vcs/mercurial/mercurial-5.5.1-r1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{6..8} ) +PYTHON_COMPAT=( python3_{6..8} ) PYTHON_REQ_USE="threads(+)" inherit bash-completion-r1 elisp-common eutils distutils-r1 flag-o-matic