Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/
Date: Sun, 15 Sep 2019 17:02:32
Message-Id: 1568566943.3285e3ba50507250ae9df59fae72b5d9cf3bde7c.mgorny@gentoo
1 commit: 3285e3ba50507250ae9df59fae72b5d9cf3bde7c
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 15 17:00:35 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 15 17:02:23 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3285e3ba
7
8 freebsd.eclass: Switch to mirror://gentoo
9
10 FreeBSD upstream removed the distfiles for 11.1 release from their
11 servers. Switch to mirror://gentoo to provide those old files.
12 While using upstream's servers would be correct for new releases,
13 the packages are last rited anyway.
14
15 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
16
17 eclass/freebsd.eclass | 4 ++--
18 1 file changed, 2 insertions(+), 2 deletions(-)
19
20 diff --git a/eclass/freebsd.eclass b/eclass/freebsd.eclass
21 index 7c89d953c4b..420312b5083 100644
22 --- a/eclass/freebsd.eclass
23 +++ b/eclass/freebsd.eclass
24 @@ -1,4 +1,4 @@
25 -# Copyright 1999-2017 Gentoo Foundation
26 +# Copyright 1999-2019 Gentoo Authors
27 # Distributed under the terms of the GNU General Public License v2
28 #
29 # @MAINTAINER:
30 @@ -76,7 +76,7 @@ if [[ ${MY_PV} != *9999* ]] && version_is_at_least 10.0 ${RV} ; then
31 if [[ ${DL_PV} == ${MY_PV} ]]; then
32 DL_PV="${DL_PV}-RELEASE"
33 fi
34 - SRC_URI="mirror://freebsd/releases/i386/${DL_PV}/src.txz -> freebsd-src-${MY_PV}.tar.xz"
35 + SRC_URI="mirror://gentoo/freebsd-src-${MY_PV}.tar.xz"
36 fi
37
38 IUSE="profile"