misc
/
portage
debian
master
gentoo portage for debian
spline
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
bin
Commit message (
Expand
)
Author
Age
Files
Lines
*
dyn_spec: account for empty $FILESDIR
Zac Medico
2010-10-29
1
-1
/
+3
*
debug-print: don't stat $T during depend phase
v2.1.9.23
Zac Medico
2010-10-27
1
-1
/
+1
*
ebuild: move SANDBOX_ON=0 setting later
Zac Medico
2010-10-27
1
-3
/
+3
*
Only addwrite for tmp dirs if sandbox is enabled.
Zac Medico
2010-10-27
1
-1
/
+1
*
repoman: use slice to avoid IndexError
Zac Medico
2010-10-27
1
-1
/
+1
*
repoman: optimize svn keywords handling
Zac Medico
2010-10-27
1
-4
/
+7
*
repoman: avoid possible IndexError with svn props
Zac Medico
2010-10-27
1
-1
/
+2
*
debug-print-function: output like older portage
Zac Medico
2010-10-27
1
-1
/
+1
*
debug-print: permission fixes
Zac Medico
2010-10-27
1
-4
/
+7
*
ebuild: account for symlink in /var/db/pkg path
Zac Medico
2010-10-27
1
-1
/
+1
*
ebuild(1): fix breakage for /var/db/pkg ebuilds
Zac Medico
2010-10-27
1
-2
/
+3
*
Simplify retval checks in has_version() and best_version().
Michał Górny
2010-10-27
1
-10
/
+4
*
Simplify debug-print*() functions code.
Michał Górny
2010-10-27
1
-20
/
+12
*
egencache --update-changelogs: reverse the sort order for headers.
Michał Górny
2010-10-27
1
-2
/
+3
*
Fix some typos and improve a message in repoman.
Arfrever Frehtes Taifersar Arahesis
2010-10-27
1
-6
/
+5
*
Bug #340475: Make repoman check if SVN keywords are enabled in svn:keywords.
Arfrever Frehtes Taifersar Arahesis
2010-10-27
1
-16
/
+24
*
Allow repoman to commit files, which have changes only in SVN properties.
Arfrever Frehtes Taifersar Arahesis
2010-10-27
1
-3
/
+3
*
Don't compress empty files, bug 340935.
Ulrich Mueller
2010-10-15
1
-0
/
+1
*
Fix indention error in repoman headerstring code.
v2.1.9.16
Zac Medico
2010-10-11
1
-3
/
+3
*
Fix portageq to handle NOCOLOR.
Zac Medico
2010-10-11
1
-0
/
+5
*
Invert repoman cvs logic for headerstring.
Zac Medico
2010-10-11
1
-1
/
+1
*
has/best_version: eqawarn if EAPI wrong for atom
Zac Medico
2010-10-11
1
-4
/
+42
*
Don't look for $Header$ when using svn.
Michał Górny
2010-10-11
1
-17
/
+23
*
Use EAPI to validate best/has_version atoms.
Zac Medico
2010-10-11
1
-2
/
+5
*
Include gpg key in repoman commit message.
Zac Medico
2010-10-06
1
-1
/
+3
*
Fix ebuild(1) to handle layout.conf masters.
Zac Medico
2010-10-06
1
-3
/
+6
*
Fix undefined name 'output_mode'.
Zac Medico
2010-10-06
1
-1
/
+1
*
egencache: Sort file names for ChangeLog
Sebastian Luther
2010-10-06
1
-6
/
+76
*
egencache --update-changelogs: write if needed
Michał Górny
2010-10-06
1
-9
/
+18
*
egencache --update-changelogs: Filter messages
Michał Górny
2010-10-06
1
-4
/
+15
*
egencache --update-changelogs: escape CP regexp
Michał Górny
2010-10-06
1
-1
/
+1
*
egencache --update-changelogs: don't break change list on hyphens.
Michał Górny
2010-10-06
1
-2
/
+6
*
egencache --update-changelogs: strip leading CP from the log messages.
Michał Górny
2010-10-06
1
-1
/
+4
*
Add support for 'egencache --update-changelogs'.
Michał Górny
2010-10-06
1
-4
/
+141
*
Fix readonly variable assignment for PORTAGE_BINPKG_TMPFILE when
Zac Medico
2010-09-30
1
-1
/
+1
*
Invert portageq list_preserved_libs returncode meaning.
Zac Medico
2010-09-30
1
-4
/
+4
*
doman: ${mandir} can't contain complete suffix so don't check for it.
Michał Górny
2010-09-30
1
-1
/
+1
*
Bug #338588 - Allow quickpkg to create packages even though the
Zac Medico
2010-09-25
1
-3
/
+10
*
In EbuildIpc._receive_reply(), close the input_file when finished.
v2.2_rc86
Zac Medico
2010-09-21
1
-0
/
+2
*
In EbuildIpc._wait(), use waitpid() instead of wait() since we really
Zac Medico
2010-09-21
1
-1
/
+1
*
Bug #337465 - Make ebuild-ipc use an array in order to force a
Zac Medico
2010-09-21
1
-3
/
+16
*
Make ebuild-ipc use select() for timeouts, instead of alarm signals.
Zac Medico
2010-09-21
1
-29
/
+44
*
Fix default() and default_src_install() definitions to account for
Zac Medico
2010-09-20
1
-0
/
+10
*
Make ebuild-ipc use a normal read() call instead of array.fromfile()
Zac Medico
2010-09-20
1
-13
/
+3
*
Make ebuild-ipc kill the child IO process before it exits due to timeout.
Zac Medico
2010-09-20
1
-1
/
+8
*
Fix ebuild-ipc to correctly handle non-zero return codes from
Zac Medico
2010-09-20
1
-4
/
+8
*
Rewrite ebuild-ipc timeout handling to use forks.
Zac Medico
2010-09-20
1
-62
/
+85
*
Make ebuild-ipc show an additional 'read failed' message if the buffer
Zac Medico
2010-09-20
1
-1
/
+8
*
If ebuild-ipc times out during read, check if the read buffer is
Zac Medico
2010-09-20
1
-2
/
+4
*
Revert "Add option -s to docompress command."
Ulrich Mueller
2010-09-20
1
-7
/
+1
[next]