misc
/
portage
debian
master
gentoo portage for debian
spline
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
bin
/
repoman
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make repoman tolerate errors from utime() when fetching metadata.dtd.
Zac Medico
2010-09-19
1
-2
/
+9
*
Add virtual/linux-sources to repoman's RDEPEND.suspect check.
Zac Medico
2010-09-17
1
-0
/
+1
*
Bug #337180 - Add a --unmatched-removal option for stricter checking
Zac Medico
2010-09-15
1
-0
/
+4
*
Make sure atoms in profiles follow the profiles EAPI
Sebastian Luther
2010-09-13
1
-1
/
+1
*
Make repoman disable FEATURES=unknown-features-warn for the profiles
Zac Medico
2010-09-02
1
-0
/
+4
*
Fix broken reference to config.pmaskdict for repoman --without-mask.
Zac Medico
2010-08-27
1
-1
/
+4
*
repoman: Fix NameError on musedict when metadata is not available.
Michał Górny
2010-08-27
1
-1
/
+1
*
Add a IUSE.missing repoman category for packages that have a USE
Zac Medico
2010-08-26
1
-0
/
+1
*
Use dict.__iter__() instead of keys().
Zac Medico
2010-08-26
1
-1
/
+1
*
Make repoman ignore FEATURES=digest when in manifest-check mode.
Zac Medico
2010-08-26
1
-1
/
+2
*
Make the Atom class add 'EAPI.incompatible' category attributes to
Zac Medico
2010-08-26
1
-27
/
+0
*
Fix repoman's allvalid variable to account for more possibly invalid
Zac Medico
2010-08-26
1
-1
/
+4
*
Parse flag descriptions in repoman.utilities.parse_metadata_use().
Michał Górny
2010-08-26
1
-5
/
+3
*
Disable 'unused local USE-description' check if there are any invalids.
Michał Górny
2010-08-26
1
-5
/
+9
*
Remove unused myiuse variable in repoman.
Zac Medico
2010-08-26
1
-5
/
+0
*
Let use_reduce and Atom do EAPI checks
Sebastian Luther
2010-08-26
1
-3
/
+2
*
Fix repoman to support FEATURES=digest (reportedly it used to work
Zac Medico
2010-08-25
1
-0
/
+1
*
Use Package.iuse.is_valid_flag() to account for implicit IUSE.
Zac Medico
2010-08-24
1
-1
/
+1
*
repoman: Let repoman check for flags missing from IUSE
Sebastian Luther
2010-08-24
1
-1
/
+2
*
repoman: check for deprecated eclasses
wired
2010-08-22
1
-0
/
+2
*
Bug #324075 - If the vcs doesn't preserve mtimes then disable the
Zac Medico
2010-08-18
1
-3
/
+7
*
* Replace config._iuse_implicit_re with a callable _iuse_implicit_match
Zac Medico
2010-08-18
1
-3
/
+2
*
Temporarily disable portage.dep deprecation warnings for external api
Zac Medico
2010-08-17
1
-0
/
+1
*
Fix broken reference to 'myprovide' variable.
Zac Medico
2010-08-16
1
-1
/
+1
*
Pass token_class=portage.dep.Atom when parsing PROVIDE.
Zac Medico
2010-08-16
1
-1
/
+2
*
Pass token_class parameter if possible to use_reduce
Sebastian Luther
2010-08-16
1
-79
/
+73
*
portage.dep: Integrate the functionality of flatten into use_reduce
Sebastian Luther
2010-08-14
1
-8
/
+9
*
Implement use dependency defaults
Sebastian Luther
2010-08-13
1
-0
/
+2
*
Make REQUIRED_USE work again. Without paren_reduce this time.
Sebastian Luther
2010-08-11
1
-1
/
+1
*
Use eapi_has_required_use for REQUIRED_USE eapi checks
Sebastian Luther
2010-08-11
1
-2
/
+3
*
Use explicit imports, to make pyflakes happy.
Zac Medico
2010-08-11
1
-1
/
+2
*
Introduce portage.eapi. Use it everywhere.
Sebastian Luther
2010-08-11
1
-5
/
+6
*
portage.dep.use_reduce: pass is_src_uri when needed
Sebastian Luther
2010-08-10
1
-1
/
+3
*
portage.dep._dep_check_strict: Unused, removed
Sebastian Luther
2010-08-10
1
-2
/
+0
*
portage.dep.use_reduce: Work on depstrings instead of paren_reduce'd dep arrays
Sebastian Luther
2010-08-10
1
-23
/
+6
*
Allow flags from IUSE_IMPLICIT in REQUIRED_USE. Move checks to resolution time.
Sebastian Luther
2010-08-10
1
-1
/
+3
*
Add repoman check for REQUIRED_USE
Sebastian Luther
2010-08-10
1
-0
/
+17
*
Detect if python xml support is enabled and bail out with an
Zac Medico
2010-08-08
1
-5
/
+12
*
Bug #285191 - Add back the RDEPEND.implicit warning to detect the cases
Zac Medico
2010-08-04
1
-1
/
+1
*
repoman: Check if the prefix.eclass is inherited if eprefixify is used. Thank...
Sebastian Luther
2010-08-04
1
-0
/
+1
*
Remove 'filedir.missing' check info.
Michał Górny
2010-07-15
1
-1
/
+0
*
Use b'foo' instead of _unicode_encode() where appropriate.
Zac Medico
2010-07-14
1
-3
/
+3
*
Fix unicode handling in arguments and commit message handling (tested
Zac Medico
2010-07-14
1
-16
/
+19
*
Combine the two 'file.executable' checks into a single one.
Michał Górny
2010-07-14
1
-4
/
+1
*
Fix 'repoman --ask' to not require an argument.
Michał Górny
2010-07-12
1
-1
/
+1
*
Support '--ask' option to 'repoman commit'.
Michał Górny
2010-07-11
1
-0
/
+8
*
Make the commitmessage append clearer.
Michał Górny
2010-07-11
1
-4
/
+5
*
Pass '--relative' to 'git diff-index'.
Michał Górny
2010-07-11
1
-24
/
+5
*
Introduce '--vcs' option for repoman.
Michał Górny
2010-07-11
1
-7
/
+17
*
Rewrite VCS detection code in repoman.
Michał Górny
2010-07-11
1
-11
/
+8
[next]