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 F3D681388BF for ; Thu, 14 Jan 2016 11:56:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 91776E084D; Thu, 14 Jan 2016 11:56:36 +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 2C0BBE084D for ; Thu, 14 Jan 2016 11:56: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 6D695340928 for ; Thu, 14 Jan 2016 11:56:35 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 44797C89 for ; Thu, 14 Jan 2016 11:56:34 +0000 (UTC) From: "Sergey Popov" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergey Popov" Message-ID: <1452772587.9e746d3c13151bb08cc0ad40685b99485f9e4cd5.pinkbyte@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/ansible/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/ansible/ansible-2.0.0.1-r1.ebuild app-admin/ansible/ansible-2.0.0.1-r2.ebuild app-admin/ansible/ansible-9999.ebuild X-VCS-Directories: app-admin/ansible/ X-VCS-Committer: pinkbyte X-VCS-Committer-Name: Sergey Popov X-VCS-Revision: 9e746d3c13151bb08cc0ad40685b99485f9e4cd5 X-VCS-Branch: master Date: Thu, 14 Jan 2016 11:56:34 +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: 9a3c3195-db40-4da9-8d0f-0355eb8b4af7 X-Archives-Hash: 4da9f2912563c8284091402ca20becc0 commit: 9e746d3c13151bb08cc0ad40685b99485f9e4cd5 Author: Sergey Popov gentoo org> AuthorDate: Thu Jan 14 11:55:46 2016 +0000 Commit: Sergey Popov gentoo org> CommitDate: Thu Jan 14 11:56:27 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e746d3c app-admin/ansible: do not install obsolete env file Package-Manager: portage-2.2.26 .../ansible/{ansible-2.0.0.1-r1.ebuild => ansible-2.0.0.1-r2.ebuild} | 2 -- app-admin/ansible/ansible-9999.ebuild | 2 -- 2 files changed, 4 deletions(-) diff --git a/app-admin/ansible/ansible-2.0.0.1-r1.ebuild b/app-admin/ansible/ansible-2.0.0.1-r2.ebuild similarity index 96% rename from app-admin/ansible/ansible-2.0.0.1-r1.ebuild rename to app-admin/ansible/ansible-2.0.0.1-r2.ebuild index 41ee7d4..ddf6e66 100644 --- a/app-admin/ansible/ansible-2.0.0.1-r1.ebuild +++ b/app-admin/ansible/ansible-2.0.0.1-r2.ebuild @@ -54,6 +54,4 @@ python_install_all() { distutils-r1_python_install_all doman docs/man/man1/*.1 - - newenvd "${FILESDIR}"/${PN}.env 95ansible } diff --git a/app-admin/ansible/ansible-9999.ebuild b/app-admin/ansible/ansible-9999.ebuild index b8b7a70..656b4c7 100644 --- a/app-admin/ansible/ansible-9999.ebuild +++ b/app-admin/ansible/ansible-9999.ebuild @@ -60,6 +60,4 @@ python_install_all() { distutils-r1_python_install_all doman docs/man/man1/*.1 - - newenvd "${FILESDIR}"/${PN}.env 95ansible }