commit:     f69d0a2f8e27409d20f4a01d8cd8a661b306258a
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun May 21 08:51:41 2017 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun May 21 08:56:21 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f69d0a2f

dev-util/squashmerge: Moved to GitHub

 dev-util/squashmerge/metadata.xml            | 4 ++--
 dev-util/squashmerge/squashmerge-0.1.ebuild  | 6 +++---
 dev-util/squashmerge/squashmerge-9999.ebuild | 8 ++++----
 3 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/dev-util/squashmerge/metadata.xml 
b/dev-util/squashmerge/metadata.xml
index 7be942f1fb1..8c6675d140f 100644
--- a/dev-util/squashmerge/metadata.xml
+++ b/dev-util/squashmerge/metadata.xml
@@ -13,7 +13,7 @@
                        <email>[email protected]</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>

diff --git a/dev-util/squashmerge/squashmerge-0.1.ebuild 
b/dev-util/squashmerge/squashmerge-0.1.ebuild
index 3a58b27ca43..b2b4863ee10 100644
--- a/dev-util/squashmerge/squashmerge-0.1.ebuild
+++ b/dev-util/squashmerge/squashmerge-0.1.ebuild
@@ -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"

diff --git a/dev-util/squashmerge/squashmerge-9999.ebuild 
b/dev-util/squashmerge/squashmerge-9999.ebuild
index aab7b0ee6be..4db734886ac 100644
--- a/dev-util/squashmerge/squashmerge-9999.ebuild
+++ b/dev-util/squashmerge/squashmerge-9999.ebuild
@@ -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"

Reply via email to