app-portage/smart-live-rebuild: Update URIs for GitHub
authorMichał Górny <mgorny@gentoo.org>
Thu, 24 Aug 2017 21:50:15 +0000 (23:50 +0200)
committerMichał Górny <mgorny@gentoo.org>
Thu, 24 Aug 2017 22:03:26 +0000 (00:03 +0200)
app-portage/smart-live-rebuild/metadata.xml
app-portage/smart-live-rebuild/smart-live-rebuild-1.3.4.1.ebuild
app-portage/smart-live-rebuild/smart-live-rebuild-9999.ebuild

index f34634610ebe61f2cf81ebc7d27dd7677aa963a4..fd31fc1dbcf40bd18edf7a085a1fb65a4b4136d6 100644 (file)
@@ -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>
index 2d74dea7c0ec6d09dd2376100a03a671b03cbc7a..d6076ad37afdd925a15aa5229ccbda564d2b98fd 100644 (file)
@@ -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"
index 6764d024542953c37c06b6c3f06b0ce58ae9fed7..5f23fc60c72ebc51bf48add4f6a8b63c582c2a0d 100644 (file)
@@ -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"