commit:     3fb39d93f549d91ee7efe45eb970be5619befdcc
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun May 14 10:04:15 2017 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> 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 @@
       <email>[email protected]</email>
       <name>Michał Górny</name>
     </maintainer>
-    <bugs-to>https://bitbucket.org/mgorny/gpyutils/issues/</bugs-to>
-    <remote-id type="bitbucket">mgorny/gpyutils</remote-id>
+    <bugs-to>https://github.com/mgorny/gpyutils/issues/</bugs-to>
+    <remote-id type="github">mgorny/gpyutils</remote-id>
   </upstream>
 </pkgmetadata>

Reply via email to