summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Warn about sed and epatch calls which should be moved from src_unpack toZac Medico2009-04-301-1/+33
* Move the here-document code from the EbuildWhitespace check to theZac Medico2009-04-301-26/+26
* Make EbuildWhitespace ignore here-documents. Thanks to Diego PettenòZac Medico2009-04-301-4/+19
* Add a new EAPI.definition check for cases in which EAPI is defined after anZac Medico2009-04-302-1/+19
* Bug #262365 - Punt the prepalldocs check until there is an alternativeZac Medico2009-03-172-11/+1
* Loosen EMakeParallelDisabled.re so it can match more variations. (trunk r12719)Zac Medico2009-03-111-1/+1
* Add a new upstream.workaround check for hardcoded MAKEOPTS=-j1 (previouslyZac Medico2009-03-112-2/+9
* Add a new "portage.internal" warning for prepalldocs usage since the councilZac Medico2009-03-112-1/+11
* Warn about WANT_AUTO(CONF|MAKE)=latest settings since they are redundant.Zac Medico2009-03-111-1/+13
* Bug #255358 - Add new RDEPEND.implicit warning to detect the caes where DEPENDv2.1.6.7Zac Medico2009-01-181-1/+28
* Adjust the EbuildNestedDie pattern so that it only matches when ( is surroundedv2.1.6.2Zac 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-122-2/+2
* Bug #247548 - Remove 'last' and 'lfull' commands since nobody uses them.Zac Medico2008-11-231-1/+1
* Make the EbuildQuote check filter out matches that appear to be an argumentZac Medico2008-11-141-2/+14
* Make FindPortdir() fall back to have_profile_dir() checks if it can't matchZac Medico2008-11-111-6/+20
* Make FindPortdir() return (None, None, None) on failure, instead of raisingZac Medico2008-11-111-1/+1
* Inside have_profile_dir(), check for existence of profiles.desc since thatZac Medico2008-11-111-1/+1
* 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-312-1/+8
* Add a warning for emake -j1 calls which disable parallelization. Thanks toZac Medico2008-08-312-1/+9
* * Fix parse_metadata_use() to raise ParseError instead of the ExpatErrorZac Medico2008-08-141-1/+17
* Remove unused parse_use_local_desc() function.Zac Medico2008-08-051-22/+0
* Bug #199788 - Make repoman parse GLEP 56 USE flag descriptions fromZac Medico2008-07-181-0/+33
* Fix a few typos found with pyflakes. Thanks to Cardoe for reporting.Zac Medico2008-07-111-3/+5
* 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
* Add subversion support for repoman (patch by Fabien Groffen, http://archives....Marius Mauch2008-05-131-6/+15
* 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-292-3/+10
* Bug #212621 - Make the EbuildQuote check do quoting validation for miscZac Medico2008-03-251-1/+8
* Various repoman fixes, plus a weird lockfile tracekback in news.Alec Warner2008-02-241-2/+4
* Bug #211067 - Make the "portdir_overlay" and "mydir" variables containZac Medico2008-02-221-4/+6
* fix more trivial issues breaking repomanv2.2_pre2Marius Mauch2008-02-101-1/+2
* Add DISTDIR to the EbuildQuote.var_names. Thanks to Betelgeuse.Zac Medico2008-02-081-1/+1
* - Remove ebuild.autotools repoman check since it produces lotsZac Medico2008-01-301-14/+1
* Pull more functions out of repoman proper and into repoman.utilitiesAlec Warner2008-01-271-2/+178
* import ordering, prevent errors from mucking up module namespace in checks, f...Alec Warner2008-01-271-18/+26
* Move random functions out of repoman and into utilties.pyAlec Warner2008-01-261-0/+188