summaryrefslogtreecommitdiffstats
path: root/pym/portage/package
Commit message (Expand)AuthorAgeFilesLines
* Fix _getMissingProperties() package.properties handling so that settingsZac Medico2010-08-061-3/+15
* Fix _getMissingLicenses() package.license handling so that settingsZac Medico2010-08-061-3/+15
* Bug #331429 - Fix breakage in package.properties and package.licenseZac Medico2010-08-061-12/+3
* Add a _MaskReason.hint attribute that the --autounmask code can useZac Medico2010-08-061-3/+7
* * Split out a _get_masking_status() method that returns categorizedZac Medico2010-08-061-2/+2
* Split out a _getmaskingstatus() method that returns categorizedZac Medico2010-08-061-10/+23
* Bug #331271 - Fix USE_EXPAND wildcards so that the USE="linguas_*Zac Medico2010-08-051-1/+21
* Bug #331271 - Fix USE_EXPAND wildcards so that the USE="linguas_en_USZac Medico2010-08-051-0/+6
* EOFError can still be raised by array.fromfile() in Python >=2.6.6 and >=2.7.1.Arfrever Frehtes Taifersar Arahesis2010-08-051-1/+0
* Bug #330937: Handle IOError raised by remaining calls to array.fromfile().Arfrever Frehtes Taifersar Arahesis2010-08-051-1/+2
* Bug #330645 - Use more lazy imports for the portage.data module, inZac Medico2010-08-031-1/+3
* Remove code related to $DISTDIR/.locks since that directory isZac Medico2010-08-031-10/+0
* Move the */* code out of loops for greater efficiency.Zac Medico2010-08-031-19/+19
* Make the effect of */* atoms in package.{use,license,properties} show up in e...Sebastian Luther2010-08-031-1/+19
* FEATURES: Rename lafilefixing -> fixlafilesSebastian Luther2010-07-251-7/+7
* extended atom syntax: Allow wildcards in all placesSebastian Luther2010-07-241-34/+11
* Make atoms with wildcards work in package.propertiesSebastian Luther2010-07-231-1/+7
* Make atoms with wildcards work in package.licenseSebastian Luther2010-07-231-1/+7
* Make atoms with wildcards work in package.mask and package.unmaskSebastian Luther2010-07-231-2/+11
* Make atoms with wildcards in package.use workSebastian Luther2010-07-231-1/+5
* portage.ebuild.config: Allow wildcards in atoms in user configurationSebastian Luther2010-07-231-13/+19
* Make prepare_build_dirs() respect FEATURES=keeptemp.Zac Medico2010-07-151-1/+1
* * Add support for PORTAGE_USERNAME and PORTAGE_GRPNAMEZac Medico2010-07-141-2/+2
* Use _encodings['merge'] for *.la filenames.Zac Medico2010-07-131-2/+2
* Fix output handling for FEATURES="lafilefixing".Zac Medico2010-07-121-21/+19
* Make lafilefixer handle files in binary mode, in order to avoid potentialZac Medico2010-07-121-8/+9
* Let emerge fix .la filesSebastian Luther2010-07-121-0/+47
* Add FEATURES=unknown-features-warn, so the the warning about unknown FEATURESZac Medico2010-07-111-10/+11
* Move the check for unsupported FEATURES to config.validate().Zac Medico2010-07-111-12/+11
* Warn if FEATURES contains unknown values and don't keep them (bug #326561)Sebastian Luther2010-07-081-2/+15
* GLEP 55 removalDaniel Robbins2010-07-063-19/+5
* Add a reference to bug 189417 in config.environ().Zac Medico2010-06-081-1/+1
* Support per-package bashrc files.Michał Górny2010-04-292-3/+5
* Use shlex_split for splitting PORTDIR_OVERLAY.Zac Medico2010-04-271-15/+16
* Make iuse_implicit_re private for now.Zac Medico2010-04-271-2/+2
* --update: don't ignore higher versions because of missing IUSESebastian Luther2010-04-271-0/+5
* Implement REPLACING_VERSIONS and REPLACED_BY_VERSIONSebastian Luther2010-04-102-0/+24
* Handle pkg_pretend output properlySebastian Luther2010-04-071-1/+1
* Remove PORTAGE_USERNAME and PORTAGE_GROUPNAME support for now since antarusZac Medico2010-04-061-2/+2
* Implement emerge part of pkg_pretendSebastian Luther2010-04-021-3/+2
* Add PORTAGE_USERNAME and PORTAGE_GROUPNAME to the environment whitelist andZac Medico2010-03-261-2/+3
* Remove all svn $Id keywords.Zac Medico2010-03-2411-11/+0
* Exclude PORTAGE_SYNC_STALE from the ebuild environment.Zac Medico2010-03-081-1/+2
* Bug #308415 - Fix broken uri parameter passed to fetch () for some cases whenZac Medico2010-03-081-12/+14
* Bug #307723 - Define basestring for python3.v2.2_rc65Zac Medico2010-03-041-0/+5
* Fix imports doebuild_environment and prepare_build_dirs imports to import fromZac Medico2010-03-042-6/+13
* Bug #307707 - Fix fetch() to use the correct spawn function when callingZac Medico2010-03-041-1/+2
* Move imports to top.Zac Medico2010-03-021-4/+4
* Move _pty module to portage.util._pty.Zac Medico2010-03-022-206/+1
* Move imports to top.Zac Medico2010-03-021-4/+2