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 43B1A139695 for ; Tue, 2 May 2017 19:15:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 29A9721C06A; Tue, 2 May 2017 19:15:42 +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 01F58E0DC0 for ; Tue, 2 May 2017 19:15:42 +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 EC0393416A6 for ; Tue, 2 May 2017 19:15:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 52B1B744B for ; Tue, 2 May 2017 19:15:39 +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: <1493752522.bb7e738987b886be78b3b23e80262a682f3bc629.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pathtools/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pathtools/pathtools-0.1.2.ebuild X-VCS-Directories: dev-python/pathtools/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: bb7e738987b886be78b3b23e80262a682f3bc629 X-VCS-Branch: master Date: Tue, 2 May 2017 19:15:39 +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: 3b6b03e5-473f-4d92-9ee0-906a0e78cac2 X-Archives-Hash: be666f6f837bc89ec92b02370e857199 commit: bb7e738987b886be78b3b23e80262a682f3bc629 Author: Michał Górny gentoo org> AuthorDate: Tue May 2 18:37:18 2017 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue May 2 19:15:22 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb7e7389 dev-python/pathtools: Clean old versions up dev-python/pathtools/pathtools-0.1.2.ebuild | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/dev-python/pathtools/pathtools-0.1.2.ebuild b/dev-python/pathtools/pathtools-0.1.2.ebuild deleted file mode 100644 index 029747d87eb..00000000000 --- a/dev-python/pathtools/pathtools-0.1.2.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -PYTHON_COMPAT=( python{2_7,3_4} pypy) -inherit distutils-r1 - -DESCRIPTION="Pattern matching and various utilities for file systems paths" -HOMEPAGE="https://pypi.python.org/pypi/pathtools/" -SRC_URI="mirror://pypi/p/pathtools/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 ~arm ~ppc x86" -IUSE="" - -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"