diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-05-16 21:07:55 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-05-16 21:11:03 +0200 |
commit | ff5ef2277166a87d23f99c79778dd3c463c494cd (patch) | |
tree | 926648eebe00b8d19cf94b90dbd0714d2db9521d /app-portage | |
parent | app-portage/diffmask: Strip conditionals from -9999 (diff) | |
download | gentoo-ff5ef2277166a87d23f99c79778dd3c463c494cd.tar.gz gentoo-ff5ef2277166a87d23f99c79778dd3c463c494cd.tar.bz2 gentoo-ff5ef2277166a87d23f99c79778dd3c463c494cd.zip |
app-portage/diffmask: Switch to GitHub
Diffstat (limited to 'app-portage')
-rw-r--r-- | app-portage/diffmask/diffmask-0.3.3-r3.ebuild | 4 | ||||
-rw-r--r-- | app-portage/diffmask/diffmask-9999.ebuild | 4 | ||||
-rw-r--r-- | app-portage/diffmask/metadata.xml | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/app-portage/diffmask/diffmask-0.3.3-r3.ebuild b/app-portage/diffmask/diffmask-0.3.3-r3.ebuild index 1b7c91a0cd0f..7baf9d9b47ce 100644 --- a/app-portage/diffmask/diffmask-0.3.3-r3.ebuild +++ b/app-portage/diffmask/diffmask-0.3.3-r3.ebuild @@ -7,8 +7,8 @@ PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy ) inherit distutils-r1 DESCRIPTION="A utility to maintain package.unmask entries up-to-date with masks" -HOMEPAGE="https://bitbucket.org/mgorny/diffmask/" -SRC_URI="https://www.bitbucket.org/mgorny/${PN}/downloads/${P}.tar.bz2" +HOMEPAGE="https://github.com/mgorny/diffmask/" +SRC_URI="https://github.com/mgorny/diffmask/releases/download/${P}/${P}.tar.bz2" LICENSE="BSD" SLOT="0" diff --git a/app-portage/diffmask/diffmask-9999.ebuild b/app-portage/diffmask/diffmask-9999.ebuild index 98a07f61cfe9..14151f6b5aba 100644 --- a/app-portage/diffmask/diffmask-9999.ebuild +++ b/app-portage/diffmask/diffmask-9999.ebuild @@ -7,9 +7,9 @@ PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy ) inherit distutils-r1 git-r3 DESCRIPTION="A utility to maintain package.unmask entries up-to-date with masks" -HOMEPAGE="https://bitbucket.org/mgorny/diffmask/" +HOMEPAGE="https://github.com/mgorny/diffmask/" SRC_URI="" -EGIT_REPO_URI="https://bitbucket.org/mgorny/${PN}.git" +EGIT_REPO_URI="https://github.com/mgorny/${PN}.git" LICENSE="BSD" SLOT="0" diff --git a/app-portage/diffmask/metadata.xml b/app-portage/diffmask/metadata.xml index 787683efe046..a7831157d057 100644 --- a/app-portage/diffmask/metadata.xml +++ b/app-portage/diffmask/metadata.xml @@ -17,7 +17,7 @@ <email>mgorny@gentoo.org</email> <name>Michał Górny</name> </maintainer> - <bugs-to>https://bitbucket.org/mgorny/diffmask/issues/</bugs-to> - <remote-id type="bitbucket">mgorny/diffmask</remote-id> + <bugs-to>https://github.com/mgorny/diffmask/issues/</bugs-to> + <remote-id type="github">mgorny/diffmask</remote-id> </upstream> </pkgmetadata> |