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 4EFCF13835A for ; Sat, 6 Mar 2021 09:09:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9D361E0829; Sat, 6 Mar 2021 09:09:12 +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 86FCCE0829 for ; Sat, 6 Mar 2021 09:09:12 +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 7D158340DED for ; Sat, 6 Mar 2021 09:09:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1DBB1567 for ; Sat, 6 Mar 2021 09:09:10 +0000 (UTC) From: "Cédric Krier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Cédric Krier" Message-ID: <1615021744.33a25c698d4a30956c83cbff03912662ac297b51.cedk@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-vcs/hg-evolve/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-vcs/hg-evolve/Manifest dev-vcs/hg-evolve/hg-evolve-10.1.0.ebuild X-VCS-Directories: dev-vcs/hg-evolve/ X-VCS-Committer: cedk X-VCS-Committer-Name: Cédric Krier X-VCS-Revision: 33a25c698d4a30956c83cbff03912662ac297b51 X-VCS-Branch: master Date: Sat, 6 Mar 2021 09:09:10 +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: fdedfaf1-715e-45a9-a94d-87c1b732f340 X-Archives-Hash: e7727f01b82b2b02597666cd09695d66 commit: 33a25c698d4a30956c83cbff03912662ac297b51 Author: Cédric Krier gentoo org> AuthorDate: Sat Mar 6 09:07:49 2021 +0000 Commit: Cédric Krier gentoo org> CommitDate: Sat Mar 6 09:09:04 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33a25c69 dev-vcs/hg-evolve: clean old Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Cédric Krier gentoo.org> dev-vcs/hg-evolve/Manifest | 1 - dev-vcs/hg-evolve/hg-evolve-10.1.0.ebuild | 40 ------------------------------- 2 files changed, 41 deletions(-) diff --git a/dev-vcs/hg-evolve/Manifest b/dev-vcs/hg-evolve/Manifest index eb4fb323c1d..518b3a5916e 100644 --- a/dev-vcs/hg-evolve/Manifest +++ b/dev-vcs/hg-evolve/Manifest @@ -1,2 +1 @@ -DIST hg-evolve-10.1.0.tar.gz 836446 BLAKE2B 566c8fdaf9e21bcbda97a6db43624c7c3265163546800aaebf5b3d3024e8c27e8442b7eb0668e002d020c154119a5d79ffbf9c77507e97218cd7433e0903895c SHA512 26333db8f71a6116ce9d8cbb21940befa573c1bbba3361af4776b4b2d3a3eca33b2c01ab5b5c9dc95810fb89f1e84b2ad85bf0a48989f5c583ebfca922d7d4da DIST hg-evolve-10.2.0.post1.tar.gz 822791 BLAKE2B a6d33b7afe4aa366d3d9f4bf69aa3512a7e1d4f70a6a0fc600b97dbb6bb99be437a2c7ec75b78fffe4be9f42f1d2e2c3acbda79d82852ae83885bb206863b0ae SHA512 474f3cc8812b0dda368118c1f3b86be55191ddd876e7b457fa8c8b62c06496a903e551c2692daebef8374d7edfb8c298657a62d52a43e684e22a45b1ccc3307b diff --git a/dev-vcs/hg-evolve/hg-evolve-10.1.0.ebuild b/dev-vcs/hg-evolve/hg-evolve-10.1.0.ebuild deleted file mode 100644 index f0e8801dbe2..00000000000 --- a/dev-vcs/hg-evolve/hg-evolve-10.1.0.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -PYTHON_COMPAT=( python3_{7..8} ) -DISTUTILS_USE_SETUPTOOLS=no - -inherit distutils-r1 - -DESCRIPTION="enables the changeset evolution feature of Mercurial" -HOMEPAGE="https://www.mercurial-scm.org/doc/evolution/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="doc" - -RDEPEND=" - >=dev-vcs/mercurial-4.6[${PYTHON_USEDEP}]" -DEPEND="${RDEPEND} - doc? ( dev-python/sphinx )" - -python_prepare_all() { - rm hgext3rd/__init__.py || die - - distutils-r1_python_prepare_all -} - -python_compile_all() { - use doc && emake -C docs all -} - -python_install_all() { - distutils-r1_python_install_all - - if use doc; then - dodoc -r html/ - fi -}