Don't set mtime on downloaded metadata.dtd when using python3, since the
[portage.git] / bin / repoman
2009-10-25 Zac MedicoDon't set mtime on downloaded metadata.dtd when using...
2009-10-24 Zac MedicoUse urllib.urlopen() instead of portage.fetch() for...
2009-10-19 Zac MedicoBug #259697 - Update IUSE.invalid docs for glep 56...
2009-10-18 Zac MedicoBug #227225 - Add *DEPEND.badtilde warning for ~ operat...
2009-10-07 Arfrever Frehtes... Bug #274870: Add file.size.fatal check in repoman.
2009-10-06 Zac MedicoFix collision in variable name 'x'.
2009-10-06 Zac MedicoAdd a 'digest.missing' check, for cases like mythtv...
2009-10-01 Zac MedicoRemove libtool from RDEPEND.suspect list, since libltdl...
2009-09-25 Arfrever Frehtes... Fix formatting of sizes with Python 3.
2009-09-23 Arfrever Frehtes... Fix "TypeError: object of type 'filter' has no len()".
2009-09-23 Zac MedicoBug #285979 - Replace references to CDEPEND with UNUSED...
2009-09-22 Zac MedicoReplace doct.keys() usage with __iter__(), since it...
2009-09-21 Arfrever Frehtes... Use dict.(keys|values|items)() instead of dict.(iterkey...
2009-09-21 Arfrever Frehtes... Use range() instead of xrange() for compatibility with...
2009-09-21 Arfrever Frehtes... Define basestring as str when Python 3 is used.
2009-09-21 Arfrever Frehtes... Use filter() and zip() instead of itertools.ifilter...
2009-09-20 Arfrever Frehtes... Update system imports for compatibility with Python 3.
2009-09-20 Arfrever Frehtes... Update syntax of numbers for compatibility with Python 3.
2009-09-20 Arfrever Frehtes... Support print() function with Python 2 in some files.
2009-09-20 Arfrever Frehtes... Update syntax of calls to print() for compatibility...
2009-09-20 Arfrever Frehtes... Update syntax of 'except' statements for compatibility...
2009-09-01 Arfrever Frehtes... Add dev-util/gperf to list of suspected run-time depend...
2009-08-29 Arfrever Frehtes... Many packages use setuptools at run-time, so remove...
2009-08-23 Zac MedicoAdd a LIVEVCS.unmasked category for ebuilds that have...
2009-08-19 Zac MedicoUse _encodings['repo.content'] for decoding profiles...
2009-08-11 Zac MedicoUpdate imports to import portage.os (with unicode wrapp...
2009-08-04 Zac MedicoAdd a PDEPEND.suspect category. v2.2_rc34 v2.2_rc35
2009-08-03 Zac MedicoMake the USE=test RDEPEND check (bug #236786) also...
2009-07-22 Zac MedicoBug #270040 - Make repoman parse the categories file...
2009-07-20 Zac MedicoAlways pass encodings='utf_8' to codecs.open(), since...
2009-06-28 Zac MedicoUse Package.invalid to generate *.syntax repoman errors...
2009-06-28 Zac MedicoBug #236786 - Warn about 'test?' USE conditionals in...
2009-06-26 Zac MedicoFix PROVIDE code since the Package class automatically...
2009-06-23 Zac MedicoFix imports for _emerge submodules.
2009-06-17 Zac MedicoAllow missing ChangeLog when using git. We don't use...
2009-04-26 Zac MedicoAdd a new EAPI.definition check for cases in which...
2009-04-21 Zac MedicoExit unsuccessfully when in commit mode and nothing...
2009-04-18 Zac MedicoHandle IOError from codecs.open().
2009-04-18 Zac MedicoSupport profiles.desc from overlays.
2009-04-18 Zac MedicoSupport use.desc from overlays.
2009-04-18 Zac MedicoUse a new ProfileDesc class to handle the data for...
2009-04-16 Zac MedicoCall realpath(repodir) so it's conistent with the value...
2009-04-12 Zac MedicoCreate the myreporoot variable from portdir_overlay...
2009-04-12 Zac MedicoEnsure that the correct PORTDIR setting is passed into...
2009-04-12 Zac MedicoPass the correct PORTDIR_OVERLAY value into the profile...
2009-04-07 Zac MedicoAdd support to repoman for using layout.conf to control...
2009-03-17 Zac MedicoBug #262365 - Punt the prepalldocs check until there...
2009-03-13 Zac MedicoBug #262365 - Make the "portage.internal" category...
2009-03-09 Zac MedicoMake manifest mode with --force option cause existing...
2009-02-28 Zac MedicoWhen checking ebuild content, use codecs.open() to...
2009-02-20 Zac MedicoFix StringIO imports so that 2to3 can handle them....
2009-02-19 Zac MedicoFor compatibility with python-3.0, open files in text...
2009-02-19 Zac MedicoUse a regular expression for the file.name check. This...
2009-02-12 Zac MedicoAdd a new "portage.internal" warning for prepalldocs...
2009-02-03 Zac MedicoUse portage.util.cmp_sort_key for python-3.0 compatibility.
2009-01-18 Zac MedicoBug #255358 - Add new RDEPEND.implicit warning to detec... v2.2_rc23
2009-01-16 Zac MedicoFix false positive in the 'unused local USE-description...
2009-01-16 Zac MedicoIdentify which package has unused local USE description...
2009-01-14 Zac MedicoDrop the kernel version from the commit message for...
2009-01-14 Zac MedicoDon't show the running Linux kernel version in the...
2009-01-11 Zac MedicoFix a TypeError which occurs in pretend commit mode...
2009-01-10 Zac MedicoAdd a new 'metadata.warning' category and a check which...
2009-01-08 Zac MedicoAdd some blank lines around the messages that suggest...
2008-12-29 Zac MedicoHandle tree conflicts in svn status output, new in...
2008-12-29 Zac MedicoFix 'TypeError: not all arguments converted during...
2008-12-29 Zac MedicoBug #253002 - Add a new variable.invalidchar check...
2008-12-28 Zac MedicoBug #252727 - Use `git diff-index --name-only --diff...
2008-12-24 Zac MedicoBug #252304 - Restore the -V/--version option.
2008-12-08 Zac MedicoBug #250212 - Add a new 'upstream.workaround' qa catego...
2008-12-03 Zac MedicoIt's not safe to use the git commit -a option since...
2008-12-03 Zac MedicoWhen calling `git ls-files -m` to list modified files...
2008-11-26 Zac MedicoEliminate redundant Manifest separation code by combini...
2008-11-26 Zac MedicoRemove redundant reference to 'mynew' since 'myupdates...
2008-11-26 Zac MedicoBug #248464 - With git, there's never any keyword expan...
2008-11-23 Zac MedicoBug #247548 - Remove 'last' and 'lfull' commands since...
2008-11-17 Zac MedicoWhen parsing `git diff` output, filter paths that are...
2008-11-17 Zac MedicoWhen committing manifests, specify the manifest paths...
2008-11-17 Zac MedicoBug #246667 - Add REPOMAN_VCS_LOCAL_OPTS and REPOMAN_VC...
2008-11-17 Zac MedicoAdd missing -a option for git commits.
2008-11-16 Zac MedicoTrigger the --include-dev suggestion for any keywords...
2008-11-16 Zac MedicoSuggest to use the new --include-dev (-d) option in...
2008-11-16 Zac MedicoOnly show the "--without-mask" suggestion when packages...
2008-11-16 Zac MedicoAdd a short -d option for the new --include-dev option...
2008-11-16 Zac MedicoIn order to reduce time consumed for dependency checks...
2008-11-14 Zac MedicoExempt live ebuilds from KEYWORDS.missing and KEYWORDS...
2008-11-14 Zac MedicoHaving a leading ./ prefix on file paths can trigger...
2008-11-11 Zac MedicoDerive the changelog_path variable from the new checkdi...
2008-11-11 Zac MedicoMake FindPortdir() return (None, None, None) on failure...
2008-11-11 Zac MedicoUpdate hardcoded "cvs" error messages to show the corre...
2008-11-11 Zac MedicoFix pretend output to show git -a option when committin...
2008-11-11 Zac MedicoAdd git support. Thanks to Daniel Robbins for the initi...
2008-11-02 Zac MedicoMake metadata.missing and metadata.bad fatal by removin...
2008-10-31 Zac MedicoFix broken stuff to avoid tracebacks when running in...
2008-10-31 Zac MedicoPass a Package instance into the config.setcpv() call.
2008-10-30 Zac Medicorecheck what changed in the repository also when nothin...
2008-10-30 Zac MedicoMake sure mychanged and mynew are always defined even...
2008-10-30 Zac Medicodefine myunadded such that repoman doesn't crash when...
2008-10-28 Zac MedicoUpdate the auto-add message to say "Manifest" instead...
2008-10-28 Zac MedicoRemove manifest1 digest-* autoadd code. Thanks to grobian.
2008-10-23 Zac MedicoAdd "bzr" to the lists of live eclasses.
next