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 9F655139694 for ; Thu, 9 Feb 2017 16:02:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B8F5221C03C; Thu, 9 Feb 2017 16:02:48 +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-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 93FE121C03C for ; Thu, 9 Feb 2017 16:02:48 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 A9ED6340F2A for ; Thu, 9 Feb 2017 16:02:47 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1E4D53E90 for ; Thu, 9 Feb 2017 16:02:46 +0000 (UTC) From: "Manuel Rüger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Manuel Rüger" Message-ID: <1486656152.eae439d93f38a0bccd00c6e9012ba09ea5025cbe.mrueg@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/repoze-lru/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/repoze-lru/repoze-lru-0.6-r1.ebuild X-VCS-Directories: dev-python/repoze-lru/ X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rüger X-VCS-Revision: eae439d93f38a0bccd00c6e9012ba09ea5025cbe X-VCS-Branch: master Date: Thu, 9 Feb 2017 16:02:46 +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: 45452245-a584-45af-b4e6-94796cc72cdb X-Archives-Hash: 8e5aff477a27eb512fe5b1465f879032 commit: eae439d93f38a0bccd00c6e9012ba09ea5025cbe Author: Manuel Rüger gentoo org> AuthorDate: Thu Feb 9 16:02:32 2017 +0000 Commit: Manuel Rüger gentoo org> CommitDate: Thu Feb 9 16:02:32 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eae439d9 dev-python/repoze-lru: Remove old Package-Manager: Portage-2.3.3, Repoman-2.3.1 dev-python/repoze-lru/repoze-lru-0.6-r1.ebuild | 27 -------------------------- 1 file changed, 27 deletions(-) diff --git a/dev-python/repoze-lru/repoze-lru-0.6-r1.ebuild b/dev-python/repoze-lru/repoze-lru-0.6-r1.ebuild deleted file mode 100644 index b7e4db1b44..0000000000 --- a/dev-python/repoze-lru/repoze-lru-0.6-r1.ebuild +++ /dev/null @@ -1,27 +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} pypy ) - -inherit distutils-r1 - -MY_PN=${PN/-/.} -MY_P=${MY_PN}-${PV} - -DESCRIPTION="A tiny LRU cache implementation and decorator" -HOMEPAGE="http://www.repoze.org" -SRC_URI="mirror://pypi/${P:0:1}/${MY_PN}/${MY_P}.tar.gz" - -LICENSE="repoze" -SLOT="0" -KEYWORDS="amd64 ~arm64 x86" -IUSE="" - -S=${WORKDIR}/${MY_P} - -python_test() { - esetup.py test -}