Commit Graph

  • cec2d101e1 If there's no installed package in the new package's slot, compare USE-flags against the newest installed package in any slot. David Leverton 2007-02-04 00:19:09 +0000
  • 65d08be0ec (from ciaranm) Fix segfault in adjutrix --reverse-deps. David Leverton 2007-02-02 23:18:08 +0000
  • 9f496dd530 Unify various things into match_package_in_heirarchy. Fixes: ticket:39 Ciaran McCreesh 2007-02-01 23:57:02 +0000
  • 619fe2d966 Stop using +=, to support bash 3.0. David Leverton 2007-02-01 23:28:30 +0000
  • b87cf2e789 Don't save metadata cache for EAPI=unknown Ciaran McCreesh 2007-02-01 22:35:36 +0000
  • 1d50fc8dd9 Kill DepAtomDumper. Fixes: ticket:51 Ciaran McCreesh 2007-02-01 22:32:50 +0000
  • fc0d76fbab Remove packages from world if they'll no longer be installed after a --uninstall. Fixes: ticket:64 Ciaran McCreesh 2007-02-01 22:01:17 +0000
  • 4147b8a7c1 Fix distcheck Ciaran McCreesh 2007-02-01 21:17:46 +0000
  • 02f472efc3 Make syncers source bashrc, with ${PALUDIS_ACTION} set to sync. Add support for ${RSYNC_WRAPPER}, ${SVN_WRAPPER} etc, similar to ${WGET_WRAPPER}. Specify the URL to git pull, so it can be changed after the initial clone. David Leverton 2007-02-01 20:28:31 +0000
  • 67bd3cba96 Stop rsync from creating the local repo directory with restrictive permissions. David Leverton 2007-02-01 00:17:17 +0000
  • 29410d3197 Update format in migration doc. Richard Brown 2007-01-31 09:10:19 +0000
  • 9d1c6af800 Update zsh completion. From Baptiste Daroussin. Fixes: ticket:63 Ciaran McCreesh 2007-01-30 08:46:21 +0000
  • f06051f3a5 ...and don't use it otherwise Ciaran McCreesh 2007-01-30 08:30:45 +0000
  • 368a12c7be Use boost for tr1 if necessary Ciaran McCreesh 2007-01-30 08:24:46 +0000
  • 5cc6fb52cb Fix Ciaran McCreesh 2007-01-30 08:08:36 +0000
  • 4ce9acd178 Fix Ciaran McCreesh 2007-01-30 08:06:41 +0000
  • f86d8e5499 Don't check blocks unnecessarily Ciaran McCreesh 2007-01-30 07:20:03 +0000
  • 3176f6a7fe Fix virtual masking Ciaran McCreesh 2007-01-30 07:19:25 +0000
  • 74335ff022 Make more use of __cxa_demangle. Ciaran McCreesh 2007-01-30 06:45:08 +0000
  • f07cb644b4 Kill off xml pointer holders in favour of tr1:: shared_ptr. Fixes: ticket:41 Ciaran McCreesh 2007-01-30 06:09:03 +0000
  • 34d8622d7d Use abi::__cxa_demangle where available Ciaran McCreesh 2007-01-30 04:43:30 +0000
  • 5fd056e422 Include logo in doxygen pages. Richard Brown 2007-01-29 22:46:26 +0000
  • aa21c0364e Fix virtual masking issues (really this time) Ciaran McCreesh 2007-01-29 22:33:15 +0000
  • 3f4921543f Fix virtual masking issues Ciaran McCreesh 2007-01-29 22:29:40 +0000
  • 5e5ba2d507 Use std::tr1::shared_ptr<> instead of paludis::CountedPtr. Ciaran McCreesh 2007-01-29 22:09:45 +0000
  • 78a2a6998d Clarify the documentation for sync_options. David Leverton 2007-01-29 18:19:12 +0000
  • 6f9974546e New VersionMetadata interfaces. Fixes: ticket:40 Ciaran McCreesh 2007-01-29 03:19:25 +0000
  • 7a971c183f Distinguish between SLOTs when displaying % signs on USE-flags. David Leverton 2007-01-28 23:53:14 +0000
  • fbb9ac2005 Only strip variables from known clients, to avoid clobbering similarly-named variables from ebuilds. David Leverton 2007-01-28 16:58:21 +0000
  • 76fc5f762f Strip commandline-related vars from environment too. David Leverton 2007-01-28 15:39:50 +0000
  • 2bd227c4b7 Don't load PALUDIS_PID from the saved environment. Make elog demo hook display messages if a clean fails. David Leverton 2007-01-28 15:31:34 +0000
  • 8c430b5cec Split out repository contents interface. Fixes: ticket:44. Ciaran McCreesh 2007-01-28 01:05:26 +0000
  • ea163989db Add fifo, device support throughout Ciaran McCreesh 2007-01-28 00:06:43 +0000
  • 5bd4e77c93 Trunk is now 0.17 Ciaran McCreesh 2007-01-27 22:50:33 +0000
  • 2cde679b74 Preparation for 0.16.2 Ciaran McCreesh 2007-01-27 21:43:43 +0000
  • 5d7548d4e3 Enforce validation for command line arguments. Ciaran McCreesh 2007-01-27 21:39:01 +0000
  • 19ec566d84 Add RESTRICT="strict" to possible values for check. Richard Brown 2007-01-27 20:55:56 +0000
  • a22116dac8 We also need to do a cache regen after a clean Ciaran McCreesh 2007-01-27 18:27:06 +0000
  • 763ca38fc9 Fix bug in slot-group displaying. Danny van Dyk 2007-01-27 17:26:16 +0000
  • 199bf06e56 Remove remaining paludis.berlios.de references Ciaran McCreesh 2007-01-27 03:24:01 +0000
  • ae027804e6 Work around more sandbox stupidity Ciaran McCreesh 2007-01-27 03:15:40 +0000
  • a51731476f Be able to unmerge Portage-generated fif and dev vdb entries. Be less strict about vdb entries containing whitespace. Fixes: ticket:31 Ciaran McCreesh 2007-01-27 03:08:07 +0000
  • 17b2f8db16 Include HTML man pages. Fixes: ticket:46. Ciaran McCreesh 2007-01-27 02:07:38 +0000
  • a283fe406d Formatting fix Ciaran McCreesh 2007-01-27 02:07:01 +0000
  • 5076ab3ba7 Set PALUDIS_CLIENT for use in hooks. Fixes: ticket:47 Ciaran McCreesh 2007-01-27 00:55:46 +0000
  • c8f9c9d277 Redirected echoes are not redundant. Fixes: ticket:57 Ciaran McCreesh 2007-01-27 00:02:50 +0000
  • a3bc51b78b Add support for a repository_defaults.conf file. Fixes: ticket:8 Ciaran McCreesh 2007-01-26 23:34:14 +0000
  • b79077e6dd Preparation for 0.16.1 Ciaran McCreesh 2007-01-26 20:05:11 +0000
  • 716645954d Updates Ciaran McCreesh 2007-01-26 20:04:11 +0000
  • 8b2c25001c Handle blocks on virtuals correctly. Fixes: ticket:53. Ciaran McCreesh 2007-01-26 19:50:46 +0000
  • 371b8e8426 Bring ruby PackageDepAtom up to date. Richard Brown 2007-01-26 16:03:25 +0000
  • 76da50c645 Document new sync stuff, and make tar syncer not kill distfiles and friends. David Leverton 2007-01-26 15:14:08 +0000
  • cd97b61558 Work around g++-3.4 bugs. Fixes: gentoo#163729 Ciaran McCreesh 2007-01-25 13:57:55 +0000
  • 2c67a1b030 Add a --repository-format option to allow restricting --list-* output to just repositories with a matching format. Mike Kelly 2007-01-25 00:12:50 +0000
  • ef5f554226 eroyf can't spell Ciaran McCreesh 2007-01-24 23:57:46 +0000
  • 5ea06a4624 Add myself to AUTHORS. David Leverton 2007-01-24 23:56:55 +0000
  • 38d7c18a8e Recognise -darcs packages as SCM. David Leverton 2007-01-24 23:52:46 +0000
  • 4abe18bf21 Add Stephen's and my wishlist. Danny van Dyk 2007-01-24 23:09:18 +0000
  • af933caf59 Tag release 0.16.0 Ciaran McCreesh 2007-01-24 20:42:42 +0000
  • a0867dbe7e FAQ updates: contributing Ciaran McCreesh 2007-01-24 20:30:26 +0000
  • 9c27e6efa6 Let * accept empty keywords. Fixes: ticket:48. Ciaran McCreesh 2007-01-24 20:24:04 +0000
  • edbebba950 Include descriptions of available arg options in man pages. Fixes: ticket:45. Ciaran McCreesh 2007-01-24 20:17:13 +0000
  • a82b71c2bb Rewrite || ( ) dep atoms. Fixes: ticket:14 Ciaran McCreesh 2007-01-24 19:35:26 +0000
  • 4ed226241d Fix distcheck Ciaran McCreesh 2007-01-24 19:23:28 +0000