Gentoo Archives: gentoo-commits

From: Justin Bronder <jsbronder@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: metadata/
Date: Tue, 02 Jul 2013 00:09:47
Message-Id: 1372695844.ca61c42be2fd86df7ebcadd3bf3e27e82b3feee7.jsbronder@gentoo
1 commit: ca61c42be2fd86df7ebcadd3bf3e27e82b3feee7
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jul 1 16:24:04 2013 +0000
4 Commit: Justin Bronder <jsbronder <AT> gentoo <DOT> org>
5 CommitDate: Mon Jul 1 16:24:04 2013 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=ca61c42b
7
8 Deprecate all eapis but 5
9 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
10
11 ---
12 metadata/layout.conf | 6 ++++++
13 1 file changed, 6 insertions(+)
14
15 diff --git a/metadata/layout.conf b/metadata/layout.conf
16 index 081a326..493a5fe 100644
17 --- a/metadata/layout.conf
18 +++ b/metadata/layout.conf
19 @@ -19,3 +19,9 @@ sign-commits = true
20 # Make egencache generate newer (more reliable)
21 # md5-dict cache format (see bug #409445).
22 cache-formats = md5-dict
23 +
24 +# indicate that ebuilds with the specified EAPIs are banned
25 +#eapis-banned = 0 1 2 3 4
26 +
27 +# indicate that ebuilds with the specified EAPIs are deprecated
28 +eapis-deprecated = 1 2 3 4