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
*
Make sed wrapper not executable. Currently the wrapper is installed via doex...
Alec Warner
2006-04-23
1
-0
/
+0
*
Fix sed breakage for people with weird PATH, fix tabs. Thanks to Flameeyes o...
Alec Warner
2006-04-23
1
-13
/
+15
*
set executable bit for sed-wrapper
Simon Stelling
2006-04-23
1
-0
/
+0
*
tighten up output in pretend mode
Mike Frysinger
2006-04-23
1
-4
/
+6
*
fixup clean output
Mike Frysinger
2006-04-23
1
-3
/
+4
*
space arguments
Mike Frysinger
2006-04-23
1
-2
/
+2
*
Fix FileNotFound error when ignoreMissing=True for bug #130928.
Zac Medico
2006-04-23
1
-4
/
+9
*
Replace hard coded "size" with MANIFEST1_HASH_FUNCTIONS.
Zac Medico
2006-04-23
1
-1
/
+1
*
Remove bogus "size" manifest entries reported by vapier.
Zac Medico
2006-04-23
1
-2
/
+3
*
Add copyright header, thanks to Zac Medico for pointing that out for me
Alec Warner
2006-04-22
1
-0
/
+2
*
A sed wrapper for OSX/BSD courtesy of Flameeyes and Spanky
Alec Warner
2006-04-22
1
-0
/
+22
*
Disable sandbox during package phase interaction with $PKGDIR for compatibili...
Zac Medico
2006-04-22
1
-1
/
+3
*
Print the actual DISTDIR location in the help ouput of clean_locks for bug #1...
Zac Medico
2006-04-22
1
-2
/
+3
*
s/Do you want me/Would you like/g for bug #112439.
Zac Medico
2006-04-22
1
-5
/
+5
*
Exit with error status when the user has attempted to unmerge a package that ...
Zac Medico
2006-04-22
1
-4
/
+7
*
Fix partial download size calculation for bug #116796.
Zac Medico
2006-04-21
1
-6
/
+21
*
Fix `emerge -s` download size calculation for bug #130750.
Zac Medico
2006-04-21
2
-21
/
+21
*
Implement portage.config.get() in order to provide more of the standard mappi...
Zac Medico
2006-04-21
1
-2
/
+7
*
Use os.path.join for PORTAGE_GPG_DIR and remove a duplicate access check.
Zac Medico
2006-04-21
1
-2
/
+2
*
if PORTAGE_GPG_DIR is not set then default to ~/.gnupg instead of just dumpin...
Mike Frysinger
2006-04-20
1
-1
/
+6
*
Fix repoman --commitmsgfile logic. Thanks to Christian Heim <phreak@gentoo.o...
Zac Medico
2006-04-20
1
-2
/
+15
*
Add and "other" EBUILD_PHASE for bug #127585. Thanks to Patrick Avery <pyrom...
Zac Medico
2006-04-20
2
-2
/
+3
*
Update Manifest automatically in repoman commit mode for bug #130541.
Zac Medico
2006-04-20
1
-0
/
+4
*
support *.bz #130406
Mike Frysinger
2006-04-19
1
-1
/
+1
*
use just [[...]] instead of ((...)); especially when dealing with user input
Mike Frysinger
2006-04-18
1
-15
/
+18
*
s/GENTOO_MIRRORs/GENTOO_MIRRORS/
Zac Medico
2006-04-18
1
-1
/
+1
*
Fix gpgsign logic for bug #57445.
Zac Medico
2006-04-18
1
-52
/
+66
*
Implement portage.config.setdefault() in order to provide more of the standar...
Zac Medico
2006-04-18
1
-0
/
+8
*
Ignore ENOENT errors when $FILESDIR doesn't exist. Thanks to Christian Heim ...
Zac Medico
2006-04-17
1
-4
/
+10
*
dont dump debug update info in quiet mode
Mike Frysinger
2006-04-17
1
-3
/
+4
*
Avoid rewritting the Manifest whenever possible by comparing the existing man...
v2.1_pre9
Zac Medico
2006-04-17
1
-70
/
+154
*
touchup emerge --help: reorder and wrap lines. credit goes to Benno Schulenbe...
Simon Stelling
2006-04-16
1
-41
/
+44
*
sync short options with the rest of emerge --help; bug 124489
Simon Stelling
2006-04-16
1
-1
/
+1
*
add instructions how to update portage when --sync tells you to do so; bug 11...
Simon Stelling
2006-04-16
1
-0
/
+1
*
make misc-functions.sh executable as it's called directly from the python side
Simon Stelling
2006-04-16
1
-0
/
+0
*
fix misuse of 'cat'
Simon Stelling
2006-04-16
1
-2
/
+2
*
eat whitespace
Mike Frysinger
2006-04-16
1
-4
/
+0
*
use a temp file but this time cut out the duplicate calls to `find`
Mike Frysinger
2006-04-16
1
-9
/
+10
*
Make find arguments portable for bug #129935 and remove temp file usage for b...
Zac Medico
2006-04-16
1
-12
/
+2
*
Override LazyItemsDict.update() so that it works correctly with other instanc...
Zac Medico
2006-04-15
1
-2
/
+10
*
touchup syntax and dont execute the loop as many times
Mike Frysinger
2006-04-15
1
-5
/
+5
*
use strip_duplicate_slashes instead of "for 1 2 3 do var=${var/\/\///}"
Simon Stelling
2006-04-15
1
-5
/
+1
*
remove all unneeded slashes, not only // or ///
Simon Stelling
2006-04-15
1
-2
/
+4
*
`` must die
Simon Stelling
2006-04-15
10
-60
/
+60
*
some more hasq fixes
Simon Stelling
2006-04-15
1
-10
/
+6
*
use has instead of bloated bash constructs
Simon Stelling
2006-04-15
1
-3
/
+1
*
fix typo from rev 3151
Simon Stelling
2006-04-15
1
-1
/
+1
*
only move $T/environment if it exists; bug 64926
Simon Stelling
2006-04-15
1
-1
/
+1
*
Split out a reusable Manifest._readManifest() method.
Zac Medico
2006-04-15
1
-15
/
+26
*
Add singleton support to LazyItemsDict to make it easier to use with arbitrar...
Zac Medico
2006-04-15
2
-28
/
+25
[next]