summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add support for masking of packages via ACCEPT_LICENSE and /etc/portage/packa...Zac Medico2006-10-221-0/+1
* Implement per-package default USE flags at the ebuild and profile levels for ...Zac Medico2006-10-141-2/+15
* Don't lock repoman_settings because it needs to be mutable.Zac Medico2006-10-101-1/+0
* Remove an unnecessary assumption preventing the use of CVS for an overlay.Zac Medico2006-10-101-1/+0
* Print a more useful error message for bug #150488.Zac Medico2006-10-101-1/+2
* Fix typo s/upper/lower/.Zac Medico2006-10-091-1/+1
* Use a local_config flag to replace PORTAGE_CALLER == repoman conditionals.Zac Medico2006-10-091-10/+15
* For repoman, hide the vardbapi from dep_zapdeps.Zac Medico2006-10-091-0/+2
* Make repoman generate a syntax error if a slot dep is used with EAPI == 0.Zac Medico2006-10-061-1/+2
* Add CATEGORY to the list of readonly variables.Zac Medico2006-09-161-1/+1
* Remove ACCEPT_KEYWORDS from incrementals to that a hypothetical config.regene...Zac Medico2006-09-061-0/+7
* Call dep_settings.setcpv() first so that ACCEPT_KEYWORDS when setcpv calls re...Zac Medico2006-09-061-2/+2
* Move setcpv call (from the last commit) to a more logical location.Zac Medico2006-09-041-1/+3
* Add repoman support for package.use.mask.Zac Medico2006-09-041-1/+1
* Remove an unused "objsadded" variable spotted by antarus.Zac Medico2006-08-171-4/+1
* Remove a dead hunk of code spotted by antarus.Zac Medico2006-08-091-16/+0
* Remove unused "cladded" variable reported by antarus.Zac Medico2006-08-061-3/+0
* Remove pointless cvs dependent REPOROOTS code. Thanks to Alec Warner <antaru...Zac Medico2006-07-311-24/+1
* Fix a broken reference to portage.portdb.Zac Medico2006-07-201-1/+2
* Ensure a sane umask for repoman.Zac Medico2006-07-181-1/+2
* Enable repoman to work with portage.init_legacy_globals() disabled.Zac Medico2006-07-171-17/+35
* Make a backup of ACCEPT_KEYWORDS when repoman changes it for each profile. T...Zac Medico2006-07-051-0/+2
* Fix repoman breakage due to the fact that portage.portagetree now creates it'...Zac Medico2006-07-051-7/+9
* Ignore hidden directories (such as .svn) when building the scanlist.Zac Medico2006-07-021-2/+2
* Add support for arch.list in overlays (bug #137975).Zac Medico2006-07-021-7/+6
* Add support for licenses in overlays (bug #137975).Zac Medico2006-07-021-1/+3
* Add overlay support for use.local.desc in repoman.Zac Medico2006-07-021-0/+12
* Fix import issues reported by pyflakes.Zac Medico2006-07-021-4/+4
* Add a new parse_use_local_desc() function.Zac Medico2006-07-021-11/+25
* To simplify code, use startswith() instead of slices.Zac Medico2006-06-281-3/+3
* fix path to ebuild for dsd, bug # 135705Alec Warner2006-06-131-2/+2
* Replace --include-masked with an inverse --ignore-masked option for bug #85576.Zac Medico2006-06-121-8/+6
* Fix LIVEVCS.stable for -* keywordsAlec Warner2006-06-101-1/+1
* make elog mail module always set the 'From' header for rfc2822 complianceMarius Mauch2006-06-101-1/+1
* Put LIVEVCS.stable in qawarnings for now since it's new and hasn't been thoro...Zac Medico2006-06-051-1/+2
* Add python 2.3 compatibility code for the set builtin.Zac Medico2006-06-051-0/+2
* Add live VCS check to repoman, fix misspellingAlec Warner2006-06-041-2/+14
* everybody hates repoman failing on modular X, so make it a warningSimon Stelling2006-05-291-1/+2
* Fix repoman so that it works when the portage tree structure contains symlink...Zac Medico2006-05-231-0/+7
* revert my last commit except for the parts i really wanted to commitSimon Stelling2006-05-011-4/+4
* allow escaping in elog_base() to fix bug 131913Simon Stelling2006-05-011-4/+4
* Fix PORTAGE_GPG_DIR handling so that ~/.gnupg/ works correctly like the Manif...Zac Medico2006-04-281-0/+4
* Make fetchlist_dict an optional parameter in the Manifest constructor since i...Zac Medico2006-04-261-3/+1
* Pass a portdbapi instance into portage.digestgen() so that it doesn't have to...Zac Medico2006-04-261-4/+4
* Pass a portdbapi instance into the FetchlistDict constructor so that it doesn...Zac Medico2006-04-261-1/+1
* Use the correct ACCEPT_KEYWORDS for each profile (regression from r3231).Zac Medico2006-04-261-2/+3
* Remove portage.config.groups (formerly portage.groups) and instead use ACCEPT...Zac Medico2006-04-261-3/+2
* Fix false variable.readonly match on continued lines. Thanks to Flameeyes fo...Zac Medico2006-04-251-1/+6
* Remove all dependence on the portage.features global variable.Zac Medico2006-04-251-4/+4
* Remove all usage of the portage.archlist global variable.Zac Medico2006-04-251-2/+2