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 3B0E8139695 for ; Sun, 14 May 2017 10:12:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 58CCBE0E4C; Sun, 14 May 2017 10:12:10 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 2B77FE0E49 for ; Sun, 14 May 2017 10:12:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 228523416B8 for ; Sun, 14 May 2017 10:12:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 844347457 for ; Sun, 14 May 2017 10:12:07 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1494756721.3fb39d93f549d91ee7efe45eb970be5619befdcc.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/gpyutils/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-portage/gpyutils/gpyutils-0.1.4.ebuild app-portage/gpyutils/gpyutils-9999.ebuild app-portage/gpyutils/metadata.xml X-VCS-Directories: app-portage/gpyutils/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 3fb39d93f549d91ee7efe45eb970be5619befdcc X-VCS-Branch: master Date: Sun, 14 May 2017 10:12:07 +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: ef848485-6fcf-4494-9c6c-cc6d05ec5d99 X-Archives-Hash: 04f2bb318378542d35d12e1d3e6a741a commit: 3fb39d93f549d91ee7efe45eb970be5619befdcc Author: Michał Górny gentoo org> AuthorDate: Sun May 14 10:04:15 2017 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun May 14 10:12:01 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3fb39d93 app-portage/gpyutils: Update for GitHub move app-portage/gpyutils/gpyutils-0.1.4.ebuild | 6 +++--- app-portage/gpyutils/gpyutils-9999.ebuild | 4 ++-- app-portage/gpyutils/metadata.xml | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/app-portage/gpyutils/gpyutils-0.1.4.ebuild b/app-portage/gpyutils/gpyutils-0.1.4.ebuild index 65da6b291f0..cd588c59526 100644 --- a/app-portage/gpyutils/gpyutils-0.1.4.ebuild +++ b/app-portage/gpyutils/gpyutils-0.1.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -7,8 +7,8 @@ PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy ) inherit distutils-r1 DESCRIPTION="Utitilies for maintaining Python packages" -HOMEPAGE="https://bitbucket.org/mgorny/gpyutils/" -SRC_URI="https://www.bitbucket.org/mgorny/${PN}/downloads/${P}.tar.bz2" +HOMEPAGE="https://github.com/mgorny/gpyutils/" +SRC_URI="https://github.com/mgorny/gpyutils/releases/download/${P}/${P}.tar.bz2" LICENSE="BSD" SLOT="0" diff --git a/app-portage/gpyutils/gpyutils-9999.ebuild b/app-portage/gpyutils/gpyutils-9999.ebuild index 400278e91b4..bd57accba88 100644 --- a/app-portage/gpyutils/gpyutils-9999.ebuild +++ b/app-portage/gpyutils/gpyutils-9999.ebuild @@ -4,11 +4,11 @@ EAPI=5 PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy ) -EGIT_REPO_URI="https://bitbucket.org/mgorny/${PN}.git" +EGIT_REPO_URI="https://github.com/mgorny/gpyutils.git" inherit distutils-r1 git-r3 DESCRIPTION="Utitilies for maintaining Python packages" -HOMEPAGE="https://bitbucket.org/mgorny/gpyutils/" +HOMEPAGE="https://github.com/mgorny/gpyutils/" SRC_URI="" LICENSE="BSD" diff --git a/app-portage/gpyutils/metadata.xml b/app-portage/gpyutils/metadata.xml index 46572f6e5cb..1d172ebd5f1 100644 --- a/app-portage/gpyutils/metadata.xml +++ b/app-portage/gpyutils/metadata.xml @@ -10,7 +10,7 @@ mgorny@gentoo.org Michał Górny - https://bitbucket.org/mgorny/gpyutils/issues/ - mgorny/gpyutils + https://github.com/mgorny/gpyutils/issues/ + mgorny/gpyutils