/[gentoo-x86]/eclass/eutils.eclass |
Parent Directory
|
Revision Log
Links to HEAD: | (view) (download) (annotate) |
Links to HEAD: | (view) (download) (annotate) |
epatch_user: add an explicit notice of patches applied when die is called #543878 by Sergey S. Starikoff
epatch: include `patch --version` output in the failure log
prune_libtool_files: properly reset variables for following loop iterations.
Modify eutils.eclass to allow 512x512 icons to be installed (this was approved by ssuominen).
chop off the subslot from the SLOT #528078 by Mark Wright
make_wrapper: fix by Jason Zaman to drop spurious blackslash in wrapped commands #509936
eshopts_push: fix typo in command example #528120 by Tupone Alfredo
epatch: fix EPATCH_USER_EXCLUDE handling when EPATCH_EXCLUDE is not set #522934 by Pavel Å imerda
Avoid reserved names for functions and variables, bug 516092.
Whitespace.
epatch_user: tweak docs to reflect the use of $P-$PR rather than $PF (where the latter omits -r0) #504856
optfeature: fix eclass doc and style #498988
Add optfeature to eutils.eclass wrt bug 498988, ACKed by WilliamH
drop user eclass inherit ... people have had plenty of time to migrate
Fix eclassdoc for einstalldocs.
Document einstalldocs.
add prefix support by Christoph Junghans #485438
Support EAPIs < 4 in einstalldocs properly.
Commit the version of einstalldocs() Council agreed upon.
epatch: fix documentation on -p4 vs -p5 limit to match reality #484642 by Patrick Lauer
epatch: make sure we sort dirs of patches consistently #471666 by Pavel Riha
evar_push/evar_pop: new api for saving/restoring variables on a stack
isdigit: new func for testing if args are all numbers
Fix the libtool check, bug #470938.
Replace the .la sanity check by one used in libtool itself. Fixes removing qmake-generated .la files, bug #470206.
epatch: turn qa warning to hard failure w/relative paths in patches as people have had over 2 years to clean things up
prune_libtool_files: do not remove .la files which are not libtool files. Fixes bug #468380.
epatch: handle aliased `patch` commands in a way that works with <=bash-3.2 #461568 by Michał Górny
epatch: add support for users to exclude specific patches via EPATCH_USER_EXCLUDE #439402
epunt_cxx: support different versions of autotools since 2.64 changed the signature #460992 by Michał Górny
make_wrapper: optimize output slightly in common cases by omitting dead code
Disable epunt_cxx warning since epunt_cxx is broken nowadays.
Fix epunt_cxx not to subshell.
prune_libtool_files: support running without pkg-config installed, using sed fallback.
QA-warn if epunt_cxx does not find any checks to punt.
prune_libtool_files(): fix variable reuse. Thanks to radhermit for the patch.
prune_libtool_files(): add --modules option to remove modules (plugins) as well.
prune_libtool_files(): fix removing symlinked .la files.
add :${SLOT} support to epatch_user #435132 by Bartosz Brachaczek
Test for the EAPI explicitly, because it isn't required that package managers implement usex as a shell function.
Made 'usex' declaration conditional on lack of PM or EAPI5+ support
Remove redundant DESCRIPTION variable settings.
prune_libtool_files: run pkg-config code only if necessary.
fix grammar in make_desktop_entry icon description #431940 by Greg Turner
prune_libtool_files(): report .a removal only if it exists, and explain the reasoning for it.
Be slightly more polite.
small enhancement to examples of doicon
mpfr has gone stable, so drop hack #420957
makeopts_jobs has been moved to multiprocessing.eclass, and all consumers should be upated now
Introduce prune_libtool_files() for .la file removal. Based on one used by autotools-utils.
enhanced functionality of doicon/newicon in eutils.eclass
Simplify preserve_old_lib ewarn messages, wrt http://archives.gentoo.org/gentoo-dev/msg_bf159af028ffeeb83c679d6a0eaa73e5.xml . gentoolkit-0.3.0.5 fixing problems blocking this change is now stable on all archs (bug #411479).
support extended makeflag syntax and not just -j#
epatch: split common opts out from what devs usually want to control, and allow flags to be passed directly to epatch
fix typo pointed out by Arfrever
add makeopts_jobs for extracting the -j# from MAKEOPTS
Use einfo instead of ewarn as discussed in http://archives.gentoo.org/gentoo-dev/msg_512b5e4049617666f6637618bd62857a.xml
epatch_user: document .patch suffix #409293
Consider patch alias, #404447
Cdrom functions split out to dedicated cdrom.eclass.
Use correct menu categories for app-* as discussed in gentoo-dev.
epatch: log all successful patches in ${T}/epatch.log so people can post-process the results if they so desire
eumask_pop: error out if someone tries to pass args to us
drop unpack_{makeself,pdv} since they are in unpacker.eclass now
Revert previous commit, because cdrom.eclass sets PROPERTIES=interactive.
Cdrom functions have been split out to dedicated cdrom.eclass. For the time being, inherit cdrom; this can be removed once bug 398809 is fixed.
Use ${P}-${PR} instead of ${PF} in epatch_user.
Convert make_desktop_entry() comment block to be eclass-manpages conform, #397451
escape the brackets so that globbing doesnt kick in, or in the nullglob case, make the arg disappear #395025 by Maciej Mrozowski
keep die message updates in eshopts_{push,pop} to $FUNCNAME
Revert old eshopts_{pop,push} implementations until new ones pass unit tests. Bug 395025.
add new generic stack helpers estack_{push,pop}, rebase eshopts_{push,pop} on top of those, and then add new helpers for messing with the umask sanely
drop check_license now that the PM supports ACCEPT_LICENSE natively
avoid multiple inclusions when possible to speed caching up
fix eqawarn to always return 0; this matches portage behaviour which annoyingly, certain high profile ebuilds like freetype rely on via autotools eclass
include $PWD in epatch log
split out user management helpers into a dedicated eclass
pull out huse() from toolchain.eclass and into use_if_iuse() in eutils.eclass as this is generally useful
edos2unix now dies when sed fails
add usex() helper #382963
Introduce in_iuse() for IUSE checks. Such checks are used at least in autotools-utils & kde* eclasses, and are done wrong there. Thus, I've created a little reusable snippet suitable for eutils.
Rewrite eqawarn() to reuse PORTAGE_ELOG_CLASSES set by dev profile.
fix typo pointed out by Samuli
epatch_user: add documentation by Martin von Gagern
epatch: log exit status of `patch` command #375983 by Toralf Förster
epatch: use EPATCH_SOURCE as a [relative] search dir even when patches are specified on the command line
Convert every instance of hasq to has.
Escape $ in double quotes when it's meant to be used literally. Acked by flameeyes.
unpack_makeself: catch errors from `file`
add temp hack for revdep-rebuild/mpfr so we can move forward on stabilization
Remove dead and commented prepalldocs function.
warn about relative paths in patches
preserve_old_lib_notify: keep full path to lib in revdep-rebuild example output to help with multilib setups #339134 by Bernardo Costa
path_exists: new function for checking existence of multiple paths
epatch docs: fix inverted logic in documentation
epatch_user: return 0/1 depending on user patches actually applied
Add eqawarn
einfon wasn't a typo
Fix bug in cdrom_get_cds() identified by Jared <nitro@legroom.net> when using multiple CDs. bug #327549. Also found a minor typo and fixed that.
Add -r to groupadd and useradd so that users and groups created on Linux are created in the system range as defined by login.defs. Fixes bug #264519 & bug #262559
drop unnecessary output padding in unpack_makeself #320313
add -m1 to grep for unpack_makeself for bug #319059
make_desktop_entry: use printf %b to make arg passing simpler since we only want to support embedded escape sequences
make_desktop_entry: let 5th arg take arbitrary fields to append to the desktop file #310763 by Jim Ramsay
make_desktop_entry: call `die` if `doins` failed #305165
make_desktop_entry: place media-gfx into Graphics only, not AudioVideo;Graphics
make_desktop_entry: fix tab/space corruption
Replace eqawarn with ewarn - as it's present in all EAPIs
Reapply patch, this time with workaround for an apparent bug in bash 3.2 and 4.0
Broken with stable versions of bash
Properly implement the Desktop File Specification in make_desktop_entry()
Check if eqawarn is defined before calling it.
Fixed indentation.
Added fallback implementations for ebeep and epause that display QA Notice when used in EAPI-3
eshopts_{push,pop}: add support for the extended options available only via `shopt`
Only define epause and ebeep in EAPIs 0 1 2. Mark built_with_use as deprecated.
Fix the EPATCH_EXCLUDE properly by patch from Griffon26. Also it fixes bug #300360.
[eutils.eclass] QA: Fix EPATCH_EXCLUDE not working at all.
epatch - fix unbalanced eshopts_pop #300360
rewrite epatch greatly -- clean up logging, quoting, shell opts, file name checking, and decompression
Bug #281314 - Do die if the license file can not be found until after ACCEPT_LICENSE has been checked (since it may not be necessary to die).
Bug #297392 - Remove extra leading slash in epatch_user() output.
add new eshopts_{push,pop} functions to simplify mucking with shell options
move euser argument to the end, to conform to more implementations of useradd, bug #271081
make_desktop_entry: dont bother writing Version= anymore #285920 by Josh Saddler
properly detect OSX 10.6/Darwin 10, thanks Sören Kuklau in bug #284701
unify duplicated user epatching code
add xz support by Brandon Berhent #260653
tweak output case to avoid confusing people #260214 by Caleb Cushing
quote semicolons in subshells to work around bash-4.0 regression
fixup broken make_session_desktop() - document $wm var and have it default to $PN - set Type to XSession, not Application - allow arguments to the command and split Exec/TryExec accordingly
Comment about prepalldocs with approval from lu_zero and dev-zero.
return, don't exit from the function
Add a prepalldocs function to provide the functionality of the deprecated prepalldocs utility.
Apply patch by Armando Di Cianno to add support for OSX 10.5+ in egetent, bug #257945
Fixed typo in comments.
typo: Not -> Note (bug #238889)
even better: dont whine about abs paths, just transparently skip the -p0 step and log why we are
filter /dev/null from abs path check and include the offending line in the warning
start whining about absolute paths in patch files
optimize patch decompression so we only do it once
add support for lzma patches
fix a typo
Bug #215673 - Make built_with_use() handle default IUSE properly. Thanks to David Leverton for suggesting this approach which uses a bash array.
add rm copy & paste lines #212018
for e{cvs,svn}_clean, tweak the test for no args, and update the help text to match reality
add ecvs_clean and esvn_clean, bug #210708
if user has FEATURES=preserve-libs, then we will let portage handle the saving/warning of the libraries #210182
Change the Joliet information in cdrom_get_cds to only display after a failed attempt to find the CD since we're now using ewarn and ebeep to get the user's attention. Yes, this sucks, but I'm getting tired of trying to support people who cannot seem to read the last 4 lines of output from the CD detection when it doesn't find a CD and hope that maybe the beeps will help.
Changing comments on make_wrapper so the third option (chdir) looks optional to match the actual code.
handle whitespace in epatch/epunt_cxx better #205339 by Santiago M. Mola
Added a couple minor fixes for make_desktop_entry to clean it up, per discussion on the gentoo-dev mailing list. This closes bug #181999 and bug #197891. Thanks to Carsten Lohrke <carlo@gentoo.org>, Samuli Suominen <drac@gentoo.org, and Daniel Pielmeier <daniel.pielmeier@googlemail.com>.
fix from James Le Cuirot to check to see if the directory to search exists before searching it to avoid confusing messages being posted #195864
add back in message for people to delete old SONAMEs of libs #159245
people have had plenty of time to transition to linux-info for set_arch_to_kernel/set_arch_to_portage ... time is up
fix documentation for epunt_cxx
Fix documentation of unpack_pdv(), bug #190823.
convert strip-linguas to new doc style #164961
Apply whitespace checks from repoman to eclasses.
if we dont handle the args passed to us, dont return 0 #184495
update make_desktop_entry to upstream 1.0 spec #182669 and flesh out more default categories
move man page documentation to eclass
finish gen_usr_ldscript to toolchain-funcs from eutils
_cdrom_locate_file_on_cd: add udf as a valid filesystem, bug #176336
code from Fabian Groffen to simplify emktemp() for all userlands #174061
validate_desktop_entries: Donn't search in non-existing directories.
validate_desktop_entries: don't process entries twice, condense information a bit
add validate_desktop_entries()
enable the `die` in the preserve_old_lib funcs
allow built_with_use to work even with hidden IUSE expanded vars #167166
combine USE and IUSE file existence check
Follow the --missing request when the IUSE file is missing rather then always erroring out.
scrub exec filename in case someone does something silly like pass the fullpath to a binary
misc updates (style/quoting/env pollution/etc...) to make a bunch of functions suck less
replace tab with space in epatch output
implement --missing flag for user-control over IUSE-missing behavior
fix EBUILD_PHASE check in preserve_old_lib funcs
clean up preserve_old_lib funcs with help from Fabio Rossi #159245 and make sure that these functions are utilized properly
Get rid of dopamd/newpamd from here as they are superseded by pam.eclass that everything should already use.
Make sure FPS games list under ActionGame for bug #155846.
Support submount again and do globbing on the RHS
rewrite edos2unix() to use echo|xargs sed -i rather than a loop with tempfiles
Change process substitution to HERE string. This avoids a bug in <bash-3.2 that has a corrupt representation of this sort of process substitution. Was preventing environment.tbz2 from being re-sourced later.
Revert fix until I come up with another way to fix this
Fix syntax error in call to get_mounts in cdrom function.
get_mounts now returns mount options too
_cdrom_locate_file_on_cd: Handle whitespace in mount points
fix by Paul Bredbury to make tar archive match in unpack_makeself() more flexible (needed for more verbose file-4.18) #153734
misc bash syntax fixes
I'm sure I just made some enemies with this one. See bug #152593 if you want more information, but I've removed the ability to use ACCEPT_LICENSE=\* in make.conf for legal reasons.
Corrected make_session_desktop function name in comment
Fallback to the default userland disabled shell, if the shell cannot be found in the system (e.g.: with catalyst).
Fix test for games-kids in make_desktop_entry
fix typo in previous commit
skip sanity checks in built_with_use() for IUSE with USE_EXPAND #147237
sanity check the package capabilities in built_with_use #146655 by kristian meier
move gen_usr_ldscript() to toolchain-funcs.eclass and make it smarter
add a better die message from Ed Catmur when best_version() fails #143424
if unable to find USE file for pkg, have built_with_use die
drop [ -t ] check from ebeep/epause #139783
check $nols in strip-linguas before warning #138884 by Phil Richards
add support for CDROM_NAME_SET #139196
only warn once about unsupported locales
document maintainers
Added support for Makeself 1.6.0-nv which is used by NVIDIA in packaging the NVIDIA binary drivers.
drop bootstrap/patch since it is hardcoded into system and system build
Allowing parameters to command to run, for make_desktop_entry
simplify final LINGUAS setting
some fixes by Harald van Dijk to use hasq() and some minor touchups #134600
Added a modified naming for desktop entries (commented) so I don't lose it and forget about it.
Added TryExec to make_desktop_entry so menu items will only display for users that have permissions to run them.
dont allow enewuser/enewgroup in src_* functions #124680
Workaround portage bug, set RDEPEND explicitely.
Apply whitespace checks from repoman to eclasses.
add -E to default epatch opts
Replace _epatch_draw_line() with a very short shell script
disable debug output in _epatch_draw_line()
replace revdep-rebuild --soname with --library
Replace -printf option with basename call to be compatible with BSD find.
Fix mktemp call on Linux. Bug #88079 again.
Apply whitespace checks from repoman to eclasses.
Fix mktemp call for non-GNU userlands, thanks to Benigno B. Junior. Finally closes bug #88079.
add a sanity check to the read #118589
make sure people use -1 and not /bin/false as default nologin shells
Add support for DragonFly's CHOST in user handling, it's just the same as FreeBSD. Thanks to Robert Sebastian Gerus.
touchup gen_usr_ldscript and move draw_line() to inside epatch() so no one will use it
Apply enewuser/enewgroup patch for OpenBSD as per bug #113236. Thanks Karol Pasternak for the patch.
have unpack_makeself default to $A if nothing is specified
typo fix
simplify the cdrom code a bit by unifying some duplicate sections and make sure we export CDROM_SET/CDROM_MATCH even when the user provides cdrom locations via CD_ROOT vars
add support for multiple cds
if a package doesnt exist, return success with built_with_use
touchup quoting
Added makeself 2.1.5 support and fixing games_ut_unpack for proper ut2004 support.
fix the LD_LIBRARY_PATH logic in make_wrapper so that it works again #109793 by UncleOwen
fix by James Le Cuirot for checking submounts #109765
make sure we check the result of cat pipe #106049
Improved NetBSD support as per bug #108999. Thanks Damian for the efforts.
Added code for netbsd user handling.
Use case selection on ${CHOST} instead than of using ${USERLAND} variable for users management.
make sure make_desktop_entry returns proper error code from doins #108309 by Petteri Räty
Fix BSD portion of egetent() so that lookup by uid/gid works as expected.
Mr_Bones_ says: i pity the fool who quotes $bin in make_wrapper()
tweak behavior of make_wrapper to better handle default values
Changed src to lic and closing bug #106997.
fixing check_license for explicit license checks.
Do autorecognizion of shell to use checking for file presence instead of basing on userland.
Added portability eclass with seq() function to replace seq command. Make eutils use the new seq command for enewuser/enewgroup.
check the return value of find_unpackable_file in case it failed
unset perforce vars to keep patch from breaking #56402
if we failed to create the temp dir, fall back to running with -p option
create user home in $ROOT rather than $D
dont set path to /usr/games/bin since its pointless #98738
Change einfo->ewarn in preserve_old_lib_notify. CLoses bug #94067.
QA: Apply whitespace checks from repoman to eclasses.
Remove IUSE="bootstrap pam" since axxo pointed out this is a bad idea
add IUSE="bootstrap pam"
Remove ECLASS= and INHERITED= which haven't been necessary for a long time now
Remove ECLASS= and INHERITED= which haven't been necessary for a long time now
Cannot have shadow in depend, else we get bug #96209.
Fixed typo bug #96944.
Added Joliet info to cdrom_locate_file_on_cd
touchup enewuser syntax and fix arg handling for eextra
sys-apps/shadow is needed for useradd, etc, bug #94745
check $ehome not $eshell #94930
utilize $USERLAND instead of ppc-macos/x86-fbsd #93959 by Diego Pettenò
remove redundant code in epatch/arch check
let's keep the desktop entry filename slot-wise constant, #94033
fix the home logic in enewuser properly #93955
make sure passing -1 as home gets you the default
get_number_of_jobs sucks
control the multi message output in epatch
override INSDESTTREE locally only in pamd funcs
have_NPTL isnt used anymore
enable --no-backup-if-mismatch by default in epatch
Moved -maxdepth 1 before -iname to remove warning and closing bug #91410.
remove einfo message in epatch telling us how many patches we will apply
add newicon / newmenu #88983
export LINGUAS to "" if everything is stripped
move ecpu_check to mplayer
Added an optional path element to make_wrapper.
style cleanup for ldscripts.
Let doins handle the perms for {do,new}pamd; fixes bug 86365
tweak gen_usr_ldscript to handle more than 1 param at a time
Added make_wrapper function.
fix my quoting screwups as pointed out by mr bones
flesh out make_desktop_entry a bit more #85431 by Josh Nichols
make_desktop_entry() 2nd try
minor make_desktop_entry() modification
fixed menu spec url
style update for strip-linguas and make sure the returned LINGUAS doesnt have a leading space #82889 by Sok Ann Yap
Fix runaway commit.
Fix reverse logic when checking if we should run fix_libtool_files.sh.
make dopamd behave like all other do* funcs and add newpamd in the process
Let EPATCH_EXCLUDE contain newlines.
Yah, I tested it this time as the CROSSCOMPILE variable detection was still b0rk3d, and I did some of the recommendations that were left in the eclass. If this breaks.. I'll eat my shoe (and I will >:|).
Add comment for previously borked function.
Fix syntax error.
Last one.. really :|. Making sure /proc/cpuinfo is present before doing anything.
Arg, fixing verbosity control for ecpu_check.
Added ecpu_check function. See comments for details.
Added dopamd.
Correct ARCH setting on sparc64.
Breaking multilib code off to a separate eclass to keep things clean.
get people to stop using the arch funcs in eutils.eclass
add additional error line to epatch to make copy & paste faster
Added get_all_libdirs. Changed die to eerror/exit since die doesn't have the expected result when called from a subshell.
Fix bug when ABI is passed as an arg to get_abi_var.
Making get_abi_var more optimized.
Removed sparc64-multilib specific checks so the code will work on other multilib archs now.
change spaces to tabs
bug #25756 handle menu entries
add export example #73200 in get_cd funcs
bashify
make built_with_use() more flexible
brainfart fix in my get_abi_var
Added get_abi_var() and friends for my sparc64-multilib (and possibly soon others) work. Also updated lv's get_libdir and friends to use this instead for sparc64-multilib.
have epunt_cxx scan for configure files
epunt_cxx(): only fail when C++ is required #73450
built_with_use()
use ppc-macos -> useq ppc-macos, since use ppc-macos breaks egetent().
fix error checking of epatch #64944
remove macos (use only ppc-macos now)
'...' -> ' ...'
fix mistyped var #67562
support the -d parameter with mktemp
only install desktop items into /usr/share/applications since all our stable apps support it
make a nice wrapper for mktemp
added a helpful note
Fixed groups IFS in enewuser. Thanks to Joe Jezak <josejx@gmail.com>, bug #57900.
use macos -> useq macos and use ppc-macos -> useq ppc-macos, bug #57900.
when using nscd, getent might have to flush the tables to make sure the cache doesnt screw it up #66182
support makeself-2.1.4 (doom3!)
Added preserve_old_lib as a temporary workaround to soname changes in libs.
moving set_arch_ functions to eutils from kernel
create ldscripts with +x
Added FreeBSD pw functionality for egetent/enewuser/enewgroup.
support multiple groups properly
Fixing * expansion in check_license and closing bug #63803.
simpler ldscript code
Updated to support multiple licenses and closing bug #63803.
get_libdir() now check for CONF_LIBDIR in the code of econf() instead of checking for the portage version. So there is now no more portageq usage in "global scope". Tested with both portage 2.0.50-r11 and 2.0.51_rc1.
support new cascading profiles for ppc-macos
get_multilibdir()
GAMES_BINDIR, not GAMES_PREFIX for default path
more quoting #63075
implement epause, ebeep. bug #62950
added get_libdir_override for overriding it's default behavior from inside an ebuild
added get_libdir for retrieving the current set library directory. made gen_usr_ldscript use $(get_libdir). get_libdir always returns lib when using portage <2.0.51_pre20 and returns a default of lib when CONF_LIBDIR isnt set, so it should be safe to use --everywhere--.
added CONF_LIBDIR support to gen_usr_ldscript()
if given multiple patches, apply them all
support compressed makeself files
strip-linguas
Added macos support to enewuser()/enewgroup(). Thanks to Joe Jezak <josejx@gmail.com>, closing bug #57900.
update the copyright info
fix link #43341
allow $EPATCH_OPTS to override #33636
added s390 support to get_number_jobs()
change default app-emulation install to be in Emulatoin
fix group check in enewuser #43278
use getent to query passwd/group database and have enewuser add new accounts as system accounts #42612
handle cases where requested gid is already taken #41657
handle cases where requested uid is already taken #41657
change install location of desktop files #26578
fix awkward english
fix for CD_ROOT when using multiple cds
ppc64
remove xpatch
update copyright years
new & sexy cd support
allow * to work for ACCEPT_LICENSE
fix --no-same-owner #34842
add back in --no-same-owner to unpack_{makeself,pdv}
support tared + compressed pdv files
pdv_unpack :D
Fix syntax error
redo unpack_makeself unpacking
-1 defaults for enewuser
bzip2 support in makeself files
Added net-* to make_desktop_entry
and properly detect accept licenses
fix expansion
quiet unpack makeself
let edos2unix work on files with spaces in name
update check_license
form unification
fixing borkage in the new check license stuff
Fixing bug in check_license.
Adding check_license function.
Set -g0 to keep RCS, ClearCase, Perforce and SCCS happy. Bug #24571
Added ia64 to list of archs with [Pp]rocessor - thanks splite
Changing make_desktop_entry to fit games-* category changes.
mktemp replacement #28587
indentation and bootstrap fixes
allow for absolute paths to unpack_makeself
remove deprecated tail +#
SNAFU - commited wrong version... this is proper one
Updating unpack_makeself to support newer Makeself version used in America's Army 1.9.0
support makeself archives that arent gzipped
Removed 'press enter' function
Fix enewuser and enewgroup
Added a 'press enter' function
Added file matching to games_get_cd and made enewuser and enewgroup less chatty
unpack_makeself
tweaks for desktop entry maker
added desktop function
set default home perms to 755
fperms -> fowners #23627
save/restore SANDBOX_ON properly
amd64 fix
updates to xpatch courtesy of rach. holmes - see -dev posting
removed edos2unix fix
move xpatch from kde-funcitons to eutils, since it's not kde-specific in any way
don't need to add a runtime dependency for patch to everything
smaler fix0r for compatibility
fix form check on bulk patches
small pathname fix for edos2unix
tweak uid adding
add have_NPTL
small typo :/
add edos2unix
add enewgroup and enewuser
unfix earlier fixes
Update get_number_of_jobs for ARM; consolidate MIPS block.
If description is set... don't overwrite it... Fixes to everything but ASPELL and KDE-SOURCE
bug #15613
header fixes
bug #14970
Commit for GMsoft for HPPA profile
fix bug #14605
do not set jobs higher than those in make.conf, bug #13565
bug #13578
dont depend on patch during bootstrap
better error
add get_number_of_jobs(), thanks to nall
small fixes
fix some unhandled exceptions, and better logging
typo fix
update to use .Z; Add EPATCH_EXCLUDE
enhance debugging info for epatch()
do only local changes to EPATCH_SUFFIX and EPATCH_SOURCE in epatch()
update epatch() for single patches
add epatch()
initial version
This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.
ViewVC Help | |
Powered by ViewVC 1.1.20 |