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: Fri, 29 Dec 2017 14:56:50
Message-Id: 1514559263.1db6aa933a906cbaa7e81f1c486154d4d1fff3b9.grobian@gentoo
1 commit: 1db6aa933a906cbaa7e81f1c486154d4d1fff3b9
2 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
3 AuthorDate: Fri Dec 29 14:54:23 2017 +0000
4 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
5 CommitDate: Fri Dec 29 14:54:23 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=1db6aa93
7
8 sys-devel/binutils-config: fix version of source code
9
10 Package-Manager: Portage-2.3.18-prefix, Repoman-2.3.6
11
12 sys-devel/binutils-config/Manifest | 1 +
13 sys-devel/binutils-config/binutils-config-5-r03.2.ebuild | 6 ++++--
14 2 files changed, 5 insertions(+), 2 deletions(-)
15
16 diff --git a/sys-devel/binutils-config/Manifest b/sys-devel/binutils-config/Manifest
17 index 03c89e40d2..335242f446 100644
18 --- a/sys-devel/binutils-config/Manifest
19 +++ b/sys-devel/binutils-config/Manifest
20 @@ -1 +1,2 @@
21 DIST binutils-config-ldwrapper-5.3.1.c 8342 BLAKE2B 18658a8188acfcd7494981bd60f53590f5610c7ffd9173f223da740c09acd9ed40aaf911faa6f9a517e5e8779cbaaea9d4398679b7a3037655a7994d9c319345 SHA512 af21c1b9bb465990e8490641023403ec27e31bd69f94fc86572392285a540ddc25d59fd8f682c0cb2d2a84c5e33fea08bd0ec2cb52861147075ccfd5e18067b0
22 +DIST binutils-config-ldwrapper-5.3.2.c 11791 BLAKE2B 7284c1f201b581b87a3dccfd9c572e0e03fa81af1c72fcd4edce15c53c04329316aa20a1135f7b728e35b3551ebb418eacc599da6a4803924dfddf7fbccaf1be SHA512 5e0917d50ba1cb0daee71bdd225809579bfc0a129c7bed234346f17a21aec6a0cddde35d5bc598924e840c45d6f9e738fd09f969904ca5df6041d38e5e0f0c2e
23
24 diff --git a/sys-devel/binutils-config/binutils-config-5-r03.2.ebuild b/sys-devel/binutils-config/binutils-config-5-r03.2.ebuild
25 index 942065aee5..7aaa0d9ed7 100644
26 --- a/sys-devel/binutils-config/binutils-config-5-r03.2.ebuild
27 +++ b/sys-devel/binutils-config/binutils-config-5-r03.2.ebuild
28 @@ -7,7 +7,9 @@ inherit eutils prefix
29
30 DESCRIPTION="Utility to change the binutils version being used"
31 HOMEPAGE="https://www.gentoo.org/"
32 -SRC_URI=""
33 +GIT_REV="e30f557eb73bff37366a44ebbbf4efdc0c616c58"
34 +WRAPPER_REV="${PV}.3.2"
35 +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"
36
37 LICENSE="GPL-2"
38 SLOT="0"
39 @@ -39,7 +41,7 @@ src_compile() {
40 $(tc-getCC)
41 ${CPPFLAGS}
42 ${CFLAGS}
43 - -o ldwrapper "${FILESDIR}"/ldwrapper.c
44 + -o ldwrapper "${S}"/${PN}-ldwrapper-${WRAPPER_REV}.c
45 -DEPREFIX=\"${EPREFIX}\"
46 -DCHOST=\"${CHOST}\"
47 ${LDFLAGS}