dev-python/pymountboot: Migrated to GitHub
authorMichał Górny <mgorny@gentoo.org>
Sun, 3 Nov 2019 15:26:26 +0000 (16:26 +0100)
committerMichał Górny <mgorny@gentoo.org>
Sun, 3 Nov 2019 15:29:32 +0000 (16:29 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/pymountboot/metadata.xml
dev-python/pymountboot/pymountboot-0.2.2.ebuild
dev-python/pymountboot/pymountboot-9999.ebuild

index 66d4e59e6ec1bfcd62ac58f64804fe685930b245..2ff52efa3df9b80ac147c507646633ac4ef10b22 100644 (file)
@@ -10,7 +10,7 @@
       <email>mgorny@gentoo.org</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>
index c8572aee61468970eb479a5b068c91fc4462ad89..94d84368118d2b26fbd7c5752eb0d46587e4d586 100644 (file)
@@ -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"
index 9fef9b4021f375e374aafc2bf3474be873119106..487cea228294a203a8bf8b4b9730ecb98ea2e848 100644 (file)
@@ -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"