summaryrefslogtreecommitdiffstats
path: root/pym/repoman/checks.py
Commit message (Expand)AuthorAgeFilesLines
* repoman: check EXTRA_ECONF/EMAKE, bug #437348Zac Medico2012-10-081-1/+14
* repoman: simplify EbuildAssignment checkZac Medico2012-10-081-9/+1
* repoman: remove IUSE.undefined checkZac Medico2012-08-081-21/+1
* InheritEclass: add user esethome funcZac Medico2012-06-201-1/+1
* InheritEclass: avoid false positive in func regexZac Medico2012-06-081-5/+6
* InheritEclass: avoid false positive in func regexZac Medico2012-06-071-2/+5
* InheritEclass: exempt auto/libtool for multilibZac Medico2012-06-031-1/+1
* InheritEclass: exempt autotools for libtoolZac Medico2012-06-031-1/+2
* InheritEclass: remove unused inherited_api codeZac Medico2012-06-011-14/+0
* InheritEclass: exempt eclasses that export src_*Zac Medico2012-06-011-3/+35
* InheritEclass: kde4-base exemptionsZac Medico2012-06-011-2/+2
* InheritEclass: add stable / conservative modeZac Medico2012-06-011-2/+28
* InheritEclass: base and cmake-utils exemptionsZac Medico2012-05-311-1/+5
* InheritEclass: support inherit after && or ||Zac Medico2012-05-311-1/+1
* InheritEclass: exempt vim for eutilsZac Medico2012-05-311-1/+1
* InheritEclass: fix autotools for polylib-9999Zac Medico2012-05-301-2/+2
* InheritEclass: support subclass inherited_apiZac Medico2012-05-301-5/+18
* InheritEclass: move eclass info to a dictZac Medico2012-05-301-84/+91
* Use any() to optimize intersection operations.Zac Medico2012-05-301-1/+1
* repoman: add a mini framework for checking eclasses, and fill it outMike Frysinger2012-05-251-48/+113
* repoman: unroll escaped lines so we can check the entirety of itMike Frysinger2012-05-251-12/+53
* Parse EAPI with pattern from PMS section 7.3.1.Zac Medico2012-05-091-4/+3
* repoman: fix portage.internal false positivesZac Medico2012-04-231-2/+6
* EapiDefinition: handle impossible "%d" % Nonev2.2.0_alpha101Zac Medico2012-04-221-3/+3
* repoman: update EAPI.definition check for PMSZac Medico2012-04-151-9/+25
* repoman: fix ebuild.badheader for bug #403705Zac Medico2012-02-141-0/+1
* repoman: check for env-update, bug #402339Zac Medico2012-02-121-1/+1
* 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