diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-11-03 16:26:26 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-11-03 16:29:32 +0100 |
commit | 343ebe1ea89cedfcd02db78ffa57063dc35c8cd6 (patch) | |
tree | c21d365e483ae7a32a1f42409823f01ef0629633 /dev-python/pymountboot | |
parent | dev-python/pymountboot: Unifdef live ebuild (diff) | |
download | gentoo-343ebe1ea89cedfcd02db78ffa57063dc35c8cd6.tar.gz gentoo-343ebe1ea89cedfcd02db78ffa57063dc35c8cd6.tar.bz2 gentoo-343ebe1ea89cedfcd02db78ffa57063dc35c8cd6.zip |
dev-python/pymountboot: Migrated to GitHub
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pymountboot')
-rw-r--r-- | dev-python/pymountboot/metadata.xml | 4 | ||||
-rw-r--r-- | dev-python/pymountboot/pymountboot-0.2.2.ebuild | 4 | ||||
-rw-r--r-- | 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 66d4e59e6ec1..2ff52efa3df9 100644 --- a/dev-python/pymountboot/metadata.xml +++ b/dev-python/pymountboot/metadata.xml @@ -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> diff --git a/dev-python/pymountboot/pymountboot-0.2.2.ebuild b/dev-python/pymountboot/pymountboot-0.2.2.ebuild index c8572aee6146..94d84368118d 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 9fef9b4021f3..487cea228294 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" |