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
*
Recognize git-2.eclass as a live eclass.
Zac Medico
2011-02-14
1
-0
/
+1
*
repoman: add check for using offset vars with helpers
Fabian Groffen
2011-01-30
1
-0
/
+1
*
When killed by signal, return 128 + signum.
Zac Medico
2011-01-15
1
-3
/
+5
*
repoman: ignore deprecated profiles.desc entries
Zac Medico
2010-12-18
1
-0
/
+3
*
repoman: handle ElementTree.ParseError
Zac Medico
2010-12-17
1
-1
/
+1
*
repoman: fix broken masking check
v2.2.0_alpha5
Zac Medico
2010-11-24
1
-1
/
+1
*
repoman: enable dep check with empty KEYWORDS
Zac Medico
2010-11-22
1
-12
/
+50
*
repoman: add wxwidgets.eclassnotused (bug 305469)
Ryan Hill
2010-11-13
1
-0
/
+11
*
repoman: use slice to avoid IndexError
Zac Medico
2010-10-27
1
-1
/
+1
*
repoman: optimize svn keywords handling
Zac Medico
2010-10-27
1
-4
/
+7
*
repoman: avoid possible IndexError with svn props
Zac Medico
2010-10-27
1
-1
/
+2
*
Fix some typos and improve a message in repoman.
Arfrever Frehtes Taifersar Arahesis
2010-10-23
1
-6
/
+5
*
Bug #340475: Make repoman check if SVN keywords are enabled in svn:keywords.
Arfrever Frehtes Taifersar Arahesis
2010-10-23
1
-16
/
+24
*
Allow repoman to commit files, which have changes only in SVN properties.
Arfrever Frehtes Taifersar Arahesis
2010-10-23
1
-3
/
+3
*
Fix indention error in repoman headerstring code.
v2.2_rc94
Zac Medico
2010-10-11
1
-3
/
+3
*
Invert repoman cvs logic for headerstring.
Zac Medico
2010-10-11
1
-1
/
+1
*
Don't look for $Header$ when using svn.
Michał Górny
2010-10-11
1
-17
/
+23
*
Revert fix for bug #339939, pending discussion.
Zac Medico
2010-10-07
1
-15
/
+0
*
repoman: Don't count git snapshots as live.
Zac Medico
2010-10-07
1
-0
/
+15
*
Include gpg key in repoman commit message.
Zac Medico
2010-10-06
1
-1
/
+3
*
Fix a typo in a comment.
Zac Medico
2010-09-28
1
-1
/
+1
*
Fix breakage (from reposyntax branch) in repoman's ability to append
Zac Medico
2010-09-28
1
-1
/
+4
*
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
[next]