summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Warn about sed and epatch calls which should be moved from src_unpack toZac Medico2009-04-291-1/+33
* Move the here-document code from the EbuildWhitespace check to theZac Medico2009-04-291-26/+26
* Make EbuildWhitespace ignore here-documents. Thanks to Diego PettenòZac Medico2009-04-291-4/+19
* Add a new EAPI.definition check for cases in which EAPI is defined after anZac Medico2009-04-261-1/+18
* Bug #262365 - Punt the prepalldocs check until there is an alternativeZac Medico2009-03-171-10/+1
* Loosen EMakeParallelDisabled.re so it can match more variations.Zac Medico2009-02-271-1/+1
* Add a new upstream.workaround check for hardcoded MAKEOPTS=-j1 (previouslyZac Medico2009-02-271-2/+8
* Add a new "portage.internal" warning for prepalldocs usage since the councilZac Medico2009-02-121-1/+10
* Warn about WANT_AUTO(CONF|MAKE)=latest settings since they are redundant.Zac Medico2009-02-041-1/+13
* Bug #255358 - Add new RDEPEND.implicit warning to detect the caes where DEPENDZac Medico2009-01-181-1/+28
* Adjust the EbuildNestedDie pattern so that it only matches when ( is surroundedZac Medico2008-12-201-1/+1
* Simplify the InheritAutotools pattern by using \b to match word boundaries.Zac Medico2008-12-201-2/+2
* Bug #251591 - Adjust the InheritAutotools pattern to treat more things simila...Zac Medico2008-12-201-2/+2
* Bug #250212 - Add a new 'upstream.workaround' qa category, and use it forZac Medico2008-12-081-1/+1
* Make the EbuildQuote check filter out matches that appear to be an argumentZac Medico2008-11-141-2/+14
* Add "subversion" to InheritAutotools._exempt_eclasses. Thanks to Arfrever.Zac Medico2008-10-231-1/+3
* Bug #243224 - Add an exemption to the inherit.autotools check for ebuilds thatZac Medico2008-10-221-0/+7
* Adjust EMakeParallelDisabled.re to require at least one space after emake.Zac Medico2008-09-011-1/+1
* Check for calls to the deprecated bindnow-flags function. Thanks to DiegoZac Medico2008-08-311-1/+7
* Add a warning for emake -j1 calls which disable parallelization. Thanks toZac Medico2008-08-311-1/+8
* Pass a Package instance into LineCheck.new(), and use this to avoidZac Medico2008-06-191-10/+10
* Refactor the 'inherit.autotools' and 'IUSE.undefined' checksZac Medico2008-06-191-26/+66
* As suggested by remi`, make the 'inherit.autotools' check only ebuilds thatZac Medico2008-06-181-8/+6
* Add an exemption for x-modular in the "inherit.autotools" check. Thanks toZac Medico2008-06-181-3/+4
* Fix the 'inherit.autotools' check to account for apache-2_src_unpack()Zac Medico2008-06-141-0/+5
* Add additional functions such as eaclocal and eautoheader to theZac Medico2008-06-081-1/+5
* Make repoman pass Package instances into run_checks(), so that the checksZac Medico2008-06-081-3/+3
* Bug #224271 - New check 'IUSE.undefined', renamed from genericZac Medico2008-06-071-1/+1
* As suggested by Flameeyes, add a new 'inherit.autotools' check which warnsZac Medico2008-06-071-3/+13
* Bug #224271 - Add a 'IUSE is not defined' ebuild.minorsyn warning.Zac Medico2008-06-071-0/+7
* Fix the EbuildQuote check to ignore "echo" and the elog functions sinceZac Medico2008-04-271-1/+4
* Add a new "ebuild.patches" check for the PATCHES variable that's used byZac Medico2008-03-291-3/+9