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 5BEF8138350 for ; Wed, 25 Mar 2020 13:25:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3B921E0B67; Wed, 25 Mar 2020 13:25:56 +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 1CDC8E0B67 for ; Wed, 25 Mar 2020 13:25:56 +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 2BB4034F637 for ; Wed, 25 Mar 2020 13:25:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CE07F197 for ; Wed, 25 Mar 2020 13:25:52 +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: <1585142708.04b4d5f0ac64211d772a153885bf1f464bfcc116.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/logutils/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/logutils/logutils-0.3.3.ebuild X-VCS-Directories: dev-python/logutils/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 04b4d5f0ac64211d772a153885bf1f464bfcc116 X-VCS-Branch: master Date: Wed, 25 Mar 2020 13:25: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: 2062ea8f-2067-439b-ad73-10e7e44efce3 X-Archives-Hash: a8d8afbd13f544f284ccd015990e75d6 commit: 04b4d5f0ac64211d772a153885bf1f464bfcc116 Author: Michał Górny gentoo org> AuthorDate: Wed Mar 25 13:01:30 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Mar 25 13:25:08 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04b4d5f0 dev-python/logutils: Remove old Signed-off-by: Michał Górny gentoo.org> dev-python/logutils/logutils-0.3.3.ebuild | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/dev-python/logutils/logutils-0.3.3.ebuild b/dev-python/logutils/logutils-0.3.3.ebuild deleted file mode 100644 index ffcbc604350..00000000000 --- a/dev-python/logutils/logutils-0.3.3.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -PYTHON_COMPAT=( python3_6 ) - -inherit distutils-r1 - -DESCRIPTION="The logutils package provides a set of handlers for the Python standard" -HOMEPAGE="https://bitbucket.org/vinay.sajip/logutils" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="amd64 ~arm64 x86" -IUSE="" - -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" -RDEPEND=""