public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-vcs/gitolite/
Date: Sun, 30 Jul 2017 09:38:12 +0000 (UTC)	[thread overview]
Message-ID: <1501407480.2d5fe4f2281eaee28c46af32bdb877055f827998.mgorny@gentoo> (raw)

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	other threads:[~2017-07-30  9:38 UTC|newest]

Thread overview: 31+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-07-30  9:38 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-01-31  3:24 [gentoo-commits] repo/gentoo:master commit in: dev-vcs/gitolite/ Matt Turner
2023-12-16 11:01 Arthur Zamarin
2023-12-02  4:35 Sam James
2023-12-02  4:35 Sam James
2023-07-18 22:53 Sam James
2023-06-13 14:20 Arthur Zamarin
2023-06-12 19:21 Sam James
2023-06-12 19:21 Sam James
2022-05-08 20:23 Matt Turner
2022-05-08 20:23 Matt Turner
2022-01-16 23:56 Mike Gilbert
2021-12-30 13:21 Christian Ruppert
2021-07-09 23:28 Conrad Kostecki
2021-07-09 23:28 Conrad Kostecki
2021-04-29  1:52 Sam James
2021-02-15  2:56 Sam James
2019-12-15 20:06 Michał Górny
2019-07-29  8:49 Mikle Kolyada
2019-07-17 15:24 Agostino Sarubbo
2019-07-15 14:17 Agostino Sarubbo
2019-01-09 15:59 Robin H. Johnson
2019-01-09 15:59 Robin H. Johnson
2018-12-30  0:56 Robin H. Johnson
2018-12-30  0:56 Robin H. Johnson
2018-08-05 13:48 Manuel Rüger
2017-07-03  0:15 Robin H. Johnson
2016-02-20 22:26 Robin H. Johnson
2016-01-06  7:37 Robin H. Johnson
2015-11-19 23:21 Robin H. Johnson
2015-08-21 12:21 Mikle Kolyada

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1501407480.2d5fe4f2281eaee28c46af32bdb877055f827998.mgorny@gentoo \
    --to=mgorny@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox