GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
proj/portage-multirepo.git
master
SoC2010: Project portage-multirepo
Otavio <otaviobp@gmail.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
pym
/
repoman
Commit message (
Expand
)
Author
Age
Files
Lines
*
Bug #285191 - Add back the RDEPEND.implicit warning to detect the cases
Zac Medico
2010-08-04
1
-1
/
+34
*
repoman: Check if the prefix.eclass is inherited if eprefixify is used. Thank...
Sebastian Luther
2010-08-04
2
-1
/
+20
*
Add FindVCS() to __all__.
Michał Górny
2010-07-14
1
-0
/
+1
*
Drop deprecated self.eapi saving.
Michał Górny
2010-07-14
1
-19
/
+3
*
Retab.
Michał Górny
2010-07-14
1
-4
/
+4
*
Support BrE spelling 'licence' in UselessDodoc check.
Michał Górny
2010-07-14
1
-1
/
+1
*
Add EAPI 3-defined variables to the readonly check.
Michał Górny
2010-07-14
1
-1
/
+8
*
Make copyright/CVS header checks more strict.
Michał Górny
2010-07-14
1
-3
/
+3
*
repoman: don't complain about stray Manifests.
Michał Górny
2010-07-12
1
-0
/
+3
*
Rewrite VCS detection code in repoman.
Michał Górny
2010-07-11
1
-0
/
+44
*
Bug #326553 - check for preserve_old_lib
Samuli Suominen
2010-07-08
2
-1
/
+9
*
Bug #324075 - Avoid erroneous 'Invalid Gentoo Copyright' warnings when
Zac Medico
2010-06-15
1
-2
/
+5
*
Make metadata.xml <flag/> errors non-fatal to repoman.
Michał Górny
2010-04-24
1
-4
/
+2
*
Pass an ElementTree instance into parse_metadata_use() and
Zac Medico
2010-04-11
1
-16
/
+2
*
Port parse_metadata_use() code from minidom to ElementTree.
Zac Medico
2010-04-11
1
-32
/
+17
*
Avoid XMLParser.doctype deprecation warnings with >=python-2.7.
Zac Medico
2010-04-11
1
-2
/
+11
*
also check quoting on the Prefix variables added in EAPI=3, thanks jlec for t...
Fabian Groffen
2010-04-05
1
-0
/
+3
*
Handle missing $PORTDIR/metadata/herds.xml. Thanks to Arfrever for reporting.
Zac Medico
2010-04-02
2
-3
/
+12
*
Remove all svn $Id keywords.
Zac Medico
2010-03-24
4
-4
/
+0
*
Add check of herds in metadata.xml
Sebastian Pipping
2010-03-23
2
-1
/
+119
*
Prepare further checks on metadata.xml
Sebastian Pipping
2010-03-23
1
-2
/
+2
*
Eliminate the PhaseCheck constructor and make PhaseCheck.phases_re a class
Zac Medico
2010-02-26
1
-9
/
+5
*
Bug #299095 - Add a deprecation warning for check_license calls with EAPI >= 3
Zac Medico
2010-02-22
1
-1
/
+20
*
Move the DOM unlink call to a finally block.
Zac Medico
2010-01-29
1
-18
/
+20
*
Add a warning for built_with_use. Thanks to Petteri Räty <betelgeuse@g.o> for
Zac Medico
2010-01-24
2
-2
/
+8
*
Bug #297541 - Make $(no-as-needed) trigger upstream.workaround warning. Thanks
Zac Medico
2009-12-21
2
-1
/
+8
*
Add EAPI 3_pre2 to conditinals so the EAPI 4 stuff is disabled.
Zac Medico
2009-12-11
1
-2
/
+2
*
Bump EAPI conditionals to account for rename of EAPI 3 to 4. Thanks to
Zac Medico
2009-12-08
1
-8
/
+8
*
Add src_configure and pkg_config to the list of phases in repoman.checks.Phas...
Arfrever Frehtes Taifersar Arahesis
2009-10-04
1
-2
/
+2
*
Restrict upstream.workaround to src_compile and src_install as much as possible.
Mounir Lamouri
2009-10-04
1
-31
/
+36
*
Bug #285191 - Remove the RDEPEND.implicit check because it is invalid.
Zac Medico
2009-10-01
1
-32
/
+1
*
Use list comprehensions instead of filter() or map() in some places for compa...
Arfrever Frehtes Taifersar Arahesis
2009-09-25
1
-2
/
+2
*
Use dict.(keys|values|items)() instead of dict.(iterkeys|itervalues|iteritems...
Arfrever Frehtes Taifersar Arahesis
2009-09-21
1
-1
/
+1
*
Use filter() and zip() instead of itertools.ifilter() and itertools.izip() fo...
Arfrever Frehtes Taifersar Arahesis
2009-09-21
1
-2
/
+1
*
Misc unicode fixes for repoman.
Zac Medico
2009-09-20
1
-7
/
+12
*
Update system imports for compatibility with Python 3.
Arfrever Frehtes Taifersar Arahesis
2009-09-20
1
-3
/
+6
*
Update syntax of calls to print() for compatibility with Python 3.
Arfrever Frehtes Taifersar Arahesis
2009-09-20
1
-1
/
+1
*
Update syntax of 'except' statements for compatibility with Python 3.
Arfrever Frehtes Taifersar Arahesis
2009-09-20
1
-2
/
+2
*
Bug #283292 - Fix FindPortdir() to prevent OSError: [Errno 2] from stat when
Zac Medico
2009-08-31
1
-1
/
+1
*
Use portage.os and _encodings where appropriate.
Zac Medico
2009-08-19
1
-2
/
+8
*
Remove unused os import.
Zac Medico
2009-08-19
1
-1
/
+0
*
Use r'' for regex.
Zac Medico
2009-08-12
1
-1
/
+1
*
Bug #281133 - Fix the here-document code inside run_checks() to properly
Zac Medico
2009-08-12
1
-1
/
+1
*
Add a new portage.util.shlex_split() function to wrap all shlex.split() calls,
Zac Medico
2009-08-06
1
-3
/
+2
*
Check for redundant blank lines. Thanks to Markus Meier <maekke@gentoo.org>
Zac Medico
2009-06-28
1
-1
/
+20
*
* Add new abstract PhaseCheck class for ebuild phase-specific checks.
Zac Medico
2009-06-28
1
-41
/
+119
*
Bug #274742 - Exempt $dir from quoting checks since it's a likely candidate
Zac Medico
2009-06-21
1
-1
/
+1
*
Fix SrcUnpackPatches to ignore comment lines. Thanks to Christian Ruppert
Zac Medico
2009-05-06
1
-0
/
+1
*
Warn about sed and epatch calls which should be moved from src_unpack to
Zac Medico
2009-04-29
1
-1
/
+33
*
Move the here-document code from the EbuildWhitespace check to the
Zac Medico
2009-04-29
1
-26
/
+26
[next]