vapier 15/03/16 21:16:56
Modified: ntfs3g-2014.2.15-r1.ebuild ntfs3g-2014.2.15.ebuild
ntfs3g-2013.1.13.ebuild ChangeLog
Log:
Use new toolchain helpers for selecting the bfd linker #539388 by nzqr.
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key
D2E96200)
Revision Changes Path
1.2 sys-fs/ntfs3g/ntfs3g-2014.2.15-r1.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/ntfs3g/ntfs3g-2014.2.15-r1.ebuild?rev=1.2&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/ntfs3g/ntfs3g-2014.2.15-r1.ebuild?rev=1.2&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/ntfs3g/ntfs3g-2014.2.15-r1.ebuild?r1=1.1&r2=1.2
Index: ntfs3g-2014.2.15-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/ntfs3g/ntfs3g-2014.2.15-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ntfs3g-2014.2.15-r1.ebuild 29 Jan 2015 08:20:05 -0000 1.1
+++ ntfs3g-2014.2.15-r1.ebuild 16 Mar 2015 21:16:56 -0000 1.2
@@ -1,9 +1,9 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/ntfs3g/ntfs3g-2014.2.15-r1.ebuild,v
1.1 2015/01/29 08:20:05 chutzpah Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/ntfs3g/ntfs3g-2014.2.15-r1.ebuild,v
1.2 2015/03/16 21:16:56 vapier Exp $
EAPI=5
-inherit eutils linux-info udev autotools
+inherit eutils linux-info udev toolchain-funcs autotools
MY_PN=${PN/3g/-3g}
MY_P=${MY_PN}_ntfsprogs-${PV}
@@ -58,7 +58,8 @@
}
src_configure() {
- LD="$(tc-getLD).bfd" econf \
+ tc-ld-disable-gold
+ econf \
--prefix="${EPREFIX}"/usr \
--exec-prefix="${EPREFIX}"/usr \
--docdir="${EPREFIX}"/usr/share/doc/${PF} \
1.11 sys-fs/ntfs3g/ntfs3g-2014.2.15.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/ntfs3g/ntfs3g-2014.2.15.ebuild?rev=1.11&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/ntfs3g/ntfs3g-2014.2.15.ebuild?rev=1.11&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/ntfs3g/ntfs3g-2014.2.15.ebuild?r1=1.10&r2=1.11
Index: ntfs3g-2014.2.15.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/ntfs3g/ntfs3g-2014.2.15.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ntfs3g-2014.2.15.ebuild 27 Feb 2015 11:14:31 -0000 1.10
+++ ntfs3g-2014.2.15.ebuild 16 Mar 2015 21:16:56 -0000 1.11
@@ -1,9 +1,9 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/ntfs3g/ntfs3g-2014.2.15.ebuild,v
1.10 2015/02/27 11:14:31 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/ntfs3g/ntfs3g-2014.2.15.ebuild,v
1.11 2015/03/16 21:16:56 vapier Exp $
EAPI=5
-inherit eutils linux-info udev
+inherit eutils linux-info udev toolchain-funcs
MY_PN=${PN/3g/-3g}
MY_P=${MY_PN}_ntfsprogs-${PV}
@@ -84,7 +84,7 @@
pkg_pretend() {
if [[ ${MERGE_TYPE} != binary ]]; then
# Bug 450024
- if $(tc-getLD) --version | grep -q "GNU gold"; then
+ if tc-ld-is-gold; then
eerror "ntfs-3g does not function correctly when built
with the gold linker."
eerror "Please select the bfd linker with
binutils-config."
die "GNU gold detected"
1.14 sys-fs/ntfs3g/ntfs3g-2013.1.13.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/ntfs3g/ntfs3g-2013.1.13.ebuild?rev=1.14&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/ntfs3g/ntfs3g-2013.1.13.ebuild?rev=1.14&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/ntfs3g/ntfs3g-2013.1.13.ebuild?r1=1.13&r2=1.14
Index: ntfs3g-2013.1.13.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/ntfs3g/ntfs3g-2013.1.13.ebuild,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ntfs3g-2013.1.13.ebuild 1 Mar 2014 22:11:24 -0000 1.13
+++ ntfs3g-2013.1.13.ebuild 16 Mar 2015 21:16:56 -0000 1.14
@@ -1,9 +1,9 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/ntfs3g/ntfs3g-2013.1.13.ebuild,v
1.13 2014/03/01 22:11:24 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/ntfs3g/ntfs3g-2013.1.13.ebuild,v
1.14 2015/03/16 21:16:56 vapier Exp $
EAPI=5
-inherit eutils linux-info udev
+inherit eutils linux-info udev toolchain-funcs
MY_PN=${PN/3g/-3g}
MY_P=${MY_PN}_ntfsprogs-${PV}
@@ -84,7 +84,7 @@
pkg_pretend() {
if [[ ${MERGE_TYPE} != binary ]]; then
# Bug 450024
- if $(tc-getLD) --version | grep -q "GNU gold"; then
+ if tc-ld-is-gold; then
eerror "ntfs-3g does not function correctly when built
with the gold linker."
eerror "Please select the bfd linker with
binutils-config."
die "GNU gold detected"
1.169 sys-fs/ntfs3g/ChangeLog
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/ntfs3g/ChangeLog?rev=1.169&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/ntfs3g/ChangeLog?rev=1.169&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/ntfs3g/ChangeLog?r1=1.168&r2=1.169
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/ntfs3g/ChangeLog,v
retrieving revision 1.168
retrieving revision 1.169
diff -u -r1.168 -r1.169
--- ChangeLog 27 Feb 2015 11:14:31 -0000 1.168
+++ ChangeLog 16 Mar 2015 21:16:56 -0000 1.169
@@ -1,6 +1,10 @@
# ChangeLog for sys-fs/ntfs3g
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/ntfs3g/ChangeLog,v 1.168 2015/02/27
11:14:31 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/ntfs3g/ChangeLog,v 1.169 2015/03/16
21:16:56 vapier Exp $
+
+ 16 Mar 2015; Mike Frysinger <[email protected]> ntfs3g-2013.1.13.ebuild,
+ ntfs3g-2014.2.15-r1.ebuild, ntfs3g-2014.2.15.ebuild:
+ Use new toolchain helpers for selecting the bfd linker #539388 by nzqr.
27 Feb 2015; Agostino Sarubbo <[email protected]> ntfs3g-2014.2.15.ebuild:
Stable for sparc, wrt bug #533270