Gentoo Archives: gentoo-dev

From: Brian Harring <ferringb@×××××.com>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] Deprecate EAPIs 0 and 1?
Date: Fri, 31 Dec 2010 16:05:27
Message-Id: 20101231160429.GD18816@hrair
In Reply to: Re: [gentoo-dev] Deprecate EAPIs 0 and 1? by Enrico Weigelt
1 On Fri, Dec 31, 2010 at 03:57:21PM +0100, Enrico Weigelt wrote:
2 > * Enrico Weigelt <weigelt@×××××.de> schrieb:
3 >
4 > Sorry, forgot the attachement ;-o
5
6 This doesn't pick up eclasses, fails on EAPI='1', and generally, isn't
7 the best way- use proper tools please, they exist for a reason.
8
9 Quick scan of the tree via `pinspect eapi_usage`, the percentile is
10 eapi: '0' 13934 pkgs found, 50.43% of the repository
11 eapi: '2' 8679 pkgs found, 31.41% of the repository
12 eapi: '3' 4432 pkgs found, 16.04% of the repository
13 eapi: '1' 583 pkgs found, 2.11% of the repository
14
15 Considering eapi1 basically just added slot deps... honestly I'd
16 deprecate it in favor of 2.
17
18 If you want a breakdown of the eapi per cpv, use
19 pquery --raw --repo /path/to/your/rsync --all --attr eapi
20
21 ~harring

Replies

Subject Author
Re: [gentoo-dev] Deprecate EAPIs 0 and 1? "Rémi Cardona" <remi@g.o>