misc
/
portage
debian
master
gentoo portage for debian
spline
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
bin
/
ebuild.sh
Commit message (
Expand
)
Author
Age
Files
Lines
*
Compare distfiles timestamps with the files in PORTAGE_ACTUAL_DISTDIR instead...
Zac Medico
2006-03-29
1
-1
/
+1
*
- set sane perms on unpacking. If anybody hates this than they are welcome to...
Ned Ludd
2006-03-27
1
-0
/
+1
*
Include the die call itself (including line number) in the printed call stack...
Zac Medico
2006-03-23
1
-0
/
+1
*
Enable bash tracing during sourcing of bashrc for --debug mode. See bug #126...
Zac Medico
2006-03-22
1
-1
/
+9
*
Move has, hasq, and hasv functions to isolated-functions.sh since they do not...
Zac Medico
2006-03-20
1
-16
/
+0
*
Add NOCOLOR support to ebuild.sh and make emerge automatically add NOCOLOR to...
Zac Medico
2006-03-19
1
-2
/
+10
*
Make successful inherit calls return success so that \'source ${EBUILD}` retu...
Zac Medico
2006-03-18
1
-1
/
+2
*
Fix PORTAGE_WORKDIR_MODE so that 0700 is correctly substituted when PORTAGE_W...
Zac Medico
2006-03-18
1
-1
/
+1
*
Prevent "eclass-debug.log: No such file or directory" messages that are produ...
Zac Medico
2006-03-18
1
-1
/
+1
*
touchup some more misc bits of bash code
Mike Frysinger
2006-03-16
1
-15
/
+12
*
cleanup bash code in use*() and has*() functions with the help of agriffis
Mike Frysinger
2006-03-16
1
-41
/
+15
*
add support for unpacking .tbz, .a, and .deb files
Mike Frysinger
2006-03-16
1
-1
/
+4
*
Add a new PORTAGE_WORKDIR_MODE config variable so that the mode of WORKDIR is...
Zac Medico
2006-03-16
1
-2
/
+4
*
declare more local variables to prevent env pollution
Mike Frysinger
2006-03-16
1
-2
/
+4
*
- dont allow people to call `install` with -s via insopts/diropts/exeopts/lib...
Mike Frysinger
2006-03-16
1
-39
/
+28
*
Move PORTAGE_INST_UID and PORTAGE_INST_GID from ebuild.sh to make.globals so ...
Zac Medico
2006-03-11
1
-4
/
+0
*
Fix dyn_clean in ebuild.sh so that it removes the builddir correctly (if it i...
Zac Medico
2006-03-10
1
-3
/
+5
*
Move dyn_rpm and dyn_spec from ebuild.sh to misc-functions.sh.
Zac Medico
2006-03-10
1
-48
/
+0
*
Move the install phase qa checks from ebuild.sh to misc-functions.sh and add ...
Zac Medico
2006-03-09
1
-255
/
+1
*
Remove "myarg" from the ebuild.sh env before it is saved so that it doesn't i...
Zac Medico
2006-03-09
1
-0
/
+3
*
Remove install_mask from ebuild.sh since it's in misc-functions.sh now.
Zac Medico
2006-03-09
1
-22
/
+0
*
Split install_mask and parts of dyn_preinst from ebuild.sh to misc-functions....
Zac Medico
2006-03-09
1
-87
/
+4
*
Split dyn_package from ebuild.sh to misc-functions.sh and add MISC_SH_BINARY ...
Zac Medico
2006-03-09
1
-31
/
+5
*
add support for ebuild authors to mark stuff as ignorable
Mike Frysinger
2006-03-09
1
-8
/
+38
*
Move PKG_INSTALL_MASK functionality (see bug #81025) from dyn_install to dyn_...
Zac Medico
2006-03-08
1
-3
/
+1
*
- commit initial split install masking code. this commits adds new portage va...
Ned Ludd
2006-03-08
1
-15
/
+26
*
only scan for exec stacks on linux/glibc hosts
Mike Frysinger
2006-03-06
1
-7
/
+12
*
fix BASH_ARGV walking
Mike Frysinger
2006-03-05
1
-1
/
+1
*
- have scanelf nuke insecure rpaths
Ned Ludd
2006-03-05
1
-3
/
+8
*
add some URLs for people to learn more
Mike Frysinger
2006-03-04
1
-0
/
+2
*
Add a sanity check in dyn_clean() to make sure that PORTAGE_BUILDDIR is not z...
Zac Medico
2006-02-28
1
-0
/
+5
*
enable exec stack scanning on ppc64
Mike Frysinger
2006-02-20
1
-1
/
+1
*
silence extdebug errors when on bash2; it's handled by the code already, just...
Brian Harring
2006-02-15
1
-1
/
+1
*
- add portage to MULTILIB_STRICT_EXEMPT
Ned Ludd
2006-02-11
1
-1
/
+1
*
add CATEGORY to ebuild.5 and declare it readonly in ebuild.sh
Zac Medico
2006-02-05
1
-1
/
+1
*
Remove all bug references
Jason Stubbs
2006-02-04
1
-3
/
+3
*
confcache, baby.
Brian Harring
2006-02-03
1
-2
/
+27
*
bug #116681 , better handling of MULTILIB_STRICT_EXEMPT
Brian Harring
2006-02-02
1
-2
/
+2
*
touchup syntax/output of new $D/$D check
Mike Frysinger
2006-02-01
1
-3
/
+3
*
- portage allows installing files into ${D}/${D}. Simon Stelling bug #120941
Ned Ludd
2006-02-01
1
-0
/
+10
*
Chris PeBenito writes in #110857 for SELinux updates:
Mike Frysinger
2006-01-30
1
-10
/
+9
*
m68k generates proper gnu stack markings
Mike Frysinger
2006-01-27
1
-1
/
+1
*
fixed up dump_trace, courtesy of spyderous
Brian Harring
2006-01-23
1
-12
/
+27
*
Added usage info to dump_trace, and credit for the code (eselect authors)
Brian Harring
2006-01-23
1
-0
/
+3
*
updated diefunc "post the relevant info" msg
Brian Harring
2006-01-23
1
-1
/
+1
*
bash tracebacks. :)
Brian Harring
2006-01-23
1
-1
/
+17
*
store all auxdbkeys in vdb and add a new emaint target to create missing entries
Marius Mauch
2006-01-22
1
-1
/
+2
*
also catch leading null runpaths
Mike Frysinger
2006-01-20
1
-1
/
+1
*
handle cross-compilers as well
Mike Frysinger
2006-01-09
1
-1
/
+1
*
generate a log file for users to attach to bug reports
Mike Frysinger
2006-01-06
1
-0
/
+7
[next]