ba1d3871d2Move sed -> sed.in and generate as needed to avoid path issues
Ciaran McCreesh
2006-05-26 01:11:02 +0000
b91430d82fAdd canonicalise availability check (temporary, until we figure out why autotools is being picky)
Ciaran McCreesh
2006-05-26 01:06:52 +0000
02724dc917Make a canonicalise wrapper, rather than using realpath or readlink -f. Tinker with PATH ordering so that this actually works.
Ciaran McCreesh
2006-05-25 19:14:25 +0000
bad61a19dbForgot to add getmtime wrapper to ebuild/utils/Makefile.am, sorry.
Robert S. Gerus
2006-05-25 09:53:07 +0000
5f10447014Add a wrapper that will call stat -f '%m' on FreeBSD and stat -c '%Y' everywhere else. Fix 2 typos in previous ChangeLog entry.
Robert S. Gerus
2006-05-25 08:32:19 +0000
7ee339a9ddReplace readlink -f with realpath, for portability.
Robert S. Gerus
2006-05-25 06:50:28 +0000
9aba6db5b5Made the file executable
Robert S. Gerus
2006-05-24 17:50:25 +0000
ffb8cef8fdAdd sed wrapper script which calls gsed. Installed only if sed isn't gnu sed.
Robert S. Gerus
2006-05-24 11:02:20 +0000
30916ed405Skip glibc-specific backtrace call on non-glibc systems. Two typos in ChangeLog
Robert S. Gerus
2006-05-24 04:51:23 +0000
be91a5515fAdded self to AUTHOR
Robert S. Gerus
2006-05-24 01:41:23 +0000
01515a37bcpaludis/util/system_TEST.cc, ChangeLog: Added a check for FreeBSD and missing changelog entry for previous commit
Robert S. Gerus
2006-05-24 01:34:17 +0000
d86fed6317date --iso=seconds -> date +%Y-%m-%dT%H:%M:%S%z for portability
Robert S. Gerus
2006-05-24 01:25:56 +0000
dba69d827eClean up various small todo items: Don't hardcode mirror://gentoo/, replace some InternalError throws with better exceptions
Ciaran McCreesh
2006-05-22 22:33:20 +0000
b2a3de9c49Support a mirrors.conf file, with the same format as thirdpartymirrors, in the config directory
Ciaran McCreesh
2006-05-22 22:24:11 +0000
f153ded386Fix text alignment when displaying tags
Ciaran McCreesh
2006-05-17 16:45:37 +0000
94920ca28eSwitch to our own implementation of einfo et al, and remove dep on functions.sh
Stephen P. Bennett
2006-05-17 16:30:00 +0000
1fa666a802Emulate various Portage internals. Not actually useful, but it might make a few malcontents come up with some new material.
Ciaran McCreesh
2006-05-17 15:20:30 +0000
1cecfdf319Move DepParser, DepLexer -> PortageDepParser, PortageDepLexer, abstract out remaining parser calls into VersionMetadata
Ciaran McCreesh
2006-05-14 10:37:31 +0000
49c8bd17fbFixed typo in src/install.cc: Give proper mask reason indices for EAPI and license masked packages.
Danny van Dyk
2006-05-13 18:50:49 +0000
860c46d1fcGeneralise WhitespaceTokeniser to include newlines. Switch to using WhitespaceTokeniser throughout.
Ciaran McCreesh
2006-05-13 12:27:58 +0000
4c6642465aRework VersionMetadata to be far less ebuild-centric. Avoid using always_inline. Add a WhitespaceTokeniser singleton class.
Ciaran McCreesh
2006-05-13 12:05:51 +0000
8e461f3110Add tar to the test blacklist
Ciaran McCreesh
2006-05-08 20:47:23 +0000
02c48a20f0Avoid temporarily removing symlinks where possible
Ciaran McCreesh
2006-05-08 17:50:15 +0000
0fb6b25572Adding 'hash -r' to merge fixes Berlios#7414.
Danny van Dyk
2006-05-07 18:26:39 +0000
191fb4503aSwitch off sandbox when merging to / to avoid sandbox getting upset when its own files get replaced. Fixes: Berlios#7402.
Ciaran McCreesh
2006-05-07 14:18:19 +0000
b540511991Update portage_differences with use.force support.
Stephen P. Bennett
2006-05-06 17:18:16 +0000
12eb0f5558Show use.force info in --install output
Stephen P. Bennett
2006-05-06 15:27:51 +0000
d15a410775Yes, I Am Stupid.
Stephen P. Bennett
2006-05-06 15:04:56 +0000
abca94a068use.force, package.use.force support
Stephen P. Bennett
2006-05-06 01:00:45 +0000