dd6c6601f7
Move src/ to src/paludis/ . In future we'll have a src/ subdirectory for each client.
Ciaran McCreesh
2006-07-11 22:55:08 +00:00
3e3dc357d4
Fix copyright and indentation
David Morgan
2006-07-11 20:56:15 +00:00
25a0d002cb
libqualudis fixes, take two
David Morgan
2006-07-11 20:42:38 +00:00
397a5ab77a
Unbreak top level Makefile.am. No cookie for djm.
Ciaran McCreesh
2006-07-11 20:26:54 +00:00
d71643faeb
libqualudis fixes
David Morgan
2006-07-11 20:21:59 +00:00
eeb5737b9f
More code and doxygen cleanups. Remove DepAtomDumper class.
Ciaran McCreesh
2006-07-10 00:58:57 +00:00
33015df117
More code and doxygen cleanups
Ciaran McCreesh
2006-07-09 20:21:23 +00:00
65ed9efb56
Use operator const void * rather than operator bool for CountedPtr to avoid bool -> int conversion weirdness.
Ciaran McCreesh
2006-07-09 17:04:41 +00:00
dee716a164
Remove 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 +00:00
854f343c0d
Remove ContainerEntry class, it is no longer required.
Ciaran McCreesh
2006-07-09 15:40:26 +00:00
f80cf5da45
Remove Composite class, it is no longer required. More doxygen cleanups.
Ciaran McCreesh
2006-07-09 15:23:50 +00:00
0b5a7ded3a
Add 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 +00:00
e0466ee2b7
Add elog. For now, it's just a forward to einfo.
Ciaran McCreesh
2006-07-06 23:07:04 +00:00
fde7e099b8
Make --pretend --install output for USE_EXPAND things much cleaner
Ciaran McCreesh
2006-07-06 22:13:11 +00:00
76a110f319
Improve error message displayed when [use] dependencies aren't met
Ciaran McCreesh
2006-07-06 21:09:05 +00:00
39b389e80f
Be consistent with blank lines in output
Ciaran McCreesh
2006-07-06 19:59:20 +00:00
760839d564
Packages are now added to world unless either a restriction (slot, version) or --preserve-world is specified
Ciaran McCreesh
2006-07-06 19:50:31 +00:00
be44842a4a
g++ 4.1 is retarded
Ciaran McCreesh
2006-07-06 18:36:09 +00:00
479d37420c
Move --list-{categories,packages,repositories} to being displayed as internal / script use
Ciaran McCreesh
2006-07-06 17:53:29 +00:00
52ccce1013
Change 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 +00:00
4af774d445
Be a bit quieter
Ciaran McCreesh
2006-07-06 17:25:16 +00:00
8122a99312
Remove always_inline, gcc is smart enough to handle this correctly
Ciaran McCreesh
2006-07-06 15:19:53 +00:00
bc0bef190c
Unh0rk the Makefile
Ciaran McCreesh
2006-07-05 21:28:46 +00:00
8ab6871c8f
Add eselect style backtraces to die
Ciaran McCreesh
2006-07-05 21:22:08 +00:00
bafd10fbdb
Change how unpack is handled
Ciaran McCreesh
2006-07-05 21:21:05 +00:00
4676ff1007
Add ${AA} support. Strip trailing spaces from ${A} and ${AA}, kde-meta.eclass relies upon this.
Ciaran McCreesh
2006-07-05 21:07:14 +00:00
3d7ecc0ab6
Fix up path in dosym; deprecate retarded donewins
Stephen P. Bennett
2006-07-05 21:05:15 +00:00
7635b115fc
Don't display context with all log messages, only the ones where it's useful
Ciaran McCreesh
2006-07-05 18:37:06 +00:00
823711f892
Move unpack into an external script so that it can be used by non-ebuilds.
Ciaran McCreesh
2006-07-05 17:20:06 +00:00
e1aba5b620
When 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 +00:00
ef01227774
Coding style changes
Stephen P. Bennett
2006-07-04 21:29:13 +00:00
10ca67dd99
Make 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 +00:00
49dd64c4e7
Initial SELinux support in merge.
Stephen P. Bennett
2006-07-04 20:56:07 +00:00
95fdc9e0cb
Remove some of the echoing to make metadata silent
Ciaran McCreesh
2006-07-03 23:33:29 +00:00
5e6eb3ebfe
Switch 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 +00:00
d07464be29
Fix behaviour of PVR
Ciaran McCreesh
2006-07-03 20:01:05 +00:00
67ef8b8e17
Add support for --environment-variable on the commandline
Ciaran McCreesh
2006-07-03 18:26:01 +00:00
0abcc993e5
Use internal md5 routines rather than calling md5sum when merging and unmerging
Ciaran McCreesh
2006-06-29 19:14:56 +00:00
6b37827c18
Split 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 +00:00
c5e5d9f414
Implement MD5 internally, to avoid linkage problems with external md5sum on upgrade
Ciaran McCreesh
2006-06-29 16:18:57 +00:00
812803b2ab
Nasty hack to make distcheck work when autotools starts sticking things in different directories
Ciaran McCreesh
2006-06-29 01:59:03 +00:00