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 18EF4138350 for ; Fri, 24 Jan 2020 15:08:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 46729E0805; Fri, 24 Jan 2020 15:08:38 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2D3EDE0805 for ; Fri, 24 Jan 2020 15:08:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B729C34E26F for ; Fri, 24 Jan 2020 15:08:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6CF7799 for ; Fri, 24 Jan 2020 15:08:35 +0000 (UTC) From: "Robin H. Johnson" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Robin H. Johnson" Message-ID: <1579878513.149c75bd9cc51568faa097bef348859e0b9af8e6.robbat2@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/cliff/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/cliff/cliff-2.12.0-r2.ebuild dev-python/cliff/cliff-2.12.0.ebuild X-VCS-Directories: dev-python/cliff/ X-VCS-Committer: robbat2 X-VCS-Committer-Name: Robin H. Johnson X-VCS-Revision: 149c75bd9cc51568faa097bef348859e0b9af8e6 X-VCS-Branch: master Date: Fri, 24 Jan 2020 15:08:35 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: fcc7863e-fcc7-4f06-9473-4164a33d7102 X-Archives-Hash: 87e38c27dd5f9ba320b7a2116f7ecf11 commit: 149c75bd9cc51568faa097bef348859e0b9af8e6 Author: Robin H. Johnson gentoo org> AuthorDate: Fri Jan 24 15:08:14 2020 +0000 Commit: Robin H. Johnson gentoo org> CommitDate: Fri Jan 24 15:08:33 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=149c75bd dev-python/cliff: update HOMEPAGE Signed-off-by: Robin H. Johnson gentoo.org> dev-python/cliff/cliff-2.12.0-r2.ebuild | 2 +- dev-python/cliff/cliff-2.12.0.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/cliff/cliff-2.12.0-r2.ebuild b/dev-python/cliff/cliff-2.12.0-r2.ebuild index 1231c46ba18..0e0821fea9e 100644 --- a/dev-python/cliff/cliff-2.12.0-r2.ebuild +++ b/dev-python/cliff/cliff-2.12.0-r2.ebuild @@ -8,7 +8,7 @@ VIRTUALX_REQUIRED="test" inherit distutils-r1 virtualx DESCRIPTION="Command Line Interface Formulation Framework" -HOMEPAGE="https://github.com/dreamhost/cliff" +HOMEPAGE="https://github.com/openstack/cliff" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="Apache-2.0" diff --git a/dev-python/cliff/cliff-2.12.0.ebuild b/dev-python/cliff/cliff-2.12.0.ebuild index 89202b96140..c22026b4152 100644 --- a/dev-python/cliff/cliff-2.12.0.ebuild +++ b/dev-python/cliff/cliff-2.12.0.ebuild @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python{2_7,3_6,3_7} ) inherit distutils-r1 DESCRIPTION="Command Line Interface Formulation Framework" -HOMEPAGE="https://github.com/dreamhost/cliff" +HOMEPAGE="https://github.com/openstack/cliff" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="Apache-2.0"