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
*
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
*
Make repoman tolerate errors from utime() when fetching metadata.dtd.
Zac Medico
2010-09-19
1
-2
/
+9
*
Fix ebuild-ipc.py to timeout if necessary when opening input_file
Zac Medico
2010-09-18
1
-2
/
+8
*
Use blocking IO in ebuild-ipc.py and EbuildIpcDaemon._send_reply(),
Zac Medico
2010-09-18
1
-17
/
+1
*
Put more variables in PORTAGE_READONLY_VARS instead of using
Zac Medico
2010-09-17
2
-24
/
+20
*
Rename READONLY_EBUILD_METADATA and READONLY_PORTAGE_VARS to start
Zac Medico
2010-09-17
2
-5
/
+6
*
Remove unused PORTAGE_MASTER_PID variable.
Zac Medico
2010-09-17
1
-1
/
+1
*
Add virtual/linux-sources to repoman's RDEPEND.suspect check.
Zac Medico
2010-09-17
1
-0
/
+1
*
Don't unset PORTAGE_BUILDDIR in save_ebuild_env() since it's
Zac Medico
2010-09-17
1
-1
/
+1
*
Add PORTAGE_BUILDDIR to READONLY_PORTAGE_VARS since it's extremely
Zac Medico
2010-09-17
1
-1
/
+1
*
Bug #337180 - Add a --unmatched-removal option for stricter checking
Zac Medico
2010-09-15
1
-0
/
+4
*
Make ebuild-ipc.py close the output_file before trying to re-open it
Zac Medico
2010-09-14
1
-2
/
+6
*
Bug #336433 - Don't filter the DCCC_PATH variable from environment since
Zac Medico
2010-09-14
1
-1
/
+1
*
Add option -s to docompress command.
Ulrich Mueller
2010-09-14
1
-1
/
+7
*
Revert "Remove ebuild-helpers/preplib (bug 102297)"
Zac Medico
2010-09-14
1
-0
/
+28
*
Make ebuild-ipc timeout messages show which operation timed out.
Zac Medico
2010-09-14
1
-6
/
+11
*
Bug #336142 - Make ebuild-ipc.py keep trying to communicate indefinitely,
Zac Medico
2010-09-14
1
-36
/
+98
*
Remove ebuild-helpers/preplib (bug 102297)
Sebastian Luther
2010-09-13
1
-28
/
+0
*
Make sure atoms in profiles follow the profiles EAPI
Sebastian Luther
2010-09-13
1
-1
/
+1
*
Bug #336873 - Add a leading comma when matching --hash-style=gnu
Zac Medico
2010-09-13
1
-1
/
+1
*
Bug #337031 - Don't make "always overflow destination buffers" gcc
v2.2_rc81
Zac Medico
2010-09-12
1
-3
/
+4
*
Bug #336142 - Use a longer timeout for ebuild-ipc, in case the system is
Zac Medico
2010-09-12
1
-1
/
+3
*
Bug #273282 - Make install_qa_check() eqawarn about installation into
v2.2_rc79
Zac Medico
2010-09-10
1
-1
/
+12
*
Fix the "alway overflow" eerror message to not use the message
Zac Medico
2010-09-10
1
-1
/
+1
[next]