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 107A51382C5 for ; Tue, 16 Mar 2021 19:23:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8B423E0878; Tue, 16 Mar 2021 19:23:18 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 74C3CE0878 for ; Tue, 16 Mar 2021 19:23:18 +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 68059340EC8 for ; Tue, 16 Mar 2021 19:23:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F27D5638 for ; Tue, 16 Mar 2021 19:23:12 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1615922563.516ce1ddf83f807f0b879007c40c5f3c044960fc.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/python-linux-procfs/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/python-linux-procfs/Manifest dev-python/python-linux-procfs/python-linux-procfs-0.6.1.ebuild X-VCS-Directories: dev-python/python-linux-procfs/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 516ce1ddf83f807f0b879007c40c5f3c044960fc X-VCS-Branch: master Date: Tue, 16 Mar 2021 19:23:12 +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: 5475a052-ec1b-4839-9681-f3898be8cb93 X-Archives-Hash: 4292b653cd47c010f80d56a994d91c57 commit: 516ce1ddf83f807f0b879007c40c5f3c044960fc Author: Sam James gentoo org> AuthorDate: Tue Mar 16 18:48:11 2021 +0000 Commit: Sam James gentoo org> CommitDate: Tue Mar 16 19:22:43 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=516ce1dd dev-python/python-linux-procfs: drop 0.6.1 Signed-off-by: Sam James gentoo.org> dev-python/python-linux-procfs/Manifest | 1 - .../python-linux-procfs-0.6.1.ebuild | 20 -------------------- 2 files changed, 21 deletions(-) diff --git a/dev-python/python-linux-procfs/Manifest b/dev-python/python-linux-procfs/Manifest index 9c5966272ec..14c8b56d5cb 100644 --- a/dev-python/python-linux-procfs/Manifest +++ b/dev-python/python-linux-procfs/Manifest @@ -1,2 +1 @@ -DIST python-linux-procfs-0.6.1.tar.xz 18540 BLAKE2B efda66e0264db15b0c1904b9dca631683d089207abe57d165a25e71f68194c249a22394c997a13a71b0333aa27dbe7ac1b47488f715e22655d0f9217346d7ce7 SHA512 14f7510828d5a3eea1a8267041b604046392dbb8d7980b03b4d10bdefa88a89a5f69acdfea77255ba664c2ef33ce52273490214b3f76d2865e7b1dcc83e8e265 DIST python-linux-procfs-0.6.3.tar.xz 18808 BLAKE2B 02fdc0349dd456819f67f82d6836a44e3285e16d9654dd52b58ac7d86e48bc559feda18f105db7911ac5f670fd0e6cfd5c6cc69a958a3e8494813ff244f8b06f SHA512 18e42bf12456893740c5ec950ffcca86945b1ff202a6ea3ae6ac800145771a39b4ab7e8bbb440210d48d0fe9de646e334095afd0b20060e2e28ab3fa844f6140 diff --git a/dev-python/python-linux-procfs/python-linux-procfs-0.6.1.ebuild b/dev-python/python-linux-procfs/python-linux-procfs-0.6.1.ebuild deleted file mode 100644 index be3dcf4ed6c..00000000000 --- a/dev-python/python-linux-procfs/python-linux-procfs-0.6.1.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_7 ) - -inherit distutils-r1 - -DESCRIPTION="Python classes to extract information from the Linux kernel /proc files" -HOMEPAGE=" - https://git.kernel.org/pub/scm/libs/python/python-linux-procfs/ - https://kernel.googlesource.com/pub/scm/libs/python/python-linux-procfs/python-linux-procfs/" -SRC_URI="https://cdn.kernel.org/pub/software/libs/python/${PN}/${P}.tar.xz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64" - -RDEPEND="dev-python/six[${PYTHON_USEDEP}]"