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 EE5D9138350 for ; Wed, 5 Feb 2020 20:47:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E26CBE087A; Wed, 5 Feb 2020 20:47:22 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 CC270E087A for ; Wed, 5 Feb 2020 20:47:22 +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 DDC2E34E7B2 for ; Wed, 5 Feb 2020 20:47:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C0E0312B for ; Wed, 5 Feb 2020 20:47:17 +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: <1580935616.8b7c153490fa369ef40b3c5de4e3680ba2ec60a3.mgorny@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/python-linux-procfs-9999.ebuild X-VCS-Directories: dev-python/python-linux-procfs/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 8b7c153490fa369ef40b3c5de4e3680ba2ec60a3 X-VCS-Branch: master Date: Wed, 5 Feb 2020 20:47:17 +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: 7bc255b9-0103-4fa2-a1b7-aad55c244c86 X-Archives-Hash: 11a780ad831b52091e5a86a28437d7c2 commit: 8b7c153490fa369ef40b3c5de4e3680ba2ec60a3 Author: Michał Górny gentoo org> AuthorDate: Wed Feb 5 20:20:39 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Feb 5 20:46:56 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b7c1534 dev-python/python-linux-procfs: Drop unmaintained -9999 Signed-off-by: Michał Górny gentoo.org> .../python-linux-procfs/python-linux-procfs-9999.ebuild | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/dev-python/python-linux-procfs/python-linux-procfs-9999.ebuild b/dev-python/python-linux-procfs/python-linux-procfs-9999.ebuild deleted file mode 100644 index 64316e8b6b3..00000000000 --- a/dev-python/python-linux-procfs/python-linux-procfs-9999.ebuild +++ /dev/null @@ -1,16 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python2_7 ) - -inherit distutils-r1 git-r3 - -DESCRIPTION="Python classes to extract information from the Linux kernel /proc files" -HOMEPAGE="https://www.kernel.org/pub/scm/libs/python/python-linux-procfs/ - https://kernel.googlesource.com/pub/scm/libs/python/python-linux-procfs/python-linux-procfs/" -EGIT_REPO_URI="https://www.kernel.org/pub/scm/libs/python/${PN}/${PN}.git" - -LICENSE="GPL-2" -SLOT="0"