[gentoo-dev] Re: Preserving mtimes for EAPI3

2009-03-31 Thread ABCD
uot;${PORTAGE_BUILDDIR}"/.pre_pkg_setup -exec \ touch -c -r "${PORTAGE_BUILDDIR}"/.pre_pkg_setup {} + \ -o -newer "${PORTAGE_BUILDDIR}"/.post_src_install -exec \ touch -c -r "${PORTAGE_BUILDDIR}"/.post_src_install {} + \) - -- ABCD

[gentoo-dev] Re: Preserving mtimes for EAPI3

2009-03-30 Thread ABCD
"find -newermt" we will need >=findutils-4.3.3 which shouldn't > be a problem because 4.3.4 went stable in May 2007. Personally, I would use find "${D}" -type f \! -newermt "@${stamp1}" -exec \ touch -c -d "@${stamp1}" {} + and

[gentoo-dev] Re: Packages needing manitainer

2009-03-10 Thread ABCD
rapper around its own libraries, so it should Just Work(tm). Also, looking at the version of samba I have installed on my system, it doesn't appear to be linked against libdns_sd.so at all. I'm not sure if it was simply removed from a later version, or what, as I do have avahi install

[gentoo-dev] Re: bash-4.0-r1 for ~arch

2009-03-02 Thread ABCD
on each one on your system and let me know which ones result in errors. > -mike With my tests using bash 3.2, I noticed that a number of the bash-completion scripts use extglob, so you will need to use `bash -O extglob -n $script` to check for validity. - -- ABCD (lurked for a long while, just never h