Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in eclass: flag-o-matic.eclass
Date: Wed, 17 Feb 2010 18:20:52
Message-Id: E1NhoW2-0008HW-4O@stork.gentoo.org
1 ssuominen 10/02/17 18:20:50
2
3 Modified: flag-o-matic.eclass
4 Log:
5 Remove last of bindnow-flags.
6
7 Revision Changes Path
8 1.146 eclass/flag-o-matic.eclass
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/flag-o-matic.eclass?rev=1.146&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/flag-o-matic.eclass?rev=1.146&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/flag-o-matic.eclass?r1=1.145&r2=1.146
13
14 Index: flag-o-matic.eclass
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/eclass/flag-o-matic.eclass,v
17 retrieving revision 1.145
18 retrieving revision 1.146
19 diff -u -r1.145 -r1.146
20 --- flag-o-matic.eclass 4 Oct 2009 10:00:53 -0000 1.145
21 +++ flag-o-matic.eclass 17 Feb 2010 18:20:49 -0000 1.146
22 @@ -1,6 +1,6 @@
23 # Copyright 1999-2009 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25 -# $Header: /var/cvsroot/gentoo-x86/eclass/flag-o-matic.eclass,v 1.145 2009/10/04 10:00:53 ssuominen Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/eclass/flag-o-matic.eclass,v 1.146 2010/02/17 18:20:49 ssuominen Exp $
27
28 # @ECLASS: flag-o-matic.eclass
29 # @MAINTAINER:
30 @@ -710,15 +710,6 @@
31 echo "$@"
32 }
33
34 -# @FUNCTION: bindnow-flags
35 -# @RETURN: Returns the flags to enable "now" binding in the current selected linker.
36 -# @DESCRIPTION:
37 -# DEPRECATED - Gets the flags needed for "NOW" binding
38 -bindnow-flags() {
39 - eerror "QA: stop using the bindnow-flags function ... simply drop it from your ebuild"
40 - die "Stop using bindnow-flags."
41 -}
42 -
43 # @FUNCTION: no-as-needed
44 # @RETURN: Flag to disable asneeded behavior for use with append-ldflags.
45 no-as-needed() {