Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/mpc/
Date: Fri, 15 Mar 2019 07:58:51
Message-Id: 1552636719.aa3f6391b3a3e3cfeee53c39dd606eecbfc09345.slyfox@gentoo
1 commit: aa3f6391b3a3e3cfeee53c39dd606eecbfc09345
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Fri Mar 15 07:58:23 2019 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Fri Mar 15 07:58:39 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa3f6391
7
8 dev-libs/mpc: sync SRC_URI update to older ebuilds, bug #680368
9
10 Reported-by: yuLya
11 Closes: https://bugs.gentoo.org/680368
12 Package-Manager: Portage-2.3.62, Repoman-2.3.12
13 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
14
15 dev-libs/mpc/mpc-1.0.3-r2.ebuild | 4 ++--
16 dev-libs/mpc/mpc-1.0.3.ebuild | 4 ++--
17 2 files changed, 4 insertions(+), 4 deletions(-)
18
19 diff --git a/dev-libs/mpc/mpc-1.0.3-r2.ebuild b/dev-libs/mpc/mpc-1.0.3-r2.ebuild
20 index 8d3833ff376..f8291888155 100644
21 --- a/dev-libs/mpc/mpc-1.0.3-r2.ebuild
22 +++ b/dev-libs/mpc/mpc-1.0.3-r2.ebuild
23 @@ -1,4 +1,4 @@
24 -# Copyright 1999-2018 Gentoo Foundation
25 +# Copyright 1999-2019 Gentoo Authors
26 # Distributed under the terms of the GNU General Public License v2
27
28 EAPI=6
29 @@ -7,7 +7,7 @@ inherit eutils libtool multilib-minimal
30
31 DESCRIPTION="A library for multiprecision complex arithmetic with exact rounding"
32 HOMEPAGE="http://mpc.multiprecision.org/"
33 -SRC_URI="http://www.multiprecision.org/mpc/download/${P}.tar.gz"
34 +SRC_URI="mirror://gnu/${PN}/${P}.tar.gz"
35
36 LICENSE="LGPL-2.1"
37 SLOT="0/3"
38
39 diff --git a/dev-libs/mpc/mpc-1.0.3.ebuild b/dev-libs/mpc/mpc-1.0.3.ebuild
40 index 94ef19f4592..584f40e71e9 100644
41 --- a/dev-libs/mpc/mpc-1.0.3.ebuild
42 +++ b/dev-libs/mpc/mpc-1.0.3.ebuild
43 @@ -1,4 +1,4 @@
44 -# Copyright 1999-2018 Gentoo Foundation
45 +# Copyright 1999-2019 Gentoo Authors
46 # Distributed under the terms of the GNU General Public License v2
47
48 EAPI="4"
49 @@ -7,7 +7,7 @@ inherit eutils libtool multilib-minimal
50
51 DESCRIPTION="A library for multiprecision complex arithmetic with exact rounding"
52 HOMEPAGE="http://mpc.multiprecision.org/"
53 -SRC_URI="http://www.multiprecision.org/mpc/download/${P}.tar.gz"
54 +SRC_URI="mirror://gnu/${PN}/${P}.tar.gz"
55
56 LICENSE="LGPL-2.1"
57 SLOT="0"