Gentoo Archives: gentoo-portage-dev

From: Michael Palimaka <kensington@g.o>
To: gentoo-portage-dev@l.g.o
Cc: Michael Palimaka <kensington@g.o>
Subject: [gentoo-portage-dev] [PATCH] repoman: remove deprecation checks for eclasses no longer in the tree
Date: Mon, 17 Mar 2014 14:38:48
Message-Id: 1395067123-4791-1-git-send-email-kensington@gentoo.org
1 ---
2 pym/repoman/checks.py | 10 ----------
3 1 file changed, 10 deletions(-)
4
5 diff --git a/pym/repoman/checks.py b/pym/repoman/checks.py
6 index 8032b28..abb9545 100644
7 --- a/pym/repoman/checks.py
8 +++ b/pym/repoman/checks.py
9 @@ -385,19 +385,9 @@ class InheritDeprecated(LineCheck):
10 "boost-utils": False,
11 "distutils": "distutils-r1",
12 "gems": "ruby-fakegem",
13 - "git": "git-2",
14 "mono": "mono-env",
15 - "mozconfig-2": "mozconfig-3",
16 - "mozcoreconf": "mozcoreconf-2",
17 - "php-ext-pecl-r1": "php-ext-pecl-r2",
18 - "php-ext-source-r1": "php-ext-source-r2",
19 - "php-pear": "php-pear-r1",
20 "python": "python-r1 / python-single-r1 / python-any-r1",
21 - "python-distutils-ng": "python-r1 + distutils-r1",
22 - "qt3": False,
23 - "qt4": "qt4-r2",
24 "ruby": "ruby-ng",
25 - "ruby-gnome2": "ruby-ng-gnome2",
26 "x-modular": "xorg-2",
27 }
28
29 --
30 1.8.3.2