summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Pipping <sping@gentoo.org>2015-03-30 14:54:59 +0000
committerSebastian Pipping <sping@gentoo.org>2015-03-30 14:54:59 +0000
commitf0cb977e75a0b7c12bbd517ceb05a1742bb4339c (patch)
treefc73ffbadbbd72b00a41fb4b7947443f64c68acf /dev-vcs
parentRemove old. (diff)
downloadgentoo-2-f0cb977e75a0b7c12bbd517ceb05a1742bb4339c.tar.gz
gentoo-2-f0cb977e75a0b7c12bbd517ceb05a1742bb4339c.tar.bz2
gentoo-2-f0cb977e75a0b7c12bbd517ceb05a1742bb4339c.zip
dev-vcs/svn2git: Use off-Gitorious mirror for tarballs (bug #544844)
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0x401A1600)
Diffstat (limited to 'dev-vcs')
-rw-r--r--dev-vcs/svn2git/ChangeLog13
-rw-r--r--dev-vcs/svn2git/svn2git-0_pre20100303.ebuild6
-rw-r--r--dev-vcs/svn2git/svn2git-0_pre20100324.ebuild6
-rw-r--r--dev-vcs/svn2git/svn2git-0_pre20100327.ebuild6
-rw-r--r--dev-vcs/svn2git/svn2git-0_pre20101008.ebuild6
-rw-r--r--dev-vcs/svn2git/svn2git-0_pre20101101.ebuild6
-rw-r--r--dev-vcs/svn2git/svn2git-1.0.10.ebuild6
-rw-r--r--dev-vcs/svn2git/svn2git-1.0.2.1.ebuild6
-rw-r--r--dev-vcs/svn2git/svn2git-1.0.3_p1.ebuild6
-rw-r--r--dev-vcs/svn2git/svn2git-1.0.4.ebuild6
-rw-r--r--dev-vcs/svn2git/svn2git-1.0.5.ebuild6
-rw-r--r--dev-vcs/svn2git/svn2git-1.0.6.ebuild6
-rw-r--r--dev-vcs/svn2git/svn2git-1.0.8-r1.ebuild6
-rw-r--r--dev-vcs/svn2git/svn2git-9999.ebuild6
14 files changed, 50 insertions, 41 deletions
diff --git a/dev-vcs/svn2git/ChangeLog b/dev-vcs/svn2git/ChangeLog
index 2bf9ce22a004..a4442a68a9fe 100644
--- a/dev-vcs/svn2git/ChangeLog
+++ b/dev-vcs/svn2git/ChangeLog
@@ -1,6 +1,15 @@
# ChangeLog for dev-vcs/svn2git
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-vcs/svn2git/ChangeLog,v 1.22 2014/08/10 21:23:56 slyfox Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/svn2git/ChangeLog,v 1.23 2015/03/30 14:54:59 sping Exp $
+
+ 30 Mar 2015; Sebastian Pipping <sping@gentoo.org>
+ svn2git-0_pre20100303.ebuild, svn2git-0_pre20100324.ebuild,
+ svn2git-0_pre20100327.ebuild, svn2git-0_pre20101008.ebuild,
+ svn2git-0_pre20101101.ebuild, svn2git-1.0.2.1.ebuild,
+ svn2git-1.0.3_p1.ebuild, svn2git-1.0.4.ebuild, svn2git-1.0.5.ebuild,
+ svn2git-1.0.6.ebuild, svn2git-1.0.8-r1.ebuild, svn2git-1.0.10.ebuild,
+ svn2git-9999.ebuild:
+ Use off-Gitorious mirror for tarballs (bug #544844)
10 Aug 2014; Sergei Trofimovich <slyfox@gentoo.org>
svn2git-0_pre20100303.ebuild, svn2git-0_pre20100324.ebuild,
diff --git a/dev-vcs/svn2git/svn2git-0_pre20100303.ebuild b/dev-vcs/svn2git/svn2git-0_pre20100303.ebuild
index e27bd276009c..159feb74913e 100644
--- a/dev-vcs/svn2git/svn2git-0_pre20100303.ebuild
+++ b/dev-vcs/svn2git/svn2git-0_pre20100303.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-vcs/svn2git/svn2git-0_pre20100303.ebuild,v 1.6 2014/08/10 21:23:56 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/svn2git/svn2git-0_pre20100303.ebuild,v 1.7 2015/03/30 14:54:59 sping Exp $
EAPI="2"
@@ -13,7 +13,7 @@ if [ "$PV" == "9999" ]; then
EGIT_REPO_URI="git://gitorious.org/svn2git/svn2git.git"
KEYWORDS=""
else
- SRC_URI="http://www.hartwork.org/public/${P}.tar.gz"
+ SRC_URI="https://www.hartwork.org/public/${P}.tar.gz"
KEYWORDS="~amd64 ~x86"
fi
diff --git a/dev-vcs/svn2git/svn2git-0_pre20100324.ebuild b/dev-vcs/svn2git/svn2git-0_pre20100324.ebuild
index d7ba1e375f59..7fe5fb246745 100644
--- a/dev-vcs/svn2git/svn2git-0_pre20100324.ebuild
+++ b/dev-vcs/svn2git/svn2git-0_pre20100324.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-vcs/svn2git/svn2git-0_pre20100324.ebuild,v 1.5 2014/08/10 21:23:56 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/svn2git/svn2git-0_pre20100324.ebuild,v 1.6 2015/03/30 14:54:59 sping Exp $
EAPI="2"
@@ -13,7 +13,7 @@ if [ "$PV" == "9999" ]; then
EGIT_REPO_URI="git://gitorious.org/svn2git/svn2git.git"
KEYWORDS=""
else
- SRC_URI="http://www.hartwork.org/public/${P}.tar.gz"
+ SRC_URI="https://www.hartwork.org/public/${P}.tar.gz"
KEYWORDS="~amd64 ~x86"
fi
diff --git a/dev-vcs/svn2git/svn2git-0_pre20100327.ebuild b/dev-vcs/svn2git/svn2git-0_pre20100327.ebuild
index d36522bf0b1c..12c451a59f1b 100644
--- a/dev-vcs/svn2git/svn2git-0_pre20100327.ebuild
+++ b/dev-vcs/svn2git/svn2git-0_pre20100327.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-vcs/svn2git/svn2git-0_pre20100327.ebuild,v 1.5 2014/08/10 21:23:56 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/svn2git/svn2git-0_pre20100327.ebuild,v 1.6 2015/03/30 14:54:59 sping Exp $
EAPI="2"
@@ -13,7 +13,7 @@ if [ "$PV" == "9999" ]; then
EGIT_REPO_URI="git://gitorious.org/svn2git/svn2git.git"
KEYWORDS=""
else
- SRC_URI="http://www.hartwork.org/public/${P}.tar.gz"
+ SRC_URI="https://www.hartwork.org/public/${P}.tar.gz"
KEYWORDS="~amd64 ~x86"
fi
diff --git a/dev-vcs/svn2git/svn2git-0_pre20101008.ebuild b/dev-vcs/svn2git/svn2git-0_pre20101008.ebuild
index b792ae838b09..aee1c67b278e 100644
--- a/dev-vcs/svn2git/svn2git-0_pre20101008.ebuild
+++ b/dev-vcs/svn2git/svn2git-0_pre20101008.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-vcs/svn2git/svn2git-0_pre20101008.ebuild,v 1.4 2014/08/10 21:23:56 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/svn2git/svn2git-0_pre20101008.ebuild,v 1.5 2015/03/30 14:54:59 sping Exp $
EAPI="2"
@@ -13,7 +13,7 @@ if [ "$PV" == "9999" ]; then
EGIT_REPO_URI="git://gitorious.org/svn2git/svn2git.git"
KEYWORDS=""
else
- SRC_URI="http://www.hartwork.org/public/${P}.tar.gz"
+ SRC_URI="https://www.hartwork.org/public/${P}.tar.gz"
KEYWORDS="~amd64 ~x86"
fi
diff --git a/dev-vcs/svn2git/svn2git-0_pre20101101.ebuild b/dev-vcs/svn2git/svn2git-0_pre20101101.ebuild
index a001e8f2b058..5f0859fd4e40 100644
--- a/dev-vcs/svn2git/svn2git-0_pre20101101.ebuild
+++ b/dev-vcs/svn2git/svn2git-0_pre20101101.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-vcs/svn2git/svn2git-0_pre20101101.ebuild,v 1.4 2014/08/10 21:23:56 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/svn2git/svn2git-0_pre20101101.ebuild,v 1.5 2015/03/30 14:54:59 sping Exp $
EAPI="2"
@@ -13,7 +13,7 @@ if [ "$PV" == "9999" ]; then
EGIT_REPO_URI="git://gitorious.org/svn2git/svn2git.git"
KEYWORDS=""
else
- SRC_URI="http://www.hartwork.org/public/${P}.tar.gz"
+ SRC_URI="https://www.hartwork.org/public/${P}.tar.gz"
KEYWORDS="~amd64 ~x86"
fi
diff --git a/dev-vcs/svn2git/svn2git-1.0.10.ebuild b/dev-vcs/svn2git/svn2git-1.0.10.ebuild
index 657fd89d2b31..a7680d1aad79 100644
--- a/dev-vcs/svn2git/svn2git-1.0.10.ebuild
+++ b/dev-vcs/svn2git/svn2git-1.0.10.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-vcs/svn2git/svn2git-1.0.10.ebuild,v 1.2 2014/08/10 21:23:56 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/svn2git/svn2git-1.0.10.ebuild,v 1.3 2015/03/30 14:54:59 sping Exp $
EAPI="2"
@@ -13,7 +13,7 @@ if [ "$PV" == "9999" ]; then
EGIT_REPO_URI="git://gitorious.org/svn2git/svn2git.git"
KEYWORDS=""
else
- SRC_URI="http://gitorious.org/${PN}/${PN}/archive-tarball/${PV} -> ${P}.tar.gz"
+ SRC_URI="https://www.hartwork.org/public/${P}.tar.gz"
KEYWORDS="~amd64 ~x86"
fi
diff --git a/dev-vcs/svn2git/svn2git-1.0.2.1.ebuild b/dev-vcs/svn2git/svn2git-1.0.2.1.ebuild
index bd1b5cab8693..b3a6ba357c1d 100644
--- a/dev-vcs/svn2git/svn2git-1.0.2.1.ebuild
+++ b/dev-vcs/svn2git/svn2git-1.0.2.1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-vcs/svn2git/svn2git-1.0.2.1.ebuild,v 1.4 2014/08/10 21:23:56 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/svn2git/svn2git-1.0.2.1.ebuild,v 1.5 2015/03/30 14:54:59 sping Exp $
EAPI="2"
@@ -15,7 +15,7 @@ if [ "$PV" == "9999" ]; then
EGIT_REPO_URI="git://gitorious.org/svn2git/svn2git.git"
KEYWORDS=""
else
- SRC_URI="http://gitorious.org/${PN}/${PN}/archive-tarball/${MY_PV} -> ${P}.tar.gz"
+ SRC_URI="https://www.hartwork.org/public/${P}.tar.gz"
KEYWORDS="~amd64 ~x86"
fi
diff --git a/dev-vcs/svn2git/svn2git-1.0.3_p1.ebuild b/dev-vcs/svn2git/svn2git-1.0.3_p1.ebuild
index eed0d259d211..3aee60fd641e 100644
--- a/dev-vcs/svn2git/svn2git-1.0.3_p1.ebuild
+++ b/dev-vcs/svn2git/svn2git-1.0.3_p1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-vcs/svn2git/svn2git-1.0.3_p1.ebuild,v 1.5 2014/08/10 21:23:56 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/svn2git/svn2git-1.0.3_p1.ebuild,v 1.6 2015/03/30 14:54:59 sping Exp $
EAPI="2"
@@ -15,7 +15,7 @@ if [ "$PV" == "9999" ]; then
EGIT_REPO_URI="git://gitorious.org/svn2git/svn2git.git"
KEYWORDS=""
else
- SRC_URI="http://gitorious.org/${PN}/${PN}/archive-tarball/${MY_PV} -> ${PN}-${MY_PV}.tar.gz"
+ SRC_URI="https://www.hartwork.org/public/${PN}-${MY_PV}.tar.gz"
KEYWORDS="~amd64 ~x86"
fi
diff --git a/dev-vcs/svn2git/svn2git-1.0.4.ebuild b/dev-vcs/svn2git/svn2git-1.0.4.ebuild
index 381b624a0811..40725b11394b 100644
--- a/dev-vcs/svn2git/svn2git-1.0.4.ebuild
+++ b/dev-vcs/svn2git/svn2git-1.0.4.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-vcs/svn2git/svn2git-1.0.4.ebuild,v 1.4 2014/08/10 21:23:56 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/svn2git/svn2git-1.0.4.ebuild,v 1.5 2015/03/30 14:54:59 sping Exp $
EAPI="2"
@@ -13,7 +13,7 @@ if [ "$PV" == "9999" ]; then
EGIT_REPO_URI="git://gitorious.org/svn2git/svn2git.git"
KEYWORDS=""
else
- SRC_URI="http://gitorious.org/${PN}/${PN}/archive-tarball/${PV} -> ${P}.tar.gz"
+ SRC_URI="https://www.hartwork.org/public/${P}.tar.gz"
KEYWORDS="~amd64 ~x86"
fi
diff --git a/dev-vcs/svn2git/svn2git-1.0.5.ebuild b/dev-vcs/svn2git/svn2git-1.0.5.ebuild
index 3b983b388fc5..fb7ef83e387d 100644
--- a/dev-vcs/svn2git/svn2git-1.0.5.ebuild
+++ b/dev-vcs/svn2git/svn2git-1.0.5.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-vcs/svn2git/svn2git-1.0.5.ebuild,v 1.4 2014/08/10 21:23:56 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/svn2git/svn2git-1.0.5.ebuild,v 1.5 2015/03/30 14:54:59 sping Exp $
EAPI="2"
@@ -13,7 +13,7 @@ if [ "$PV" == "9999" ]; then
EGIT_REPO_URI="git://gitorious.org/svn2git/svn2git.git"
KEYWORDS=""
else
- SRC_URI="http://gitorious.org/${PN}/${PN}/archive-tarball/${PV} -> ${P}.tar.gz"
+ SRC_URI="https://www.hartwork.org/public/${P}.tar.gz"
KEYWORDS="~amd64 ~x86"
fi
diff --git a/dev-vcs/svn2git/svn2git-1.0.6.ebuild b/dev-vcs/svn2git/svn2git-1.0.6.ebuild
index 128df4536c89..de79f9a73880 100644
--- a/dev-vcs/svn2git/svn2git-1.0.6.ebuild
+++ b/dev-vcs/svn2git/svn2git-1.0.6.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-vcs/svn2git/svn2git-1.0.6.ebuild,v 1.3 2014/08/10 21:23:56 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/svn2git/svn2git-1.0.6.ebuild,v 1.4 2015/03/30 14:54:59 sping Exp $
EAPI="2"
@@ -13,7 +13,7 @@ if [ "$PV" == "9999" ]; then
EGIT_REPO_URI="git://gitorious.org/svn2git/svn2git.git"
KEYWORDS=""
else
- SRC_URI="http://gitorious.org/${PN}/${PN}/archive-tarball/${PV} -> ${P}.tar.gz"
+ SRC_URI="https://www.hartwork.org/public/${P}.tar.gz"
KEYWORDS="~amd64 ~x86"
fi
diff --git a/dev-vcs/svn2git/svn2git-1.0.8-r1.ebuild b/dev-vcs/svn2git/svn2git-1.0.8-r1.ebuild
index c557c6e5f3f9..06bb87ab4467 100644
--- a/dev-vcs/svn2git/svn2git-1.0.8-r1.ebuild
+++ b/dev-vcs/svn2git/svn2git-1.0.8-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-vcs/svn2git/svn2git-1.0.8-r1.ebuild,v 1.2 2014/08/10 21:23:56 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/svn2git/svn2git-1.0.8-r1.ebuild,v 1.3 2015/03/30 14:54:59 sping Exp $
EAPI="2"
@@ -13,7 +13,7 @@ if [ "$PV" == "9999" ]; then
EGIT_REPO_URI="git://gitorious.org/svn2git/svn2git.git"
KEYWORDS=""
else
- SRC_URI="http://gitorious.org/${PN}/${PN}/archive-tarball/${PV} -> ${P}.tar.gz"
+ SRC_URI="https://www.hartwork.org/public/${P}.tar.gz"
KEYWORDS="~amd64 ~x86"
fi
diff --git a/dev-vcs/svn2git/svn2git-9999.ebuild b/dev-vcs/svn2git/svn2git-9999.ebuild
index d4a6a4f3707e..23e481d79483 100644
--- a/dev-vcs/svn2git/svn2git-9999.ebuild
+++ b/dev-vcs/svn2git/svn2git-9999.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-vcs/svn2git/svn2git-9999.ebuild,v 1.11 2014/08/10 21:23:56 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/svn2git/svn2git-9999.ebuild,v 1.12 2015/03/30 14:54:59 sping Exp $
EAPI="2"
@@ -14,7 +14,7 @@ if [ "$PV" == "9999" ]; then
https://git.gitorious.org/${PN}/${PN}.git"
KEYWORDS=""
else
- SRC_URI="http://gitorious.org/${PN}/${PN}/archive-tarball/${PV} -> ${P}.tar.gz"
+ SRC_URI="https://www.hartwork.org/public/${P}.tar.gz"
KEYWORDS="~amd64 ~x86"
fi