diff options
author | Michał Górny <mgorny@gentoo.org> | 2017-08-24 23:50:15 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-08-25 00:03:26 +0200 |
commit | bd4cc3f8e366aab4c7d9bdcbc0a61b9af2dd0536 (patch) | |
tree | 2f4a8cb27f93a15996e48c490f263f5376d8cb68 /app-portage | |
parent | app-portage/smart-live-rebuild: Drop old (diff) | |
download | gentoo-bd4cc3f8e366aab4c7d9bdcbc0a61b9af2dd0536.tar.gz gentoo-bd4cc3f8e366aab4c7d9bdcbc0a61b9af2dd0536.tar.bz2 gentoo-bd4cc3f8e366aab4c7d9bdcbc0a61b9af2dd0536.zip |
app-portage/smart-live-rebuild: Update URIs for GitHub
Diffstat (limited to 'app-portage')
3 files changed, 7 insertions, 7 deletions
diff --git a/app-portage/smart-live-rebuild/metadata.xml b/app-portage/smart-live-rebuild/metadata.xml index f34634610ebe..fd31fc1dbcf4 100644 --- a/app-portage/smart-live-rebuild/metadata.xml +++ b/app-portage/smart-live-rebuild/metadata.xml @@ -16,7 +16,7 @@ <email>mgorny@gentoo.org</email> <name>Michał Górny</name> </maintainer> - <bugs-to>https://bitbucket.org/mgorny/smart-live-rebuild/issues/</bugs-to> - <remote-id type="bitbucket">mgorny/smart-live-rebuild</remote-id> + <bugs-to>https://github.com/mgorny/smart-live-rebuild/issues/</bugs-to> + <remote-id type="github">mgorny/smart-live-rebuild</remote-id> </upstream> </pkgmetadata> diff --git a/app-portage/smart-live-rebuild/smart-live-rebuild-1.3.4.1.ebuild b/app-portage/smart-live-rebuild/smart-live-rebuild-1.3.4.1.ebuild index 2d74dea7c0ec..d6076ad37afd 100644 --- a/app-portage/smart-live-rebuild/smart-live-rebuild-1.3.4.1.ebuild +++ b/app-portage/smart-live-rebuild/smart-live-rebuild-1.3.4.1.ebuild @@ -7,8 +7,8 @@ PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) inherit distutils-r1 DESCRIPTION="Check live packages for updates and emerge them as necessary" -HOMEPAGE="https://bitbucket.org/mgorny/smart-live-rebuild/" -SRC_URI="https://www.bitbucket.org/mgorny/${PN}/downloads/${P}.tar.bz2" +HOMEPAGE="https://github.com/mgorny/smart-live-rebuild/" +SRC_URI="https://github.com/mgorny/smart-live-rebuild/releases/download/v${PV}/${P}.tar.bz2" LICENSE="BSD-2" SLOT="0" diff --git a/app-portage/smart-live-rebuild/smart-live-rebuild-9999.ebuild b/app-portage/smart-live-rebuild/smart-live-rebuild-9999.ebuild index 6764d0245429..5f23fc60c72e 100644 --- a/app-portage/smart-live-rebuild/smart-live-rebuild-9999.ebuild +++ b/app-portage/smart-live-rebuild/smart-live-rebuild-9999.ebuild @@ -7,13 +7,13 @@ PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) inherit distutils-r1 #if LIVE -EGIT_REPO_URI="https://bitbucket.org/mgorny/${PN}.git" +EGIT_REPO_URI="https://github.com/mgorny/${PN}.git" inherit git-r3 #endif DESCRIPTION="Check live packages for updates and emerge them as necessary" -HOMEPAGE="https://bitbucket.org/mgorny/smart-live-rebuild/" -SRC_URI="https://www.bitbucket.org/mgorny/${PN}/downloads/${P}.tar.bz2" +HOMEPAGE="https://github.com/mgorny/smart-live-rebuild/" +SRC_URI="https://github.com/mgorny/smart-live-rebuild/releases/download/v${PV}/${P}.tar.bz2" LICENSE="BSD-2" SLOT="0" |