From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1QChIA-0007Ea-7M for garchives@archives.gentoo.org; Wed, 20 Apr 2011 23:58:42 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6AFE0E0408; Wed, 20 Apr 2011 23:58:24 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 3AA8DE0408 for ; Wed, 20 Apr 2011 23:58:24 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 831E21B4026 for ; Wed, 20 Apr 2011 23:58:23 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id AD8D4802C1 for ; Wed, 20 Apr 2011 23:58:22 +0000 (UTC) From: "Zac Medico" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Zac Medico" Message-ID: <1bbcc74920400e6a0e0b4119ea905ac2f96aae1a.zmedico@gentoo> Subject: [gentoo-commits] proj/portage:master commit in: pym/repoman/ X-VCS-Repository: proj/portage X-VCS-Files: pym/repoman/checks.py X-VCS-Directories: pym/repoman/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: 1bbcc74920400e6a0e0b4119ea905ac2f96aae1a Date: Wed, 20 Apr 2011 23:58:22 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: 625d650b7084ea0637221d1a3410dc92 commit: 1bbcc74920400e6a0e0b4119ea905ac2f96aae1a Author: Tomas Chvatal gentoo org> AuthorDate: Wed Apr 20 23:56:06 2011 +0000 Commit: Zac Medico gentoo org> CommitDate: Wed Apr 20 23:56:06 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/portage.git;a= =3Dcommit;h=3D1bbcc749 repoman: deprecate more eclasses --- pym/repoman/checks.py | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/pym/repoman/checks.py b/pym/repoman/checks.py index 200b542..bc25cd5 100644 --- a/pym/repoman/checks.py +++ b/pym/repoman/checks.py @@ -379,6 +379,11 @@ class InheritDeprecated(LineCheck): # deprecated eclass : new eclass (False if no new eclass) deprecated_classes =3D { "gems": "ruby-fakegem", + "git": "git-2", + "mozconfig-2": "mozconfig-3", + "mozcoreconf": "mozcoreconf-2", + "php-ext-pecl-r1": "php-ext-pecl-r2", + "php-ext-source-r1": "php-ext-source-r2", "php-pear": "php-pear-r1", "qt3": False, "qt4": "qt4-r2",