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
*
* Optimize parallel-fetch to avoid redundant checksum verification.
Zac Medico
2008-03-14
3
-3
/
+26
*
Make strip_empty() return a nedw list instead of working in-place. Thanks to
Zac Medico
2008-03-13
1
-5
/
+1
*
- news bugfix from ferringb
Ned Ludd
2008-03-11
1
-0
/
+1
*
Bug #212882 - Fix lockfile() to handle errno.EACCES raised from the fcntl
Zac Medico
2008-03-10
1
-1
/
+1
*
When all available ebuilds are masked, avoid producing warning message when
Zac Medico
2008-03-09
1
-1
/
+2
*
Fix var_assign_re to recognize a call to the 'declare' builtin even when
Zac Medico
2008-03-09
1
-1
/
+1
*
add some status messages, try to copy the tarball into DISTDIR, use getopt fo...
Marius Mauch
2008-03-09
1
-8
/
+26
*
Make readpkgindex() and writepkgindex() private methods of PackageIndex.
v2.2_pre4
Zac Medico
2008-03-08
1
-24
/
+24
*
Convert PackageIndex.packages from a dict to a list so that in the future
Zac Medico
2008-03-07
3
-17
/
+46
*
Make --prune and --depclean operate with missing dependencies when only
Zac Medico
2008-03-07
1
-2
/
+10
*
Use os.environ["SANDBOX_ON"] = "0" to make portageq exempt from sandbox for
Zac Medico
2008-03-06
2
-1
/
+5
*
Remove egrep syntax emulation since it's not really needed.
Zac Medico
2008-03-06
2
-18
/
+4
*
Implement the sed-based declare -r filter in python.
Zac Medico
2008-03-06
2
-9
/
+14
*
Move the variable name validation regexes (for bug 211949) into
Zac Medico
2008-03-06
2
-8
/
+11
*
Update the description to reflect the new meaning of PATTERN.
Zac Medico
2008-03-05
1
-3
/
+4
*
Pass a space-separated list of variables into filter-bash-environment.py and
Zac Medico
2008-03-05
2
-9
/
+5
*
Fix have_end_quote() to compare the quote against the correct group.
Zac Medico
2008-03-05
1
-1
/
+1
*
Bug #211949 - Tighten the variable name filter to exclude any variables
Zac Medico
2008-03-05
1
-1
/
+1
*
Handle multi-line quoted variable assignments.
Zac Medico
2008-03-05
1
-8
/
+37
*
As requested by wolf31o2, use the ROOT setting from make.conf as long as
Zac Medico
2008-03-05
1
-7
/
+2
*
TODO: Move variable name validation and declare -r filtering
Zac Medico
2008-03-05
1
-0
/
+3
*
Update description to reflect the new meaning of the PATTERN argument.
Zac Medico
2008-03-05
1
-1
/
+2
*
Implement variable assignment handling in python so that we can eventually
Zac Medico
2008-03-05
2
-3
/
+10
*
Remove redundant CUSTOM_PROFILE_PATH from the PROFILE_PATHS variable so
Zac Medico
2008-03-05
1
-1
/
+1
*
Fix func_start_re so that it requires at least one alphanumeric character.
Zac Medico
2008-03-04
1
-1
/
+1
*
Tighten the funct_start_re so that it doesn't match leading whitespace
Zac Medico
2008-03-04
1
-1
/
+1
*
Bug #211949 - Temporarily revert back to a less strict regex in order to
Zac Medico
2008-03-04
1
-1
/
+1
*
Add support for idendification of function definitions since it's needed
Zac Medico
2008-03-04
1
-2
/
+18
*
Bug #211949 - Fix the regex so that it won't match the = character (equals
Zac Medico
2008-03-04
1
-1
/
+1
*
tell rpmbuild to clean it's working files after completion, bug #97776
Marius Mauch
2008-03-03
1
-1
/
+1
*
fix message on ValueError to not sound like crap
Marius Mauch
2008-03-03
1
-1
/
+1
*
don't list files as being merged when they are ignored due to confmem, bug #2...
Marius Mauch
2008-03-03
1
-2
/
+1
*
check available space in DISTDIR before trying to fetch/copy a file, bug #212152
Marius Mauch
2008-03-03
1
-2
/
+11
*
Buf #210372 - Fix FEATURES=suidctl so that it really works again.
Zac Medico
2008-03-03
1
-7
/
+8
*
Bug #211949 - Tweak the regex so that a leading whitespace character
Zac Medico
2008-03-03
1
-1
/
+2
*
Fix the regex for bug #211949 so that it correctly matches variable
Zac Medico
2008-03-03
1
-1
/
+1
*
Quote the file path and uri inside FETCHCOMMAND and RESUMECOMMAND. Thanks
Zac Medico
2008-03-03
1
-2
/
+2
*
Bug #211949 - As suggested by vapier, tighten the variable filter to also
Zac Medico
2008-03-02
2
-2
/
+5
*
Make profile stacking of default USE and package.* slightly more efficient
Zac Medico
2008-03-02
1
-3
/
+6
*
one more fix to restore correct order for usemask/useforce
Marius Mauch
2008-03-02
1
-6
/
+12
*
fix indentation screwup from r9412
Marius Mauch
2008-03-02
1
-3
/
+3
*
change stacking order of r9408 so more specific atoms override generic ones
Marius Mauch
2008-03-02
1
-7
/
+7
*
Fix typo.
Zac Medico
2008-03-02
1
-1
/
+1
*
apply r9408 also for profile-base package.*use* files
Marius Mauch
2008-03-02
1
-9
/
+27
*
remove FEATURES=livecvsportage
Marius Mauch
2008-03-02
2
-32
/
+29
*
stack use flags from package.use for multiple matching atoms (bug #200385)
Marius Mauch
2008-03-02
1
-3
/
+9
*
ensure that global variables are used to prevent confusing issues like bug #2...
Marius Mauch
2008-03-02
2
-1
/
+8
*
undo registrations of preserved libraries if the merge fails, bug #210501
Marius Mauch
2008-03-02
1
-0
/
+3
*
Bug #211949 - Make filter_readonly_variables() remove any variables
Zac Medico
2008-03-01
1
-3
/
+7
*
Make 'import portage' statements more tolerant to broken source statements
Zac Medico
2008-03-01
2
-3
/
+28
[next]