summaryrefslogtreecommitdiffstats
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
* fix for portageq usage call (missing argv), via Emanuele Giaquinta <e.giaquin...Brian Harring2005-11-151-1/+1
* Add slightly modified elog_base patch containing the basic framework for ebui...Marius Mauch2005-11-132-8/+207
* tweak marking of D as readonly since we need to play around with it in pkg_pr...Mike Frysinger2005-11-131-2/+5
* don't do a sort if just doing percentage for emerge --metadataBrian Harring2005-11-131-1/+0
* Added a description of emaint to `emaint --help`Jason Stubbs2005-11-131-0/+6
* pre/post hooks originally from 2.1, quick rewrite by axxo for 2.0Brian Harring2005-11-091-0/+28
* Limit --emptytree to only affect ${ROOT} (#34887)Jason Stubbs2005-11-091-1/+1
* Clean up reporting of the parent of an unsatisfied atom.Jason Stubbs2005-11-081-7/+4
* integration chunk of the cache subsystem patch.Brian Harring2005-11-052-76/+53
* Use os.path.splitext() rather than slicing strings to get at file extensions....Jason Stubbs2005-11-031-5/+7
* grab fixes from trunkMike Frysinger2005-11-021-15/+25
* deprecate IMAGEMike Frysinger2005-11-021-1/+1
* add support for unpacking lha filesMike Frysinger2005-11-011-0/+3
* merge tweaks from trunkMike Frysinger2005-11-011-9/+11
* if STRIP begins with a -, make sure type doesnt error outMike Frysinger2005-11-011-2/+2
* output a finished messageMike Frysinger2005-11-011-0/+1
* Add treetype instance member to dblink. Add treetype parameters tov2.0.53_rc7Jason Stubbs2005-10-302-10/+10
* Don't add packages to the graph that are left as is due to --upgrade-only.Jason Stubbs2005-10-291-1/+5
* Clarifying the error message when path/to/ebuild is used on an ebuild that is...Jason Stubbs2005-10-161-1/+1
* Typo :(Jason Stubbs2005-10-161-1/+1
* Return after detecting an invalid command line atom so as to avoid spurious d...Jason Stubbs2005-10-161-0/+1
* Check if ebuild path is in vdb and check that vdb finds it okay rather than a...Jason Stubbs2005-10-151-9/+26
* Added missing quotes to stat_perms area of ebuild.sh (#93293)Jason Stubbs2005-10-151-2/+2
* Take the str() of the option passed to the callback so it can be compared use...Jason Stubbs2005-10-141-1/+1
* Use realpath instead of abspath to ensure that symlinks are correctly account...Jason Stubbs2005-10-131-2/+2
* Set PORTDIR_OVERLAY (rather than PORTDIR) when portage wants to use a differe...Jason Stubbs2005-10-111-4/+3
* reset EBUILD_DEATH_HOOKS prior to sourcing, due to stable's re-sourcing of eb...v2.0.53_rc5Brian Harring2005-10-111-0/+5
* Rework to API behaviour rather than API documentationJason Stubbs2005-10-071-4/+4
* Restore the old behaviour that was dropped in the big refactoring by making -...Jason Stubbs2005-10-061-1/+1
* Make --newuse switch on --updateJason Stubbs2005-10-051-0/+4
* Reverting behaviour of ebuild when FEATURES="-noauto"Jason Stubbs2005-10-051-40/+3
* Be sure to reset settings changes before each package is merged.v2.0.53_rc4_2111Jason Stubbs2005-10-051-0/+1
* added EBUILD_DEATH_HOOKS , a way for ebuilds/eclasses to register extra messa...Brian Harring2005-10-051-0/+5
* Exclude distcc and and ccache setup from the "setup" phase. Also make the red...Jason Stubbs2005-10-051-3/+3
* Make dispatch-conf's log file have 0600 permissions.Jason Stubbs2005-10-051-3/+6
* Add new tool to check and fix problems with the world file (to begin with)Jason Stubbs2005-10-051-0/+111
* Suggest running emaint when problems with the world file are detected.Jason Stubbs2005-10-051-6/+13
* Add path to utf-8 checks so that repoman doesn't break outside of the package...Jason Stubbs2005-10-041-1/+1
* don't declare -r the contents, declare -r the var name.Brian Harring2005-10-041-1/+1
* Big cleanup and added check regarding chosen ebuild.Jason Stubbs2005-10-041-63/+71
* bug 107770 , fix A D and a few other vars being set implicitly by readonly pr...Brian Harring2005-10-041-2/+4
* Warn and ignore on invalid system/world atomsJason Stubbs2005-10-031-0/+3
* final fixup (ebuild nameerror)Brian Harring2005-10-031-1/+2
* fixing horkage when noauto is in use (nameerrors)Brian Harring2005-10-031-3/+8
* Make sure to include package.use flags with fetch-restricted packagesJason Stubbs2005-10-021-1/+1
* Pass use list rather than config obj to portdbapi.fetch_check()Jason Stubbs2005-10-021-1/+1
* Restore full range of possible atoms that can be given to emerge by doingJason Stubbs2005-10-011-1/+8
* Check if invalid atoms are only missing a category and let those pass.Jason Stubbs2005-10-011-1/+1
* touches up on file.name check, part of glep31Brian Harring2005-10-011-2/+2
* fixed ebuild soBrian Harring2005-10-011-13/+38