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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8873615808B for ; Thu, 10 Feb 2022 06:15:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7C499E08F3; Thu, 10 Feb 2022 06:15:56 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E090FE08F3 for ; Thu, 10 Feb 2022 06:15:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F0536342D1E for ; Thu, 10 Feb 2022 06:15:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 58AF12A0 for ; Thu, 10 Feb 2022 06:15:52 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1644473738.2e5b1a2e99b9c6564de96ba237d40c1efe74b08d.kensington@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/howdoi/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/howdoi/Manifest dev-util/howdoi/howdoi-2.0.15.ebuild X-VCS-Directories: dev-util/howdoi/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 2e5b1a2e99b9c6564de96ba237d40c1efe74b08d X-VCS-Branch: master Date: Thu, 10 Feb 2022 06:15:52 +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: 65627104-d766-4201-8c4f-99cf2901201b X-Archives-Hash: 19df61ec1e905331d8af87a9e9dd6e3f commit: 2e5b1a2e99b9c6564de96ba237d40c1efe74b08d Author: Michael Palimaka gentoo org> AuthorDate: Thu Feb 10 06:15:38 2022 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Thu Feb 10 06:15:38 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e5b1a2e dev-util/howdoi: remove 2.0.15 Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Michael Palimaka gentoo.org> dev-util/howdoi/Manifest | 1 - dev-util/howdoi/howdoi-2.0.15.ebuild | 28 ---------------------------- 2 files changed, 29 deletions(-) diff --git a/dev-util/howdoi/Manifest b/dev-util/howdoi/Manifest index 12d8035bb524..967fcc2e5514 100644 --- a/dev-util/howdoi/Manifest +++ b/dev-util/howdoi/Manifest @@ -1,2 +1 @@ -DIST howdoi-2.0.15.tar.gz 27545 BLAKE2B 204d7e3ddab07e24ccc08964c3880477743970502423887a2360079606c832b93d1e8fbcec237b77533c2e21d4a35af08b9418d5ce62f8b2ceca70ee844c21ff SHA512 e0b3faf1cde78d35a23e11070b3d73db7468bfe79ec8f71b2370681d3dea1bcf1a313594fd1e4f21aa62035460e5c31509ff683fea3e0e35e9412b173ad874bb DIST howdoi-2.0.19.tar.gz 27109 BLAKE2B 32c7ebf177a5a51f9df924440c5767e1a47125e24b821b51b28cfec45a747f7c04265b93aa0a68a85d2f65582617f866483aa77e8c1168903ef9dfdc860535f5 SHA512 e3e074f7b122513486bda0a0f68d31d51a2da2f17efe5c6ae2b5c49f44dd0f80a735d67a33e3d47eea51d83968da19bc294fc74a30f7e30457058ad9919e105a diff --git a/dev-util/howdoi/howdoi-2.0.15.ebuild b/dev-util/howdoi/howdoi-2.0.15.ebuild deleted file mode 100644 index 236c6ebebed9..000000000000 --- a/dev-util/howdoi/howdoi-2.0.15.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DISTUTILS_USE_SETUPTOOLS="manual" -PYTHON_COMPAT=( python3_{7..9} ) -inherit distutils-r1 - -DESCRIPTION="A code search tool" -HOMEPAGE="https://pypi.org/project/howdoi/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 x86" -# bug 818580 -RESTRICT="test" - -BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" -RDEPEND=" - dev-python/appdirs[${PYTHON_USEDEP}] - dev-python/cachelib[${PYTHON_USEDEP}] - dev-python/keep[${PYTHON_USEDEP}] - dev-python/pygments[${PYTHON_USEDEP}] - >=dev-python/pyquery-1.4.1[${PYTHON_USEDEP}] - >=dev-python/requests-2.24.0[${PYTHON_USEDEP}] -"