From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/pkgconfig/
Date: Thu, 17 Aug 2017 17:06:02 +0000 (UTC) [thread overview]
Message-ID: <1502989480.84f1ba03c779296545fa30003c6ac61c5bbc109c.mgorny@gentoo> (raw)
commit: 84f1ba03c779296545fa30003c6ac61c5bbc109c
Author: David Hicks <david <AT> hicks <DOT> id <DOT> au>
AuthorDate: Mon Jul 31 13:16:22 2017 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Aug 17 17:04:40 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84f1ba03
dev-util/pkgconfig: use HTTPS for freedesktop.org
Package-Manager: Portage-2.3.6, Repoman-2.3.3
dev-util/pkgconfig/pkgconfig-0.28-r2.ebuild | 2 +-
dev-util/pkgconfig/pkgconfig-0.28-r3.ebuild | 2 +-
dev-util/pkgconfig/pkgconfig-0.29.1.ebuild | 2 +-
dev-util/pkgconfig/pkgconfig-0.29.2.ebuild | 2 +-
dev-util/pkgconfig/pkgconfig-9999.ebuild | 2 +-
5 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/dev-util/pkgconfig/pkgconfig-0.28-r2.ebuild b/dev-util/pkgconfig/pkgconfig-0.28-r2.ebuild
index fa88e9d4844..a1119c66a8d 100644
--- a/dev-util/pkgconfig/pkgconfig-0.28-r2.ebuild
+++ b/dev-util/pkgconfig/pkgconfig-0.28-r2.ebuild
@@ -8,7 +8,7 @@ inherit eutils flag-o-matic libtool multilib multilib-minimal
MY_P=pkg-config-${PV}
if [[ ${PV} == *9999* ]]; then
- EGIT_REPO_URI="git://anongit.freedesktop.org/pkg-config"
+ EGIT_REPO_URI="https://anongit.freedesktop.org/git/pkg-config.git"
inherit autotools git-2
else
KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
diff --git a/dev-util/pkgconfig/pkgconfig-0.28-r3.ebuild b/dev-util/pkgconfig/pkgconfig-0.28-r3.ebuild
index d0e46a835ce..97ed77bde11 100644
--- a/dev-util/pkgconfig/pkgconfig-0.28-r3.ebuild
+++ b/dev-util/pkgconfig/pkgconfig-0.28-r3.ebuild
@@ -12,7 +12,7 @@ if [[ ${PV} == *9999* ]]; then
# 1.12 is only needed for tests due to some am__check_pre / LOG_DRIVER
# weirdness with "/bin/bash /bin/sh" in arguments chain with >=1.13
WANT_AUTOMAKE=1.12
- EGIT_REPO_URI="git://anongit.freedesktop.org/pkg-config"
+ EGIT_REPO_URI="https://anongit.freedesktop.org/git/pkg-config.git"
EGIT_CHECKOUT_DIR=${WORKDIR}/${MY_P}
inherit autotools git-r3
else
diff --git a/dev-util/pkgconfig/pkgconfig-0.29.1.ebuild b/dev-util/pkgconfig/pkgconfig-0.29.1.ebuild
index 9d40e8bcf4d..31f6de36737 100644
--- a/dev-util/pkgconfig/pkgconfig-0.29.1.ebuild
+++ b/dev-util/pkgconfig/pkgconfig-0.29.1.ebuild
@@ -12,7 +12,7 @@ if [[ ${PV} == *9999* ]]; then
# 1.12 is only needed for tests due to some am__check_pre / LOG_DRIVER
# weirdness with "/bin/bash /bin/sh" in arguments chain with >=1.13
WANT_AUTOMAKE=1.12
- EGIT_REPO_URI="git://anongit.freedesktop.org/pkg-config"
+ EGIT_REPO_URI="https://anongit.freedesktop.org/git/pkg-config.git"
EGIT_CHECKOUT_DIR=${WORKDIR}/${MY_P}
inherit autotools git-r3
else
diff --git a/dev-util/pkgconfig/pkgconfig-0.29.2.ebuild b/dev-util/pkgconfig/pkgconfig-0.29.2.ebuild
index 9d40e8bcf4d..31f6de36737 100644
--- a/dev-util/pkgconfig/pkgconfig-0.29.2.ebuild
+++ b/dev-util/pkgconfig/pkgconfig-0.29.2.ebuild
@@ -12,7 +12,7 @@ if [[ ${PV} == *9999* ]]; then
# 1.12 is only needed for tests due to some am__check_pre / LOG_DRIVER
# weirdness with "/bin/bash /bin/sh" in arguments chain with >=1.13
WANT_AUTOMAKE=1.12
- EGIT_REPO_URI="git://anongit.freedesktop.org/pkg-config"
+ EGIT_REPO_URI="https://anongit.freedesktop.org/git/pkg-config.git"
EGIT_CHECKOUT_DIR=${WORKDIR}/${MY_P}
inherit autotools git-r3
else
diff --git a/dev-util/pkgconfig/pkgconfig-9999.ebuild b/dev-util/pkgconfig/pkgconfig-9999.ebuild
index e7d7b4fd983..90e416b25b2 100644
--- a/dev-util/pkgconfig/pkgconfig-9999.ebuild
+++ b/dev-util/pkgconfig/pkgconfig-9999.ebuild
@@ -12,7 +12,7 @@ if [[ ${PV} == *9999* ]]; then
# 1.12 is only needed for tests due to some am__check_pre / LOG_DRIVER
# weirdness with "/bin/bash /bin/sh" in arguments chain with >=1.13
WANT_AUTOMAKE=1.12
- EGIT_REPO_URI="git://anongit.freedesktop.org/pkg-config"
+ EGIT_REPO_URI="https://anongit.freedesktop.org/git/pkg-config.git"
EGIT_CHECKOUT_DIR=${WORKDIR}/${MY_P}
inherit autotools git-r3
else
next reply other threads:[~2017-08-17 17:06 UTC|newest]
Thread overview: 25+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-08-17 17:06 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2021-01-06 22:55 [gentoo-commits] repo/gentoo:master commit in: dev-util/pkgconfig/ Fabian Groffen
2020-12-27 19:16 Fabian Groffen
2020-12-27 16:38 Fabian Groffen
2019-05-03 23:14 Mikle Kolyada
2018-01-19 2:41 Mike Frysinger
2017-11-13 22:40 James Le Cuirot
2017-10-29 20:07 Sergei Trofimovich
2017-10-27 13:49 Thomas Deutschmann
2017-10-25 23:43 Manuel Rüger
2017-09-26 21:34 Mike Gilbert
2017-09-15 15:38 Tobias Klausmann
2017-09-09 18:45 Sergei Trofimovich
2017-09-09 10:27 Markus Meier
2017-09-07 20:50 Sergei Trofimovich
2017-09-05 21:04 Mike Gilbert
2017-09-05 21:01 Sergei Trofimovich
2017-09-05 16:07 Mike Gilbert
2017-03-21 9:52 Lars Wendler
2017-03-21 9:52 Lars Wendler
2017-01-04 13:00 Fabian Groffen
2016-06-14 9:43 Fabian Groffen
2016-03-04 22:18 Lars Wendler
2016-01-22 17:48 Fabian Groffen
2015-09-29 11:43 Lars Wendler
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=1502989480.84f1ba03c779296545fa30003c6ac61c5bbc109c.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