Gentoo Archives: gentoo-dev

From: Donnie Berkholz <dberkholz@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] Re: RFC: fortran-2.eclass - Support for bin package system without compiler
Date: Thu, 18 Jul 2013 15:39:38
Message-Id: 20130718153924.GA14765@comet.hsd1.mn.comcast.net
In Reply to: Re: [gentoo-dev] Re: RFC: fortran-2.eclass - Support for bin package system without compiler by Justin
1 On 10:44 Thu 18 Jul , Justin wrote:
2 > +fortran-2_pkg_setup() {
3 > + case ${EAPI:-0} in
4 > + 0|1|2|3)
5 > + eqawarn "Support for EAPI < 4 will be removed from the"
6 > + eqawarn "fortran-2.eclass in near future."
7 > + eqawarn "Please migrate your package to a higher EAPI"
8 > + eqawarn "or file a bug at https://bugs.gentoo.org"
9 > + _fortran-2_pkg_setup ;;
10
11 It's more useful if you provide a date here (30+ days from the commit)
12 after which things are no longer guaranteed to work, versus "near
13 future."
14
15 I didn't catch it in your original email — have you run a scan to see
16 how many ebuilds are affected?
17
18 --
19 Thanks,
20 Donnie
21
22 Donnie Berkholz
23 Council Member / Sr. Developer, Gentoo Linux <http://dberkholz.com>
24 Analyst, RedMonk <http://redmonk.com/dberkholz/>

Replies