summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2017-05-21 10:47:25 +0200
committerMichał Górny <mgorny@gentoo.org>2017-05-21 10:56:19 +0200
commit140aa82ec260d06b93c9d169de688251b2110b2d (patch)
treebccc881135eda01b3fdf6f86720a3799dc6ac163 /dev-util/squashdelta
parentapp-cdr/mirage2iso: Moved to GitHub (diff)
downloadgentoo-140aa82ec260d06b93c9d169de688251b2110b2d.tar.gz
gentoo-140aa82ec260d06b93c9d169de688251b2110b2d.tar.bz2
gentoo-140aa82ec260d06b93c9d169de688251b2110b2d.zip
dev-util/squashdelta: Moved to GitHub
Diffstat (limited to 'dev-util/squashdelta')
-rw-r--r--dev-util/squashdelta/metadata.xml4
-rw-r--r--dev-util/squashdelta/squashdelta-0.1.ebuild6
-rw-r--r--dev-util/squashdelta/squashdelta-9999.ebuild8
3 files changed, 9 insertions, 9 deletions
diff --git a/dev-util/squashdelta/metadata.xml b/dev-util/squashdelta/metadata.xml
index dc746925600c..1001cf9123ee 100644
--- a/dev-util/squashdelta/metadata.xml
+++ b/dev-util/squashdelta/metadata.xml
@@ -13,7 +13,7 @@
<email>mgorny@gentoo.org</email>
<name>Michał Górny</name>
</maintainer>
- <bugs-to>https://bitbucket.org/mgorny/squashdelta/issues/</bugs-to>
- <remote-id type="bitbucket">mgorny/squashdelta</remote-id>
+ <bugs-to>https://github.com/mgorny/squashdelta/issues/</bugs-to>
+ <remote-id type="github">mgorny/squashdelta</remote-id>
</upstream>
</pkgmetadata>
diff --git a/dev-util/squashdelta/squashdelta-0.1.ebuild b/dev-util/squashdelta/squashdelta-0.1.ebuild
index 180041a23e50..64d107803421 100644
--- a/dev-util/squashdelta/squashdelta-0.1.ebuild
+++ b/dev-util/squashdelta/squashdelta-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="Efficient (partially uncompressed) SquashFS binary delta tool"
-HOMEPAGE="https://bitbucket.org/mgorny/squashdelta/"
-SRC_URI="https://www.bitbucket.org/mgorny/${PN}/downloads/${P}.tar.bz2"
+HOMEPAGE="https://github.com/mgorny/squashdelta/"
+SRC_URI="https://www.github.com/mgorny/${PN}/releases/download/v${PV}/${P}.tar.bz2"
# uses public-domain murmurhash3
LICENSE="BSD public-domain"
diff --git a/dev-util/squashdelta/squashdelta-9999.ebuild b/dev-util/squashdelta/squashdelta-9999.ebuild
index 604593938f02..f0193e21d63a 100644
--- a/dev-util/squashdelta/squashdelta-9999.ebuild
+++ b/dev-util/squashdelta/squashdelta-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="Efficient (partially uncompressed) SquashFS binary delta tool"
-HOMEPAGE="https://bitbucket.org/mgorny/squashdelta/"
-SRC_URI="https://www.bitbucket.org/mgorny/${PN}/downloads/${P}.tar.bz2"
+HOMEPAGE="https://github.com/mgorny/squashdelta/"
+SRC_URI="https://www.github.com/mgorny/${PN}/releases/download/v${PV}/${P}.tar.bz2"
# uses public-domain murmurhash3
LICENSE="BSD public-domain"