misc
/
portage
debian
master
gentoo portage for debian
spline
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
pym
/
repoman
Commit message (
Expand
)
Author
Age
Files
Lines
*
repoman.herdbase: tolerate expat ImportError
Zac Medico
2011-02-08
1
-2
/
+9
*
Revert "parse_metadata_use(): omit empty text tokens."
Zac Medico
2011-02-04
1
-2
/
+1
*
parse_metadata_use(): omit empty text tokens.
Michał Górny
2011-02-03
1
-1
/
+2
*
NoOffsetWithHelpers: fix invalid errors name
Fabian Groffen
2011-02-02
1
-1
/
+1
*
repoman: add check for using offset vars with helpers
Fabian Groffen
2011-02-02
2
-3
/
+13
*
Use bytes literals.
Arfrever Frehtes Taifersar Arahesis
2010-12-07
1
-4
/
+4
*
Allow repoman to commit files, which have changes only in SVN properties.
Arfrever Frehtes Taifersar Arahesis
2010-10-27
1
-2
/
+2
*
Recognize += in RDEPEND.implicit check.
Zac Medico
2010-10-11
1
-1
/
+1
*
repoman: Add "x-modular": "xorg-2" to InheritDeprecated check as requested by...
Sebastian Luther
2010-09-09
1
-1
/
+2
*
Fix parse_metadata_use() to allow use elements containing no flag
Zac Medico
2010-09-06
1
-1
/
+2
*
Bug #335670 - Make copyright header in herdbase.py refer to "GPL 2 or later"
Zac Medico
2010-09-02
1
-1
/
+1
*
Remove unused imports found by pylint.
Arfrever Frehtes Taifersar Arahesis
2010-08-29
1
-1
/
+0
*
Support returning multiple flag descriptions when restrict is used.
Michał Górny
2010-08-27
1
-8
/
+6
*
Various parse_metadata_use() fixes:
Zac Medico
2010-08-26
1
-25
/
+35
*
Make parse_metadata_use() tolerate empty flag descriptions.
Zac Medico
2010-08-26
1
-8
/
+1
*
Make parse_metadata_use() emulate the Element.itertext() method from
Zac Medico
2010-08-26
1
-3
/
+19
*
Fix up error handling for egencache --update-use-local-desc.
Zac Medico
2010-08-26
1
-2
/
+6
*
Parse flag descriptions in repoman.utilities.parse_metadata_use().
Michał Górny
2010-08-26
1
-5
/
+12
*
Bug #334265 - Fix AttributeError triggered by empty herd element in
Zac Medico
2010-08-24
1
-1
/
+1
*
Fix broken logic in InheritDeprecated.
Zac Medico
2010-08-22
1
-6
/
+6
*
Make InheritDeprecated detect indirect inherits of deprecated eclasses,
Zac Medico
2010-08-22
1
-5
/
+20
*
Make InheritDeprecated check for direct inherits, and give line numbers
Zac Medico
2010-08-22
1
-11
/
+31
*
repoman: check for deprecated eclasses
wired
2010-08-22
1
-1
/
+30
*
Add upstream.workaround warning for addpredict calls. Thanks to
Zac Medico
2010-08-21
2
-2
/
+9
*
Use explicit imports, to make pyflakes happy.
Zac Medico
2010-08-11
1
-1
/
+3
*
Introduce portage.eapi. Use it everywhere.
Sebastian Luther
2010-08-11
1
-7
/
+8
*
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
[next]