From 9da1ab2d6d894d784f9020688302743ce641fa30 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Tue, 17 Mar 2009 05:52:27 +0000 Subject: Bug #262365 - Punt the prepalldocs check until there is an alternative available in EAPI 3. svn path=/main/trunk/; revision=13118 --- pym/repoman/checks.py | 11 +---------- pym/repoman/errors.py | 1 - 2 files changed, 1 insertion(+), 11 deletions(-) (limited to 'pym/repoman') diff --git a/pym/repoman/checks.py b/pym/repoman/checks.py index a9e29d2be..458812057 100644 --- a/pym/repoman/checks.py +++ b/pym/repoman/checks.py @@ -345,15 +345,6 @@ class WantAutoDefaultValue(LineCheck): return 'WANT_AUTO' + m.group(1) + \ ' redundantly set to default value "latest" on line: %d' -class PortageInternal(LineCheck): - """ - In February 2009 the Gentoo council ruled that - prepalldocs is a Portage internal. - """ - repoman_check_name = 'portage.internal' - re = re.compile(r'[^#]*\bprepalldocs\b') - error = errors.PREPALLDOCS_ERROR - _constant_checks = tuple((c() for c in ( EbuildHeader, EbuildWhitespace, EbuildQuote, EbuildAssignment, EbuildUselessDodoc, @@ -361,7 +352,7 @@ _constant_checks = tuple((c() for c in ( EbuildPatches, EbuildQuotedA, IUseUndefined, ImplicitRuntimeDeps, InheritAutotools, EMakeParallelDisabled, EMakeParallelDisabledViaMAKEOPTS, - DeprecatedBindnowFlags, WantAutoDefaultValue, PortageInternal))) + DeprecatedBindnowFlags, WantAutoDefaultValue))) def run_checks(contents, pkg): checks = _constant_checks diff --git a/pym/repoman/errors.py b/pym/repoman/errors.py index 451e499ad..2e13e0d67 100644 --- a/pym/repoman/errors.py +++ b/pym/repoman/errors.py @@ -16,4 +16,3 @@ REDUNDANT_CD_S_ERROR = 'Ebuild has redundant cd ${S} statement on line: %d' EMAKE_PARALLEL_DISABLED = 'Upstream parallel compilation bug (ebuild calls emake -j1 on line: %d)' EMAKE_PARALLEL_DISABLED_VIA_MAKEOPTS = 'Upstream parallel compilation bug (MAKEOPTS=-j1 on line: %d)' DEPRECATED_BINDNOW_FLAGS = 'Deprecated bindnow-flags call on line: %d' -PREPALLDOCS_ERROR = 'prepalldocs called on line: %d' -- cgit v1.2.3-1-g7c22