From e1b7dcba97af663b8589c01e6245f4875621c9fd Mon Sep 17 00:00:00 2001 From: Fabian Groffen Date: Sun, 30 Jan 2011 21:52:50 +0100 Subject: repoman: add check for using offset vars with helpers New check: NoOffsetWithHelpers. Checks whether helper functions, such as dodir and insinto, are used with offset variables either referring to the installation image (D, ED), the alternate root location (ROOT, EROOT), or the offset prefix (EPREFIX). --- bin/repoman | 1 + 1 file changed, 1 insertion(+) (limited to 'bin') diff --git a/bin/repoman b/bin/repoman index dd2b774e8..c049e70d1 100755 --- a/bin/repoman +++ b/bin/repoman @@ -340,6 +340,7 @@ qahelp={ "ebuild.nesteddie":"Placing 'die' inside ( ) prints an error, but doesn't stop the ebuild.", "variable.invalidchar":"A variable contains an invalid character that is not part of the ASCII character set", "variable.readonly":"Assigning a readonly variable", + "variable.usedwithhelpers":"Ebuild uses D, ROOT, ED, EROOT or EPREFIX with helpers", "LIVEVCS.stable":"This ebuild is a live checkout from a VCS but has stable keywords.", "LIVEVCS.unmasked":"This ebuild is a live checkout from a VCS but has keywords and is not masked in the global package.mask.", "IUSE.invalid":"This ebuild has a variable in IUSE that is not in the use.desc or its metadata.xml file", -- cgit v1.2.3-1-g7c22