commit:     2d5fe4f2281eaee28c46af32bdb877055f827998
Author:     David Hicks <david <AT> hicks <DOT> id <DOT> au>
AuthorDate: Sat Jul 29 16:14:04 2017 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Jul 30 09:38:00 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d5fe4f2

dev-vcs/gitolite: use HTTPS for GitHub, fix redirected URL in doc

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 dev-vcs/gitolite/gitolite-3.6.1.ebuild    | 6 +++---
 dev-vcs/gitolite/gitolite-3.6.2-r1.ebuild | 8 ++++----
 dev-vcs/gitolite/gitolite-3.6.2.ebuild    | 6 +++---
 dev-vcs/gitolite/gitolite-3.6.3.ebuild    | 8 ++++----
 dev-vcs/gitolite/gitolite-3.6.4-r1.ebuild | 8 ++++----
 dev-vcs/gitolite/gitolite-3.6.4.ebuild    | 8 ++++----
 dev-vcs/gitolite/gitolite-3.6.5.ebuild    | 8 ++++----
 dev-vcs/gitolite/gitolite-3.6.6.ebuild    | 6 +++---
 dev-vcs/gitolite/gitolite-3.6.7.ebuild    | 6 +++---
 dev-vcs/gitolite/gitolite-3.6.ebuild      | 6 +++---
 dev-vcs/gitolite/gitolite-9999.ebuild     | 8 ++++----
 11 files changed, 39 insertions(+), 39 deletions(-)

diff --git a/dev-vcs/gitolite/gitolite-3.6.1.ebuild 
b/dev-vcs/gitolite/gitolite-3.6.1.ebuild
index 9c0acb573f5..30a7fda7883 100644
--- a/dev-vcs/gitolite/gitolite-3.6.1.ebuild
+++ b/dev-vcs/gitolite/gitolite-3.6.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
@@ -7,7 +7,7 @@ inherit perl-module user versionator
 
 DESCRIPTION="Highly flexible server for git directory version tracker"
 HOMEPAGE="https://github.com/sitaramc/gitolite";
