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
/
portage
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make parent_use parameter for portage.dep.Atom.violated_conditionals() option...
Sebastian Luther
2010-05-25
1
-14
/
+16
*
Add portage.dep.Atom.violated_conditionals()
Sebastian Luther
2010-05-21
1
-0
/
+39
*
Use os.environ.get() instead of os.getenv(), to hopefully avoid issues
Zac Medico
2010-05-20
1
-4
/
+5
*
Add portage.dep.Atom.unevaluated_atom to not lose the original use dep in Ato...
Sebastian Luther
2010-05-20
1
-2
/
+10
*
Don't use finally with atomic_ofstream since that prevents it from
Zac Medico
2010-05-13
1
-12
/
+6
*
Add a break_hardlinks parameter for tbz2 recompose methods, and enable it
Zac Medico
2010-05-13
1
-3
/
+26
*
Define __all__.
Zac Medico
2010-05-13
1
-1
/
+6
*
Use bytes literals in instead of _unicode_encode() where appropriate
Zac Medico
2010-05-13
1
-13
/
+13
*
Eliminate redundant os.sep in vardbapi.getpath().
Zac Medico
2010-05-06
1
-1
/
+1
*
Eliminate redundant os.sep in vardbapi._bump_mtime. Thanks to
Zac Medico
2010-05-06
1
-1
/
+3
*
Make vardbapi.counter_tick_core() create the counter file's parent directory
Zac Medico
2010-05-03
1
-0
/
+3
*
Support per-package bashrc files.
Michał Górny
2010-04-29
3
-3
/
+6
*
Fix typo from previous commit.
Zac Medico
2010-04-28
1
-1
/
+1
*
Inside bintree.inject(), discard cached metadata to ensure that
Zac Medico
2010-04-28
1
-0
/
+4
*
Use shlex_split for splitting PORTDIR_OVERLAY.
Zac Medico
2010-04-27
2
-17
/
+18
*
Add a Package.iuse.is_valid_flag() method to replace the regex attribute,
Zac Medico
2010-04-27
1
-2
/
+2
*
Revert formatting so chromioumos-overlay won't have to rebase
Zac Medico
2010-04-27
1
-2
/
+2
*
In bintree.inject(), ensure that _pkgindex_entry returns local metadata
Zac Medico
2010-04-27
1
-5
/
+6
*
Make iuse_implicit_re private for now.
Zac Medico
2010-04-27
2
-3
/
+3
*
--update: don't ignore higher versions because of missing IUSE
Sebastian Luther
2010-04-27
2
-5
/
+7
*
Automatically add PORTAGE_BIN_PATH to the front of PATH.
Zac Medico
2010-04-22
1
-0
/
+7
*
Use assertFalse insead of failIf since failIf is deprecated in python 3.2.
Zac Medico
2010-04-11
3
-11
/
+11
*
Make cpv_getversion handle invalid cpv and add cpv_getversion to __all__.
Zac Medico
2010-04-10
1
-1
/
+3
*
Implement REPLACING_VERSIONS and REPLACED_BY_VERSION
Sebastian Luther
2010-04-10
4
-0
/
+35
*
Fix deprecated config.getvirtuals() usage that's triggered by
Zac Medico
2010-04-10
1
-1
/
+1
*
Make spawning of `id -G portage` happen lazily when userpriv_groups is first
Zac Medico
2010-04-10
1
-17
/
+22
*
Handle IOError when trying to cache the Packages file from the binhost.
Zac Medico
2010-04-09
1
-1
/
+1
*
When caching Packages file from binhost, ignore failure to write in cases
Zac Medico
2010-04-09
1
-2
/
+1
*
Handle pkg_pretend output properly
Sebastian Luther
2010-04-07
1
-1
/
+1
*
Make ensure_dirs() behave correctly for DragonFly when EPERM is raised for
Zac Medico
2010-04-06
1
-7
/
+12
*
Remove PORTAGE_USERNAME and PORTAGE_GROUPNAME support for now since antarus
Zac Medico
2010-04-06
3
-9
/
+5
*
Merge remote branch 'fews-portage-branch/pkg_pretend'
Zac Medico
2010-04-02
2
-4
/
+3
|
\
|
*
Implement emerge part of pkg_pretend
Sebastian Luther
2010-04-02
2
-4
/
+3
*
|
Add a test which calls bash -n on all scripts with bash shebang.
Zac Medico
2010-04-02
1
-0
/
+42
*
|
Update copyright header.
Zac Medico
2010-04-02
1
-1
/
+1
*
|
Make RebuiltBinaries only select binary packages with non-empty BUILD_TIME.
Zac Medico
2010-04-02
1
-1
/
+1
|
/
*
Update copyright header.
Zac Medico
2010-04-01
1
-1
/
+1
*
Add DEFINED_PHASES to the dbapi caches and _emerge.Package.metadata
Sebastian Luther
2010-03-30
3
-5
/
+6
*
Add support for probing shebangs and compiling python scripts that don't
Zac Medico
2010-03-27
1
-4
/
+31
*
Make sure portage.VERSION is saved in the mtimedb as type str rather than
Zac Medico
2010-03-27
1
-2
/
+3
*
Implement __unicode__ for python2.
Zac Medico
2010-03-27
1
-0
/
+3
*
If portage.VERSION == HEAD then use a proxy to lazily call git describe --tags
Zac Medico
2010-03-27
1
-0
/
+17
*
Add PORTAGE_USERNAME and PORTAGE_GROUPNAME to the environment whitelist and
Zac Medico
2010-03-26
1
-2
/
+3
*
Use PORTAGE_USERNAME when populating userpriv_groups.
Zac Medico
2010-03-25
1
-1
/
+1
*
Implement PortageException.__unicode__ so the string formatin operator will
Zac Medico
2010-03-25
1
-1
/
+5
*
Add back executable bits, accidentally removed in previous commit.
Zac Medico
2010-03-24
1
-0
/
+0
*
Remove all svn $Id keywords.
Zac Medico
2010-03-24
139
-139
/
+0
*
Don't use $Id or $Rev for version strings since that doesn't work with git.
Zac Medico
2010-03-24
1
-1
/
+1
*
Add support for PORTAGE_USERNAME and PORTAGE_GROUPNAME environment
Zac Medico
2010-03-23
2
-2
/
+6
*
Bug #309149 - Unify look of eend used in bash & python code, additionally
Zac Medico
2010-03-20
1
-5
/
+2
[next]