Gentoo Archives: gentoo-commits

From: Zac Medico <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/portage:2.1.9 commit in: pym/repoman/
Date: Wed, 04 May 2011 20:04:41
Message-Id: 10f913eab2dcbc02a2e2fcd7c453c7b3e43f5868.zmedico@gentoo
1 commit: 10f913eab2dcbc02a2e2fcd7c453c7b3e43f5868
2 Author: Tomas Chvatal <scarabeus <AT> gentoo <DOT> org>
3 AuthorDate: Wed Apr 20 23:56:06 2011 +0000
4 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
5 CommitDate: Wed May 4 19:25:53 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=10f913ea
7
8 repoman: deprecate more eclasses
9
10 ---
11 pym/repoman/checks.py | 5 +++++
12 1 files changed, 5 insertions(+), 0 deletions(-)
13
14 diff --git a/pym/repoman/checks.py b/pym/repoman/checks.py
15 index 200b542..bc25cd5 100644
16 --- a/pym/repoman/checks.py
17 +++ b/pym/repoman/checks.py
18 @@ -379,6 +379,11 @@ class InheritDeprecated(LineCheck):
19 # deprecated eclass : new eclass (False if no new eclass)
20 deprecated_classes = {
21 "gems": "ruby-fakegem",
22 + "git": "git-2",
23 + "mozconfig-2": "mozconfig-3",
24 + "mozcoreconf": "mozcoreconf-2",
25 + "php-ext-pecl-r1": "php-ext-pecl-r2",
26 + "php-ext-source-r1": "php-ext-source-r2",
27 "php-pear": "php-pear-r1",
28 "qt3": False,
29 "qt4": "qt4-r2",