Gentoo Archives: gentoo-commits

From: Fabian Groffen <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/prefix:master commit in: sys-devel/binutils-config/
Date: Wed, 31 Jan 2018 09:58:40
Message-Id: 1517392704.72d338d62675e24de16b010444ed2b493a5db4af.grobian@gentoo
1 commit: 72d338d62675e24de16b010444ed2b493a5db4af
2 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jan 31 09:58:24 2018 +0000
4 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 31 09:58:24 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=72d338d6
7
8 sys-devel/binutils-config: interrevbump to fix rpath injection issue
9
10 Thanks to inversed logic we no longer included rpaths for -L arguments
11 given on the command line.
12
13 Closes: https://bugs.gentoo.org/642040
14 Package-Manager: Portage-2.3.18-prefix, Repoman-2.3.6
15
16 sys-devel/binutils-config/Manifest | 2 +-
17 ...inutils-config-5-r03.3.ebuild => binutils-config-5-r03.4.ebuild} | 6 +++---
18 2 files changed, 4 insertions(+), 4 deletions(-)
19
20 diff --git a/sys-devel/binutils-config/Manifest b/sys-devel/binutils-config/Manifest
21 index 06ed4c2363..290abb8cfc 100644
22 --- a/sys-devel/binutils-config/Manifest
23 +++ b/sys-devel/binutils-config/Manifest
24 @@ -1,3 +1,3 @@
25 DIST binutils-config-ldwrapper-5.3.1.c 8342 BLAKE2B 18658a8188acfcd7494981bd60f53590f5610c7ffd9173f223da740c09acd9ed40aaf911faa6f9a517e5e8779cbaaea9d4398679b7a3037655a7994d9c319345 SHA512 af21c1b9bb465990e8490641023403ec27e31bd69f94fc86572392285a540ddc25d59fd8f682c0cb2d2a84c5e33fea08bd0ec2cb52861147075ccfd5e18067b0
26 DIST binutils-config-ldwrapper-5.3.2.c 11791 BLAKE2B 7284c1f201b581b87a3dccfd9c572e0e03fa81af1c72fcd4edce15c53c04329316aa20a1135f7b728e35b3551ebb418eacc599da6a4803924dfddf7fbccaf1be SHA512 5e0917d50ba1cb0daee71bdd225809579bfc0a129c7bed234346f17a21aec6a0cddde35d5bc598924e840c45d6f9e738fd09f969904ca5df6041d38e5e0f0c2e
27 -DIST binutils-config-ldwrapper-5.3.3.c 13467 BLAKE2B 4ae75c9eb91264d4c300c88419ae3470ae0271473fd1d2267d9b2aa5907423dd646e9feac1e1f215b1a4fa29f59a2e7d02d27118d6e2a7202bc9916a982a21bb SHA512 44892b4e00db432025e3bab08284f2bac5993a554f056fe66d4f85e9020d894e57c7080e41507435e8a4337d48268362045644fa9e7eed2d81c8004c92e6f1c5
28 +DIST binutils-config-ldwrapper-5.3.4.c 13467 BLAKE2B 132c497c59c1315c4d9e85c842fa5636aac5d96aa2db69e1f677c31cd8a509653589c178058285c4e2e72d5095734f6849969f9ff99edfe1794c69733b60047c SHA512 cd4f33e37b2cd9e66d2e80aec28bec56e3d5383f15018b20c1afccd00e74d5f8ac2c6c2d8dde0de4be36aeec1237e2cc9b07326bceb24b2ca819e54c65ae6478
29
30 diff --git a/sys-devel/binutils-config/binutils-config-5-r03.3.ebuild b/sys-devel/binutils-config/binutils-config-5-r03.4.ebuild
31 similarity index 94%
32 rename from sys-devel/binutils-config/binutils-config-5-r03.3.ebuild
33 rename to sys-devel/binutils-config/binutils-config-5-r03.4.ebuild
34 index 3e79943a7f..a00860e6b2 100644
35 --- a/sys-devel/binutils-config/binutils-config-5-r03.3.ebuild
36 +++ b/sys-devel/binutils-config/binutils-config-5-r03.4.ebuild
37 @@ -1,4 +1,4 @@
38 -# Copyright 1999-2017 Gentoo Foundation
39 +# Copyright 1999-2018 Gentoo Foundation
40 # Distributed under the terms of the GNU General Public License v2
41
42 EAPI="6"
43 @@ -7,8 +7,8 @@ inherit eutils prefix
44
45 DESCRIPTION="Utility to change the binutils version being used"
46 HOMEPAGE="https://www.gentoo.org/"
47 -GIT_REV="b93602ba2a0f76a9a85cb36a1740a4522e45ce36"
48 -WRAPPER_REV="${PV}.3.3"
49 +GIT_REV="edc0d44f70c27daebcc080ac5d08e8e191bccd95"
50 +WRAPPER_REV="${PV}.3.4"
51 SRC_URI="https://gitweb.gentoo.org/repo/proj/prefix.git/plain/sys-devel/binutils-config/files/ldwrapper.c?id=${GIT_REV} -> ${PN}-ldwrapper-${WRAPPER_REV}.c"
52
53 LICENSE="GPL-2"