summaryrefslogtreecommitdiffstats
path: root/bin/repoman
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix unicode handling in arguments and commit message handling (testedZac Medico2010-07-141-16/+19
* Combine the two 'file.executable' checks into a single one.Michał Górny2010-07-141-4/+1
* Fix 'repoman --ask' to not require an argument.Michał Górny2010-07-121-1/+1
* Support '--ask' option to 'repoman commit'.Michał Górny2010-07-111-0/+8
* Make the commitmessage append clearer.Michał Górny2010-07-111-4/+5
* Pass '--relative' to 'git diff-index'.Michał Górny2010-07-111-24/+5
* Introduce '--vcs' option for repoman.Michał Górny2010-07-111-7/+17
* Rewrite VCS detection code in repoman.Michał Górny2010-07-111-11/+8
* Show unevaluated atoms when displaying unsatisfied deps.Zac Medico2010-06-161-1/+2
* Bug #321871 - Check manifests in all modes and trigger 'manifest.bad'Zac Medico2010-06-151-9/+17
* Fix breakage in changelog checks do to faulty vcs comparison (cvs andZac Medico2010-06-151-1/+1
* Bug #324075 - Avoid erroneous 'Invalid Gentoo Copyright' warnings whenZac Medico2010-06-151-0/+5
* New mode: manifest-check - Checks Manifests for missing or incorrect digestsZac Medico2010-05-161-0/+10
* Use bytes literals in instead of _unicode_encode() where appropriateZac Medico2010-05-131-8/+5
* Bug 270108 - Trigger ebuild.invalidname if a version contains more thanZac Medico2010-05-121-1/+4
* When rewritting /Attic/ in cvs headers, use binary mode in order to avoidZac Medico2010-05-121-8/+14
* Make metadata.xml <flag/> errors non-fatal to repoman.Michał Górny2010-04-241-1/+7
* Remove unused imports.Zac Medico2010-04-111-17/+6
* Pass an ElementTree instance into parse_metadata_use() andZac Medico2010-04-111-16/+18
* Handle missing $PORTDIR/metadata/herds.xml. Thanks to Arfrever for reporting.Zac Medico2010-04-021-3/+6
* Add back executable bits, accidentally removed in previous commit.Zac Medico2010-03-241-0/+0
* Remove all svn $Id keywords.Zac Medico2010-03-241-1/+0
* Add check of herds in metadata.xmlSebastian Pipping2010-03-231-0/+16
* Prepare further checks on metadata.xmlSebastian Pipping2010-03-231-3/+12
* Bug #310135 - Skip the changelog.ebuildadded for all distributed SCMs.Zac Medico2010-03-191-6/+10
* Bug #299095 - Always use UTF-8 codec when opening ebuilds, to avoidZac Medico2010-03-141-2/+5
* Simplyfy the virtual.exists check, and avoid deprecation warning triggeredZac Medico2010-03-121-3/+1
* Another turquoise -> red.Zac Medico2010-02-271-1/+1
* Bug #307021 - Show "Please fix" message in red instead of turquoise whenZac Medico2010-02-271-1/+1
* Relocate portage.util.digestgen to portage.package.ebuild.digestgen.Zac Medico2010-02-251-1/+1
* Move digestgen to portage.util.digestgen.Zac Medico2010-02-251-4/+5
* Make the first two positional arguments of digestgen() into keyword argumentsZac Medico2010-02-231-4/+4
* Add deprecation warnings for unused digestgen() parameters.Zac Medico2010-02-231-6/+3
* Bug #299095 - Add a deprecation warning for check_license calls with EAPI >= 3Zac Medico2010-02-221-0/+2