public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Brian Dolbec" <dolsen@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/portage:repoman commit in: repoman/pym/repoman/modules/scan/ebuild/
Date: Sat, 15 Jul 2017 02:29:30 +0000 (UTC)	[thread overview]
Message-ID: <1500085543.18a8f9d992bb108e4456d7797f2872884e3dc160.dolsen@gentoo> (raw)

commit:     18a8f9d992bb108e4456d7797f2872884e3dc160
Author:     Brian Dolbec <dolsen <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 15 00:04:32 2017 +0000
Commit:     Brian Dolbec <dolsen <AT> gentoo <DOT> org>
CommitDate: Sat Jul 15 02:25:43 2017 +0000
URL:        https://gitweb.gentoo.org/proj/portage.git/commit/?id=18a8f9d9

repoman: Move errors data to repo metadata/repoman/linechecks.yaml

 repoman/pym/repoman/modules/scan/ebuild/errors.py | 53 -----------------------
 1 file changed, 53 deletions(-)

diff --git a/repoman/pym/repoman/modules/scan/ebuild/errors.py b/repoman/pym/repoman/modules/scan/ebuild/errors.py
deleted file mode 100644
index 22547f4d5..000000000
--- a/repoman/pym/repoman/modules/scan/ebuild/errors.py
+++ /dev/null
@@ -1,53 +0,0 @@
-# -*- coding:utf-8 -*-
-# repoman: Error Messages
-# Copyright 2007-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-from __future__ import unicode_literals
-
-COPYRIGHT_ERROR = (
-	'Invalid Gentoo Copyright on line: %d')
-LICENSE_ERROR = (
-	'Invalid Gentoo/GPL License on line: %d')
-ID_HEADER_ERROR = (
-	'Stale CVS header on line: %d')
-NO_BLANK_LINE_ERROR = (
-	'Non-blank line after header on line: %d')
-LEADING_SPACES_ERROR = (
-	'Ebuild contains leading spaces on line: %d')
-TRAILING_WHITESPACE_ERROR = (
-	'Trailing whitespace error on line: %d')
-READONLY_ASSIGNMENT_ERROR = (
-	'Ebuild contains assignment to read-only variable on line: %d')
-MISSING_QUOTES_ERROR = (
-	'Unquoted Variable on line: %d')
-NESTED_DIE_ERROR = (
-	'Ebuild calls die in a subshell on line: %d')
-PATCHES_ERROR = (
-	'PATCHES is not a bash array on line: %d')
-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')
-EAPI_DEFINED_AFTER_INHERIT = (
-	'EAPI defined after inherit on line: %d')
-NO_AS_NEEDED = (
-	'Upstream asneeded linking bug (no-as-needed on line: %d)')
-PRESERVE_OLD_LIB = (
-	'Ebuild calls deprecated preserve_old_lib on line: %d')
-BUILT_WITH_USE = (
-	'built_with_use on line: %d')
-NO_OFFSET_WITH_HELPERS = (
-	"Helper function is used with D, ROOT, ED, EROOT or EPREFIX on line :%d")
-SANDBOX_ADDPREDICT = (
-	'Ebuild calls addpredict on line: %d')
-USEQ_ERROR = (
-	'Ebuild calls deprecated useq function on line: %d')
-HASQ_ERROR = (
-	'Ebuild calls deprecated hasq function on line: %d')
-URI_HTTPS = (
-	'Ebuild uses http:// but should use https:// on line: %d')


             reply	other threads:[~2017-07-15  2:29 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-07-15  2:29 Brian Dolbec [this message]
  -- strict thread matches above, loose matches on Subject: below --
2018-03-30  5:20 [gentoo-commits] proj/portage:repoman commit in: repoman/pym/repoman/modules/scan/ebuild/ Zac Medico
2018-03-30  0:48 Brian Dolbec
2018-03-29 21:35 Brian Dolbec
2017-12-06  0:16 Brian Dolbec
2017-12-05 18:32 Brian Dolbec
2017-11-26 17:46 Brian Dolbec
2017-09-11 21:43 Brian Dolbec
2017-07-15  2:29 Brian Dolbec
2017-07-15  2:08 Brian Dolbec
2017-07-15  2:08 Brian Dolbec

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1500085543.18a8f9d992bb108e4456d7797f2872884e3dc160.dolsen@gentoo \
    --to=dolsen@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox