Gentoo Archives: gentoo-dev

From: Duncan <1i5t5.duncan@×××.net>
To: gentoo-dev@l.g.o
Subject: [gentoo-dev] Re: RFC: fortran-2.eclass - Support for bin package system without compiler
Date: Thu, 18 Jul 2013 08:26:39
Message-Id: pan$3c2f4$f4a3b62d$27d9b8c5$3faded84@cox.net
In Reply to: Re: [gentoo-dev] RFC: fortran-2.eclass - Support for bin package system without compiler by Justin
1 Justin posted on Thu, 18 Jul 2013 09:28:49 +0200 as excerpted:
2
3 > + case ${EAPI:-0} in
4 > + 0|1|2|3)
5 > + eqawarn "The fortran-2.eclass is going to deprecate support
6
7 ^^^^^^^^^^^
8
9 That reads strange to me. Deprecated doesn't mean it no longer works; it
10 means it's declared obsolete and recommended against but it still works
11 for now, thus giving users a time to migrate.[1]
12
13 So "is going to deprecate" seems strange. It should be "has deprecated",
14 or rewording a bit more "support is deprecated for" or the like. Because
15 by the time someone's actually reading that output, the warning is
16 already there; the deprecation has already happened.
17
18 Alternatively, keep the future tense and say "will be removed" or some
19 such, or use a hybrid, "support is deprecated and will be removed".
20
21 ---
22
23 [1] deprecate/deprecation online references:
24 http://en.wiktionary.org/wiki/deprecate
25 https://en.wikipedia.org/wiki/Deprecation
26 http://www.thefreedictionary.com/deprecate
27 http://www.google.com/search?q=define:deprecate
28
29 --
30 Duncan - List replies preferred. No HTML msgs.
31 "Every nonfree program has a lord, a master --
32 and if you use the program, he is your master." Richard Stallman

Replies