summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Mike Pagano [Sat, 1 Sep 2012 15:16:33 +0000 (11:16 -0400)]
Use get_iuse instead of get_flags for package.use processing
Mike Pagano [Tue, 15 May 2012 13:20:20 +0000 (09:20 -0400)]
Fixes for tilde handling
Mike Pagano [Fri, 11 May 2012 00:10:35 +0000 (20:10 -0400)]
Fix reference before assignment in parse_package_use
Mike Pagano [Sun, 22 Apr 2012 19:12:14 +0000 (15:12 -0400)]
Refactor analysis of package.use packages with no atom
Mike Pagano [Fri, 20 Apr 2012 21:03:51 +0000 (17:03 -0400)]
Unify colors for packages that are not installed.
Mike Pagano [Fri, 20 Apr 2012 20:59:13 +0000 (16:59 -0400)]
Change one color and fix typo
Mike Pagano [Fri, 20 Apr 2012 20:44:27 +0000 (16:44 -0400)]
Handle uninstalled package in package.use. Also, do not flag invalid use flags for non atom line in package.use if it is still valid for at least one installed slot version
Mike Pagano [Thu, 19 Apr 2012 18:41:01 +0000 (14:41 -0400)]
Fix confirmation of file fixing during check of package.use. bug #412387 (gentoo)
Mike Pagano [Tue, 17 Apr 2012 13:13:04 +0000 (09:13 -0400)]
Handle if multiple spaces separate use flags in package.use
Mike Pagano [Tue, 7 Feb 2012 19:30:24 +0000 (14:30 -0500)]
Fix displaying of exceptions to console
Mike Pagano [Tue, 7 Feb 2012 01:18:19 +0000 (20:18 -0500)]
Honor -q flag during use flag cleaning
Mike Pagano [Wed, 1 Feb 2012 13:50:49 +0000 (08:50 -0500)]
Add missing module and remove * from tilde query check
Mike Pagano [Wed, 4 Jan 2012 14:28:14 +0000 (09:28 -0500)]
Support python 2 raw_input
Mike Pagano [Tue, 20 Dec 2011 15:12:05 +0000 (10:12 -0500)]
Remove line from package.use if no useflags remain after cleaning
Mike Pagano [Fri, 16 Dec 2011 17:41:04 +0000 (12:41 -0500)]
Add use flags checks in package.use file
Mike Pagano [Fri, 21 Oct 2011 13:22:24 +0000 (09:22 -0400)]
Update man page for fix-confirm functionality
Mike Pagano [Fri, 21 Oct 2011 13:21:00 +0000 (09:21 -0400)]
Add parameter to ask the user for confirmation before modifiying package files
Mike Pagano [Fri, 21 Oct 2011 13:10:07 +0000 (09:10 -0400)]
Fix line handling if package is not installed and contains special character
Mike Pagano [Thu, 13 Oct 2011 16:43:05 +0000 (12:43 -0400)]
Add missing global variable overlay_list
Mike Pagano [Thu, 29 Sep 2011 21:06:53 +0000 (17:06 -0400)]
Add support for category/* in package.use
Mike Pagano [Thu, 29 Sep 2011 20:45:18 +0000 (16:45 -0400)]
Handle ::overlay in package.* files
Mike Pagano [Mon, 4 Jul 2011 23:59:28 +0000 (19:59 -0400)]
Skip file processing if portpeek-skip found on comment line. Add portpeek-skip info to documentation.
Mike Pagano [Fri, 17 Jun 2011 18:45:52 +0000 (14:45 -0400)]
Some minor perf. fixes, and unicode string replacement and better exception handling from bug #352909
Mike Pagano [Sun, 6 Feb 2011 02:15:39 +0000 (21:15 -0500)]
Better detecting of masked tilde packages
Mike Pagano [Mon, 22 Nov 2010 19:06:57 +0000 (14:06 -0500)]
Perfomance improvement and pkgcmp changes
Mike Pagano [Thu, 11 Nov 2010 15:16:25 +0000 (10:16 -0500)]
Fix keyword comparison bug
Mike Pagano [Mon, 13 Sep 2010 15:04:08 +0000 (11:04 -0400)]
Fix commit error
root [Mon, 13 Sep 2010 14:49:51 +0000 (10:49 -0400)]
Add support for package.accept_keywords. Update man file to show support for same.
Mike Pagano [Wed, 1 Sep 2010 23:33:17 +0000 (19:33 -0400)]
Fix duplicate lines issue
Mike Pagano [Mon, 30 Aug 2010 14:12:59 +0000 (10:12 -0400)]
Remove deprecated call to settings.pmaskdict
Mike Pagano [Wed, 21 Apr 2010 01:44:10 +0000 (21:44 -0400)]
Addtional python3 porting
Mike Pagano [Wed, 21 Apr 2010 01:37:12 +0000 (21:37 -0400)]
Addtional porting to python3 and catching new exception from smart_find
Mike Pagano [Mon, 29 Mar 2010 22:37:54 +0000 (18:37 -0400)]
testing push
Mike Pagano [Mon, 29 Mar 2010 20:58:55 +0000 (16:58 -0400)]
Ported to python 3.1
Mike Pagano [Sun, 28 Mar 2010 18:44:56 +0000 (14:44 -0400)]
Initial commit