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 BF2B259CB4 for ; Wed, 20 Apr 2016 15:43:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 42F4E21C00B; Wed, 20 Apr 2016 15:43:25 +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 E497621C00B for ; Wed, 20 Apr 2016 15:43:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 82CB4340B0B for ; Wed, 20 Apr 2016 15:43:23 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E5BD623E for ; Wed, 20 Apr 2016 15:43:21 +0000 (UTC) From: "Matt Thode" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Thode" Message-ID: <1461166939.3326d01b44287998052ada1fc9c4c030a855f4e9.prometheanfire@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.2.0.ebuild X-VCS-Directories: app-admin/ansible/ X-VCS-Committer: prometheanfire X-VCS-Committer-Name: Matt Thode X-VCS-Revision: 3326d01b44287998052ada1fc9c4c030a855f4e9 X-VCS-Branch: master Date: Wed, 20 Apr 2016 15:43:21 +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: b21e6f57-79c4-4d8e-be9a-0c80ed8962bc X-Archives-Hash: 3a20591fd589fd09ad6cdbd064a2ea34 commit: 3326d01b44287998052ada1fc9c4c030a855f4e9 Author: Matthew Thode gentoo org> AuthorDate: Wed Apr 20 15:42:19 2016 +0000 Commit: Matt Thode gentoo org> CommitDate: Wed Apr 20 15:42:19 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3326d01b app-admin/ansible: cleanup of bad line Package-Manager: portage-2.2.26 app-admin/ansible/ansible-2.0.2.0.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/app-admin/ansible/ansible-2.0.2.0.ebuild b/app-admin/ansible/ansible-2.0.2.0.ebuild index 731191d..abc7b10 100644 --- a/app-admin/ansible/ansible-2.0.2.0.ebuild +++ b/app-admin/ansible/ansible-2.0.2.0.ebuild @@ -10,7 +10,6 @@ inherit distutils-r1 eutils versionator DESCRIPTION="Model-driven deployment, config management, and command execution framework" HOMEPAGE="http://ansible.com/" -blake2b BLAKE2B_HASH="b3/0e/5f3ee8884866a3d5e3b8ba86e9caa85ecdec75adabac8924b1c122339e7f" SRC_URI="https://pypi.python.org/packages/${BLAKE2B_HASH}/${P}.tar.gz"