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
*
Fix the exitcode logic for bug #209144 so that when the server is
Zac Medico
2008-02-10
1
-1
/
+10
*
Fix get_mask_info() to properly pass the "installed" attribute into
Zac Medico
2008-02-10
1
-1
/
+1
*
For the useq() IUSE qa check, use [[ $u =~ $PORTAGE_IUSE ]] instead
Zac Medico
2008-02-09
1
-1
/
+1
*
Make qa_source and qa_call save the return value and return it. Thanks
Zac Medico
2008-02-09
1
-4
/
+8
*
Bug #208708 - Show informative warning messages for installed
Zac Medico
2008-02-09
1
-58
/
+143
*
Fix some broken variable references found by pyflakes.
Zac Medico
2008-02-08
1
-3
/
+5
*
Fix old broken binary package visibility filtering code inside
Zac Medico
2008-02-08
1
-22
/
+21
*
Bug #208708 - Fix masked package display some more:
Zac Medico
2008-02-08
1
-1
/
+31
*
Fix depgraph.select_files() so that arguments are expanded
Zac Medico
2008-02-08
1
-2
/
+8
*
Don't show unmasked packages (currently installed packages) in
Zac Medico
2008-02-08
1
-0
/
+2
*
Add DISTDIR to the EbuildQuote.var_names. Thanks to Betelgeuse. (trunk r9290)
Zac Medico
2008-02-08
1
-1
/
+1
*
Bug #208782 - Consistently use double quotes rather than mixining in single
Zac Medico
2008-02-08
1
-1
/
+1
*
Bug #209144 - For emerge --sync, don't return 0 when the server
Zac Medico
2008-02-08
1
-0
/
+1
*
Bug #155993 - Update environment.bz2 after postinst in case
Zac Medico
2008-02-07
2
-1
/
+12
*
Remove the manifest1 digest file removal code since it's no longer
Zac Medico
2008-02-01
1
-39
/
+0
*
Remove the manifest1 digest filter from PORTAGE_RSYNC_OPTS since it's
Zac Medico
2008-02-01
1
-1
/
+0
*
Bug #205718 - Fix quoting of ${INSTALL_MASK} where appropriate. Thanks
Zac Medico
2008-01-31
1
-3
/
+3
*
Disable manifest1_compat for ebuild --force digest. (trunk r9254)
Zac Medico
2008-01-31
1
-1
/
+1
*
Unconditionally disable manifest1 compatibility since it's been dropped
Zac Medico
2008-01-31
1
-4
/
+1
*
fix typo
Zac Medico
2008-01-31
1
-1
/
+1
*
Make the autotools.eclass functions exempt from the autotools
Zac Medico
2008-01-31
1
-2
/
+7
*
- Remove ebuild.autotools repoman check since it produces lots
Zac Medico
2008-01-31
3
-30
/
+32
*
Bug #206772 - Enable bashrc once again for the clean phase. (trunk r9220)
Zac Medico
2008-01-31
1
-0
/
+3
*
Replace the current diefunc() and die alias with a single die() function.
Zac Medico
2008-01-31
1
-6
/
+9
*
Check for quoted ${A}. Thanks to maekke for this patch. (trunk r9206)
Zac Medico
2008-01-31
1
-1
/
+12
*
Bug #138159 - add support for --version (trunk r9200)
Zac Medico
2008-01-31
1
-1
/
+1
*
Pass db_keys in to the FakeVartree constructor (merged from trunk). This
Zac Medico
2008-01-30
1
-5
/
+10
*
In preprocess_ebuild_env(), move a filter_readonly_variables call
Zac Medico
2008-01-12
1
-2
/
+3
*
Replace hardcoded value with max_desc_len. (trunk r9192)
Zac Medico
2008-01-12
1
-1
/
+1
*
Bug #203887 - Make repoman recognize RESTRICT="installsources".
Zac Medico
2008-01-11
1
-1
/
+2
*
Adjust the max DESCRIPTION.toolong length to 100 characters so that
Zac Medico
2008-01-11
1
-2
/
+2
*
Fix a typo. (trunk r9184)
Zac Medico
2008-01-11
1
-1
/
+1
*
Add a new "ebuild.autotools" check for when ebuilds call
Zac Medico
2008-01-11
1
-5
/
+19
*
Add a DESCRIPTION.toolong warning for when the DESCRIPTION line is
Zac Medico
2008-01-11
1
-0
/
+11
*
Bug #162450 - Try to avoid having so many bugs marked UPSTREAM by
Zac Medico
2008-01-11
1
-0
/
+7
*
Bug #203887 - Implement RESTRICT=installsources for binaries that are
Zac Medico
2008-01-11
1
-0
/
+1
*
Make sure that portdb.findname() returns the correct ebuild.
Zac Medico
2008-01-11
1
-13
/
+16
*
Bug #204425 - Remove --delete-after from the default PORTAGE_RSYNC_OPTS.
Zac Medico
2008-01-11
1
-1
/
+0
*
Bug#204668 - Fix WORKDIR quoting in econf() when updating
Zac Medico
2008-01-11
1
-2
/
+4
*
After loading the environment, make sure the color variables
Zac Medico
2008-01-11
1
-0
/
+12
*
per bug 204468, remove old check from repoman (all ebuilds in
Zac Medico
2008-01-11
1
-26
/
+0
*
Bug #204651 - Make repoman respect NOCOLOR=true. (trunk r9151)
Zac Medico
2008-01-06
1
-1
/
+2
*
Make filter_readonly_variables() filter PATH in any case since
Zac Medico
2008-01-05
2
-3
/
+3
*
Filter PATH along with FEATURES when loading environment.bz2.
Zac Medico
2008-01-05
1
-1
/
+1
*
Send eerror and ewarn messages to stderr. This is important in
Zac Medico
2008-01-04
1
-2
/
+2
*
Recognize export statements when filtering the environment. This
Zac Medico
2008-01-03
1
-1
/
+1
*
As suggested by grobian, treat Darwin just like USERLAND=gnu
Zac Medico
2007-12-29
1
-1
/
+1
*
Make the ecompressdir vecho output show a leading / on
Zac Medico
2007-12-29
1
-2
/
+3
*
Rely on USERLAND since it's automatically generated by
Zac Medico
2007-12-29
1
-4
/
+5
*
* Remove redundant lchown() compatibility code since the
Zac Medico
2007-12-29
1
-0
/
+11
[next]