misc
/
portage
debian
master
gentoo portage for debian
spline
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
bin
/
misc-functions.sh
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use ${NORMAL} to properly restore color when necessary.
Zac Medico
2008-07-27
1
-1
/
+1
*
Fixes from Arfrever:
Zac Medico
2008-07-27
1
-1
/
+3
*
Temporarily `set -o noglob` when splitting QA_DT_HASH.
Zac Medico
2008-07-27
1
-0
/
+4
*
Bug #233077 - Add QA check which verifies that LDFLAGS are respected. For now
Zac Medico
2008-07-27
1
-0
/
+31
*
* Use pure bash ${PARAMETER%/*} instead of spawing`dirname`.
Zac Medico
2008-07-26
1
-2
/
+2
*
Replace hardcoded i386 machine name in dyn_rpm() with the result of `uname -m`.
Zac Medico
2008-07-26
1
-1
/
+3
*
* For bug 227625, automatically create the /usr/src/rpm/SOURCES directory when
Zac Medico
2008-07-26
1
-1
/
+4
*
Since lots of packages will have to be fixed before stable portage can abort
Zac Medico
2008-07-15
1
-9
/
+29
*
In install_mask(), discard stderr messages from the 'find' command
Zac Medico
2008-05-06
1
-1
/
+1
*
Use find -path -or -name to match basenames of files in INSTALL_MASK
Zac Medico
2008-05-05
1
-1
/
+2
*
rename NEEDED.2 to NEEDED.ELF.2 to allow other ABI formats to use a different...
Marius Mauch
2008-05-02
1
-2
/
+2
*
fix logic error
Marius Mauch
2008-04-27
1
-1
/
+1
*
actually use rpath for the internal lib check
Marius Mauch
2008-04-27
1
-1
/
+5
*
some minor code fixes
Marius Mauch
2008-04-27
1
-3
/
+3
*
as NEEDED files don't conain enough formation for e.g. preserve-libsto work p...
Marius Mauch
2008-04-25
1
-5
/
+11
*
Bug #214619 - Run dyn_package() and preinst_mask() from ${T} instead of
Zac Medico
2008-03-29
1
-3
/
+9
*
Fix quoting for ${root} in install_mask().
Zac Medico
2008-03-29
1
-1
/
+1
*
Bug #214619 - Add support for a PORTAGE_BINPKG_TAR_OPTS variable that
Zac Medico
2008-03-28
1
-1
/
+2
*
tell rpmbuild to clean it's working files after completion, bug #97776
Marius Mauch
2008-03-03
1
-1
/
+1
*
Buf #210372 - Fix FEATURES=suidctl so that it really works again.
Zac Medico
2008-03-03
1
-7
/
+8
*
In the suidctl code, move the addwrite call out of the loop. Thanks to ferringb.
Zac Medico
2008-02-29
1
-4
/
+4
*
Bug #210372 - Fix suidctl.conf parser to look for paths with a leading slash.
Zac Medico
2008-02-19
1
-1
/
+1
*
don't record internal providers in NEEDED records as they are pointless for a...
Marius Mauch
2008-02-05
1
-2
/
+21
*
Bug #205718 - Fix quoting of ${INSTALL_MASK} where appropriate. Thanks
Zac Medico
2008-01-31
1
-3
/
+3
*
Fix a typo.
Zac Medico
2008-01-11
1
-1
/
+1
*
Bug #162450 - Try to avoid having so many bugs marked UPSTREAM by
Zac Medico
2008-01-11
1
-0
/
+7
*
Make the FEATURES=sfperms loops safe for whitespace in paths
Zac Medico
2007-12-28
1
-2
/
+4
*
Bug #203323 - Fix the FEATURES=sfperms code so that it doesn't chmod
Zac Medico
2007-12-28
1
-6
/
+19
*
In "QA Notice: Precompiled python" messages, use sed to strip the
Zac Medico
2007-12-15
1
-1
/
+2
*
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
-0
/
+2
*
Use `md5` if `md5sum` is not available (useful for FreeBSD users).
Zac Medico
2007-11-24
1
-2
/
+10
*
Use %% instead of % parameter expansion where appropriate
Zac Medico
2007-11-23
1
-1
/
+1
*
Make dyn_package() create a /var/db/pkg/*/*/BINPKGMD5 entries
Zac Medico
2007-11-22
1
-0
/
+2
*
* Replace references to deprecated ${IMAGE} with equivalent ${D}.
Zac Medico
2007-11-14
1
-23
/
+23
*
Remove references to ${O} in dyn_spec() since antarus
Zac Medico
2007-11-06
1
-1
/
+1
*
Avoid an error message from find when "${D}"/usr/share
Zac Medico
2007-10-13
1
-1
/
+1
*
add QA check for .pyc/.pyo files in /usr/share
Mike Frysinger
2007-10-07
1
-0
/
+10
*
Bug #190214 - Make the rpm phase use /usr/src/rpm instead of /usr/src/redhat.
Zac Medico
2007-08-25
1
-4
/
+8
*
filter out kernel modules from ELF QA checks #184443
Mike Frysinger
2007-08-17
1
-4
/
+5
*
Move ecompressdir and ecompress --dequeue after prepall.
Zac Medico
2007-08-04
1
-1
/
+2
*
Call ecompressdir and ecompress --dequeue outside of prepall since ruby.eclas...
Zac Medico
2007-08-04
1
-0
/
+2
*
Use PF in dyn_package. Thanks to swegener.
Zac Medico
2007-07-17
1
-1
/
+1
*
Provide a default value for PORTAGE_BINPKG_TMPFILE in case the package phase ...
Zac Medico
2007-06-24
1
-0
/
+2
*
Pass a temporary file name to the package phase in the environment variable P...
Zac Medico
2007-05-23
1
-15
/
+4
*
When ${PKGDIR}/All/ doesn't exist, put packages in ${PKGDIR}/${CATEGORY}/ ins...
Zac Medico
2007-05-22
1
-3
/
+11
*
convert `type -p` to `type -P` as noted by grobian
Mike Frysinger
2007-04-15
1
-5
/
+5
*
simplify unsafe file checking so files/paths with spaces dont cause troubles
Mike Frysinger
2007-04-13
1
-14
/
+5
*
import portage.xpak to avoid deprecation warning
Zac Medico
2007-03-09
1
-2
/
+2
*
arm supports sane exec stack stuff now
Mike Frysinger
2007-01-18
1
-1
/
+1
[next]