From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 00924139694 for ; Wed, 22 Feb 2017 09:29:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7F25021C097; Wed, 22 Feb 2017 09:29:05 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5FCE421C097 for ; Wed, 22 Feb 2017 09:29:05 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6C71D3415A2 for ; Wed, 22 Feb 2017 09:29:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A4B725083 for ; Wed, 22 Feb 2017 09:29:02 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1487755728.4f933ab8cc6fa0f852d8f03556f80efa66f56d67.mgorny@gentoo> Subject: [gentoo-commits] proj/portage:master commit in: repoman/pym/repoman/modules/scan/ebuild/ X-VCS-Repository: proj/portage X-VCS-Files: repoman/pym/repoman/modules/scan/ebuild/checks.py X-VCS-Directories: repoman/pym/repoman/modules/scan/ebuild/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 4f933ab8cc6fa0f852d8f03556f80efa66f56d67 X-VCS-Branch: master Date: Wed, 22 Feb 2017 09:29:02 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 91038a1b-cdd4-443d-b0df-a4f7b27401f9 X-Archives-Hash: 07476f22a3bc1763fdeef2ba0bede153 commit: 4f933ab8cc6fa0f852d8f03556f80efa66f56d67 Author: Michał Górny gentoo org> AuthorDate: Wed Feb 22 08:07:58 2017 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Feb 22 09:28:48 2017 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=4f933ab8 repoman: Deprecate gpe.eclass Reviewed-by: Zac Medico gentoo.org> repoman/pym/repoman/modules/scan/ebuild/checks.py | 1 + 1 file changed, 1 insertion(+) diff --git a/repoman/pym/repoman/modules/scan/ebuild/checks.py b/repoman/pym/repoman/modules/scan/ebuild/checks.py index 34363b388..1c4548711 100644 --- a/repoman/pym/repoman/modules/scan/ebuild/checks.py +++ b/repoman/pym/repoman/modules/scan/ebuild/checks.py @@ -420,6 +420,7 @@ class InheritDeprecated(LineCheck): "distutils": "distutils-r1", "games": False, "gems": "ruby-fakegem", + "gpe": False, "gst-plugins-bad": "gstreamer", "gst-plugins-base": "gstreamer", "gst-plugins-good": "gstreamer",