From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1NhoW4-0007Jk-8n for garchives@archives.gentoo.org; Wed, 17 Feb 2010 18:20:52 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 372F3E060D; Wed, 17 Feb 2010 18:20:51 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 1039CE060D for ; Wed, 17 Feb 2010 18:20:51 +0000 (UTC) Received: from stork.gentoo.org (stork.gentoo.org [64.127.104.133]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id A30D61B4093 for ; Wed, 17 Feb 2010 18:20:50 +0000 (UTC) Received: from ssuominen by stork.gentoo.org with local (Exim 4.69) (envelope-from ) id 1NhoW2-0008HW-4O for gentoo-commits@lists.gentoo.org; Wed, 17 Feb 2010 18:20:50 +0000 From: "Samuli Suominen (ssuominen)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, ssuominen@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in eclass: flag-o-matic.eclass X-VCS-Repository: gentoo-x86 X-VCS-Files: flag-o-matic.eclass X-VCS-Directories: eclass X-VCS-Committer: ssuominen X-VCS-Committer-Name: Samuli Suominen Content-Type: text/plain; charset=utf8 Message-Id: Sender: Samuli Suominen Date: Wed, 17 Feb 2010 18:20:50 +0000 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: dae7aed0-a069-4a5e-8d04-79163592b1ec X-Archives-Hash: bc1c645e5b0ad970a4d73a1b514d0c04 ssuominen 10/02/17 18:20:50 Modified: flag-o-matic.eclass Log: Remove last of bindnow-flags. Revision Changes Path 1.146 eclass/flag-o-matic.eclass file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/flag-o-mati= c.eclass?rev=3D1.146&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/flag-o-mati= c.eclass?rev=3D1.146&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/flag-o-mati= c.eclass?r1=3D1.145&r2=3D1.146 Index: flag-o-matic.eclass =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/eclass/flag-o-matic.eclass,v retrieving revision 1.145 retrieving revision 1.146 diff -u -r1.145 -r1.146 --- flag-o-matic.eclass 4 Oct 2009 10:00:53 -0000 1.145 +++ flag-o-matic.eclass 17 Feb 2010 18:20:49 -0000 1.146 @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/flag-o-matic.eclass,v 1.145 20= 09/10/04 10:00:53 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/flag-o-matic.eclass,v 1.146 20= 10/02/17 18:20:49 ssuominen Exp $ =20 # @ECLASS: flag-o-matic.eclass # @MAINTAINER: @@ -710,15 +710,6 @@ echo "$@" } =20 -# @FUNCTION: bindnow-flags -# @RETURN: Returns the flags to enable "now" binding in the current sele= cted linker. -# @DESCRIPTION: -# DEPRECATED - Gets the flags needed for "NOW" binding -bindnow-flags() { - eerror "QA: stop using the bindnow-flags function ... simply drop it fr= om your ebuild" - die "Stop using bindnow-flags." -} - # @FUNCTION: no-as-needed # @RETURN: Flag to disable asneeded behavior for use with append-ldflags= . no-as-needed() {