aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* repoman.herdbase: tolerate expat ImportErrorZac Medico2011-02-081-2/+9
* Revert "parse_metadata_use(): omit empty text tokens."Zac Medico2011-02-041-2/+1
* parse_metadata_use(): omit empty text tokens.Michał Górny2011-02-031-1/+2
* NoOffsetWithHelpers: fix invalid errors nameFabian Groffen2011-01-301-1/+1
* repoman: add check for using offset vars with helpersFabian Groffen2011-01-302-3/+13
* Use bytes literals.Arfrever Frehtes Taifersar Arahesis2010-12-061-4/+4
* Allow repoman to commit files, which have changes only in SVN properties.Arfrever Frehtes Taifersar Arahesis2010-10-231-2/+2
* 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 parse_metadata_use() to allow use elements containing no flagZac Medico2010-09-061-1/+2
* Bug #335670 - Make copyright header in herdbase.py refer to "GPL 2 or later"Zac Medico2010-09-021-1/+1
* Remove unused imports found by pylint.Arfrever Frehtes Taifersar Arahesis2010-08-291-1/+0
* Support returning multiple flag descriptions when restrict is used.Michał Górny2010-08-271-8/+6
* Various parse_metadata_use() fixes:Zac Medico2010-08-261-25/+35
* Make parse_metadata_use() tolerate empty flag descriptions.Zac Medico2010-08-261-8/+1
* Make parse_metadata_use() emulate the Element.itertext() method fromZac Medico2010-08-261-3/+19
* Fix up error handling for egencache --update-use-local-desc.Zac Medico2010-08-261-2/+6
* Parse flag descriptions in repoman.utilities.parse_metadata_use().Michał Górny2010-08-261-5/+12
* Bug #334265 - Fix AttributeError triggered by empty herd element inZac Medico2010-08-241-1/+1
* 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-212-2/+9
* 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-042-1/+20
* Add FindVCS() to __all__.Michał Górny2010-07-141-0/+1
* 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
* repoman: don't complain about stray Manifests.Michał Górny2010-07-121-0/+3
* Rewrite VCS detection code in repoman.Michał Górny2010-07-111-0/+44
* Bug #326553 - check for preserve_old_libSamuli Suominen2010-07-082-1/+9
* Bug #324075 - Avoid erroneous 'Invalid Gentoo Copyright' warnings whenZac Medico2010-06-151-2/+5
* Make metadata.xml <flag/> errors non-fatal to repoman.Michał Górny2010-04-241-4/+2
* Pass an ElementTree instance into parse_metadata_use() andZac Medico2010-04-111-16/+2
* Port parse_metadata_use() code from minidom to ElementTree.Zac Medico2010-04-111-32/+17
* Avoid XMLParser.doctype deprecation warnings with >=python-2.7.Zac Medico2010-04-111-2/+11
* also check quoting on the Prefix variables added in EAPI=3, thanks jlec for t...Fabian Groffen2010-04-051-0/+3
* Handle missing $PORTDIR/metadata/herds.xml. Thanks to Arfrever for reporting.Zac Medico2010-04-022-3/+12