summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2014-07-06 13:19:03 +0000
committerMichał Górny <mgorny@gentoo.org>2014-07-06 13:19:03 +0000
commita71fab61c4555924a8552e8d7e308d4e615640ee (patch)
tree9f8c106fb5e53ea3628e7c981b3c7bb8fee22c9b /dev-util/squashdelta
parentReplace obsolete mirror://bitbucket with the real URI. (diff)
downloadgentoo-2-a71fab61c4555924a8552e8d7e308d4e615640ee.tar.gz
gentoo-2-a71fab61c4555924a8552e8d7e308d4e615640ee.tar.bz2
gentoo-2-a71fab61c4555924a8552e8d7e308d4e615640ee.zip
Replace obsolete mirror://bitbucket with the real URI.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'dev-util/squashdelta')
-rw-r--r--dev-util/squashdelta/ChangeLog6
-rw-r--r--dev-util/squashdelta/squashdelta-0.1.ebuild4
-rw-r--r--dev-util/squashdelta/squashdelta-9999.ebuild4
3 files changed, 9 insertions, 5 deletions
diff --git a/dev-util/squashdelta/ChangeLog b/dev-util/squashdelta/ChangeLog
index 368a43c8d5c1..e735669f222f 100644
--- a/dev-util/squashdelta/ChangeLog
+++ b/dev-util/squashdelta/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-util/squashdelta
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/squashdelta/ChangeLog,v 1.3 2014/03/29 11:57:19 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/squashdelta/ChangeLog,v 1.4 2014/07/06 13:19:03 mgorny Exp $
+
+ 06 Jul 2014; Michał Górny <mgorny@gentoo.org> squashdelta-0.1.ebuild,
+ squashdelta-9999.ebuild:
+ Replace obsolete mirror://bitbucket with the real URI.
*squashdelta-0.1 (29 Mar 2014)
diff --git a/dev-util/squashdelta/squashdelta-0.1.ebuild b/dev-util/squashdelta/squashdelta-0.1.ebuild
index 52a0bf640b88..100dd9ba119d 100644
--- a/dev-util/squashdelta/squashdelta-0.1.ebuild
+++ b/dev-util/squashdelta/squashdelta-0.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/squashdelta/squashdelta-0.1.ebuild,v 1.1 2014/03/29 11:57:19 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/squashdelta/squashdelta-0.1.ebuild,v 1.2 2014/07/06 13:19:03 mgorny Exp $
EAPI=5
@@ -8,7 +8,7 @@ inherit autotools-utils
DESCRIPTION="Efficient (partially uncompressed) SquashFS binary delta tool"
HOMEPAGE="https://bitbucket.org/mgorny/squashdelta/"
-SRC_URI="mirror://bitbucket/mgorny/${PN}/downloads/${P}.tar.bz2"
+SRC_URI="https://www.bitbucket.org/mgorny/${PN}/downloads/${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 5d347ce8f20c..db14b4e0e508 100644
--- a/dev-util/squashdelta/squashdelta-9999.ebuild
+++ b/dev-util/squashdelta/squashdelta-9999.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/squashdelta/squashdelta-9999.ebuild,v 1.2 2014/03/24 17:34:28 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/squashdelta/squashdelta-9999.ebuild,v 1.3 2014/07/06 13:19:03 mgorny Exp $
EAPI=5
@@ -15,7 +15,7 @@ inherit autotools-utils
DESCRIPTION="Efficient (partially uncompressed) SquashFS binary delta tool"
HOMEPAGE="https://bitbucket.org/mgorny/squashdelta/"
-SRC_URI="mirror://bitbucket/mgorny/${PN}/downloads/${P}.tar.bz2"
+SRC_URI="https://www.bitbucket.org/mgorny/${PN}/downloads/${P}.tar.bz2"
# uses public-domain murmurhash3
LICENSE="BSD public-domain"