commit: 343ebe1ea89cedfcd02db78ffa57063dc35c8cd6
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 3 15:26:26 2019 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Nov 3 15:29:32 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=343ebe1e
dev-python/pymountboot: Migrated to GitHub
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/pymountboot/metadata.xml | 4 ++--
dev-python/pymountboot/pymountboot-0.2.2.ebuild | 4 ++--
dev-python/pymountboot/pymountboot-9999.ebuild | 4 ++--
3 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/dev-python/pymountboot/metadata.xml
b/dev-python/pymountboot/metadata.xml
index 66d4e59e6ec..2ff52efa3df 100644
--- a/dev-python/pymountboot/metadata.xml
+++ b/dev-python/pymountboot/metadata.xml
@@ -10,7 +10,7 @@
<email>[email protected]</email>
<name>Michał Górny</name>
</maintainer>
- <bugs-to>https://bitbucket.org/mgorny/pymountboot/issues/</bugs-to>
- <remote-id type="bitbucket">mgorny/pymountboot</remote-id>
+ <bugs-to>https://github.com/mgorny/pymountboot/issues/</bugs-to>
+ <remote-id type="github">mgorny/pymountboot</remote-id>
</upstream>
</pkgmetadata>
diff --git a/dev-python/pymountboot/pymountboot-0.2.2.ebuild
b/dev-python/pymountboot/pymountboot-0.2.2.ebuild
index c8572aee614..94d84368118 100644
--- a/dev-python/pymountboot/pymountboot-0.2.2.ebuild
+++ b/dev-python/pymountboot/pymountboot-0.2.2.ebuild
@@ -7,8 +7,8 @@ PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7} pypy )
inherit distutils-r1
DESCRIPTION="Python extension module to (re)mount /boot"
-HOMEPAGE="https://bitbucket.org/mgorny/pymountboot/"
-SRC_URI="https://www.bitbucket.org/mgorny/${PN}/downloads/${P}.tar.bz2"
+HOMEPAGE="https://github.com/mgorny/pymountboot/"
+SRC_URI="https://github.com/mgorny/pymountboot/releases/download/pymount-${PV}/${P}.tar.bz2"
LICENSE="BSD"
SLOT="0"
diff --git a/dev-python/pymountboot/pymountboot-9999.ebuild
b/dev-python/pymountboot/pymountboot-9999.ebuild
index 9fef9b4021f..487cea22829 100644
--- a/dev-python/pymountboot/pymountboot-9999.ebuild
+++ b/dev-python/pymountboot/pymountboot-9999.ebuild
@@ -7,8 +7,8 @@ PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7} pypy )
inherit distutils-r1 git-r3
DESCRIPTION="Python extension module to (re)mount /boot"
-HOMEPAGE="https://bitbucket.org/mgorny/pymountboot/"
-EGIT_REPO_URI="https://bitbucket.org/mgorny/${PN}.git"
+HOMEPAGE="https://github.com/mgorny/pymountboot/"
+EGIT_REPO_URI="https://github.com/mgorny/${PN}.git"
LICENSE="BSD"
SLOT="0"