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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
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
*
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
6
-1
/
+38
*
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
*
Use tbz2.unpackinfo() to unpack the xpak when running pkg_pretend, since we
Zac Medico
2010-04-07
1
-7
/
+4
*
In _run_pkg_pretend(), write ebuild bytes from tbz2.getfile() in binary mode
Zac Medico
2010-04-07
1
-1
/
+1
*
Eliminate redundant code in Scheduler._run_pkg_pretend() and remove unused
Zac Medico
2010-04-07
1
-44
/
+19
*
Handle pkg_pretend output properly
Sebastian Luther
2010-04-07
2
-16
/
+46
*
Make ensure_dirs() behave correctly for DragonFly when EPERM is raised for
Zac Medico
2010-04-06
1
-7
/
+12
*
Cleanup $T earlier to prevent old messages from being displayed - bug 279041
Sebastian Luther
2010-04-06
2
-3
/
+4
*
Remove PORTAGE_USERNAME and PORTAGE_GROUPNAME support for now since antarus
Zac Medico
2010-04-06
4
-11
/
+7
*
also check quoting on the Prefix variables added in EAPI=3, thanks jlec for t...
Fabian Groffen
2010-04-05
1
-0
/
+3
*
For clarity, make egencache --help and man page refer to --config-root
Zac Medico
2010-04-02
2
-2
/
+3
*
Merge remote branch 'fews-portage-branch/pkg_pretend'
Zac Medico
2010-04-02
3
-5
/
+86
|
\
|
*
Implement emerge part of pkg_pretend
Sebastian Luther
2010-04-02
3
-5
/
+86
*
|
Add a test which calls bash -n on all scripts with bash shebang.
Zac Medico
2010-04-02
2
-1
/
+44
*
|
Handle missing $PORTDIR/metadata/herds.xml. Thanks to Arfrever for reporting.
Zac Medico
2010-04-02
3
-6
/
+18
*
|
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
*
Update copyright header.
Zac Medico
2010-04-01
1
-1
/
+1
*
Allow running pkg_info on non-installed packages
Sebastian Luther
2010-03-31
2
-20
/
+98
*
Add DEFINED_PHASES to the dbapi caches and _emerge.Package.metadata
Sebastian Luther
2010-03-30
4
-6
/
+12
*
Move all imports to top.
Zac Medico
2010-03-28
1
-11
/
+9
*
Remove unused variables/imports and extra whitespace.
Zac Medico
2010-03-28
1
-13
/
+11
*
Add support for package sets to quickpkg
Sebastian Luther
2010-03-28
2
-141
/
+189
*
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
*
Ignore *.py[co]
Zac Medico
2010-03-27
1
-0
/
+1
*
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
2
-1
/
+19
*
Add PORTAGE_USERNAME and PORTAGE_GROUPNAME to the environment whitelist and
Zac Medico
2010-03-26
2
-4
/
+6
*
Process help and version actions asap. Thanks to Brian Harring.
Zac Medico
2010-03-26
1
-9
/
+10
*
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
*
Remove unsed check_KV() function. Thanks to Brian Harring.
Zac Medico
2010-03-25
2
-15
/
+1
*
Remove obsolete reference to nonexistent functions like newdepend in
Zac Medico
2010-03-25
1
-2
/
+1
*
Add back executable bits, accidentally removed in previous commit.
Zac Medico
2010-03-24
73
-0
/
+0
*
Remove all svn $Id keywords.
Zac Medico
2010-03-24
312
-312
/
+0
*
Don't use $Id or $Rev for version strings since that doesn't work with git.
Zac Medico
2010-03-24
3
-3
/
+3
*
Use git (repo in current working directory) instead of svn.
Zac Medico
2010-03-23
1
-26
/
+29
*
Add support for PORTAGE_USERNAME and PORTAGE_GROUPNAME environment
Zac Medico
2010-03-23
2
-2
/
+6
*
Add check of herds in metadata.xml
Sebastian Pipping
2010-03-23
3
-1
/
+135
*
Prepare further checks on metadata.xml
Sebastian Pipping
2010-03-23
2
-5
/
+14
*
install_qa_check: make sure init.d and conf.d files do not have syntax errors...
Mike Frysinger
2010-03-23
1
-0
/
+9
[prev]
[next]