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
*
Strip trailing slashes from directory paths if necessary.
Zac Medico
2008-03-19
1
-0
/
+3
*
Bug #210690 - Fix --help output to show the leading slash on the path to
Zac Medico
2008-03-19
1
-1
/
+3
*
Bug #210575 - Optimize doins -r so that it doesn't call itself recursively,
Zac Medico
2008-03-19
1
-18
/
+27
*
Only show the eqawarn from bug #149745 when nothing is found to install. Also,
Zac Medico
2008-03-19
1
-7
/
+12
*
Bug #201045 - Fix unmerge() to preserve unmerge order so that dependencies
Zac Medico
2008-03-19
1
-33
/
+33
*
Bug #139023 - When the --digest option is enabled, advise the user that
Zac Medico
2008-03-18
1
-0
/
+12
*
make filesets non-greedy by default
Marius Mauch
2008-03-18
1
-2
/
+2
*
add unmerge protection for packages still referenced by installed package sets
Marius Mauch
2008-03-18
1
-0
/
+49
*
add @ to the list of invalid atom chars so sets with prefix aren't considered...
Marius Mauch
2008-03-18
1
-1
/
+1
*
fix artifact from r9477
Marius Mauch
2008-03-18
1
-1
/
+1
*
use a dict with CP keys in unmerge() to avoid double unmerges if a package is...
Marius Mauch
2008-03-18
1
-32
/
+38
*
Bug #149745 - Generate an eqawarn message if dohtml is called on a directory
Zac Medico
2008-03-18
1
-0
/
+11
*
Bug #174634 - Fix ebuild 'digest' and 'manifest' behave 100% identically and
Zac Medico
2008-03-18
3
-13
/
+13
*
Bug #212882 - For compatibility with ENOENT exceptions raised from
Zac Medico
2008-03-17
1
-2
/
+18
*
Bug #213592 - Fix --onlydeps breakage.
Zac Medico
2008-03-16
1
-3
/
+4
*
Bug #213540 - Make sure DESTTREE=/usr is set before inherit calls.
Zac Medico
2008-03-16
1
-0
/
+4
*
When in strict mode, make paren_reduce() detect missing whitespace around
Zac Medico
2008-03-15
1
-0
/
+8
*
avoid importing portage to improve performance
Marius Mauch
2008-03-15
1
-3
/
+3
*
add a placeholder for repository paths in 'filename' and 'directory' options ...
Marius Mauch
2008-03-15
1
-4
/
+16
*
Fix an UnboundLocalError for 'pkgindex'.
Zac Medico
2008-03-15
1
-2
/
+2
*
Fix grammar.
Zac Medico
2008-03-14
2
-2
/
+2
*
Bug #42456 - When a checksum failure occurs during fetch, use a new
Zac Medico
2008-03-14
3
-5
/
+31
*
* 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
[next]