summaryrefslogtreecommitdiffstats
path: root/pym/repoman
Commit message (Expand)AuthorAgeFilesLines
* 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
* Check for quoted ${A}. Thanks to maekke for this patch.Zac Medico2008-01-181-1/+12
* Add a new "ebuild.autotools" check for when ebuilds callZac Medico2008-01-111-4/+18
* Make the EbuildQuote.missing_quotes regex accept singleZac Medico2007-11-101-2/+2
* Convert all the checks in repoman.checks to use a new LineCheckZac Medico2007-11-101-179/+106
* Fix 'TypeError: not all arguments converted during string formatting'Zac Medico2007-11-051-1/+1
* Properly escape { and } characters in regular expressions evenZac Medico2007-11-011-3/+3
* Remove an extra \$ from the EbuildQuote.var_reference regexZac Medico2007-11-011-1/+1
* Make the EbuildUselessCdS check for both quoted and unquoted ${S}Zac Medico2007-11-011-1/+1
* Add a check for redundant cd "${S}" statements on the firstZac Medico2007-11-012-1/+23
* Bug #196652 - Check for useless ABOUT-NLS|COPYING|LICENSEZac Medico2007-10-231-0/+19
* Make the EbuildQuote check ignore lines beginningZac Medico2007-10-051-1/+1
* In the EbuildQuote check, combine the var_assignmentZac Medico2007-10-031-4/+1
* Filter some false positives out of the EbuildQuote check.Zac Medico2007-10-021-13/+48
* Rename checks as the naming was overkill (they are all obviously checks being...Alec Warner2007-10-012-6/+24
* keep old repoman names so we don't confuse peopleAlec Warner2007-10-011-1/+1
* Add new repoman check classes using StringIO; possibly need some testing, obv...Alec Warner2007-10-013-0/+189