-SRC_URI="https://github.com/sitaramc/gitolite/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+SRC_URI="https://github.com/sitaramc/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
@@ -71,7 +71,7 @@ pkg_postinst() {
        if [[ "$(get_major_version $REPLACING_VERSIONS)" == "2" ]]; then
                ewarn
                elog "***NOTE*** This is a major upgrade and will likely break 
your existing gitolite-2.x setup!"
-               elog "Please read http://gitolite.com/gitolite/migr.html first!"
+               elog "Please read http://gitolite.com/gitolite/migr/index.html 
first!"
        fi
 
        # bug 352291

diff --git a/dev-vcs/gitolite/gitolite-3.6.2-r1.ebuild 
b/dev-vcs/gitolite/gitolite-3.6.2-r1.ebuild
index 9401738c254..a1fb9c6b9da 100644
--- a/dev-vcs/gitolite/gitolite-3.6.2-r1.ebuild
+++ b/dev-vcs/gitolite/gitolite-3.6.2-r1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 [[ ${PV} == *9999 ]] && SCM="git-2"
-EGIT_REPO_URI="git://github.com/sitaramc/gitolite.git"
+EGIT_REPO_URI="https://github.com/sitaramc/${PN}.git";
 EGIT_MASTER=master
 
 inherit perl-module user versionator ${SCM}
@@ -11,7 +11,7 @@ inherit perl-module user versionator ${SCM}
 DESCRIPTION="Highly flexible server for git directory version tracker"
 HOMEPAGE="https://github.com/sitaramc/gitolite";
 if [[ ${PV} != *9999 ]]; then
-       SRC_URI="https://github.com/sitaramc/gitolite/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+       SRC_URI="https://github.com/sitaramc/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
        KEYWORDS="~amd64 ~arm ~x86"
 else
        SRC_URI=""
@@ -84,7 +84,7 @@ pkg_postinst() {
        if [[ "$(get_major_version $REPLACING_VERSIONS)" == "2" ]]; then
                ewarn
                elog "***NOTE*** This is a major upgrade and will likely break 
your existing gitolite-2.x setup!"
-               elog "Please read http://gitolite.com/gitolite/migr.html first!"
+               elog "Please read http://gitolite.com/gitolite/migr/index.html 
first!"
        fi
 
        # bug 352291

diff --git a/dev-vcs/gitolite/gitolite-3.6.2.ebuild 
b/dev-vcs/gitolite/gitolite-3.6.2.ebuild
index 4dcc7673b25..10f8ddcbf3f 100644
--- a/dev-vcs/gitolite/gitolite-3.6.2.ebuild
+++ b/dev-vcs/gitolite/gitolite-3.6.2.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
@@ -7,7 +7,7 @@ inherit perl-module user versionator
 
 DESCRIPTION="Highly flexible server for git directory version tracker"
 HOMEPAGE="https://github.com/sitaramc/gitolite";
-SRC_URI="https://github.com/sitaramc/gitolite/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+SRC_URI="https://github.com/sitaramc/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
@@ -71,7 +71,7 @@ pkg_postinst() {
        if [[ "$(get_major_version $REPLACING_VERSIONS)" == "2" ]]; then
                ewarn
                elog "***NOTE*** This is a major upgrade and will likely break 
your existing gitolite-2.x setup!"
-               elog "Please read http://gitolite.com/gitolite/migr.html first!"
+               elog "Please read http://gitolite.com/gitolite/migr/index.html 
first!"
        fi
 
        # bug 352291

diff --git a/dev-vcs/gitolite/gitolite-3.6.3.ebuild 
b/dev-vcs/gitolite/gitolite-3.6.3.ebuild
index 1b067e1f085..4fc56440480 100644
--- a/dev-vcs/gitolite/gitolite-3.6.3.ebuild
+++ b/dev-vcs/gitolite/gitolite-3.6.3.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 [[ ${PV} == *9999 ]] && SCM="git-2"
-EGIT_REPO_URI="git://github.com/sitaramc/gitolite.git"
+EGIT_REPO_URI="https://github.com/sitaramc/${PN}.git";
 EGIT_MASTER=master
 
 inherit perl-module user versionator ${SCM}
@@ -11,7 +11,7 @@ inherit perl-module user versionator ${SCM}
 DESCRIPTION="Highly flexible server for git directory version tracker"
 HOMEPAGE="https://github.com/sitaramc/gitolite";
 if [[ ${PV} != *9999 ]]; then
-       SRC_URI="https://github.com/sitaramc/gitolite/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+       SRC_URI="https://github.com/sitaramc/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
        KEYWORDS="amd64 ~arm x86"
 else
        SRC_URI=""
@@ -85,7 +85,7 @@ pkg_postinst() {
        if [[ "$(get_major_version $REPLACING_VERSIONS)" == "2" ]]; then
                ewarn
                elog "***NOTE*** This is a major upgrade and will likely break 
your existing gitolite-2.x setup!"
-               elog "Please read http://gitolite.com/gitolite/migr.html first!"
+               elog "Please read http://gitolite.com/gitolite/migr/index.html 
first!"
        fi
 
        # bug 352291

diff --git a/dev-vcs/gitolite/gitolite-3.6.4-r1.ebuild 
b/dev-vcs/gitolite/gitolite-3.6.4-r1.ebuild
index 3867954db29..928bbe83926 100644
--- a/dev-vcs/gitolite/gitolite-3.6.4-r1.ebuild
+++ b/dev-vcs/gitolite/gitolite-3.6.4-r1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 [[ ${PV} == *9999 ]] && SCM="git-2"
-EGIT_REPO_URI="git://github.com/sitaramc/gitolite.git"
+EGIT_REPO_URI="https://github.com/sitaramc/${PN}.git";
 EGIT_MASTER=master
 
 inherit perl-module user versionator ${SCM}
@@ -11,7 +11,7 @@ inherit perl-module user versionator ${SCM}
 DESCRIPTION="Highly flexible server for git directory version tracker"
 HOMEPAGE="https://github.com/sitaramc/gitolite";
 if [[ ${PV} != *9999 ]]; then
-       SRC_URI="https://github.com/sitaramc/gitolite/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+       SRC_URI="https://github.com/sitaramc/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
        KEYWORDS="~amd64 ~arm ~x86"
 else
        SRC_URI=""
@@ -85,7 +85,7 @@ pkg_postinst() {
        if [[ "$(get_major_version $REPLACING_VERSIONS)" == "2" ]]; then
                ewarn
                elog "***NOTE*** This is a major upgrade and will likely break 
your existing gitolite-2.x setup!"
-               elog "Please read http://gitolite.com/gitolite/migr.html first!"
+               elog "Please read http://gitolite.com/gitolite/migr/index.html 
first!"
        fi
 
        # bug 352291

diff --git a/dev-vcs/gitolite/gitolite-3.6.4.ebuild 
b/dev-vcs/gitolite/gitolite-3.6.4.ebuild
index 2b14d38c044..26ef161375f 100644
--- a/dev-vcs/gitolite/gitolite-3.6.4.ebuild
+++ b/dev-vcs/gitolite/gitolite-3.6.4.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 [[ ${PV} == *9999 ]] && SCM="git-2"
-EGIT_REPO_URI="git://github.com/sitaramc/gitolite.git"
+EGIT_REPO_URI="https://github.com/sitaramc/${PN}.git";
 EGIT_MASTER=master
 
 inherit perl-module user versionator ${SCM}
@@ -11,7 +11,7 @@ inherit perl-module user versionator ${SCM}
 DESCRIPTION="Highly flexible server for git directory version tracker"
 HOMEPAGE="https://github.com/sitaramc/gitolite";
 if [[ ${PV} != *9999 ]]; then
-       SRC_URI="https://github.com/sitaramc/gitolite/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+       SRC_URI="https://github.com/sitaramc/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
        KEYWORDS="~amd64 ~arm ~x86"
 else
        SRC_URI=""
@@ -85,7 +85,7 @@ pkg_postinst() {
        if [[ "$(get_major_version $REPLACING_VERSIONS)" == "2" ]]; then
                ewarn
                elog "***NOTE*** This is a major upgrade and will likely break 
your existing gitolite-2.x setup!"
-               elog "Please read http://gitolite.com/gitolite/migr.html first!"
+               elog "Please read http://gitolite.com/gitolite/migr/index.html 
first!"
        fi
 
        # bug 352291

diff --git a/dev-vcs/gitolite/gitolite-3.6.5.ebuild 
b/dev-vcs/gitolite/gitolite-3.6.5.ebuild
index 3867954db29..928bbe83926 100644
--- a/dev-vcs/gitolite/gitolite-3.6.5.ebuild
+++ b/dev-vcs/gitolite/gitolite-3.6.5.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 [[ ${PV} == *9999 ]] && SCM="git-2"
-EGIT_REPO_URI="git://github.com/sitaramc/gitolite.git"
+EGIT_REPO_URI="https://github.com/sitaramc/${PN}.git";
 EGIT_MASTER=master
 
 inherit perl-module user versionator ${SCM}
@@ -11,7 +11,7 @@ inherit perl-module user versionator ${SCM}
 DESCRIPTION="Highly flexible server for git directory version tracker"
 HOMEPAGE="https://github.com/sitaramc/gitolite";
 if [[ ${PV} != *9999 ]]; then
-       SRC_URI="https://github.com/sitaramc/gitolite/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+       SRC_URI="https://github.com/sitaramc/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
        KEYWORDS="~amd64 ~arm ~x86"
 else
        SRC_URI=""
@@ -85,7 +85,7 @@ pkg_postinst() {
        if [[ "$(get_major_version $REPLACING_VERSIONS)" == "2" ]]; then
                ewarn
                elog "***NOTE*** This is a major upgrade and will likely break 
your existing gitolite-2.x setup!"
-               elog "Please read http://gitolite.com/gitolite/migr.html first!"
+               elog "Please read http://gitolite.com/gitolite/migr/index.html 
first!"
        fi
 
        # bug 352291

diff --git a/dev-vcs/gitolite/gitolite-3.6.6.ebuild 
b/dev-vcs/gitolite/gitolite-3.6.6.ebuild
index 5c9fe9b2833..10ab3eef999 100644
--- a/dev-vcs/gitolite/gitolite-3.6.6.ebuild
+++ b/dev-vcs/gitolite/gitolite-3.6.6.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 [[ ${PV} == *9999 ]] && SCM="git-2"
-EGIT_REPO_URI="git://github.com/sitaramc/gitolite.git"
+EGIT_REPO_URI="https://github.com/sitaramc/${PN}.git";
 EGIT_MASTER=master
 
 inherit perl-module user versionator ${SCM}
@@ -11,7 +11,7 @@ inherit perl-module user versionator ${SCM}
 DESCRIPTION="Highly flexible server for git directory version tracker"
 HOMEPAGE="https://github.com/sitaramc/gitolite";
 if [[ ${PV} != *9999 ]]; then
-       SRC_URI="https://github.com/sitaramc/gitolite/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+       SRC_URI="https://github.com/sitaramc/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
        KEYWORDS="amd64 ~arm x86"
 else
        SRC_URI=""
@@ -88,7 +88,7 @@ pkg_postinst() {
        if [[ "$(get_major_version $REPLACING_VERSIONS)" == "2" ]]; then
                ewarn
                elog "***NOTE*** This is a major upgrade and will likely break 
your existing gitolite-2.x setup!"
-               elog "Please read http://gitolite.com/gitolite/migr.html first!"
+               elog "Please read http://gitolite.com/gitolite/migr/index.html 
first!"
        fi
 
        # bug 352291

diff --git a/dev-vcs/gitolite/gitolite-3.6.7.ebuild 
b/dev-vcs/gitolite/gitolite-3.6.7.ebuild
index fe7002e9ed8..cd1b715bb24 100644
--- a/dev-vcs/gitolite/gitolite-3.6.7.ebuild
+++ b/dev-vcs/gitolite/gitolite-3.6.7.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 [[ ${PV} == *9999 ]] && SCM="git-2"
-EGIT_REPO_URI="git://github.com/sitaramc/gitolite.git"
+EGIT_REPO_URI="https://github.com/sitaramc/${PN}.git";
 EGIT_MASTER=master
 
 inherit perl-module user versionator ${SCM}
@@ -11,7 +11,7 @@ inherit perl-module user versionator ${SCM}
 DESCRIPTION="Highly flexible server for git directory version tracker"
 HOMEPAGE="https://github.com/sitaramc/gitolite";
 if [[ ${PV} != *9999 ]]; then
-       SRC_URI="https://github.com/sitaramc/gitolite/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+       SRC_URI="https://github.com/sitaramc/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
        KEYWORDS="~amd64 ~arm ~x86"
 else
        SRC_URI=""
@@ -88,7 +88,7 @@ pkg_postinst() {
        if [[ "$(get_major_version $REPLACING_VERSIONS)" == "2" ]]; then
                ewarn
                elog "***NOTE*** This is a major upgrade and will likely break 
your existing gitolite-2.x setup!"
-               elog "Please read http://gitolite.com/gitolite/migr.html first!"
+               elog "Please read http://gitolite.com/gitolite/migr/index.html 
first!"
        fi
 
        # bug 352291

diff --git a/dev-vcs/gitolite/gitolite-3.6.ebuild 
b/dev-vcs/gitolite/gitolite-3.6.ebuild
index 6d1426bdefd..91aadb96030 100644
--- a/dev-vcs/gitolite/gitolite-3.6.ebuild
+++ b/dev-vcs/gitolite/gitolite-3.6.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
@@ -7,7 +7,7 @@ inherit perl-module user versionator
 
 DESCRIPTION="Highly flexible server for git directory version tracker"
 HOMEPAGE="https://github.com/sitaramc/gitolite";
-SRC_URI="https://github.com/sitaramc/gitolite/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+SRC_URI="https://github.com/sitaramc/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
@@ -71,7 +71,7 @@ pkg_postinst() {
        if [[ "$(get_major_version $REPLACING_VERSIONS)" == "2" ]]; then
                ewarn
                elog "***NOTE*** This is a major upgrade and will likely break 
your existing gitolite-2.x setup!"
-               elog "Please read http://gitolite.com/gitolite/migr.html first!"
+               elog "Please read http://gitolite.com/gitolite/migr/index.html 
first!"
        fi
 
        # bug 352291

diff --git a/dev-vcs/gitolite/gitolite-9999.ebuild 
b/dev-vcs/gitolite/gitolite-9999.ebuild
index 3867954db29..928bbe83926 100644
--- a/dev-vcs/gitolite/gitolite-9999.ebuild
+++ b/dev-vcs/gitolite/gitolite-9999.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 [[ ${PV} == *9999 ]] && SCM="git-2"
-EGIT_REPO_URI="git://github.com/sitaramc/gitolite.git"
+EGIT_REPO_URI="https://github.com/sitaramc/${PN}.git";
 EGIT_MASTER=master
 
 inherit perl-module user versionator ${SCM}
@@ -11,7 +11,7 @@ inherit perl-module user versionator ${SCM}
 DESCRIPTION="Highly flexible server for git directory version tracker"
 HOMEPAGE="https://github.com/sitaramc/gitolite";
 if [[ ${PV} != *9999 ]]; then
-       SRC_URI="https://github.com/sitaramc/gitolite/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+       SRC_URI="https://github.com/sitaramc/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
        KEYWORDS="~amd64 ~arm ~x86"
 else
        SRC_URI=""
@@ -85,7 +85,7 @@ pkg_postinst() {
        if [[ "$(get_major_version $REPLACING_VERSIONS)" == "2" ]]; then
                ewarn
                elog "***NOTE*** This is a major upgrade and will likely break 
your existing gitolite-2.x setup!"
-               elog "Please read http://gitolite.com/gitolite/migr.html first!"
+               elog "Please read http://gitolite.com/gitolite/migr/index.html 
first!"
        fi
 
        # bug 352291

Reply via email to