misc
/
portage
debian
master
gentoo portage for debian
spline
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
bin
/
isolated-functions.sh
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename the eapi2_pre2_* functions to just eapi2_* and document all the
Zac Medico
2008-08-08
1
-1
/
+1
*
Implement eapi$EAPI_* default phase functions that are equivalent to the
Zac Medico
2008-08-08
1
-1
/
+1
*
* Fix the default() implementation so that it maps the ebuild argument to
Zac Medico
2008-08-08
1
-0
/
+23
*
Remove redundant 'local line' definition from previous commit.
Zac Medico
2008-08-06
1
-1
/
+0
*
Fix breakage in elog function newline handling with causes blank/empty
Zac Medico
2008-08-06
1
-5
/
+43
*
Bug #233735 - Add support for src_configure and default_* functions with
Zac Medico
2008-08-04
1
-3
/
+6
*
Even though the message is split on $'\n' in elog_base(), it's still
Zac Medico
2008-07-28
1
-1
/
+5
*
Make elog_base() just use \n as the delimiter in the file since it's safe
Zac Medico
2008-07-27
1
-1
/
+1
*
Make all the elog functions split lines when displaying output, just like
Zac Medico
2008-07-27
1
-5
/
+35
*
Add support to elog_base() to split messages on newlines automatically.
Zac Medico
2008-07-27
1
-2
/
+8
*
revert accidential commit
Marius Mauch
2008-06-20
1
-10
/
+1
*
update release notes/news
Marius Mauch
2008-06-20
1
-1
/
+10
*
More eblank.
Zac Medico
2008-06-17
1
-2
/
+0
*
Remove eblank nonsense
Marius Mauch
2008-06-17
1
-10
/
+1
*
* Rename NEUTRAL color to BLANK for eblank.
Zac Medico
2008-06-17
1
-3
/
+3
*
Add support for an new "eblank" elog function that shows a blank line.
Zac Medico
2008-06-17
1
-1
/
+17
*
remove old/unused gen_wrapper function
Mike Frysinger
2008-06-07
1
-1
/
+1
*
Don't unset PORTAGE_BINPKG_FILE because it's readonly.
Zac Medico
2008-06-03
1
-1
/
+0
*
Filter PORTAGE_BINPKG_FILE in save_ebuild_env().
Zac Medico
2008-06-01
1
-0
/
+1
*
Bug #219286 - Whitelist INSTALL_MASK so that it works properly for binary
Zac Medico
2008-05-05
1
-0
/
+3
*
Handle issues with newlines in elog messages that can trigger an unhandled
Zac Medico
2008-04-09
1
-1
/
+1
*
Fix BASH_ARGC and BASH_ARGV offsets some more.
Zac Medico
2008-04-06
1
-1
/
+1
*
In dump_trace(), fix BASH_ARGV and BASH_ARGC offsets so that they are always
Zac Medico
2008-04-06
1
-3
/
+9
*
preserve order of ebuild messages even between different message types (bug #...
Marius Mauch
2008-04-06
1
-1
/
+1
*
Bug #214619 - Add support for a PORTAGE_BINPKG_TAR_OPTS variable that
Zac Medico
2008-03-28
1
-1
/
+1
*
Remove the killparent() function and associated SIGINT trap since this
Zac Medico
2008-02-10
1
-1
/
+1
*
Bug #155993 - Update environment.bz2 after postinst in case
Zac Medico
2008-02-07
1
-1
/
+2
*
- Remove ebuild.autotools repoman check since it produces lots
Zac Medico
2008-01-30
1
-1
/
+2
*
We need to implement diefunc() since environment.bz2 files contain
Zac Medico
2008-01-21
1
-1
/
+7
*
Replace the current diefunc() and die alias with a single die() function.
Zac Medico
2008-01-20
1
-6
/
+3
*
Make filter_readonly_variables() filter PATH in any case since
Zac Medico
2008-01-05
1
-1
/
+1
*
Send eerror and ewarn messages to stderr. This is important in
Zac Medico
2008-01-04
1
-2
/
+2
*
As suggested by grobian, treat Darwin just like USERLAND=gnu
Zac Medico
2007-12-29
1
-4
/
+1
*
Fix broken Darwin USERLAND detection.
Zac Medico
2007-12-29
1
-0
/
+3
*
Simplify the userland detection code in portage.data and add
Zac Medico
2007-12-29
1
-0
/
+11
*
Move XARGS initialization from portage.data to isolated-functions.sh.
Zac Medico
2007-12-29
1
-0
/
+11
*
Fixes for logic related to FEATURES=test to USE=test mapping:
Zac Medico
2007-12-28
1
-1
/
+1
*
Make sure that PORTAGE_SANDBOX_* variables can never be set
Zac Medico
2007-12-13
1
-1
/
+1
*
Allow FEATURES to persist between phases since the user might
Zac Medico
2007-12-13
1
-1
/
+1
*
* whitelist CCACHE_* and DISTCC_* variables in config.environ()
Zac Medico
2007-12-03
1
-0
/
+3
*
For compatibility with cvs.eclass, do not unset CVS_RSH in
Zac Medico
2007-12-02
1
-1
/
+1
*
* whitelist some misc variables from the calling environment
Zac Medico
2007-12-01
1
-0
/
+4
*
When die has been called and ${T}/environment does not exist,
Zac Medico
2007-12-01
1
-1
/
+8
*
* whitelist PREROOTPATH in config.environ()
Zac Medico
2007-12-01
1
-1
/
+2
*
Bug #200863 - Don't filter ${KV} since kernel-2.eclass uses that
Zac Medico
2007-12-01
1
-1
/
+1
*
Bug #200775 - Save more portage generated environment
Zac Medico
2007-11-30
1
-1
/
+1
*
Move environment.bz2 extraction from ebuild.sh to doebuild() on
Zac Medico
2007-11-29
1
-1
/
+1
*
Check if ${EBUILD_EXIT_STATUS_FILE} is empty before
Zac Medico
2007-11-26
1
-1
/
+2
*
Bug #200313 - Detect and report when an ebuild phase
Zac Medico
2007-11-26
1
-1
/
+4
*
Make diefunc() show the path of ${T}/environment since it's usually
Zac Medico
2007-11-26
1
-0
/
+2
[next]