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 9A934139086 for ; Fri, 6 Jan 2017 23:00:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EA3E0E0CC8; Fri, 6 Jan 2017 23:00:25 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C939CE0CC8 for ; Fri, 6 Jan 2017 23:00:25 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B846834166C for ; Fri, 6 Jan 2017 23:00:24 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5329C2621 for ; Fri, 6 Jan 2017 23:00:23 +0000 (UTC) From: "Patrice Clement" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrice Clement" Message-ID: <1483743622.8fccc8b201d74ba04a702721946ffeae0cf1e5e2.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pid/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pid/Manifest dev-python/pid/pid-2.0.1.ebuild X-VCS-Directories: dev-python/pid/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: 8fccc8b201d74ba04a702721946ffeae0cf1e5e2 X-VCS-Branch: master Date: Fri, 6 Jan 2017 23:00:23 +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-Archives-Salt: 0e27a29f-4801-4b90-bf02-ba41e8fcc7ae X-Archives-Hash: e5ca4f4d239397738872e05a95c8e687 commit: 8fccc8b201d74ba04a702721946ffeae0cf1e5e2 Author: Patrice Clement gentoo org> AuthorDate: Fri Jan 6 23:00:00 2017 +0000 Commit: Patrice Clement gentoo org> CommitDate: Fri Jan 6 23:00:22 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8fccc8b2 dev-python/pid: clean up old Package-Manager: portage-2.3.0 dev-python/pid/Manifest | 1 - dev-python/pid/pid-2.0.1.ebuild | 26 -------------------------- 2 files changed, 27 deletions(-) diff --git a/dev-python/pid/Manifest b/dev-python/pid/Manifest index 592e1a2..1d9f708 100644 --- a/dev-python/pid/Manifest +++ b/dev-python/pid/Manifest @@ -1,2 +1 @@ -DIST pid-2.0.1.tar.gz 9373 SHA256 054cde9c64b8ac979ec27f714e71ebb97ecf8388ea5fe29f6b93db222e92d433 SHA512 10dcded5b52c415a2fa653afdd85e5fbb06433149eee63f306ff84f225086492048db0341bf3a6e448d0654ba4c02afdb72343c0b111bc9682f2248cc4c3817a WHIRLPOOL 801386fcb80d5a7b16793cc5fd9eb6622aa303d7f8be5142f3fd10dc0453ab573b227e06a9b35dc8f3048b5019017db395c40b8c5fce65b086354cfde4853024 DIST pid-2.1.1.tar.gz 9591 SHA256 b443169d3dc21397695b4a82016fadb4cfdb0ed8b2ddb4aaa428e1701bb34e1f SHA512 5f20338ca902d68a0c4a614b0b8229cd498712bf1750b68fa49037e9e6915c66ad562564d70d7c9308538f4302e90473a5d253dd6366bfa561f6a2248b21a45e WHIRLPOOL 52d3a196fccab813671b71c3f9d719bc741412b9cd76828902513dcf6b8fb2c4f3c0159e1fd43cbda3d39e436247248862ba5a168b710848aa6ce7b8fc26abd7 diff --git a/dev-python/pid/pid-2.0.1.ebuild b/dev-python/pid/pid-2.0.1.ebuild deleted file mode 100644 index bbf3d67..00000000 --- a/dev-python/pid/pid-2.0.1.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -PYTHON_COMPAT=( python{2_7,3_4,3_5} ) - -inherit distutils-r1 - -DESCRIPTION="Pidfile featuring stale detection and file-locking" -HOMEPAGE="https://pypi.python.org/pypi/pid https://github.com/trbs/pid/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -SLOT="0" -LICENSE="Apache-2.0" -KEYWORDS="~amd64" -IUSE="" - -RDEPEND="" -DEPEND="${RDEPEND} - dev-python/nose[${PYTHON_USEDEP}]" - -python_test() { - nosetests || die -}