Gentoo Archives: gentoo-commits

From: Zac Medico <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/portage:master commit in: pym/repoman/
Date: Fri, 24 May 2013 19:00:28
Message-Id: 1369422000.aa026d95ddcad54da1baa22155ff583d7d1f5171.zmedico@gentoo
1 commit: aa026d95ddcad54da1baa22155ff583d7d1f5171
2 Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 24 19:00:00 2013 +0000
4 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
5 CommitDate: Fri May 24 19:00:00 2013 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=aa026d95
7
8 repoman: deprecate mono.eclass, bug #471184
9
10 ---
11 pym/repoman/checks.py | 1 +
12 1 files changed, 1 insertions(+), 0 deletions(-)
13
14 diff --git a/pym/repoman/checks.py b/pym/repoman/checks.py
15 index 8c0a301..c552581 100644
16 --- a/pym/repoman/checks.py
17 +++ b/pym/repoman/checks.py
18 @@ -387,6 +387,7 @@ class InheritDeprecated(LineCheck):
19 "distutils": "distutils-r1",
20 "gems": "ruby-fakegem",
21 "git": "git-2",
22 + "mono": "mono-env",
23 "mozconfig-2": "mozconfig-3",
24 "mozcoreconf": "mozcoreconf-2",
25 "php-ext-pecl-r1": "php-ext-pecl-r2",