Zac Medico [Sun, 19 Aug 2007 16:52:16 +0000 (16:52 -0000)]
Fix ACCEPT_KEYWORDS validation so that ** is valid. (trunk r7647)
svn path=/main/branches/2.1.2/; revision=7648
Zac Medico [Fri, 17 Aug 2007 18:17:50 +0000 (18:17 -0000)]
For bug #189219, use pkgcmp() to sort versions in selected/protected/omitted unmerge display. (trunk r7639)
svn path=/main/branches/2.1.2/; revision=7640
Zac Medico [Thu, 16 Aug 2007 21:56:51 +0000 (21:56 -0000)]
Make etc-update copy owner and group bits when it merges config files. (trunk r7636)
svn path=/main/branches/2.1.2/; revision=7637
Zac Medico [Thu, 16 Aug 2007 20:04:33 +0000 (20:04 -0000)]
make -f/-F distinction clearer (trunk r7632)
svn path=/main/branches/2.1.2/; revision=7634
Zac Medico [Thu, 16 Aug 2007 06:39:55 +0000 (06:39 -0000)]
Combine 2 locations in depgraph.create() where nodes are added to the digraph. This ensures that dependencies on "rebuild" nodes always have their priority increased. (trunk r7626:7628)
svn path=/main/branches/2.1.2/; revision=7629
Zac Medico [Thu, 16 Aug 2007 05:02:38 +0000 (05:02 -0000)]
Always assign higher priority to dependencies on packages that are being rebuilt (except when --emptytree is enabled since all packages are merged in that case). This optimizes merge order so that dependencies are rebuilt/updated as soon as possible. (trunk r7625)
svn path=/main/branches/2.1.2/; revision=7626
Zac Medico [Wed, 15 Aug 2007 22:20:11 +0000 (22:20 -0000)]
Add some floating point vercmp cases. (trunk r7622)
svn path=/main/branches/2.1.2/; revision=7623
Zac Medico [Wed, 15 Aug 2007 04:38:04 +0000 (04:38 -0000)]
For bug #188807, add nocreate and delaycompress options for logrotate. (trunk r7609)
svn path=/main/branches/2.1.2/; revision=7610
Zac Medico [Wed, 15 Aug 2007 03:35:04 +0000 (03:35 -0000)]
'decent' CFLAGS should not feature -O3. Bug 188619 (trunk r7595:7597)
svn path=/main/branches/2.1.2/; revision=7608
Zac Medico [Wed, 15 Aug 2007 02:50:35 +0000 (02:50 -0000)]
For bug #188449, since python floats have limited range, we multiply both floating point representations by a constant so that they are transformed into whole numbers. This allows the practically infinite range of a python int to be exploited. The multiplication is done by padding both literal strings with zeros as necessary to ensure equal length. (trunk r7606)
svn path=/main/branches/2.1.2/; revision=7607
Zac Medico [Wed, 15 Aug 2007 01:38:43 +0000 (01:38 -0000)]
For bug #188782, dependencies on packages specified as arguments are given higher priority since the currently installed version has been rendered useless by ABI breakage. It's okay to increase the priority here even if the caller is not revdep-rebuild. (trunk r7604)
svn path=/main/branches/2.1.2/; revision=7605
Zac Medico [Tue, 14 Aug 2007 20:16:31 +0000 (20:16 -0000)]
Make sure to skip info dir files with the .old extension. (trunk r7602)
svn path=/main/branches/2.1.2/; revision=7603
Zac Medico [Tue, 14 Aug 2007 06:30:43 +0000 (06:30 -0000)]
For bug #188782, keep "nomerge" nodes in the graph during the merge order calculation so that merge order is better in cases where installed packages have unsatisfied dependencies. (trunk r7599)
svn path=/main/branches/2.1.2/; revision=7600
Zac Medico [Sun, 12 Aug 2007 15:13:28 +0000 (15:13 -0000)]
For bug #33585, leave the old info dir file in place if there is nothing to generate. (trunk r7593)
svn path=/main/branches/2.1.2/; revision=7594
Zac Medico [Sun, 12 Aug 2007 11:43:59 +0000 (11:43 -0000)]
For bug #188559, invalidate dblink._contents_inodes as necessary to prevent FEATURES=unmerge-orphans from unmerging anything that belongs to the package that has just been merged. (trunk r7591)
svn path=/main/branches/2.1.2/; revision=7592
Zac Medico [Sat, 11 Aug 2007 05:49:35 +0000 (05:49 -0000)]
Optimize config.setcpv() so that it doesn't call regenerate() unnecessarily when there are no USE wildcards to expand. (trunk r7589)
svn path=/main/branches/2.1.2/; revision=7590
Zac Medico [Fri, 10 Aug 2007 21:03:46 +0000 (21:03 -0000)]
Don't generate a QA Notice if the ${S} directory doesn't exist since it might be irrelevant for some ebuilds. (trunk r7587)
svn path=/main/branches/2.1.2/; revision=7588
Zac Medico [Mon, 6 Aug 2007 19:50:58 +0000 (19:50 -0000)]
Update emerge --help and --info docs. Thanks to Arfrever Frehtes Taifersar Arahesis in bug #137483. (trunk r7583)
svn path=/main/branches/2.1.2/; revision=7584
Zac Medico [Mon, 6 Aug 2007 19:30:18 +0000 (19:30 -0000)]
For bug #187795, remove pointless digest.disjointed and digest.notadded warnings since they are always added to cvs automatically anyway. (trunk r7580)
svn path=/main/branches/2.1.2/; revision=7581
Zac Medico [Sun, 5 Aug 2007 18:06:00 +0000 (18:06 -0000)]
For bug #187806, use mkstemp to create tmpservertimestampfile (instead of using PORTAGE_TMPDIR). (trunk r7576)
svn path=/main/branches/2.1.2/; revision=7577
Zac Medico [Sat, 4 Aug 2007 22:24:15 +0000 (22:24 -0000)]
Use == for comparison of portage_node since digraph.clone() makes a deepcopy of the nodes. (trunk r7574)
svn path=/main/branches/2.1.2/; revision=7575
Zac Medico [Sat, 4 Aug 2007 22:03:48 +0000 (22:03 -0000)]
Make sure that portage always has all of it's RDEPENDs installed first. (trunk r7572)
svn path=/main/branches/2.1.2/; revision=7573
Zac Medico [Sat, 4 Aug 2007 19:45:18 +0000 (19:45 -0000)]
Make config updates get counted correctly for bug #187741. (trunk r7564)
svn path=/main/branches/2.1.2/; revision=7565
Zac Medico [Sat, 4 Aug 2007 07:28:03 +0000 (07:28 -0000)]
Generate a QA Notice and cd to ${WORKDIR} if the ${S} directory does not exist. (trunk r7550)
svn path=/main/branches/2.1.2/; revision=7557
Zac Medico [Sat, 4 Aug 2007 00:13:00 +0000 (00:13 -0000)]
Remove the depend phase from the doebuild actionmap since it's never used. (trunk r7555)
svn path=/main/branches/2.1.2/; revision=7556
Zac Medico [Fri, 3 Aug 2007 22:34:43 +0000 (22:34 -0000)]
Make droppriv for the depend phase conditional on userpriv in FEATURES. (trunk r7553)
svn path=/main/branches/2.1.2/; revision=7554
Zac Medico [Fri, 3 Aug 2007 06:50:27 +0000 (06:50 -0000)]
In portage.spawn() logging, put the read end of the pipe in O_NONBLOCK mode just once at the beginning. This avoids unnecessary fcntl calls and removes one more opportunity to trigger EAGAIN errors on FreeBSD. (trunk r7548)
svn path=/main/branches/2.1.2/; revision=7549
Zac Medico [Thu, 2 Aug 2007 17:19:32 +0000 (17:19 -0000)]
For bug #187518, handle EISDIR thrown from mkdir when the directory already exists on FreeBSD. (trunk r7544)
svn path=/main/branches/2.1.2/; revision=7545
Zac Medico [Thu, 2 Aug 2007 16:45:14 +0000 (16:45 -0000)]
For bug #187480, fix writemsg args in portdbapi.gvisible(). (trunk r7541)
svn path=/main/branches/2.1.2/; revision=7542
Zac Medico [Wed, 1 Aug 2007 21:13:01 +0000 (21:13 -0000)]
Fix TestCase import.
svn path=/main/branches/2.1.2/; revision=7540
Zac Medico [Wed, 1 Aug 2007 21:11:46 +0000 (21:11 -0000)]
Copy the portage.spawn() test from trunk.
svn path=/main/branches/2.1.2/; revision=7539
Zac Medico [Wed, 1 Aug 2007 19:27:38 +0000 (19:27 -0000)]
Like older versions of portage, don't show the repo display if [0] is all that will be shown. (trunk r7537)
svn path=/main/branches/2.1.2/; revision=7538
Zac Medico [Wed, 1 Aug 2007 18:05:15 +0000 (18:05 -0000)]
For bug #187375, handle an ImportError when portage is downgraded to a version without mod_echo. (trunk r7535)
svn path=/main/branches/2.1.2/; revision=7536
Zac Medico [Tue, 31 Jul 2007 01:21:31 +0000 (01:21 -0000)]
Change the numeric value of DepPriority.MIN to be equal to that of a satisfied PDEPEND since there is currently nothing with lower priority. (trunk r7528)
svn path=/main/branches/2.1.2/; revision=7529
Zac Medico [Mon, 30 Jul 2007 23:40:03 +0000 (23:40 -0000)]
As a workaround for bug #185305, make quickpkg break hardlinks during creation of the archive. (trunk r7526)
svn path=/main/branches/2.1.2/; revision=7527
Zac Medico [Mon, 30 Jul 2007 22:51:50 +0000 (22:51 -0000)]
For bug #187142, properly pass a dbapi instance into setcpv() so that USE_EXPAND wildcards work correctly. (trunk r7524)
svn path=/main/branches/2.1.2/; revision=7525
Zac Medico [Mon, 30 Jul 2007 21:24:15 +0000 (21:24 -0000)]
Make finalize() accept a parameter once again since older versions of portage import elog modules from newer versions of portage when they upgrade themselves. (trunk r7522)
svn path=/main/branches/2.1.2/; revision=7523
Zac Medico [Mon, 30 Jul 2007 07:53:18 +0000 (07:53 -0000)]
For bug #186960, try to create a directory for $ROOT if it doesn't exist. (trunk r7516)
svn path=/main/branches/2.1.2/; revision=7517
Zac Medico [Mon, 30 Jul 2007 06:41:53 +0000 (06:41 -0000)]
Always pass a dbapi instance into a setcpv call. (trunk r7496)
svn path=/main/branches/2.1.2/; revision=7499
Zac Medico [Mon, 30 Jul 2007 02:24:01 +0000 (02:24 -0000)]
For bug #139670, update the dohtml docs to show all supported file extensions. Thanks to Arfrever Frehtes Taifersar Arahesis for this patch. (trunk r7432)
svn path=/main/branches/2.1.2/; revision=7433
Zac Medico [Mon, 30 Jul 2007 01:30:17 +0000 (01:30 -0000)]
For bug #137483, move the `emerge --help config` docs to the emerge man page. Thanks to Arfrever Frehtes Taifersar Arahesis for this patch. (trunk r7430)
svn path=/main/branches/2.1.2/; revision=7431
Zac Medico [Sun, 29 Jul 2007 22:13:03 +0000 (22:13 -0000)]
For bug #187016, and env.d to the default USE_ORDER. (trunk r7426:7428)
svn path=/main/branches/2.1.2/; revision=7429
Zac Medico [Sun, 29 Jul 2007 02:10:36 +0000 (02:10 -0000)]
For pty logging, handle the EAGAIN error that is thrown from fcntl when the slave end of the pty is closed on FreeBSD. (trunk r7424)
svn path=/main/branches/2.1.2/; revision=7425
Zac Medico [Sat, 28 Jul 2007 22:52:37 +0000 (22:52 -0000)]
For bug #186876, fall back it os.pipe() if pty.openpty() fails. (trunk r7422)
svn path=/main/branches/2.1.2/; revision=7423
Zac Medico [Sat, 28 Jul 2007 04:13:47 +0000 (04:13 -0000)]
When the fetch phase fails inside doebuild(), create an eerror log since the mod_echo module might push the original message off of the top of the terminal and prevent the user from being able to see it. (trunk r7419)
svn path=/main/branches/2.1.2/; revision=7420
Zac Medico [Sat, 28 Jul 2007 03:07:07 +0000 (03:07 -0000)]
Handle 2 more cases where elog_process() needs to be called:
- binary install via pkgmerge() fails before reaching the merge phase (pkg_setup dies)
- doebuild() is called for the merge phase but it dies before reaching the merge phase
(trunk r7417)
svn path=/main/branches/2.1.2/; revision=7418
Zac Medico [Sat, 28 Jul 2007 00:09:40 +0000 (00:09 -0000)]
For bug #185048, make emerge-webrsync honor http_proxy and ftp_proxy from make.conf. (trunk r7415)
svn path=/main/branches/2.1.2/; revision=7416
Zac Medico [Fri, 27 Jul 2007 23:31:31 +0000 (23:31 -0000)]
For bug #186639, note that /etc/portage/profile/ supports all of the same file types that /etc/make.profile/ does, except parent. (trunk r7413)
svn path=/main/branches/2.1.2/; revision=7414
Zac Medico [Fri, 27 Jul 2007 23:17:54 +0000 (23:17 -0000)]
For bug #186639, add more clarification about the relationship between /etc/make.profile/ and /etc/portage/profile/. (trunk r7411)
svn path=/main/branches/2.1.2/; revision=7412
Zac Medico [Fri, 27 Jul 2007 22:35:15 +0000 (22:35 -0000)]
For bug #186480, while we transition to repository lables, avoid ? spam in the repository display by ignoring a missing repository label for an installed package.
svn path=/main/branches/2.1.2/; revision=7409
Zac Medico [Fri, 27 Jul 2007 22:03:31 +0000 (22:03 -0000)]
For bug #186826, always show --newuse flags that trigger reinstallation even when not in --verbose mode. (trunk r7407)
svn path=/main/branches/2.1.2/; revision=7408
Zac Medico [Fri, 27 Jul 2007 18:57:58 +0000 (18:57 -0000)]
For --buildpkgonly, say "built" instead of "merged" in the "These are the packages that would be <action>" message. (trunk r7405)
svn path=/main/branches/2.1.2/; revision=7406
Zac Medico [Fri, 27 Jul 2007 18:34:54 +0000 (18:34 -0000)]
use ${MAKE:-make} rather than make in einstall() (trunk r7396)
svn path=/main/branches/2.1.2/; revision=7404
Zac Medico [Thu, 26 Jul 2007 21:54:49 +0000 (21:54 -0000)]
For bug #186610, use `find <path>` to scan for config updates since `cd <path>` could fail and cause the cwd to be scanned. (trunk r7402)
svn path=/main/branches/2.1.2/; revision=7403
Zac Medico [Thu, 26 Jul 2007 21:26:23 +0000 (21:26 -0000)]
When setting the size of the pty for logging, check if stdout isatty rather than stdin. (trunk r7400)
svn path=/main/branches/2.1.2/; revision=7401
Zac Medico [Wed, 25 Jul 2007 11:16:27 +0000 (11:16 -0000)]
Merge the portage.spawn() implementation with pty logging from trunk:
- Sending output through the pty device makes logging compatible with
sesandbox and the default selinux security policy (see bug #162404).
- Having a pty device for stdout makes $PAGER behave nicely for things like
check_license() from eutils.eclass.
svn path=/main/branches/2.1.2/; revision=7395
Zac Medico [Tue, 24 Jul 2007 06:58:18 +0000 (06:58 -0000)]
Add droppriv keyword for the depend phase (last one). (trunk r7387)
svn path=/main/branches/2.1.2/; revision=7388
Zac Medico [Tue, 24 Jul 2007 06:49:14 +0000 (06:49 -0000)]
Add droppriv keyword for the depend phase. (trunk r7385)
svn path=/main/branches/2.1.2/; revision=7386
Zac Medico [Tue, 24 Jul 2007 06:45:31 +0000 (06:45 -0000)]
Fix make.conf.example rejects. (trunk r7383)
svn path=/main/branches/2.1.2/; revision=7384
Zac Medico [Tue, 24 Jul 2007 01:18:08 +0000 (01:18 -0000)]
For bug #186337, show an ewarn message if FEATURES=installsources is enabled but debugedit is not installed. Also document installsources and splitdebug in make.conf.example. (trunk r7381)
svn path=/main/branches/2.1.2/; revision=7382
Zac Medico [Tue, 24 Jul 2007 00:52:59 +0000 (00:52 -0000)]
Add FEATURES=fakeroot support which causes install and package phases to run inside fakeroot when a non-root user runs the ebuild command. Thanks to swegener for the initial patch. (trunk r7379)
svn path=/main/branches/2.1.2/; revision=7380
Zac Medico [Mon, 23 Jul 2007 18:57:53 +0000 (18:57 -0000)]
Add sfperms and strict to the default FEATURES since they're already in the base profile's make.defaults. (trunk r7377)
svn path=/main/branches/2.1.2/; revision=7378
Zac Medico [Mon, 23 Jul 2007 18:51:44 +0000 (18:51 -0000)]
Enable FEATURES=userfetch by default. (trunk r7375)
svn path=/main/branches/2.1.2/; revision=7376
Zac Medico [Mon, 23 Jul 2007 18:09:59 +0000 (18:09 -0000)]
Drop privileges in the "depend" phase regardless of FEATURES and RESTRICT since that phase should never need special privileges. Thanks to swegener for the initial patch. (trunk r7373)
svn path=/main/branches/2.1.2/; revision=7374
Zac Medico [Sun, 22 Jul 2007 20:56:45 +0000 (20:56 -0000)]
For bug #184774, put lha's -q option last since otherwise the option parser now requires level 0, 1, or 2 to be specified. (trunk r7358)
svn path=/main/branches/2.1.2/; revision=7359
Zac Medico [Sun, 22 Jul 2007 07:49:43 +0000 (07:49 -0000)]
Fix the reverse dependency display for --prune when there is now real parent. (trunk r7351)
svn path=/main/branches/2.1.2/; revision=7352
Zac Medico [Sun, 22 Jul 2007 06:48:32 +0000 (06:48 -0000)]
Make --update imply --oneshot since people often us it to update things when they don't want to add them to world. Thanks to jakub for the suggestion. (trunk r7349)
svn path=/main/branches/2.1.2/; revision=7350
Zac Medico [Sun, 22 Jul 2007 06:42:47 +0000 (06:42 -0000)]
Document --depclean and --prune enhancements. (trunk r7345)
svn path=/main/branches/2.1.2/; revision=7348
Zac Medico [Sun, 22 Jul 2007 06:39:35 +0000 (06:39 -0000)]
Prevent a potential KeyError when removing world from the digraph for --prune display. (trunk r7344)
svn path=/main/branches/2.1.2/; revision=7347
Zac Medico [Sun, 22 Jul 2007 06:38:42 +0000 (06:38 -0000)]
Make --prune pull in the system set since that could pull in some slots that wouldn't be pulled in otherwise. (trunk r7343)
svn path=/main/branches/2.1.2/; revision=7346
Zac Medico [Sat, 21 Jul 2007 11:36:20 +0000 (11:36 -0000)]
For bug #169500, detect when the cvs server puts /Attic/ inside the $Header path and automatically correct it. (trunk r7340)
svn path=/main/branches/2.1.2/; revision=7341
Zac Medico [Sat, 21 Jul 2007 10:41:28 +0000 (10:41 -0000)]
For bug #185153, in commit mode do the "Fetching trivial updates" routine before the qa scan. (trunk r7338)
svn path=/main/branches/2.1.2/; revision=7339
Zac Medico [Sat, 21 Jul 2007 09:43:02 +0000 (09:43 -0000)]
Make --prune and --depclean return before calculating dependencies if atoms are given but they don't match any packages. (trunk r7336)
svn path=/main/branches/2.1.2/; revision=7337
Zac Medico [Sat, 21 Jul 2007 09:31:49 +0000 (09:31 -0000)]
Prune really uses all installed instead of world. It's not a real reverse dependency so don't display it as such. (trunk r7334)
svn path=/main/branches/2.1.2/; revision=7335
Zac Medico [Sat, 21 Jul 2007 04:57:36 +0000 (04:57 -0000)]
Just show [0] instead of [0=>0] in the repo display. (trunk r7332)
svn path=/main/branches/2.1.2/; revision=7333
Zac Medico [Sat, 21 Jul 2007 04:21:17 +0000 (04:21 -0000)]
For bug #185930, direct all FETCHCOMMAND output to stdout. (trunk r7330)
svn path=/main/branches/2.1.2/; revision=7331
Zac Medico [Sat, 21 Jul 2007 03:38:13 +0000 (03:38 -0000)]
Hint about --nodeps if --prune doesn't find anything to prune. Also enable reverse dependency display for global depclean. (trunk r7327)
svn path=/main/branches/2.1.2/; revision=7328
Zac Medico [Sat, 21 Jul 2007 00:24:06 +0000 (00:24 -0000)]
When digest verification of a distfile fails, rename instead of unlinking it in case it's a large download and the user wants to salvage it due to a bad digest. (trunk r7325)
svn path=/main/branches/2.1.2/; revision=7326
Zac Medico [Fri, 20 Jul 2007 05:43:07 +0000 (05:43 -0000)]
If the fetcher reported success and the file is too small, don't attempt to resume. Upstream probably changed the distfile and we need to show a digest verification failure so the user gets a clue. (trunk r7321)
svn path=/main/branches/2.1.2/; revision=7322
Zac Medico [Fri, 20 Jul 2007 03:19:43 +0000 (03:19 -0000)]
For bug #185504, document profiles/repo_name. (trunk r7319)
svn path=/main/branches/2.1.2/; revision=7320
Zac Medico [Fri, 20 Jul 2007 02:47:37 +0000 (02:47 -0000)]
Document --prune and --depclean enhancements. (trunk r7317)
svn path=/main/branches/2.1.2/; revision=7318
Zac Medico [Fri, 20 Jul 2007 02:25:11 +0000 (02:25 -0000)]
Update --prune docs for bug #151653. (trunk r7315)
svn path=/main/branches/2.1.2/; revision=7316
Zac Medico [Fri, 20 Jul 2007 02:03:51 +0000 (02:03 -0000)]
For bug #151653, make --prune keep the highest version whenever possible (even when there is one with a higher counter installed). (trunk r7311:7313)
svn path=/main/branches/2.1.2/; revision=7314
Zac Medico [Fri, 20 Jul 2007 01:11:31 +0000 (01:11 -0000)]
Merge --depclean and --prune enhancements from trunk r7304:7310.
svn path=/main/branches/2.1.2/; revision=7311
Zac Medico [Wed, 18 Jul 2007 01:24:48 +0000 (01:24 -0000)]
split up the debug/sources steps as proposed by swegener and give the whole file a cleanup (trunk r7267)
svn path=/main/branches/2.1.2/; revision=7304
Zac Medico [Tue, 17 Jul 2007 19:18:40 +0000 (19:18 -0000)]
Unify USE handling in the depgraph with the other metadata. (trunk r7298)
svn path=/main/branches/2.1.2/; revision=7299
Zac Medico [Tue, 17 Jul 2007 18:20:11 +0000 (18:20 -0000)]
For bug #185670, make sure package.use.{mask,force} are properly displayed. (trunk r7296)
svn path=/main/branches/2.1.2/; revision=7297
Zac Medico [Tue, 17 Jul 2007 18:06:04 +0000 (18:06 -0000)]
When expanding ambiguous atoms against the vardb, make sure the the expanded package is also available in the portage tree. (trunk r7294)
svn path=/main/branches/2.1.2/; revision=7295
Zac Medico [Tue, 17 Jul 2007 05:00:31 +0000 (05:00 -0000)]
When dep_expand throws a ValueError due to an ambiguous atom, try to expand the atom again. (trunk r7292)
svn path=/main/branches/2.1.2/; revision=7293
Zac Medico [Tue, 17 Jul 2007 04:39:02 +0000 (04:39 -0000)]
Don't show the repo display when the package list is empty. (trunk r7290)
svn path=/main/branches/2.1.2/; revision=7291
Zac Medico [Sun, 15 Jul 2007 11:17:39 +0000 (11:17 -0000)]
For bug #185389, create a symlink when quickpkg injects a new package.
svn path=/main/branches/2.1.2/; revision=7269
Zac Medico [Sun, 15 Jul 2007 03:46:00 +0000 (03:46 -0000)]
Fix typo. (trunk r7265)
svn path=/main/branches/2.1.2/; revision=7266
Zac Medico [Sun, 15 Jul 2007 03:22:43 +0000 (03:22 -0000)]
When deciding if a package is slotted inside create_world_atom(), check the vdb in case the package is multislot. (trunk r7263)
svn path=/main/branches/2.1.2/; revision=7264
Zac Medico [Sun, 15 Jul 2007 00:01:59 +0000 (00:01 -0000)]
Remove some obsolete repo display code.
svn path=/main/branches/2.1.2/; revision=7262
Zac Medico [Sat, 14 Jul 2007 23:50:58 +0000 (23:50 -0000)]
Merge the new repo display code from trunk r7257:7260.
svn path=/main/branches/2.1.2/; revision=7261
Zac Medico [Sat, 14 Jul 2007 20:28:44 +0000 (20:28 -0000)]
For bug #185278, make the verbose flag display show masked/forced flag status for binary packages too. (trunk r7254)
svn path=/main/branches/2.1.2/; revision=7255
Zac Medico [Sat, 14 Jul 2007 08:06:42 +0000 (08:06 -0000)]
PDEPEND is now installed as soon as possible so that it behaves more like RDEPEND. (trunk r7251)
svn path=/main/branches/2.1.2/; revision=7252
Zac Medico [Fri, 13 Jul 2007 23:42:34 +0000 (23:42 -0000)]
Save the repo name along with the other metadata inside dyn_compile() so that it's saved inside binary packages for when they are finally merged. (trunk r7247)
svn path=/main/branches/2.1.2/; revision=7248
Zac Medico [Thu, 12 Jul 2007 09:20:48 +0000 (09:20 -0000)]
Add "reset" to the list of attributes in color.map.5 and add define NORMAL like functions.sh does. (trunk r7242)
svn path=/main/branches/2.1.2/; revision=7243
Zac Medico [Thu, 12 Jul 2007 00:24:13 +0000 (00:24 -0000)]
Make depgraph._reinstall_for_flags() always return all revelant flags. (trunk r7239)
svn path=/main/branches/2.1.2/; revision=7240