From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 945C41388BF for ; Wed, 6 Jan 2016 11:34:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5EF1DE07ED; Wed, 6 Jan 2016 11:34:37 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 060B8E07EC for ; Wed, 6 Jan 2016 11:34:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 38D97340A4A for ; Wed, 6 Jan 2016 11:34:36 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 635DDCFF for ; Wed, 6 Jan 2016 11:34:32 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1452080065.a858dd20e8e7547fce6f557c45db26c461170aca.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/hacking/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/hacking/hacking-0.10.2.ebuild X-VCS-Directories: dev-python/hacking/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: a858dd20e8e7547fce6f557c45db26c461170aca X-VCS-Branch: master Date: Wed, 6 Jan 2016 11:34:32 +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: 46b6d416-7c38-41ce-be39-3223a14004c9 X-Archives-Hash: 1a195e2d0d8f344f54a78b244d278308 commit: a858dd20e8e7547fce6f557c45db26c461170aca Author: Justin Lecher gentoo org> AuthorDate: Wed Jan 6 10:35:54 2016 +0000 Commit: Justin Lecher gentoo org> CommitDate: Wed Jan 6 11:34:25 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a858dd20 dev-python/hacking: Drop more require* files Package-Manager: portage-2.2.26 Signed-off-by: Justin Lecher gentoo.org> dev-python/hacking/hacking-0.10.2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/hacking/hacking-0.10.2.ebuild b/dev-python/hacking/hacking-0.10.2.ebuild index 18be6be..a9fc430 100644 --- a/dev-python/hacking/hacking-0.10.2.ebuild +++ b/dev-python/hacking/hacking-0.10.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -51,7 +51,7 @@ python_prepare_all() { -e 's:oslosphinx:oslo.sphinx:' \ -i doc/source/conf.py || die # relax deps - rm requirements.txt + rm *requirements.txt hacking.egg-info/requires.txt || die distutils-r1_python_prepare_all }