summaryrefslogtreecommitdiffstats
path: root/bin/repoman
Commit message (Expand)AuthorAgeFilesLines
* Fix indention error in repoman headerstring code.v2.2_rc94Zac Medico2010-10-111-3/+3
* Invert repoman cvs logic for headerstring.Zac Medico2010-10-111-1/+1
* Don't look for $Header$ when using svn.Michał Górny2010-10-111-17/+23
* Revert fix for bug #339939, pending discussion.Zac Medico2010-10-071-15/+0
* repoman: Don't count git snapshots as live.Zac Medico2010-10-071-0/+15
* Include gpg key in repoman commit message.Zac Medico2010-10-061-1/+3
* Fix a typo in a comment.Zac Medico2010-09-281-1/+1
* Fix breakage (from reposyntax branch) in repoman's ability to appendZac Medico2010-09-281-1/+4
* Make repoman tolerate errors from utime() when fetching metadata.dtd.Zac Medico2010-09-191-2/+9
* Add virtual/linux-sources to repoman's RDEPEND.suspect check.Zac Medico2010-09-171-0/+1
* Bug #337180 - Add a --unmatched-removal option for stricter checkingZac Medico2010-09-151-0/+4
* Make sure atoms in profiles follow the profiles EAPISebastian Luther2010-09-131-1/+1
* Make repoman disable FEATURES=unknown-features-warn for the profilesZac Medico2010-09-021-0/+4
* Fix broken reference to config.pmaskdict for repoman --without-mask.Zac Medico2010-08-271-1/+4
* repoman: Fix NameError on musedict when metadata is not available.Michał Górny2010-08-271-1/+1
* Add a IUSE.missing repoman category for packages that have a USEZac Medico2010-08-261-0/+1
* Use dict.__iter__() instead of keys().Zac Medico2010-08-261-1/+1
* Make repoman ignore FEATURES=digest when in manifest-check mode.Zac Medico2010-08-261-1/+2
* Make the Atom class add 'EAPI.incompatible' category attributes toZac Medico2010-08-261-27/+0
* Fix repoman's allvalid variable to account for more possibly invalidZac Medico2010-08-261-1/+4
* Parse flag descriptions in repoman.utilities.parse_metadata_use().Michał Górny2010-08-261-5/+3
* Disable 'unused local USE-description' check if there are any invalids.Michał Górny2010-08-261-5/+9
* Remove unused myiuse variable in repoman.Zac Medico2010-08-261-5/+0
* Let use_reduce and Atom do EAPI checksSebastian Luther2010-08-261-3/+2
* Fix repoman to support FEATURES=digest (reportedly it used to workZac Medico2010-08-251-0/+1
* Use Package.iuse.is_valid_flag() to account for implicit IUSE.Zac Medico2010-08-241-1/+1
* repoman: Let repoman check for flags missing from IUSESebastian Luther2010-08-241-1/+2
* repoman: check for deprecated eclasseswired2010-08-221-0/+2
* Bug #324075 - If the vcs doesn't preserve mtimes then disable theZac Medico2010-08-181-3/+7
* * Replace config._iuse_implicit_re with a callable _iuse_implicit_matchZac Medico2010-08-181-3/+2
* Temporarily disable portage.dep deprecation warnings for external apiZac Medico2010-08-171-0/+1
* Fix broken reference to 'myprovide' variable.Zac Medico2010-08-161-1/+1
* Pass token_class=portage.dep.Atom when parsing PROVIDE.Zac Medico2010-08-161-1/+2
* Pass token_class parameter if possible to use_reduceSebastian Luther2010-08-161-79/+73
* portage.dep: Integrate the functionality of flatten into use_reduceSebastian Luther2010-08-141-8/+9
* Implement use dependency defaultsSebastian Luther2010-08-131-0/+2
* Make REQUIRED_USE work again. Without paren_reduce this time.Sebastian Luther2010-08-111-1/+1
* Use eapi_has_required_use for REQUIRED_USE eapi checksSebastian Luther2010-08-111-2/+3
* Use explicit imports, to make pyflakes happy.Zac Medico2010-08-111-1/+2
* Introduce portage.eapi. Use it everywhere.Sebastian Luther2010-08-111-5/+6
* portage.dep.use_reduce: pass is_src_uri when neededSebastian Luther2010-08-101-1/+3
* portage.dep._dep_check_strict: Unused, removedSebastian Luther2010-08-101-2/+0
* portage.dep.use_reduce: Work on depstrings instead of paren_reduce'd dep arraysSebastian Luther2010-08-101-23/+6
* Allow flags from IUSE_IMPLICIT in REQUIRED_USE. Move checks to resolution time.Sebastian Luther2010-08-101-1/+3
* Add repoman check for REQUIRED_USESebastian Luther2010-08-101-0/+17
* Detect if python xml support is enabled and bail out with anZac Medico2010-08-081-5/+12
* Bug #285191 - Add back the RDEPEND.implicit warning to detect the casesZac Medico2010-08-041-1/+1
* repoman: Check if the prefix.eclass is inherited if eprefixify is used. Thank...Sebastian Luther2010-08-041-0/+1
* Remove 'filedir.missing' check info.Michał Górny2010-07-151-1/+0
* Use b'foo' instead of _unicode_encode() where appropriate.Zac Medico2010-07-141-3/+3