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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 08A02158086 for ; Sun, 14 Nov 2021 20:53:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 82AD1E085A; Sun, 14 Nov 2021 20:53:35 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 55433E085A for ; Sun, 14 Nov 2021 20:53:35 +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 11EAB3434EC for ; Sun, 14 Nov 2021 20:53:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 821361D4 for ; Sun, 14 Nov 2021 20:53:29 +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: <1636923205.8cb5757c74c6d26020c387040bcb12d0b15aa62a.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pocketlint/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pocketlint/Manifest dev-python/pocketlint/pocketlint-0.21.ebuild X-VCS-Directories: dev-python/pocketlint/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 8cb5757c74c6d26020c387040bcb12d0b15aa62a X-VCS-Branch: master Date: Sun, 14 Nov 2021 20:53:29 +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: 22d3fca3-7120-4325-acd5-984a0c7b94f5 X-Archives-Hash: 3549eba5dd0ae16eb1efc0043f42bb04 commit: 8cb5757c74c6d26020c387040bcb12d0b15aa62a Author: Michał Górny gentoo org> AuthorDate: Sun Nov 14 20:47:32 2021 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Nov 14 20:53:25 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8cb5757c dev-python/pocketlint: Remove old Signed-off-by: Michał Górny gentoo.org> dev-python/pocketlint/Manifest | 1 - dev-python/pocketlint/pocketlint-0.21.ebuild | 17 ----------------- 2 files changed, 18 deletions(-) diff --git a/dev-python/pocketlint/Manifest b/dev-python/pocketlint/Manifest index 3c0db06e0eb5..d5e83e4dc2ff 100644 --- a/dev-python/pocketlint/Manifest +++ b/dev-python/pocketlint/Manifest @@ -1,2 +1 @@ -DIST pocketlint-0.21.tar.gz 23524 BLAKE2B b5ec01cba8b73356f08720149125abe1427561b499b53409e5eb41dc2e5c6dc894b51fc8d7655eb94a6b7ec43a3cd94067d170e2a7f985e251497f253c57f6a3 SHA512 af5f3d9ebd67102a3c2b793ff550c6626ead48da7043ac86d4129f6746532fb6c8ce34540b255e649c936c5d8d7dadc116ddc03f86b2a85311327eb10af14ad8 DIST pocketlint-0.22.tar.gz 23779 BLAKE2B 3698927cc4a3f6ee6de74d205b5a7f937405e7ce2e9d987e34b35ce209635cab37357d0221a6762deb66350cd2b991420a9b12af2c9e6792f713e5c95dfedb59 SHA512 7ee9e6b969975274e7697d1d16fadaac82fa0a1855401d9f240aaae123831dc32e381dd24f88a3f004ab45df9f0251c408ed8f60a08fe99caf629af617c80ea0 diff --git a/dev-python/pocketlint/pocketlint-0.21.ebuild b/dev-python/pocketlint/pocketlint-0.21.ebuild deleted file mode 100644 index 758d87d84a5a..000000000000 --- a/dev-python/pocketlint/pocketlint-0.21.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{8..9} ) - -inherit distutils-r1 - -DESCRIPTION="Shared code for running pylint against rhinstaller projects" -HOMEPAGE="https://github.com/rhinstaller/pocketlint" -SRC_URI="https://github.com/rhinstaller/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~ia64 ~mips ppc ppc64 ~riscv sparc x86" -IUSE=""