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-idfetch.git
idfetch
master
SoC2010: IDFetch - Intelligent Distfile Fetcher (Portage modifications)
Kostyantyn Ovechko <fastinetserver@gmail.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
pym
/
repoman
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Make EbuildWhitespace ignore here-documents. Thanks to Diego Pettenò
Zac Medico
2009-04-29
1
-4
/
+19
*
Add a new EAPI.definition check for cases in which EAPI is defined after an
Zac Medico
2009-04-26
2
-1
/
+19
*
Bug #262365 - Punt the prepalldocs check until there is an alternative
Zac Medico
2009-03-17
2
-11
/
+1
*
Loosen EMakeParallelDisabled.re so it can match more variations.
Zac Medico
2009-02-27
1
-1
/
+1
*
Add a new upstream.workaround check for hardcoded MAKEOPTS=-j1 (previously
Zac Medico
2009-02-27
2
-2
/
+9
*
Add a new "portage.internal" warning for prepalldocs usage since the council
Zac Medico
2009-02-12
2
-1
/
+11
*
Warn about WANT_AUTO(CONF|MAKE)=latest settings since they are redundant.
Zac Medico
2009-02-04
1
-1
/
+13
*
Bug #255358 - Add new RDEPEND.implicit warning to detect the caes where DEPEND
Zac Medico
2009-01-18
1
-1
/
+28
*
Adjust the EbuildNestedDie pattern so that it only matches when ( is surrounded
Zac Medico
2008-12-20
1
-1
/
+1
*
Simplify the InheritAutotools pattern by using \b to match word boundaries.
Zac Medico
2008-12-20
1
-2
/
+2
*
Bug #251591 - Adjust the InheritAutotools pattern to treat more things simila...
Zac Medico
2008-12-20
1
-2
/
+2
*
Bug #250212 - Add a new 'upstream.workaround' qa category, and use it for
Zac Medico
2008-12-08
2
-2
/
+2
[next]