diff options
author | Michał Górny <mgorny@gentoo.org> | 2017-05-14 12:04:15 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-05-14 12:12:01 +0200 |
commit | 3fb39d93f549d91ee7efe45eb970be5619befdcc (patch) | |
tree | 6f9ed14a5b18605d8192b6709061b3d322294632 /app-portage | |
parent | app-portage/gpyutils: Flatten the live ebuild (diff) | |
download | gentoo-3fb39d93f549d91ee7efe45eb970be5619befdcc.tar.gz gentoo-3fb39d93f549d91ee7efe45eb970be5619befdcc.tar.bz2 gentoo-3fb39d93f549d91ee7efe45eb970be5619befdcc.zip |
app-portage/gpyutils: Update for GitHub move
Diffstat (limited to 'app-portage')
-rw-r--r-- | app-portage/gpyutils/gpyutils-0.1.4.ebuild | 6 | ||||
-rw-r--r-- | app-portage/gpyutils/gpyutils-9999.ebuild | 4 | ||||
-rw-r--r-- | 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 65da6b291f0c..cd588c59526b 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 400278e91b4c..bd57accba884 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 46572f6e5cb3..1d172ebd5f18 100644 --- a/app-portage/gpyutils/metadata.xml +++ b/app-portage/gpyutils/metadata.xml @@ -10,7 +10,7 @@ <email>mgorny@gentoo.org</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> |