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 CC2001388BF for ; Wed, 13 Jan 2016 07:51:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2A68921C00C; Wed, 13 Jan 2016 07:51:20 +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 98FD721C00C for ; Wed, 13 Jan 2016 07:51:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8C325340BC3 for ; Wed, 13 Jan 2016 07:51:18 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B697EE62 for ; Wed, 13 Jan 2016 07:51:16 +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: <1452671474.4de04cfa1430dbe14a482d0c70027da1807630f3.jlec@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.ebuild app-admin/ansible/ansible-2.0.1.ebuild app-admin/ansible/metadata.xml X-VCS-Directories: app-admin/ansible/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 4de04cfa1430dbe14a482d0c70027da1807630f3 X-VCS-Branch: master Date: Wed, 13 Jan 2016 07:51:16 +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: c5698218-d53d-4b22-91bb-337910930922 X-Archives-Hash: a36cfd315892c82a147237702512fb49 commit: 4de04cfa1430dbe14a482d0c70027da1807630f3 Author: Justin Lecher gentoo org> AuthorDate: Wed Jan 13 07:49:09 2016 +0000 Commit: Justin Lecher gentoo org> CommitDate: Wed Jan 13 07:51:14 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4de04cfa app-admin/ansible: Fix Version number Package-Manager: portage-2.2.26 Signed-off-by: Justin Lecher gentoo.org> .../ansible/{ansible-2.0.1.ebuild => ansible-2.0.0.1.ebuild} | 4 +--- app-admin/ansible/metadata.xml | 8 ++++---- 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/app-admin/ansible/ansible-2.0.1.ebuild b/app-admin/ansible/ansible-2.0.0.1.ebuild similarity index 87% rename from app-admin/ansible/ansible-2.0.1.ebuild rename to app-admin/ansible/ansible-2.0.0.1.ebuild index 6306732..2e30874 100644 --- a/app-admin/ansible/ansible-2.0.1.ebuild +++ b/app-admin/ansible/ansible-2.0.0.1.ebuild @@ -10,9 +10,7 @@ inherit distutils-r1 eutils versionator DESCRIPTION="Model-driven deployment, config management, and command execution framework" HOMEPAGE="http://ansible.com/" -# the version here is special because upstream did a 2.0.0 release on accident one time... -MY_PV=$(replace_version_separator 1 '.0.') -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${PN}-${MY_PV}.tar.gz" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="GPL-3" SLOT="0" diff --git a/app-admin/ansible/metadata.xml b/app-admin/ansible/metadata.xml index c1a5000..b999193 100644 --- a/app-admin/ansible/metadata.xml +++ b/app-admin/ansible/metadata.xml @@ -18,10 +18,10 @@ ansible/ansible https://github.com/ansible/ansible/issues - - Enable accelerated mode for old ssh clients/servers - Enable the use of the paramiko transport, an alternitive to ssh - + + Enable accelerated mode for old ssh clients/servers + Enable the use of the paramiko transport, an alternitive to ssh + Radically simple deployment, model-driven configuration management, and command execution framework.