33015df117More code and doxygen cleanups
Ciaran McCreesh
2006-07-09 20:21:23 +0000
65ed9efb56Use operator const void * rather than operator bool for CountedPtr to avoid bool -> int conversion weirdness.
Ciaran McCreesh
2006-07-09 17:04:41 +0000
dee716a164Remove deleter, it's only used by test cases. Clean up some more public interfaces and doxygen blocks.
Ciaran McCreesh
2006-07-09 16:44:21 +0000
854f343c0dRemove ContainerEntry class, it is no longer required.
Ciaran McCreesh
2006-07-09 15:40:26 +0000
f80cf5da45Remove Composite class, it is no longer required. More doxygen cleanups.
Ciaran McCreesh
2006-07-09 15:23:50 +0000
0b5a7ded3aAdd QA notice to dosym when it creates the target directory, and use dirname instead of bash substitutions.
Stephen P. Bennett
2006-07-07 18:17:37 +0000
e0466ee2b7Add elog. For now, it's just a forward to einfo.
Ciaran McCreesh
2006-07-06 23:07:04 +0000
fde7e099b8Make --pretend --install output for USE_EXPAND things much cleaner
Ciaran McCreesh
2006-07-06 22:13:11 +0000
76a110f319Improve error message displayed when [use] dependencies aren't met
Ciaran McCreesh
2006-07-06 21:09:05 +0000
39b389e80fBe consistent with blank lines in output
Ciaran McCreesh
2006-07-06 19:59:20 +0000
760839d564Packages are now added to world unless either a restriction (slot, version) or --preserve-world is specified
Ciaran McCreesh
2006-07-06 19:50:31 +0000
be44842a4ag++ 4.1 is retarded
Ciaran McCreesh
2006-07-06 18:36:09 +0000
479d37420cMove --list-{categories,packages,repositories} to being displayed as internal / script use
Ciaran McCreesh
2006-07-06 17:53:29 +0000
52ccce1013Change how repository information is handled. Add --info support. Update --list-repositories to the new repository information interface.
Ciaran McCreesh
2006-07-06 17:27:04 +0000
4af774d445Be a bit quieter
Ciaran McCreesh
2006-07-06 17:25:16 +0000
8122a99312Remove always_inline, gcc is smart enough to handle this correctly
Ciaran McCreesh
2006-07-06 15:19:53 +0000
1b016a6196Sync NEWS with recent changes
Ciaran McCreesh
2006-07-05 21:32:39 +0000
bc0bef190cUnh0rk the Makefile
Ciaran McCreesh
2006-07-05 21:28:46 +0000
8ab6871c8fAdd eselect style backtraces to die
Ciaran McCreesh
2006-07-05 21:22:08 +0000
bafd10fbdbChange how unpack is handled
Ciaran McCreesh
2006-07-05 21:21:05 +0000
4676ff1007Add ${AA} support. Strip trailing spaces from ${A} and ${AA}, kde-meta.eclass relies upon this.
Ciaran McCreesh
2006-07-05 21:07:14 +0000
3d7ecc0ab6Fix up path in dosym; deprecate retarded donewins
Stephen P. Bennett
2006-07-05 21:05:15 +0000
7635b115fcDon't display context with all log messages, only the ones where it's useful
Ciaran McCreesh
2006-07-05 18:37:06 +0000
823711f892Move unpack into an external script so that it can be used by non-ebuilds.
Ciaran McCreesh
2006-07-05 17:20:06 +0000
e1aba5b620When built with SELinux support, check whether the kernel support is enabled before attempting to use it.
Stephen P. Bennett
2006-07-04 22:35:20 +0000
ef01227774Coding style changes
Stephen P. Bennett
2006-07-04 21:29:13 +0000
10ca67dd99Make dosym create necessary directories if they don't exist. Changed to stay in line with changed portage behaviour.
Stephen P. Bennett
2006-07-04 21:28:01 +0000
49dd64c4e7Initial SELinux support in merge.
Stephen P. Bennett
2006-07-04 20:56:07 +0000
95fdc9e0cbRemove some of the echoing to make metadata silent
Ciaran McCreesh
2006-07-03 23:33:29 +0000
5e6eb3ebfeSwitch to VDB_FORMAT paludis-2. Use Portage compatible environment saving. Save the repository whence a package originated. Add buildroot configure option for VDB repositories. Add tests for environment behaviour
Ciaran McCreesh
2006-07-03 23:25:30 +0000
d07464be29Fix behaviour of PVR
Ciaran McCreesh
2006-07-03 20:01:05 +0000
67ef8b8e17Add support for --environment-variable on the commandline
Ciaran McCreesh
2006-07-03 18:26:01 +0000
2227a14845Display context with log messages
Ciaran McCreesh
2006-07-03 00:24:09 +0000
8bd2399928Downgrade use of * with operators other than equals from an error to a QA warning
Ciaran McCreesh
2006-07-03 00:23:03 +0000
365ee6dc6eAdd code to recover from sh breaking due to library downgrades.
Ciaran McCreesh
2006-07-01 01:27:35 +0000
b4acccebd4Better symlink handling in merge
Stephen P. Bennett
2006-06-30 15:22:01 +0000
57a036499cAdd svn+http syncer
Stephen P. Bennett
2006-06-30 13:19:13 +0000
99bc567874Start work on NEWS for 0.3
Ciaran McCreesh
2006-06-29 19:47:34 +0000
1e2f12dd40Add xterm titles for syncing
Ciaran McCreesh
2006-06-29 19:23:23 +0000
0abcc993e5Use internal md5 routines rather than calling md5sum when merging and unmerging
Ciaran McCreesh
2006-06-29 19:14:56 +0000
6b37827c18Split up digest tools and classes. Move digest classes into paludis/digests/ so that they can be used internally.
Ciaran McCreesh
2006-06-29 17:48:52 +0000
c5e5d9f414Implement MD5 internally, to avoid linkage problems with external md5sum on upgrade
Ciaran McCreesh
2006-06-29 16:18:57 +0000
812803b2abNasty hack to make distcheck work when autotools starts sticking things in different directories
Ciaran McCreesh
2006-06-29 01:59:03 +0000