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
*
Disable the "QA Notice: Pre-stripped files" message when RESTRICT
Zac Medico
2007-12-13
1
-6
/
+9
*
Bug #202126 - Replace an obsolete reference to `emerge --help config`
Zac Medico
2007-12-13
1
-2
/
+4
*
Make sure that PORTAGE_SANDBOX_* variables can never be set
Zac Medico
2007-12-13
1
-1
/
+1
*
Allow FEATURES to persist between phases since the user might
Zac Medico
2007-12-13
2
-4
/
+15
*
Remove extra _ typo.
Zac Medico
2007-12-13
1
-2
/
+2
*
Properly filter SANDBOX_ON from the environment. When sourcing
Zac Medico
2007-12-13
1
-1
/
+16
*
Use the BAD color class instead of hardcoded red.
Zac Medico
2007-12-13
2
-2
/
+2
*
Make portdbapi.visible() mask ebuilds that do not define SLOT.
Zac Medico
2007-12-13
1
-0
/
+2
*
Do the sanity check for bug #198398 as early as possible.
Zac Medico
2007-12-13
1
-15
/
+18
*
Bug #201771 - Make unpack() detect common errors such as absolute
Zac Medico
2007-12-13
1
-5
/
+6
*
Bug #201848 - Make the ebuild command reject ebuilds that do not define
Zac Medico
2007-12-13
1
-1
/
+6
*
Bug #201848 - Mask ebuilds that do not define SLOT.
Zac Medico
2007-12-13
1
-0
/
+4
*
Use the sed -r option to enable extended regular expressions so that
Zac Medico
2007-12-13
1
-3
/
+3
*
Bug #202068 - In order to filter unwanted variable assignments out
Zac Medico
2007-12-13
2
-1
/
+53
*
In filter_readonly_variables(), replace 'declare -r ' with 'declare '
Zac Medico
2007-12-13
1
-1
/
+1
*
Bug #202036 - In case of blockers, bail out earlier so that later
Zac Medico
2007-12-13
1
-19
/
+20
*
Fix the check for bug #198398 so that it works even when running
Zac Medico
2007-12-12
1
-1
/
+2
*
Bug #198398 - Make repoman bail out if support for RMD160 hash
Zac Medico
2007-12-12
1
-0
/
+14
*
Instead of calling sys.exit when a ParseError occurs in the config
Zac Medico
2007-12-11
4
-63
/
+27
*
* Raise PermissionDenied from getconfig() when appropriate.
Zac Medico
2007-12-11
1
-3
/
+5
*
First import the main portage module without legacy globals since it
Zac Medico
2007-12-11
1
-1
/
+10
*
* When installing a binary package, export the file name of the package
Zac Medico
2007-12-11
2
-2
/
+14
*
Add a "Quality Assurance" <part> tag so that all chapters are
Zac Medico
2007-12-09
1
-0
/
+3
*
Add some documentation for ebuild phases and pre/post phase
Zac Medico
2007-12-09
6
-0
/
+79
*
Do an EBUILD_EXIT_STATUS_FILE sanity check in spawnebuild()
Zac Medico
2007-12-08
1
-1
/
+10
*
Bug #189417 - Comment on how the whitelist and BASH_ENV are used to
Zac Medico
2007-12-07
1
-3
/
+8
*
Bug #189417 - Whitelist BASH_ENV since we need to have it set in order
Zac Medico
2007-12-07
1
-1
/
+1
*
Bug #189417 - Explicitly whitelist any remaining variables that are
Zac Medico
2007-12-07
1
-14
/
+32
*
Add a TODO note about remaining work for bug #189417.
Zac Medico
2007-12-07
1
-0
/
+5
*
Perform set argument validation in emerge_main() even for
Zac Medico
2007-12-07
1
-38
/
+38
*
Remove automatic "system" and "world" set creation since we can
Zac Medico
2007-12-07
1
-9
/
+0
*
Bug #201513 - Fix typos for preserve-libs and PreservedLibraryConsumerSet.
Zac Medico
2007-12-07
1
-2
/
+2
*
Declare retval as a local variable.
Zac Medico
2007-12-06
1
-0
/
+1
*
Prevent the filter_opts local variable from leaking into the
Zac Medico
2007-12-06
1
-1
/
+2
*
Bug #201506 - Make preprocess_ebuild_env() preserve
Zac Medico
2007-12-06
2
-10
/
+17
*
Remove redundant successful exit call from the "depend" phase
Zac Medico
2007-12-06
1
-3
/
+0
*
Fix broken timestamp logic in do_snapshot(). Thanks to Alon
Zac Medico
2007-12-06
1
-6
/
+5
*
Keep the RootConfig.sets attribute in sync with the SetConfig.
Zac Medico
2007-12-05
1
-0
/
+1
*
Make SetConfig.getSets() return a copy of the psets attribute
Zac Medico
2007-12-05
2
-2
/
+3
*
- repository configuration file and `emerge --sync [repo_set]... [repo]...`
Zac Medico
2007-12-05
1
-0
/
+2
*
Show ? if the installed package is missing a
Zac Medico
2007-12-05
1
-5
/
+1
*
bootstrap.sh expects that the "system" set always exists, so create
Zac Medico
2007-12-05
1
-3
/
+14
*
In order to know exactly which atoms/sets should be added to the
Zac Medico
2007-12-05
1
-36
/
+43
*
fix another typo
Marius Mauch
2007-12-04
1
-1
/
+1
*
perform sanity checks for set configuration even if myaction is None
Marius Mauch
2007-12-04
2
-6
/
+7
*
Fix setconfig loader to use config files instead of hardcoded fallbacks
Marius Mauch
2007-12-04
3
-53
/
+22
*
enable FEATURES=preserve-libs globally for extended testing
Marius Mauch
2007-12-04
1
-0
/
+3
*
make sure we only remove files that were previously preserved
Marius Mauch
2007-12-04
1
-2
/
+6
*
Remove redundant config.load_infodir() calls from
Zac Medico
2007-12-03
2
-2
/
+0
*
Synchronize the conditional that triggers "${T}"/environment
Zac Medico
2007-12-03
1
-4
/
+3
[next]