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
/
bin
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update syntax of calls to print() for compatibility with Python 3.
Arfrever Frehtes Taifersar Arahesis
2009-09-20
13
-219
/
+218
*
Update syntax of 'except' statements for compatibility with Python 3.
Arfrever Frehtes Taifersar Arahesis
2009-09-20
14
-46
/
+46
*
Use isjustname() where appropriate.
Zac Medico
2009-09-12
1
-1
/
+2
*
Fix false positives in gcc QA with debug mode some more. Thanks again to
Zac Medico
2009-09-08
1
-3
/
+3
*
Fix code from previous commit so it's guaranteed to always properly reset
Zac Medico
2009-09-08
1
-2
/
+6
*
In debug mode, avoid showing gcc QA search strings in the trace, so they won't
Zac Medico
2009-09-08
1
-0
/
+4
*
add note that this file does not seem to deal with ROOT at all
Fabian Groffen
2009-09-05
1
-0
/
+2
*
Fix usage of VDB_PATH
Fabian Groffen
2009-09-05
2
-2
/
+2
*
Add dev-util/gperf to list of suspected run-time dependencies (bug #283357).
Arfrever Frehtes Taifersar Arahesis
2009-09-01
1
-0
/
+1
*
Many packages use setuptools at run-time, so remove it from list of suspected...
Arfrever Frehtes Taifersar Arahesis
2009-08-29
1
-1
/
+0
*
make sure we can deal with arches like x86-fbsd, like is done in bin/ebuild-h...
Fabian Groffen
2009-08-24
1
-1
/
+1
*
Add a LIVEVCS.unmasked category for ebuilds that have non-empty KEYWORDS and
Zac Medico
2009-08-23
1
-1
/
+26
*
Avoid potential empty lines in warnings about missing SONAMEs or NEEDED entri...
Arfrever Frehtes Taifersar Arahesis
2009-08-21
1
-0
/
+2
*
Rename QA_NEEDED to QA_DT_NEEDED.
Arfrever Frehtes Taifersar Arahesis
2009-08-21
1
-6
/
+6
*
Add support for QA_SONAME variable (bug #281964). Add support for QA_NEEDED v...
Arfrever Frehtes Taifersar Arahesis
2009-08-21
1
-5
/
+50
*
Support QA_DT_HASH_${ARCH} and QA_PRESTRIPPED_${ARCH} (bug #271416).
Arfrever Frehtes Taifersar Arahesis
2009-08-21
3
-0
/
+5
*
Use _encodings['repo.content'] for decoding profiles.desc, ChangeLog,
Zac Medico
2009-08-19
1
-5
/
+11
*
Add 'return False' which was missing from the previous commit.
Arfrever Frehtes Taifersar Arahesis
2009-08-17
1
-0
/
+1
*
Print a warning when nonexistent files have been passed to dohtml.
Arfrever Frehtes Taifersar Arahesis
2009-08-17
1
-1
/
+3
*
Use elog in _eapi0_pkg_nofetch().
Zac Medico
2009-08-15
1
-2
/
+2
*
Remove ACCEPT_PROPERTIES filtering since it's filtered on the python side.
Zac Medico
2009-08-15
1
-1
/
+1
*
Add ACCEPT_PROPERTIES variable which has default value * and can be set in
Mounir Lamouri
2009-08-11
1
-1
/
+1
*
Update imports to import portage.os (with unicode wrappers), and use
Zac Medico
2009-08-11
13
-14
/
+25
*
This is an unused commandline interface to xpak.xpak().
Zac Medico
2009-08-10
1
-18
/
+0
*
Add portage ImportError sys.path insertion.
Zac Medico
2009-08-10
1
-0
/
+7
*
This is an uneeded script for parsing ldd output.
Zac Medico
2009-08-10
1
-44
/
+0
*
This definitely obsolete.
Zac Medico
2009-08-10
1
-31
/
+0
*
This is an obsolete shell script for applying package moves vardb entry.
Zac Medico
2009-08-10
1
-20
/
+0
*
This script is obsolete since manifest 2.
Zac Medico
2009-08-10
1
-100
/
+0
*
This old script does checksums on installed files. People use equery for this
Zac Medico
2009-08-10
1
-66
/
+0
*
This is a commandline interface to pkgsplit() that probably isn't used by
Zac Medico
2009-08-10
1
-20
/
+0
*
This is an old emerge profiling script that probably doesn't work.
Zac Medico
2009-08-10
1
-44
/
+0
*
Add portage ImportError sys.path insertion.
Zac Medico
2009-08-10
1
-1
/
+8
*
Fix typo in comment. Thanks to Arfrever.
Zac Medico
2009-08-09
1
-2
/
+2
*
Bug #280690 - Fix incorrect idendification of start quote as end quote when
Zac Medico
2009-08-09
1
-1
/
+6
*
Use writemsg_stdout() for safe unicode output.
Zac Medico
2009-08-08
1
-14
/
+15
*
Move global portage import to the top and add writemsg and
Zac Medico
2009-08-08
1
-20
/
+23
*
Simplify command introspection inside usage().
Zac Medico
2009-08-08
1
-6
/
+3
*
Add a new portage.util.shlex_split() function to wrap all shlex.split() calls,
Zac Medico
2009-08-06
1
-6
/
+6
*
Filter PORTAGE_NONFATAL from the environment where appropriate.
Zac Medico
2009-08-06
1
-1
/
+1
*
Implement nonfatal().
Arfrever Frehtes Taifersar Arahesis
2009-08-06
1
-0
/
+16
*
Bug #277537 - Synchronize order of PATH elements with the order defined by
Zac Medico
2009-08-06
1
-2
/
+2
*
Bug #277544 - Add missing -c switch in bzip2 arguments. Thanks to Michał Górny
Zac Medico
2009-08-06
1
-1
/
+1
*
Decode arguments to unicode if necessary (needed at least for unicode file
Zac Medico
2009-08-04
1
-2
/
+7
*
Bug #280320 - Fix broken _emerge.main ImportError handler..
Zac Medico
2009-08-04
1
-1
/
+1
*
Bug #280259 - Fix emaint to call binarytree._load_pkgindex() for unicode
Zac Medico
2009-08-04
1
-13
/
+3
*
Add a PDEPEND.suspect category.
Zac Medico
2009-08-04
1
-3
/
+5
*
Make the USE=test RDEPEND check (bug #236786) also apply to PDEPEND.
Zac Medico
2009-08-03
1
-4
/
+5
*
Remove the code from bug #278895 since we're going to need a daemon process
Zac Medico
2009-08-03
3
-25
/
+1
*
Add a python-based setsid script for use with USERLAND=BSD.
Zac Medico
2009-07-30
2
-2
/
+15
[next]