| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove unused imports. | Zac Medico | 2010-04-11 | 1 | -17/+6 |
* | Pass an ElementTree instance into parse_metadata_use() and | Zac Medico | 2010-04-11 | 1 | -16/+18 |
* | Handle missing $PORTDIR/metadata/herds.xml. Thanks to Arfrever for reporting. | Zac Medico | 2010-04-02 | 1 | -3/+6 |
* | Add back executable bits, accidentally removed in previous commit. | Zac Medico | 2010-03-24 | 1 | -0/+0 |
* | Remove all svn $Id keywords. | Zac Medico | 2010-03-24 | 1 | -1/+0 |
* | Add check of herds in metadata.xml | Sebastian Pipping | 2010-03-23 | 1 | -0/+16 |
* | Prepare further checks on metadata.xml | Sebastian Pipping | 2010-03-23 | 1 | -3/+12 |
* | Bug #310135 - Skip the changelog.ebuildadded for all distributed SCMs. | Zac Medico | 2010-03-19 | 1 | -6/+10 |
* | Bug #299095 - Always use UTF-8 codec when opening ebuilds, to avoid | Zac Medico | 2010-03-14 | 1 | -2/+5 |
* | Simplyfy the virtual.exists check, and avoid deprecation warning triggered | Zac Medico | 2010-03-12 | 1 | -3/+1 |
* | Another turquoise -> red. | Zac Medico | 2010-02-27 | 1 | -1/+1 |
* | Bug #307021 - Show "Please fix" message in red instead of turquoise when | Zac Medico | 2010-02-27 | 1 | -1/+1 |
* | Relocate portage.util.digestgen to portage.package.ebuild.digestgen. | Zac Medico | 2010-02-25 | 1 | -1/+1 |
* | Move digestgen to portage.util.digestgen. | Zac Medico | 2010-02-25 | 1 | -4/+5 |
* | Make the first two positional arguments of digestgen() into keyword arguments | Zac Medico | 2010-02-23 | 1 | -4/+4 |
* | Add deprecation warnings for unused digestgen() parameters. | Zac Medico | 2010-02-23 | 1 | -6/+3 |
* | Bug #299095 - Add a deprecation warning for check_license calls with EAPI >= 3 | Zac Medico | 2010-02-22 | 1 | -0/+2 |
* | Bail out when given an invalid mode. | Zac Medico | 2010-02-19 | 1 | -1/+3 |
* | Use Atom.cp instead of dep_getkey(), and use cpv_getkey() instead of | Zac Medico | 2010-02-09 | 1 | -9/+19 |
* | Import portage.StringIO for ImportError handling. | Zac Medico | 2010-02-07 | 1 | -1/+1 |
* | Clean up config incrementals handling. | Zac Medico | 2010-01-31 | 1 | -7/+6 |
* | Deprecate pordbapi.mysettings since the portdbapi.settings alias is now | Zac Medico | 2010-01-31 | 1 | -2/+2 |
* | Fix AttributeError when adjusting incrementals. Thanks to Jonathan Callen | Zac Medico | 2010-01-31 | 1 | -7/+4 |
* | Avoid NameError when cwd is $FILESDIR. Thanks to Christian Ruppert <idl0r@g.o> | Zac Medico | 2010-01-30 | 1 | -0/+6 |
* | Don't ignore CVS/Entries.IO_error when not in commit mode. | Zac Medico | 2010-01-29 | 1 | -6/+5 |
* | Remove code for svn.IO_error and bzr.IO_error categories since they don't | Zac Medico | 2010-01-29 | 1 | -6/+2 |
* | Fix Manifest commit logic for cvs and svn. Thanks to Rafael Martins | Zac Medico | 2010-01-19 | 1 | -4/+4 |
* | Invert some vcs conditionals that are specific to cvs and svn. | Zac Medico | 2010-01-18 | 1 | -3/+3 |
* | Support mercurial. Thanks to Rafael Martins <rafael@rafaelmartins.com> for | Zac Medico | 2010-01-18 | 1 | -15/+60 |
* | Make sure repoman knows about all files in the directory to commit using bzr.... | Fabian Groffen | 2010-01-14 | 1 | -1/+1 |
* | Bug #300388 - Fix terminal handling code to so term codes aren't sent when | Zac Medico | 2010-01-11 | 1 | -0/+1 |
* | only return status for the current directory (or the directory being asked fo... | Fabian Groffen | 2010-01-10 | 1 | -3/+3 |
* | Add Bazaar (bzr) support for repoman, test-driven by Fauli (Christian Faulham... | Fabian Groffen | 2010-01-10 | 1 | -18/+58 |
* | Bug #269225 - Warn about virtuals with non-empty HOMEPAGE or LICENSE. Thanks | Zac Medico | 2010-01-07 | 1 | -0/+11 |
* | Add 'tla' to the lists of live eclasses. | Zac Medico | 2009-12-06 | 1 | -1/+2 |
* | Remove SLOT.missing since SLOT.invalid handles that case now. | Zac Medico | 2009-11-16 | 1 | -3/+2 |
* | Bug #292820 - Make the Package constructor handle invalid SLOT values. | Zac Medico | 2009-11-12 | 1 | -0/+1 |
* | Add a parsedate() function which emulates rfc822.parsedate(), since python3 | Zac Medico | 2009-10-25 | 1 | -12/+28 |
* | Use calendar.timegm instead of time.mktime, for correct timezone handling. | Zac Medico | 2009-10-25 | 1 | -1/+2 |
* | Don't set mtime on downloaded metadata.dtd when using python3, since the | Zac Medico | 2009-10-25 | 1 | -5/+23 |
* | Use urllib.urlopen() instead of portage.fetch() for fetching metadata.dtd. | Zac Medico | 2009-10-24 | 1 | -42/+68 |
* | Bug #259697 - Update IUSE.invalid docs for glep 56. Thanks to Alec Warner | Zac Medico | 2009-10-19 | 1 | -1/+1 |
* | Bug #227225 - Add *DEPEND.badtilde warning for ~ operator used with non-zero | Zac Medico | 2009-10-18 | 1 | -0/+12 |
* | Bug #274870: Add file.size.fatal check in repoman. | Arfrever Frehtes Taifersar Arahesis | 2009-10-07 | 1 | -3/+8 |
* | Fix collision in variable name 'x'. | Zac Medico | 2009-10-06 | 1 | -2/+2 |
* | Add a 'digest.missing' check, for cases like mythtv where the eclass has | Zac Medico | 2009-10-06 | 1 | -4/+11 |
* | Remove libtool from RDEPEND.suspect list, since libltdl.so is validly used by | Zac Medico | 2009-10-01 | 1 | -1/+0 |
* | Fix formatting of sizes with Python 3. | Arfrever Frehtes Taifersar Arahesis | 2009-09-25 | 1 | -1/+1 |
* | Fix "TypeError: object of type 'filter' has no len()". | Arfrever Frehtes Taifersar Arahesis | 2009-09-23 | 1 | -2/+2 |
* | Bug #285979 - Replace references to CDEPEND with UNUSED_00, to make it clear | Zac Medico | 2009-09-23 | 1 | -1/+0 |