ba1d3871d2
Move sed -> sed.in and generate as needed to avoid path issues
Ciaran McCreesh
2006-05-26 01:11:02 +00:00
b91430d82f
Add canonicalise availability check (temporary, until we figure out why autotools is being picky)
Ciaran McCreesh
2006-05-26 01:06:52 +00:00
02724dc917
Make 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 +00:00
bad61a19db
Forgot to add getmtime wrapper to ebuild/utils/Makefile.am, sorry.
Robert S. Gerus
2006-05-25 09:53:07 +00:00
5f10447014
Add 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 +00:00
7ee339a9dd
Replace readlink -f with realpath, for portability.
Robert S. Gerus
2006-05-25 06:50:28 +00:00
9aba6db5b5
Made the file executable
Robert S. Gerus
2006-05-24 17:50:25 +00:00
ffb8cef8fd
Add sed wrapper script which calls gsed. Installed only if sed isn't gnu sed.
Robert S. Gerus
2006-05-24 11:02:20 +00:00
30916ed405
Skip glibc-specific backtrace call on non-glibc systems. Two typos in ChangeLog
Robert S. Gerus
2006-05-24 04:51:23 +00:00
be91a5515f
Added self to AUTHOR
Robert S. Gerus
2006-05-24 01:41:23 +00:00
01515a37bc
paludis/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 +00:00
d86fed6317
date --iso=seconds -> date +%Y-%m-%dT%H:%M:%S%z for portability
Robert S. Gerus
2006-05-24 01:25:56 +00:00
10be15bc03
Minor doxygen tweaks
Ciaran McCreesh
2006-05-23 19:25:00 +00:00
dba69d827e
Clean 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 +00:00
b2a3de9c49
Support a mirrors.conf file, with the same format as thirdpartymirrors, in the config directory
Ciaran McCreesh
2006-05-22 22:24:11 +00:00
cc414d7a78
Include VDB_FORMAT key in VDB entries
Ciaran McCreesh
2006-05-22 20:33:54 +00:00
ec7b136926
Use EAPI=0 when EAPI is unset. Improve version metadata generation tests
Ciaran McCreesh
2006-05-22 17:53:33 +00:00
f153ded386
Fix text alignment when displaying tags
Ciaran McCreesh
2006-05-17 16:45:37 +00:00
94920ca28e
Switch to our own implementation of einfo et al, and remove dep on functions.sh
Stephen P. Bennett
2006-05-17 16:30:00 +00:00
1fa666a802
Emulate 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 +00:00
f38efde598
Small doc updates
Ciaran McCreesh
2006-05-17 14:54:15 +00:00
42e8a18f65
Don't sandbox unmerging from /, to work around a sandbox feature
Ciaran McCreesh
2006-05-16 16:24:20 +00:00
7e3050875d
Add --repository, --category, --package filter options for the --list actions
Ciaran McCreesh
2006-05-15 15:12:52 +00:00
1cecfdf319
Move DepParser, DepLexer -> PortageDepParser, PortageDepLexer, abstract out remaining parser calls into VersionMetadata
Ciaran McCreesh
2006-05-14 10:37:31 +00:00
49c8bd17fb
Fixed 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 +00:00
860c46d1fc
Generalise WhitespaceTokeniser to include newlines. Switch to using WhitespaceTokeniser throughout.
Ciaran McCreesh
2006-05-13 12:27:58 +00:00
4c6642465a
Rework VersionMetadata to be far less ebuild-centric. Avoid using always_inline. Add a WhitespaceTokeniser singleton class.
Ciaran McCreesh
2006-05-13 12:05:51 +00:00
8e461f3110
Add tar to the test blacklist
Ciaran McCreesh
2006-05-08 20:47:23 +00:00
02c48a20f0
Avoid temporarily removing symlinks where possible
Ciaran McCreesh
2006-05-08 17:50:15 +00:00
0fb6b25572
Adding 'hash -r' to merge fixes Berlios#7414.
Danny van Dyk
2006-05-07 18:26:39 +00:00
191fb4503a
Switch 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 +00:00
b540511991
Update portage_differences with use.force support.
Stephen P. Bennett
2006-05-06 17:18:16 +00:00
12eb0f5558
Show use.force info in --install output
Stephen P. Bennett
2006-05-06 15:27:51 +00:00
d15a410775
Yes, I Am Stupid.
Stephen P. Bennett
2006-05-06 15:04:56 +00:00
abca94a068
use.force, package.use.force support
Stephen P. Bennett
2006-05-06 01:00:45 +00:00
07b9024ca9
Make clean, maintainer-clean remove the html/ generated content
Ciaran McCreesh
2006-05-05 12:16:38 +00:00
2654cbd7dd
Prepare for 0.2.2
Ciaran McCreesh
2006-05-05 10:00:13 +00:00
ecdff783d0
Rework dep tagging, and use it more heavily
Ciaran McCreesh
2006-05-05 00:24:49 +00:00
ffb66c6575
Allow extra pkg_ sandbox privs in pkg_setup
Ciaran McCreesh
2006-05-04 18:59:21 +00:00
09e3a1371d
Explain the mask reasons shown with --query via a key.
Ciaran McCreesh
2006-05-04 18:04:05 +00:00
369cf2dee5
Note that there are paludis ebuilds in the tree, and that the overlay is now optional
Ciaran McCreesh
2006-05-04 17:19:16 +00:00