dev-util/squashmerge: Moved to GitHub
authorMichał Górny <mgorny@gentoo.org>
Sun, 21 May 2017 08:51:41 +0000 (10:51 +0200)
committerMichał Górny <mgorny@gentoo.org>
Sun, 21 May 2017 08:56:21 +0000 (10:56 +0200)
dev-util/squashmerge/metadata.xml
dev-util/squashmerge/squashmerge-0.1.ebuild
dev-util/squashmerge/squashmerge-9999.ebuild

index 7be942f1fb13722bb76e0cc23b9fa32c26c94164..8c6675d140f4f72465e3b5cf68e590b479395309 100644 (file)
@@ -13,7 +13,7 @@
                        <email>mgorny@gentoo.org</email>
                        <name>Michał Górny</name>
                </maintainer>
-               <bugs-to>https://bitbucket.org/mgorny/squashmerge/issues/</bugs-to>
-               <remote-id type="bitbucket">mgorny/squashmerge</remote-id>
+               <bugs-to>https://github.com/mgorny/squashmerge/issues/</bugs-to>
+               <remote-id type="github">mgorny/squashmerge</remote-id>
        </upstream>
 </pkgmetadata>
index 3a58b27ca43bbce8acdf8cb584cf16472d2bb950..b2b4863ee107f81a66be35d4a8473e91dad8558f 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -6,8 +6,8 @@ EAPI=5
 inherit autotools-utils
 
 DESCRIPTION="dev-util/squashdelta delta merge tool"
-HOMEPAGE="https://bitbucket.org/mgorny/squashmerge/"
-SRC_URI="https://www.bitbucket.org/mgorny/${PN}/downloads/${P}.tar.bz2"
+HOMEPAGE="https://github.com/mgorny/squashmerge/"
+SRC_URI="https://www.github.com/mgorny/${PN}/releases/download/v${PV}/${P}.tar.bz2"
 
 LICENSE="BSD"
 SLOT="0"
index aab7b0ee6bee5fd2e10db5cddb18f45cc53ba98b..4db734886acfac624c254c75f7a1311d8229cc2c 100644 (file)
@@ -1,11 +1,11 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 
 #if LIVE
 AUTOTOOLS_AUTORECONF=yes
-EGIT_REPO_URI="https://bitbucket.org/mgorny/${PN}.git"
+EGIT_REPO_URI="https://github.com/mgorny/${PN}.git"
 
 inherit git-r3
 #endif
@@ -13,8 +13,8 @@ inherit git-r3
 inherit autotools-utils
 
 DESCRIPTION="dev-util/squashdelta delta merge tool"
-HOMEPAGE="https://bitbucket.org/mgorny/squashmerge/"
-SRC_URI="https://www.bitbucket.org/mgorny/${PN}/downloads/${P}.tar.bz2"
+HOMEPAGE="https://github.com/mgorny/squashmerge/"
+SRC_URI="https://www.github.com/mgorny/${PN}/releases/download/v${PV}/${P}.tar.bz2"
 
 LICENSE="BSD"
 SLOT="0"