Commit Graph

  • 582061c6d2 Clean up repository use interface. Fixes: ticket:228 Ciaran McCreesh 2007-05-13 13:07:30 +0000
  • 4deaae9847 Support repository-set use flags in PortageEnvironment Ciaran McCreesh 2007-05-13 11:24:24 +0000
  • c1ead92158 Be less strict about IUSE defaults Ciaran McCreesh 2007-05-13 11:14:57 +0000
  • 91c7d2dc77 Support IUSE defaults Ciaran McCreesh 2007-05-13 11:11:31 +0000
  • 921c36728a More elegant output from DepSpecPrettyPrinter Ciaran McCreesh 2007-05-13 10:47:42 +0000
  • 3fff5654a7 Cache VersionMetadata values. Make RESTRICT, HOMEPAGE DepSpecs rather than flat. Allow +/- in IUSE. Ciaran McCreesh 2007-05-13 09:22:21 +0000
  • ee47699a48 typo Ciaran McCreesh 2007-05-13 08:50:31 +0000
  • 14caf735f3 (python) Fix recreating symbolic link in the Makefile. Piotr Jaroszyński 2007-05-09 23:50:05 +0000
  • c1d92fe95c (ruby) Fix recreating symbolic link in the Makefile. Piotr Jaroszyński 2007-05-09 23:40:11 +0000
  • 644fd8605e Fix GNU ldconfig calls Ciaran McCreesh 2007-05-09 23:06:46 +0000
  • a6397bbe8b Skip the digest_collisions_check when files dir is not present. Piotr Jaroszyński 2007-05-09 22:20:48 +0000
  • 737ee05a2d typo Ciaran McCreesh 2007-05-09 22:14:03 +0000
  • d542348bb9 Add support for non-GNU ldconfig. Timothy Redaelli 2007-05-09 21:23:13 +0000
  • 26b0372c3d Fix FSEntry.ctime() doc. Piotr Jaroszyński 2007-05-09 20:51:43 +0000
  • f3d622911b Add qo_best_version_only, qo_best_version_in_slot_only. Fixes: ticket:219 Ciaran McCreesh 2007-05-09 06:08:33 +0000
  • c9a803676d Fix -* in keywords.conf Ciaran McCreesh 2007-05-09 01:57:57 +0000
  • 7345cddd8b Enable visibility support if --enable-visibility (needs GCC 4.1) Ciaran McCreesh 2007-05-09 01:21:21 +0000
  • f813f29867 (python) Fix distcheck #2. Piotr Jaroszyński 2007-05-09 00:03:21 +0000
  • 56e78501ea Use --safe-resume by default. Use --no-safe-resume to disable. Ciaran McCreesh 2007-05-08 00:00:09 +0000
  • 3ea7ca857e Use lchflags instead of chflags (for symlinks) Timothy Redaelli 2007-05-07 21:06:39 +0000
  • 130f1ca3b3 Attempt two at BSD realpath Ciaran McCreesh 2007-05-07 20:37:17 +0000
  • b0b42d3c42 (python) Fix distcheck. Piotr Jaroszyński 2007-05-07 20:26:21 +0000
  • 9c74da97cf BSD's realpath is silly. Fixes: ticket:217 Ciaran McCreesh 2007-05-07 19:15:10 +0000
  • a6b46b0222 Catch query_use being called recursively. Warn for use restrictions in use.conf. Fixes: ticket:218 Ciaran McCreesh 2007-05-07 18:20:28 +0000
  • b4e6ea2c7c Avoid potential memoryc orruption in Ruby code on exceptions that throw Ciaran McCreesh 2007-05-07 17:49:16 +0000
  • b08058048e Fix mask reason short codes Ciaran McCreesh 2007-05-07 17:30:50 +0000
  • 010781b30e Added Ruby bindings to the new query objects. Alexander Færøy 2007-05-07 17:05:53 +0000
  • ea4b60309f Fix compilation for GCC-3.4. Alexander Færøy 2007-05-07 12:28:01 +0000
  • 3b1b6838b2 Make the files being removed get echoed to stdout, not stderr. Good for cron, good for the kids. Mike Kelly 2007-05-07 01:58:34 +0000
  • e4a78f9d9e New query objects and docs for all of them. Piotr Jaroszyński 2007-05-06 22:07:49 +0000
  • 46d3fdf6b7 More new query objects Ciaran McCreesh 2007-05-06 20:49:39 +0000
  • 0c38d912fc New query objects Ciaran McCreesh 2007-05-06 20:03:29 +0000
  • 6a94cc5e0d Concrete shouldn't be hhx Ciaran McCreesh 2007-05-06 19:34:07 +0000
  • 42ad2d86be It is --enable-python not --enable python. Fernando J. Pereda 2007-05-06 19:15:08 +0000
  • b318ebdf21 Set xterm titles to a meaningful failure message should the install process abort Stephen P. Bennett 2007-05-06 00:22:19 +0000
  • 01ea53fd4b Include python in distcheck. Fernando J. Pereda 2007-05-05 23:05:34 +0000
  • 8d79fa1947 Run update_news on install_all_post and uninstall_all_post too. Fernando J. Pereda 2007-05-05 21:55:56 +0000
  • ea8c9dee1c Fix return policy for VersionMetadata and Repository interfaces. Piotr Jaroszyński 2007-05-05 11:30:38 +0000
  • 57b6c0cde8 Trunk is now 0.25 Ciaran McCreesh 2007-05-05 00:21:15 +0000
  • c8e17206bd Include vim scripts in distcheck Ciaran McCreesh 2007-05-05 00:20:49 +0000
  • 2e9b9b1398 Fix vim scripts in dist tarballs Ciaran McCreesh 2007-05-05 00:20:19 +0000
  • 117ba3e6ff Use automake 1.10, autoconf 2.61 if available Ciaran McCreesh 2007-05-05 00:19:42 +0000
  • 17c80c08d1 Accept either threaded or non-threaded boost.python, and fix as-needed. David Leverton 2007-05-05 00:08:17 +0000
  • 02e73e7f00 Initial import of Python bindings. Piotr Jaroszyński 2007-05-04 21:47:07 +0000
  • 62ca07c8be Man/html writing is now abstract. Piotr Jaroszyński 2007-05-04 19:56:32 +0000
  • f5bccc9dfd Preparation for 0.24.0 Ciaran McCreesh 2007-05-04 16:39:14 +0000
  • d3ee569718 Add FAQ entry about syncing from a snapshot. Fixes: ticket:210 David Leverton 2007-05-04 14:25:43 +0000
  • 05f94ff0fa Added patch to use canonicalise instead of readlink. Thanks to Robert S. Gerus. Alexander Færøy 2007-05-04 12:55:57 +0000
  • bf2b471b2b Add AdaptedEnvironment to ruby binding. Richard Brown 2007-05-02 23:36:24 +0000
  • a871a64484 typo Richard Brown 2007-05-02 23:35:26 +0000
  • e77032a5a6 Remove EnvironmentData class. Richard Brown 2007-05-02 22:18:09 +0000
  • 213d79e1a6 Small improvements and PMS compliance changes in name validators. Fixes: ticket:159 ticket:160 Piotr Jaroszyński 2007-05-02 17:55:19 +0000
  • b426a95e70 Document AdaptedEnvironment Richard Brown 2007-05-02 16:49:17 +0000
  • 514f909d70 Use */* rather than * in docs Ciaran McCreesh 2007-05-02 15:20:34 +0000
  • b9fa8b3aaf Allow symlinks in repositories (PMS compliance). Fixes: ticket:158 Ciaran McCreesh 2007-05-02 15:15:26 +0000
  • e1a0c7f22e Allow only one _p and -try in VersionSpec. Piotr Jaroszyński 2007-05-02 13:59:37 +0000
  • e2f024b005 Be more strict with dots in VersionSpec. Piotr Jaroszyński 2007-05-02 13:36:53 +0000
  • fbe3f4eb23 Don't require XXXXXX in resume-command-template. Don't bother generating --add-to-world-spec if --preserve-world. Fixes: ticket:176. Fixes: ticket:209. Ciaran McCreesh 2007-05-02 13:35:17 +0000
  • 53d1d9bd9a Updated ZSH completion. Fixes: ticket:208. (Baptiste Daroussin) Ciaran McCreesh 2007-05-02 13:03:51 +0000
  • 89a558cbe7 Change handling of virtuals provided by multiple packages Ciaran McCreesh 2007-05-02 13:01:40 +0000
  • 4d2bf9d691 VersionSpec now uses strings. Piotr Jaroszyński 2007-05-01 18:45:42 +0000
  • 9fa88c9471 Fix messages for non-dir over dir and vice-versa. David Leverton 2007-05-01 18:36:56 +0000
  • 5f0b66f169 Further improvements to ebuild name checking. Piotr Jaroszyński 2007-04-30 15:10:36 +0000
  • c6eba9b5c8 Improve ebuild name checking. Piotr Jaroszyński 2007-04-30 13:36:03 +0000