summaryrefslogtreecommitdiffstats
path: root/pym/portage_const.py
Commit message (Collapse)AuthorAgeFilesLines
* Replace compat symlinks with a new compat module as the symlink solution ↵Marius Mauch2007-02-171-1/+1
| | | | | | prevents reuse of state information (requested by ferringb) svn path=/main/trunk/; revision=5981
* Namespace sanitizing, step 1Marius Mauch2007-01-251-65/+1
| | | | svn path=/main/trunk/; revision=5778
* Some minor fixes for manifest codeMarius Mauch2007-01-201-0/+1
| | | | svn path=/main/trunk/; revision=5735
* switch news timestamp and unread/read storage to '/var/lib/gentoo' like the ↵Alec Warner2007-01-161-0/+1
| | | | | | GLEP states. svn path=/main/trunk/; revision=5673
* merge glep42 into trunkAlec Warner2007-01-161-0/+3
| | | | svn path=/main/trunk/; revision=5658
* This file apparently uses spaces to line everything up pretty (I have weird ↵Alec Warner2007-01-091-2/+2
| | | | | | tabs set, so spacies are good :P) svn path=/main/trunk/; revision=5493
* Make PORTAGE_BASE_PATH dynamic based on __file__Marius Mauch2007-01-091-1/+4
| | | | svn path=/main/trunk/; revision=5486
* Revert ACCEPT_LICENSE support, since license group support is a requirement ↵Zac Medico2006-11-181-4/+1
| | | | | | and it remain unimplemented. This brings trunk back into sync with the 2.1.2 branch. svn path=/main/trunk/; revision=5081
* Add ACCEPT_LICENSE back to incrementals so that profiles can affect it.Zac Medico2006-10-241-1/+2
| | | | svn path=/main/trunk/; revision=4809
* Add support for masking of packages via ACCEPT_LICENSE and ↵Zac Medico2006-10-221-1/+3
| | | | | | /etc/portage/package.license. Thanks to Jason Stubbs for the initial patch from bug #17367. svn path=/main/trunk/; revision=4792
* make elog mail module always set the 'From' header for rfc2822 complianceMarius Mauch2006-06-101-1/+1
| | | | svn path=/main/trunk/; revision=3483
* 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