aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add repoman warning about bash-completion deprecation.Michał Górny2011-09-101-0/+1
* repoman: check more helper calls for $D, $ED...Zac Medico2011-08-081-1/+1
* repoman: tighten regex for useq and hasqZac Medico2011-07-081-3/+3
* repoman: centralize code for ignoring commentsZac Medico2011-07-081-6/+11
* repoman: check for deprecated useq and hasq callsDane Smith2011-07-081-1/+14
* repoman: disallow EMERGE_FROM in EAPI 4Zac Medico2011-05-311-2/+3
* repoman: deprecate more eclassesTomas Chvatal2011-04-201-0/+5
* repoman: variable.usedwithhelpers ignore quotedZac Medico2011-02-281-1/+3
* repoman: warn about calls to prepall and preplibZac Medico2011-02-271-1/+1
* repoman: add back portage.internal checkZac Medico2011-02-251-1/+11
* repoman: variable.usedwithhelpers tighten regexZac Medico2011-02-191-1/+1
* repoman: variable.usedwithhelpers ignore commentsZac Medico2011-02-121-1/+1
* NoOffsetWithHelpers: fix invalid errors nameFabian Groffen2011-01-301-1/+1
* repoman: add check for using offset vars with helpersFabian Groffen2011-01-301-2/+11
* Recognize += in RDEPEND.implicit check.Zac Medico2010-10-101-1/+1
* repoman: Add "x-modular": "xorg-2" to InheritDeprecated check as requested by...Sebastian Luther2010-09-091-1/+2
* Fix broken logic in InheritDeprecated.Zac Medico2010-08-221-6/+6
* Make InheritDeprecated detect indirect inherits of deprecated eclasses,Zac Medico2010-08-221-5/+20
* Make InheritDeprecated check for direct inherits, and give line numbersZac Medico2010-08-221-11/+31
* repoman: check for deprecated eclasseswired2010-08-221-1/+30
* Add upstream.workaround warning for addpredict calls. Thanks toZac Medico2010-08-211-1/+7
* Use explicit imports, to make pyflakes happy.Zac Medico2010-08-111-1/+3
* Introduce portage.eapi. Use it everywhere.Sebastian Luther2010-08-111-7/+8
* Bug #285191 - Add back the RDEPEND.implicit warning to detect the casesZac Medico2010-08-041-1/+34
* repoman: Check if the prefix.eclass is inherited if eprefixify is used. Thank...Sebastian Luther2010-08-041-1/+19
* Drop deprecated self.eapi saving.Michał Górny2010-07-141-19/+3
* Retab.Michał Górny2010-07-141-4/+4
* Support BrE spelling 'licence' in UselessDodoc check.Michał Górny2010-07-141-1/+1
* Add EAPI 3-defined variables to the readonly check.Michał Górny2010-07-141-1/+8
* Make copyright/CVS header checks more strict.Michał Górny2010-07-141-3/+3
* Bug #326553 - check for preserve_old_libSamuli Suominen2010-07-081-1/+8
* Bug #324075 - Avoid erroneous 'Invalid Gentoo Copyright' warnings whenZac Medico2010-06-151-2/+5
* also check quoting on the Prefix variables added in EAPI=3, thanks jlec for t...Fabian Groffen2010-04-051-0/+3
* Remove all svn $Id keywords.Zac Medico2010-03-241-1/+0
* Eliminate the PhaseCheck constructor and make PhaseCheck.phases_re a classZac Medico2010-02-261-9/+5
* Bug #299095 - Add a deprecation warning for check_license calls with EAPI >= 3Zac Medico2010-02-221-1/+20
* Add a warning for built_with_use. Thanks to Petteri Räty <betelgeuse@g.o> forZac Medico2010-01-241-2/+7
* Bug #297541 - Make $(no-as-needed) trigger upstream.workaround warning. ThanksZac Medico2009-12-211-1/+7
* Add EAPI 3_pre2 to conditinals so the EAPI 4 stuff is disabled.Zac Medico2009-12-111-2/+2
* Bump EAPI conditionals to account for rename of EAPI 3 to 4. Thanks toZac Medico2009-12-081-8/+8
* Add src_configure and pkg_config to the list of phases in repoman.checks.Phas...Arfrever Frehtes Taifersar Arahesis2009-10-041-2/+2
* Restrict upstream.workaround to src_compile and src_install as much as possible.Mounir Lamouri2009-10-041-31/+36
* Bug #285191 - Remove the RDEPEND.implicit check because it is invalid.Zac Medico2009-10-011-32/+1
* Remove unused os import.Zac Medico2009-08-191-1/+0
* Use r'' for regex.Zac Medico2009-08-121-1/+1
* Bug #281133 - Fix the here-document code inside run_checks() to properlyZac Medico2009-08-121-1/+1
* Check for redundant blank lines. Thanks to Markus Meier <maekke@gentoo.org>Zac Medico2009-06-281-1/+20
* * Add new abstract PhaseCheck class for ebuild phase-specific checks.Zac Medico2009-06-281-41/+119
* Bug #274742 - Exempt $dir from quoting checks since it's a likely candidateZac Medico2009-06-211-1/+1
* Fix SrcUnpackPatches to ignore comment lines. Thanks to Christian RuppertZac Medico2009-05-061-0/+1