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, 29 Jul 2009 08:31:35
Message-Id: E1MW4ZQ-0002BY-8p@stork.gentoo.org
1 ssuominen 09/07/29 08:31:32
2
3 Modified: flag-o-matic.eclass
4 Log:
5 Die if bindnow-flags is detected. Nothing in tree is using it anymore, including any of the old revisions.
6
7 Revision Changes Path
8 1.141 eclass/flag-o-matic.eclass
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/flag-o-matic.eclass?rev=1.141&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/flag-o-matic.eclass?rev=1.141&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/flag-o-matic.eclass?r1=1.140&r2=1.141
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.140
18 retrieving revision 1.141
19 diff -u -r1.140 -r1.141
20 --- flag-o-matic.eclass 20 Jul 2009 04:28:07 -0000 1.140
21 +++ flag-o-matic.eclass 29 Jul 2009 08:31:32 -0000 1.141
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.140 2009/07/20 04:28:07 vapier Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/eclass/flag-o-matic.eclass,v 1.141 2009/07/29 08:31:32 ssuominen Exp $
27
28 # @ECLASS: flag-o-matic.eclass
29 # @MAINTAINER:
30 @@ -715,7 +715,8 @@
31 # @DESCRIPTION:
32 # DEPRECATED - Gets the flags needed for "NOW" binding
33 bindnow-flags() {
34 - ewarn "QA: stop using the bindnow-flags function ... simply drop it from your ebuild"
35 + eerror "QA: stop using the bindnow-flags function ... simply drop it from your ebuild"
36 + die || "Stop using bindnow-flags."
37 }