misc
/
portage
debian
master
gentoo portage for debian
spline
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move dep_expand and cpv_expand into portage.dbapi submodules.
Zac Medico
2010-02-25
11
-131
/
+162
*
Fix typo in import.
Zac Medico
2010-02-25
1
-1
/
+1
*
Move portage.digestcheck to portage.package.ebuild.digestcheck.
Zac Medico
2010-02-25
4
-143
/
+160
*
Fix broken digestgen import.
Zac Medico
2010-02-25
1
-1
/
+1
*
Relocate portage.util.digestgen to portage.package.ebuild.digestgen.
Zac Medico
2010-02-25
3
-2
/
+2
*
Define 'long' for Python 3.
Arfrever Frehtes Taifersar Arahesis
2010-02-25
1
-0
/
+4
*
Move digestgen to portage.util.digestgen.
Zac Medico
2010-02-25
5
-185
/
+214
*
Move ExtractKernelVersion portage.util.ExtractKernelVersion.
Zac Medico
2010-02-25
3
-73
/
+95
*
Move env_update to portage.util.env_update.envupdate.
Zac Medico
2010-02-25
3
-264
/
+290
*
Fix broken references to portage._doebuild_manifest_exempt_depend.
Zac Medico
2010-02-25
2
-8
/
+7
*
Move cacheddir and listdir to portage.util.listdir.
Zac Medico
2010-02-25
6
-149
/
+170
*
Make auxdbkeys a tuple instead of a list.
Zac Medico
2010-02-25
1
-2
/
+2
*
Split doebuild and related code to the portage.package.ebuild module.
Zac Medico
2010-02-25
13
-2217
/
+2296
*
Remove unused 'expandcache' global variable.
Zac Medico
2010-02-24
1
-2
/
+0
*
Fix a logic error which causes blockers from installed packages to be
Zac Medico
2010-02-24
1
-1
/
+8
*
Add missing writmsg import.
Zac Medico
2010-02-24
1
-0
/
+2
*
Make the first two positional arguments of digestgen() into keyword arguments
Zac Medico
2010-02-23
3
-11
/
+23
*
Add deprecation warnings for unused digestgen() parameters.
Zac Medico
2010-02-23
2
-18
/
+19
*
Fix "AttributeError: 'module' object has no attribute 'mappings'".
Arfrever Frehtes Taifersar Arahesis
2010-02-22
1
-4
/
+5
*
Fix "NameError: global name 'basestring' is not defined" with Python 3.
Arfrever Frehtes Taifersar Arahesis
2010-02-22
1
-0
/
+3
*
Enable --rebuilt-binaries automatically only when in --usepkgonly or
Zac Medico
2010-02-22
4
-4
/
+5
*
Use lazy import for portage.Manifest.
Zac Medico
2010-02-22
1
-2
/
+1
*
Move portage.fetch() to portage.package.ebuild.fetch.fetch().
Zac Medico
2010-02-22
4
-1105
/
+1128
*
Move portage.config class to portage.package.ebuild.config.config.
Zac Medico
2010-02-22
4
-2566
/
+2615
*
Move portage.digraph class to portage.util.digraph.digraph.
Zac Medico
2010-02-22
2
-276
/
+282
*
Move the portage.util module into a directory, for splitting into smaller files.
Zac Medico
2010-02-22
1
-0
/
+0
*
Don't import the portage.dbapi.dbapi class as portage.dbapi anymore, since
Zac Medico
2010-02-22
2
-5
/
+6
*
Use lazy import for the portage.dbapi module.
Zac Medico
2010-02-22
4
-14
/
+15
*
Bug #299095 - Add a deprecation warning for check_license calls with EAPI >= 3
Zac Medico
2010-02-22
3
-1
/
+25
*
Move the portage.FetchlistDict class to the portage.dbapi.porttree module.
Zac Medico
2010-02-21
2
-38
/
+46
*
Show a deprecation warning when getvirtuals() is called.
Zac Medico
2010-02-21
1
-4
/
+21
*
Show a deprecation warning when pkgmerge() is called.
Zac Medico
2010-02-21
1
-0
/
+4
*
Show a deprecation warning when digestParseFile() is called.
Zac Medico
2010-02-21
1
-0
/
+3
*
Move portage.flatten to portage.dep.flatten.
Zac Medico
2010-02-21
2
-12
/
+33
*
Handle CacheCorruption from self.db_ro in _setitem, triggered by INHERITED
Zac Medico
2010-02-20
1
-1
/
+4
*
Add a note about --rebuilt-binaries.
Zac Medico
2010-02-20
1
-0
/
+4
*
Move portage.cpv_getkey() to the portage.versions module.
Zac Medico
2010-02-20
2
-22
/
+29
*
Add missing newline to the "CONFIG_PROTECT is empty" warning message.
Zac Medico
2010-02-20
1
-0
/
+1
*
Use a frozenset for use inside binarytree._eval_use_flags().
v2.2_rc63
Zac Medico
2010-02-19
1
-1
/
+1
*
Add stacklevel=2 to warnings.warn calls.
Zac Medico
2010-02-19
2
-2
/
+2
*
Add stacklevel=2 to warnings.warn() calls.
Zac Medico
2010-02-19
1
-2
/
+2
*
Remove deprecated methods that call removed key_expand function.
Zac Medico
2010-02-19
2
-75
/
+3
*
Add DeprecationWarning to dep_virtual function.
Zac Medico
2010-02-19
1
-0
/
+2
*
Remove deprecated key_expand function and config.load_infodir method.
Zac Medico
2010-02-19
1
-31
/
+0
*
Use Atom.cp instead of dep_getkey.
Zac Medico
2010-02-19
2
-9
/
+9
*
Use Atom.cp instead of dep_getkey.
Zac Medico
2010-02-19
1
-3
/
+6
*
Use Atom.cp instead of dep_getkey.
Zac Medico
2010-02-19
1
-2
/
+2
*
Use a valid atom in the dep_getkey docstring.
Zac Medico
2010-02-19
1
-1
/
+1
*
Use isvalidatom to validate PROVIDE entries.
Zac Medico
2010-02-19
1
-2
/
+8
*
Fix deprecated usage of dep_getkey.
Zac Medico
2010-02-19
1
-1
/
+1
[next]