summaryrefslogtreecommitdiffstats
path: root/bin/repoman
Commit message (Expand)AuthorAgeFilesLines
* Use dict.(keys|values|items)() instead of dict.(iterkeys|itervalues|iteritems...Arfrever Frehtes Taifersar Arahesis2009-09-211-9/+9
* Use range() instead of xrange() for compatibility with Python 3.Arfrever Frehtes Taifersar Arahesis2009-09-211-2/+2
* Define basestring as str when Python 3 is used.Arfrever Frehtes Taifersar Arahesis2009-09-211-0/+3
* Use filter() and zip() instead of itertools.ifilter() and itertools.izip() fo...Arfrever Frehtes Taifersar Arahesis2009-09-211-2/+2
* Update system imports for compatibility with Python 3.Arfrever Frehtes Taifersar Arahesis2009-09-201-9/+8
* Update syntax of numbers for compatibility with Python 3.Arfrever Frehtes Taifersar Arahesis2009-09-201-3/+3
* Support print() function with Python 2 in some files.Arfrever Frehtes Taifersar Arahesis2009-09-201-0/+2
* Update syntax of calls to print() for compatibility with Python 3.Arfrever Frehtes Taifersar Arahesis2009-09-201-82/+82
* Update syntax of 'except' statements for compatibility with Python 3.Arfrever Frehtes Taifersar Arahesis2009-09-201-15/+15
* Add dev-util/gperf to list of suspected run-time dependencies (bug #283357).Arfrever Frehtes Taifersar Arahesis2009-09-011-0/+1
* Many packages use setuptools at run-time, so remove it from list of suspected...Arfrever Frehtes Taifersar Arahesis2009-08-291-1/+0
* Add a LIVEVCS.unmasked category for ebuilds that have non-empty KEYWORDS andZac Medico2009-08-231-1/+26
* Use _encodings['repo.content'] for decoding profiles.desc, ChangeLog,Zac Medico2009-08-191-5/+11
* Update imports to import portage.os (with unicode wrappers), and useZac Medico2009-08-111-1/+1
* Add a PDEPEND.suspect category.v2.2_rc35v2.2_rc34Zac Medico2009-08-041-3/+5
* Make the USE=test RDEPEND check (bug #236786) also apply to PDEPEND.Zac Medico2009-08-031-4/+5
* Bug #270040 - Make repoman parse the categories file from the overlay.Zac Medico2009-07-221-0/+8
* Always pass encodings='utf_8' to codecs.open(), since otherwise it canZac Medico2009-07-201-2/+4
* Use Package.invalid to generate *.syntax repoman errors for LICENSE,Zac Medico2009-06-281-14/+10
* Bug #236786 - Warn about 'test?' USE conditionals in RDEPEND. Thanks toZac Medico2009-06-281-1/+5
* Fix PROVIDE code since the Package class automatically evaluates USEZac Medico2009-06-261-2/+3
* Fix imports for _emerge submodules.Zac Medico2009-06-231-1/+2
* Allow missing ChangeLog when using git. We don't use ChangeLogs inZac Medico2009-06-171-2/+5
* Add a new EAPI.definition check for cases in which EAPI is defined after anZac Medico2009-04-261-0/+1
* Exit unsuccessfully when in commit mode and nothing is found to commit. ThanksZac Medico2009-04-211-1/+1
* Handle IOError from codecs.open().Zac Medico2009-04-181-1/+1
* Support profiles.desc from overlays.Zac Medico2009-04-181-47/+66
* Support use.desc from overlays.Zac Medico2009-04-181-25/+36
* Use a new ProfileDesc class to handle the data for each profile listed inZac Medico2009-04-181-40/+39
* Call realpath(repodir) so it's conistent with the value that pordbapi uses.Zac Medico2009-04-161-0/+1
* Create the myreporoot variable from portdir_overlay before doingZac Medico2009-04-121-3/+3
* Ensure that the correct PORTDIR setting is passed into the profile-specificZac Medico2009-04-121-0/+1
* Pass the correct PORTDIR_OVERLAY value into the profile-specific configZac Medico2009-04-121-2/+8
* Add support to repoman for using layout.conf to control which repositoriesZac Medico2009-04-071-26/+33
* Bug #262365 - Punt the prepalldocs check until there is an alternativeZac Medico2009-03-171-2/+0
* Bug #262365 - Make the "portage.internal" category (prepalldocs check) aZac Medico2009-03-131-0/+1
* Make manifest mode with --force option cause existing digests to be replacedZac Medico2009-03-091-0/+39
* When checking ebuild content, use codecs.open() to force utf_8 encoding forZac Medico2009-02-281-7/+11
* Fix StringIO imports so that 2to3 can handle them. Also, replace shlex +Zac Medico2009-02-201-3/+3
* For compatibility with python-3.0, open files in text mode where appropriate.Zac Medico2009-02-191-2/+2
* Use a regular expression for the file.name check. This replaces some oddZac Medico2009-02-191-15/+12
* Add a new "portage.internal" warning for prepalldocs usage since the councilZac Medico2009-02-121-0/+1
* Use portage.util.cmp_sort_key for python-3.0 compatibility.Zac Medico2009-02-031-2/+2
* Bug #255358 - Add new RDEPEND.implicit warning to detect the caes where DEPENDv2.2_rc23Zac Medico2009-01-181-0/+2
* Fix false positive in the 'unused local USE-description' warning. Thanks toZac Medico2009-01-161-1/+1
* Identify which package has unused local USE descriptions, in case more thanZac Medico2009-01-161-1/+2
* Drop the kernel version from the commit message for all platforms. Thanks toZac Medico2009-01-141-2/+0
* Don't show the running Linux kernel version in the commit message, since itZac Medico2009-01-141-1/+3
* Fix a TypeError which occurs in pretend commit mode when vcs is None. ThanksZac Medico2009-01-111-1/+6
* Add a new 'metadata.warning' category and a check which detects local USEZac Medico2009-01-101-0/+12