summaryrefslogtreecommitdiffstats
path: root/bin/save-ebuild-env.sh
Commit message (Collapse)AuthorAgeFilesLines
* EAPI="5-progress": Add package_manager_build_user() and ↵Arfrever Frehtes Taifersar Arahesis2012-11-161-0/+2
| | | | package_manager_build_group().
* EAPI="5-progress": Add master_repositories(), repository_path(),Arfrever Frehtes Taifersar Arahesis2012-10-141-3/+6
| | | | available_eclasses(), eclass_path() and license_path() functions.
* Add eapi.sh with ___eapi_*() functions and use these functions in other files.Arfrever Frehtes Taifersar Arahesis2012-09-261-4/+5
|
* doebuild: update environment.bz2 for pre/postinstv2.2.0_alpha129Zac Medico2012-09-171-1/+1
| | | | Also, remove unnecessary __dyn_preinst func.
* Use __ prefix for _hasg, _hasgq, and _unpack_tar.Zac Medico2012-09-141-2/+2
|
* save-ebuild-env: fix for __dyn* renamesZac Medico2012-09-141-4/+7
|
* Convert funcs of ebuild.sh to __ prefixed namespace.Brian Harring2012-09-141-3/+3
|
* Convert funcs of save-ebuild-env.sh to __ prefixed namespace.Brian Harring2012-09-141-3/+3
|
* Convert funcs of phase*.sh to __ prefixed namespace.Brian Harring2012-09-141-10/+11
|
* Convert funcs of isolated-functions.sh to __ prefixed namespace.Brian Harring2012-09-131-6/+6
|
* Convert funcs of bashrc-functions.sh to __ prefixed namespace.Brian Harring2012-09-131-1/+1
|
* drop dead functionsBrian Harring2012-09-131-3/+3
| | | | Specifically, esyslog, {un,}set_unless_changed, and remove_path_entry.
* Drop diefunc protection.Brian Harring2012-09-131-1/+1
| | | | | The last usage of it was added 67e88b82726a93eda^, 01/20/08; 4.5 years later, the compatibility measure is no longer needed.
* Deprecate EAPI 5_pre1.Zac Medico2012-09-131-5/+0
|
* save-ebuild-env: don't filter apply_user_patchesZac Medico2012-09-111-1/+5
| | | | Except for EAPI 5_pre1.
* Quote ${EAPI} more.Zac Medico2012-09-021-1/+1
| | | | | This will avoid a potential syntax error in save-ebuild-env.sh if a saved environment containing corrupt EAPI is sourced.
* Update years in header.Ulrich Müller2012-08-311-1/+1
|
* Fix usex for EAPI 4-python|4-slot-abi.Zac Medico2012-08-311-1/+1
|
* EAPI 5: usex helper functionUlrich Müller2012-08-311-0/+5
| | | | See bug #382963.
* EAPI 5: User patches (no-op dummy stub for now)Zac Medico2012-08-291-1/+3
| | | | | | | A real apply_user_patches implementation will be a bit more work, so for now we'll just implement the minimum amount necessary to satisfy the spec: http://git.overlays.gentoo.org/gitweb/?p=proj/pms.git;a=commit;h=a8bf7862967cce36b7f1b408934a774126da2538
* whitelist PORTAGE_DOHTML_WARN_ON_SKIPPED_FILESZac Medico2012-06-251-0/+3
|
* config: whitelist PORTAGE_COMPRESS, don't save itZac Medico2012-06-011-1/+2
|
* environment.bz2: filter more variablesZac Medico2011-11-071-2/+4
|
* save_ebuild_env: filter more functionsZac Medico2011-11-071-2/+3
| | | | | | | dyn_pretend helpers_die nonfatal register_success_hook
* save-ebuild-env.sh: tweak PYTHONPATH cleansingZac Medico2011-09-111-3/+7
|
* isolated-functions.sh: split save-ebuild-env.shZac Medico2011-09-111-0/+93