Gentoo Archives: gentoo-dev

From: Mike Gilbert <floppymaster@×××××.com>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] Initial review for github-snapshot.eclass
Date: Tue, 31 May 2011 19:07:52
Message-Id: BANLkTi=a-Txxd7TgsVyBVAuZyTNcZkxhaA@mail.gmail.com
In Reply to: [gentoo-dev] Initial review for github-snapshot.eclass by "Michał Górny"
1 On Tue, May 31, 2011 at 10:24 AM, Michał Górny <mgorny@g.o> wrote:
2 > Hello all,
3 >
4 > As I suggested earlier, I'm attaching an example implementation
5 > of github-snapshot.eclass.
6 >
7
8 case ${EAPI:-0} in
9 0|1) die "EAPI ${EAPI} unsupported.";;
10 2|3|4) ;;
11 *) die "github-snapshot.eclass API in EAPI ${EAPI} not yet established."
12 esac
13
14 Why are EAPI 0 and 1 unsupported? I don't see anything that would need
15 EAPI 2 features.

Replies

Subject Author
Re: [gentoo-dev] Initial review for github-snapshot.eclass "Michał Górny" <mgorny@g.o>