summaryrefslogtreecommitdiff
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
* Add EAPI 3_pre2 to conditinals so the EAPI 4 stuff is disabled.Zac Medico2009-12-114-13/+13
* Enable xz unpack for EAPI 3_pre2.Zac Medico2009-12-111-1/+1
* Don't filter/interfere with prefix variables unless they are supported by theZac Medico2009-12-111-1/+12
* Filter prefix variables ED, EPREFIX, and EROOT insideZac Medico2009-12-111-2/+2
* Implement forward compatible Prefix support. This makes EPREFIX, ED andFabian Groffen2009-12-101-2/+2
* Remove obsolete env-update.sh script.Zac Medico2009-12-091-219/+0
* Add localization variables (LANG and LC_*) to the environment whitelist andZac Medico2009-12-091-0/+5
* Fix handling for TEMP, TMP, and TMPDIR variables:Zac Medico2009-12-092-1/+7
* Move ebuild helpers to account for rename of EAPI 3 to 4.Zac Medico2009-12-083-0/+0
* Bump EAPI conditionals to account for rename of EAPI 3 to 4. Thanks toZac Medico2009-12-084-19/+19
* Bug #295715 - Implement a register_success_hook function to complementZac Medico2009-12-063-1/+27
* Add 'tla' to the lists of live eclasses.Zac Medico2009-12-061-1/+2
* Make register_die_hook() ensure that each hook is registered only once.Zac Medico2009-12-061-1/+5
* Bug #294886 - Show some basic info at the beginning of the build log,Zac Medico2009-11-271-0/+5
* Use einfo instead of ewarn for the "Skipping make test/check due to ebuildZac Medico2009-11-251-1/+1
* Remove SLOT.missing since SLOT.invalid handles that case now.Zac Medico2009-11-161-3/+2
* Bug #292820 - Make the Package constructor handle invalid SLOT values.Zac Medico2009-11-121-0/+1
* Restore support for bash-3.Arfrever Frehtes Taifersar Arahesis2009-11-081-0/+3
* Collapse two [[ ]] into one.Zac Medico2009-11-061-1/+1
* For --debug mode, enable bash tracing when sourcing the ebuild.Zac Medico2009-11-061-1/+8
* For compatibility, still exit successfully if there are skipped directories.Zac Medico2009-10-311-1/+1
* Bug #290921 - Always exit unsuccessfully if -r is not specified and aZac Medico2009-10-311-5/+6
* Revert the workaround for bug #288863. This will require a dependency onZac Medico2009-10-261-6/+0
* Add a parsedate() function which emulates rfc822.parsedate(), since python3Zac Medico2009-10-251-12/+28
* Use calendar.timegm instead of time.mktime, for correct timezone handling.Zac Medico2009-10-251-1/+2
* Don't set mtime on downloaded metadata.dtd when using python3, since theZac Medico2009-10-251-5/+23
* Use urllib.urlopen() instead of portage.fetch() for fetching metadata.dtd.Zac Medico2009-10-241-42/+68
* Use find with -print0 for absolute safety.Zac Medico2009-10-231-2/+2
* Bug #289967 - Update installsources rsync code for >=debugedit-4.4.6-r2.Zac Medico2009-10-231-9/+23
* drop IMAGE -- people have had years to catch upMike Frysinger2009-10-192-5/+1
* Bug #259697 - Update IUSE.invalid docs for glep 56. Thanks to Alec WarnerZac Medico2009-10-191-1/+1
* Move filtering of misc bash variables from save_ebuild_env() toZac Medico2009-10-182-6/+7
* Fix messages broken in r14616. Thanks to Arfrever for reporting and thanks toZac Medico2009-10-181-4/+3
* Fix breakage in DEFINED_PHASES code.Zac Medico2009-10-181-2/+2
* Remove reference to non-existent _source_ebuild function.Zac Medico2009-10-181-1/+0
* Preserve variables which have been set in global scope using 'declare'.Arfrever Frehtes Taifersar Arahesis2009-10-182-67/+64
* Bug #227225 - Add *DEPEND.badtilde warning for ~ operator used with non-zeroZac Medico2009-10-181-0/+12
* Bug #273636 - Add doins and newins support for symlink preservation inZac Medico2009-10-172-7/+30
* Use short substitution syntax in use_with() and use_enable(). Thanks toZac Medico2009-10-171-18/+4
* Fix einstall() change from previous commit, for compatibility with emptyZac Medico2009-10-171-1/+1
* Use [ "${foo+set}" = set ] instead of "${foo-unset}" != unset ], to avoidZac Medico2009-10-171-18/+18
* Fix WorldHandler to use the "selected" set.Zac Medico2009-10-171-2/+2
* In dyn_unpack, check mtimes on $A instead of $AA. Thanks to Jonathan CallenZac Medico2009-10-171-1/+1
* Make phase variable local in has_phase_defined_up_to().Zac Medico2009-10-171-0/+1
* Simplify the conditionals from bug #273648. Thanks to Jonathan CallenZac Medico2009-10-172-18/+14
* Bug #273648 - EAPI 3 - the following condtions must be met:Zac Medico2009-10-171-13/+49
* Ensure that /dev/std* streams have appropriate sandbox permission forZac Medico2009-10-161-0/+6
* Use a shell script wrapper for EPYTHON handling.Zac Medico2009-10-111-1/+11
* Use a shell script for dohtml instead of a function, for xargs compatibility.Zac Medico2009-10-112-7/+11
* Rename dohtml to dohtml.py. Next commit will add a shell script wrapper forZac Medico2009-10-111-0/+0