summaryrefslogtreecommitdiffstats
path: root/pym/portage_const.py
Commit message (Collapse)AuthorAgeFilesLines
* remove unused STICKIES variableMike Frysinger2006-05-101-1/+0
| | | | svn path=/main/trunk/; revision=3337
* Add and "other" EBUILD_PHASE for bug #127585. Thanks to Patrick Avery ↵Zac Medico2006-04-201-1/+2
| | | | | | <pyromancer@gmail.com> for this patch. svn path=/main/trunk/; revision=3178
* Add support for user configuration of colors in the output module for bug ↵Zac Medico2006-04-041-0/+1
| | | | | | #125120. Thanks to solar for the patch that this was derived from. svn path=/main/trunk/; revision=3072
* Add manifest2 support.Marius Mauch2006-03-241-2/+2
| | | | svn path=/main/trunk/; revision=2990
* Split dyn_package from ebuild.sh to misc-functions.sh and add MISC_SH_BINARY ↵Zac Medico2006-03-091-0/+1
| | | | | | support to spawnebuild. svn path=/main/trunk/; revision=2831
* Remove the leading / from WORLD_FILE for better cooperation with ↵Zac Medico2006-03-061-1/+1
| | | | | | os.path.join (see bug #124471). svn path=/main/trunk/; revision=2818
* Remove the leading / from CONFIG_MEMORY_FILE for better cooperation with ↵Zac Medico2006-03-051-1/+1
| | | | | | os.path.join (see bug #124471). svn path=/main/trunk/; revision=2816
* Remove the leading / from PRIVATE_PATH (var/lib/portage) for better ↵Zac Medico2006-03-051-3/+3
| | | | | | cooperation with os.path.join (see bug #124471). svn path=/main/trunk/; revision=2815
* reenable multi-hash and make error message a bit more usefulMarius Mauch2006-01-081-2/+1
| | | | svn path=/main/trunk/; revision=2544
* Limiting hashing to MD5 only until behaviour improves in the case of theJason Stubbs2005-12-241-1/+4
| | | | | | needed python module not being installed. #116485 svn path=/main/trunk/; revision=2446
* adding multi-hash supportMarius Mauch2005-12-191-0/+3
| | | | svn path=/main/trunk/; revision=2410
* Add USE_EXPAND_HIDDEN so that users can extend it without killing off Jason Stubbs2005-12-141-1/+1
| | | | | | profile settings. svn path=/main/trunk/; revision=2368
* Add slightly modified elog_base patch containing the basic framework for ↵Marius Mauch2005-11-131-0/+1
| | | | | | ebuild logging. svn path=/main/trunk/; revision=2306
* Add USE_EXPAND to INCREMENTALS (#105304)Jason Stubbs2005-11-091-1/+1
| | | | svn path=/main/trunk/; revision=2265
* Remove the now unused SANDBOX_PIDS_FILEJason Stubbs2005-11-031-1/+0
| | | | svn path=/main/branches/2.0/; revision=2255
* EAPI awareness, and flat_hash/flat_list autodetection for rysnc cache.Brian Harring2005-09-241-0/+2
| | | | svn path=/main/branches/2.0/; revision=2022
* bye bye mr. cvs_id_stringBrian Harring2005-08-301-1/+1
| | | | svn path=/main/branches/2.0/; revision=1953
* header changes, $Header: -> $Id:Brian Harring2005-08-301-1/+1
| | | | svn path=/main/branches/2.0/; revision=1951
* Migration (without history) of the current stable line to subversion.Jason Stubbs2005-08-281-0/+48
svn path=/main/branches/2.0/; revision=1941