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 B19871382C5 for ; Mon, 15 Jun 2020 02:35:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9C352E0AE3; Mon, 15 Jun 2020 02:35:15 +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 67681E0AE3 for ; Mon, 15 Jun 2020 02:35:15 +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 5FB1434EB5D for ; Mon, 15 Jun 2020 02:35:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D659C2A9 for ; Mon, 15 Jun 2020 02:35:11 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1592188420.5f02940a0f6ecb00faa77070dca061a31ba1bb33.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/oauth2client/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/oauth2client/metadata.xml dev-python/oauth2client/oauth2client-4.1.3-r1.ebuild dev-python/oauth2client/oauth2client-4.1.3.ebuild X-VCS-Directories: dev-python/oauth2client/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 5f02940a0f6ecb00faa77070dca061a31ba1bb33 X-VCS-Branch: master Date: Mon, 15 Jun 2020 02:35:11 +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: 98b68b52-fc3a-4c42-a3da-82413a332292 X-Archives-Hash: 31499c24bdd7637a13b06d3c001aeccc commit: 5f02940a0f6ecb00faa77070dca061a31ba1bb33 Author: Michael Mair-Keimberger gmail com> AuthorDate: Sat Jun 13 08:39:48 2020 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Mon Jun 15 02:33:40 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f02940a dev-python/oauth2client: update HOMEPAGE Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Michael Mair-Keimberger gmail.com> Signed-off-by: Aaron Bauman gentoo.org> dev-python/oauth2client/metadata.xml | 2 +- dev-python/oauth2client/oauth2client-4.1.3-r1.ebuild | 4 ++-- dev-python/oauth2client/oauth2client-4.1.3.ebuild | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/dev-python/oauth2client/metadata.xml b/dev-python/oauth2client/metadata.xml index 76abccb2a81..9083df5a2ff 100644 --- a/dev-python/oauth2client/metadata.xml +++ b/dev-python/oauth2client/metadata.xml @@ -6,6 +6,6 @@ Python - google/oauth2client + googleapis/oauth2client diff --git a/dev-python/oauth2client/oauth2client-4.1.3-r1.ebuild b/dev-python/oauth2client/oauth2client-4.1.3-r1.ebuild index 36afd8a2e56..3563b832a5a 100644 --- a/dev-python/oauth2client/oauth2client-4.1.3-r1.ebuild +++ b/dev-python/oauth2client/oauth2client-4.1.3-r1.ebuild @@ -7,8 +7,8 @@ PYTHON_COMPAT=( python3_{6,7,8} ) inherit distutils-r1 DESCRIPTION="Library for accessing resources protected by OAuth 2.0" -HOMEPAGE="https://github.com/google/oauth2client" -SRC_URI="https://github.com/google/oauth2client/archive/v${PV/_p/-post}.tar.gz -> ${P}.tar.gz" +HOMEPAGE="https://github.com/googleapis/oauth2client" +SRC_URI="https://github.com/googleapis/oauth2client/archive/v${PV/_p/-post}.tar.gz -> ${P}.tar.gz" S="${WORKDIR}"/${P/_p/-post} LICENSE="Apache-2.0" diff --git a/dev-python/oauth2client/oauth2client-4.1.3.ebuild b/dev-python/oauth2client/oauth2client-4.1.3.ebuild index d9282e2ee91..5901030b4f9 100644 --- a/dev-python/oauth2client/oauth2client-4.1.3.ebuild +++ b/dev-python/oauth2client/oauth2client-4.1.3.ebuild @@ -7,8 +7,8 @@ PYTHON_COMPAT=( python3_{6,7} ) inherit distutils-r1 DESCRIPTION="Library for accessing resources protected by OAuth 2.0" -HOMEPAGE="https://github.com/google/oauth2client" -SRC_URI="https://github.com/google/oauth2client/archive/v${PV/_p/-post}.tar.gz -> ${P}.tar.gz" +HOMEPAGE="https://github.com/googleapis/oauth2client" +SRC_URI="https://github.com/googleapis/oauth2client/archive/v${PV/_p/-post}.tar.gz -> ${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0"