| Commit message (Expand) | Author | Age | Files | Lines |
* | Add a LIVEVCS.unmasked category for ebuilds that have non-empty KEYWORDS and | Zac Medico | 2009-08-23 | 1 | -1/+26 |
* | Use _encodings['repo.content'] for decoding profiles.desc, ChangeLog, | Zac Medico | 2009-08-19 | 1 | -5/+11 |
* | Update imports to import portage.os (with unicode wrappers), and use | Zac Medico | 2009-08-11 | 1 | -1/+1 |
* | Add a PDEPEND.suspect category.v2.2_rc35v2.2_rc34 | Zac Medico | 2009-08-04 | 1 | -3/+5 |
* | Make the USE=test RDEPEND check (bug #236786) also apply to PDEPEND. | Zac Medico | 2009-08-03 | 1 | -4/+5 |
* | Bug #270040 - Make repoman parse the categories file from the overlay. | Zac Medico | 2009-07-22 | 1 | -0/+8 |
* | Always pass encodings='utf_8' to codecs.open(), since otherwise it can | Zac Medico | 2009-07-20 | 1 | -2/+4 |
* | Use Package.invalid to generate *.syntax repoman errors for LICENSE, | Zac Medico | 2009-06-28 | 1 | -14/+10 |
* | Bug #236786 - Warn about 'test?' USE conditionals in RDEPEND. Thanks to | Zac Medico | 2009-06-28 | 1 | -1/+5 |
* | Fix PROVIDE code since the Package class automatically evaluates USE | Zac Medico | 2009-06-26 | 1 | -2/+3 |
* | Fix imports for _emerge submodules. | Zac Medico | 2009-06-23 | 1 | -1/+2 |
* | Allow missing ChangeLog when using git. We don't use ChangeLogs in | Zac Medico | 2009-06-17 | 1 | -2/+5 |
* | Add a new EAPI.definition check for cases in which EAPI is defined after an | Zac Medico | 2009-04-26 | 1 | -0/+1 |
* | Exit unsuccessfully when in commit mode and nothing is found to commit. Thanks | Zac Medico | 2009-04-21 | 1 | -1/+1 |
* | Handle IOError from codecs.open(). | Zac Medico | 2009-04-18 | 1 | -1/+1 |
* | Support profiles.desc from overlays. | Zac Medico | 2009-04-18 | 1 | -47/+66 |
* | Support use.desc from overlays. | Zac Medico | 2009-04-18 | 1 | -25/+36 |
* | Use a new ProfileDesc class to handle the data for each profile listed in | Zac Medico | 2009-04-18 | 1 | -40/+39 |
* | Call realpath(repodir) so it's conistent with the value that pordbapi uses. | Zac Medico | 2009-04-16 | 1 | -0/+1 |
* | Create the myreporoot variable from portdir_overlay before doing | Zac Medico | 2009-04-12 | 1 | -3/+3 |
* | Ensure that the correct PORTDIR setting is passed into the profile-specific | Zac Medico | 2009-04-12 | 1 | -0/+1 |
* | Pass the correct PORTDIR_OVERLAY value into the profile-specific config | Zac Medico | 2009-04-12 | 1 | -2/+8 |
* | Add support to repoman for using layout.conf to control which repositories | Zac Medico | 2009-04-07 | 1 | -26/+33 |
* | Bug #262365 - Punt the prepalldocs check until there is an alternative | Zac Medico | 2009-03-17 | 1 | -2/+0 |
* | Bug #262365 - Make the "portage.internal" category (prepalldocs check) a | Zac Medico | 2009-03-13 | 1 | -0/+1 |
* | Make manifest mode with --force option cause existing digests to be replaced | Zac Medico | 2009-03-09 | 1 | -0/+39 |
* | When checking ebuild content, use codecs.open() to force utf_8 encoding for | Zac Medico | 2009-02-28 | 1 | -7/+11 |
* | Fix StringIO imports so that 2to3 can handle them. Also, replace shlex + | Zac Medico | 2009-02-20 | 1 | -3/+3 |
* | For compatibility with python-3.0, open files in text mode where appropriate. | Zac Medico | 2009-02-19 | 1 | -2/+2 |
* | Use a regular expression for the file.name check. This replaces some odd | Zac Medico | 2009-02-19 | 1 | -15/+12 |
* | Add a new "portage.internal" warning for prepalldocs usage since the council | Zac Medico | 2009-02-12 | 1 | -0/+1 |
* | Use portage.util.cmp_sort_key for python-3.0 compatibility. | Zac Medico | 2009-02-03 | 1 | -2/+2 |
* | Bug #255358 - Add new RDEPEND.implicit warning to detect the caes where DEPENDv2.2_rc23 | Zac Medico | 2009-01-18 | 1 | -0/+2 |
* | Fix false positive in the 'unused local USE-description' warning. Thanks to | Zac Medico | 2009-01-16 | 1 | -1/+1 |
* | Identify which package has unused local USE descriptions, in case more than | Zac Medico | 2009-01-16 | 1 | -1/+2 |
* | Drop the kernel version from the commit message for all platforms. Thanks to | Zac Medico | 2009-01-14 | 1 | -2/+0 |
* | Don't show the running Linux kernel version in the commit message, since it | Zac Medico | 2009-01-14 | 1 | -1/+3 |
* | Fix a TypeError which occurs in pretend commit mode when vcs is None. Thanks | Zac Medico | 2009-01-11 | 1 | -1/+6 |
* | Add a new 'metadata.warning' category and a check which detects local USE | Zac Medico | 2009-01-10 | 1 | -0/+12 |
* | Add some blank lines around the messages that suggest --without-mask and | Zac Medico | 2009-01-08 | 1 | -5/+16 |
* | Handle tree conflicts in svn status output, new in subversion 1.6. Thanks to | Zac Medico | 2008-12-29 | 1 | -0/+3 |
* | Fix 'TypeError: not all arguments converted during string formatting' | Zac Medico | 2008-12-29 | 1 | -2/+2 |
* | Bug #253002 - Add a new variable.invalidchar check for metadata variables that | Zac Medico | 2008-12-29 | 1 | -0/+14 |
* | Bug #252727 - Use `git diff-index --name-only --diff-filter=M HEAD` instead | Zac Medico | 2008-12-28 | 1 | -7/+18 |
* | Bug #252304 - Restore the -V/--version option. | Zac Medico | 2008-12-24 | 1 | -0/+7 |
* | Bug #250212 - Add a new 'upstream.workaround' qa category, and use it for | Zac Medico | 2008-12-08 | 1 | -1/+3 |
* | It's not safe to use the git commit -a option since there might | Zac Medico | 2008-12-03 | 1 | -0/+23 |
* | When calling `git ls-files -m` to list modified files, use --with-tree=HEAD | Zac Medico | 2008-12-03 | 1 | -2/+2 |
* | Eliminate redundant Manifest separation code by combining mychanged + mynew s... | Zac Medico | 2008-11-26 | 1 | -13/+4 |
* | Remove redundant reference to 'mynew' since 'myupdates' already contains thos... | Zac Medico | 2008-11-26 | 1 | -2/+2 |