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
*
Bug #208708 - Show informative warning messages for installed
Zac Medico
2008-02-09
1
-96
/
+152
*
Fix some broken variable references found by pyflakes.
Zac Medico
2008-02-08
1
-2
/
+2
*
Bug #208708 - Fix masked package display some more:
Zac Medico
2008-02-08
1
-3
/
+29
*
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.
Zac Medico
2008-02-08
1
-1
/
+1
*
Bug #208708 - Fix warnings for system or world packages that are masked.
Zac Medico
2008-02-08
1
-1
/
+3
*
Bug #208743 - Clarify dosed docs to indicate that sed is performed
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
4
-2
/
+17
*
For the useq() IUSE qa check, use [[ $u =~ $PORTAGE_IUSE ]] instead
Zac Medico
2008-02-06
1
-1
/
+1
*
Make qa_source and qa_call save the return value and return it. Thanks
Zac Medico
2008-02-06
1
-4
/
+8
*
don't try to copy manually removed libraries (bug #208946)
Marius Mauch
2008-02-05
2
-1
/
+24
*
display errors that occured during package set initalization
Marius Mauch
2008-02-05
1
-0
/
+4
*
don't record internal providers in NEEDED records as they are pointless for a...
Marius Mauch
2008-02-05
1
-2
/
+21
*
Use local time for elog summaries
Marius Mauch
2008-02-05
2
-2
/
+2
*
portage-2.1.4.1
Zac Medico
2008-02-01
1
-0
/
+10
*
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
2
-2
/
+1
*
Make the manifest1_compat constructor parameter default to False
Zac Medico
2008-02-01
1
-1
/
+1
*
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.
Zac Medico
2008-01-31
1
-1
/
+1
*
Unconditionally disable manifest1 compatibility since it's been dropped
Zac Medico
2008-01-31
2
-6
/
+2
*
Make the autotools.eclass functions exempt from the autotools
Zac Medico
2008-01-31
1
-2
/
+7
*
Add 'local' to the list of non_category_dirs since it's commonly
Zac Medico
2008-01-31
1
-1
/
+1
*
* Bug #205966 - Don't show binhost password when displaying the uri.
Zac Medico
2008-01-31
1
-2
/
+5
*
Remove the last traces of the ebuild.autotools check.
Zac Medico
2008-01-30
1
-2
/
+0
*
- Remove ebuild.autotools repoman check since it produces lots
Zac Medico
2008-01-30
3
-29
/
+32
*
use strip(os.sep) on paths prior to os.path.join (branches/prefix
Zac Medico
2008-01-30
1
-2
/
+3
*
Pull more functions out of repoman proper and into repoman.utilities, correct...
Alec Warner
2008-01-27
1
-146
/
+11
*
Pull more functions out of repoman proper and into repoman.utilities
Alec Warner
2008-01-27
1
-2
/
+178
*
import ordering, prevent errors from mucking up module namespace in checks, f...
Alec Warner
2008-01-27
1
-18
/
+26
*
Restore desktop.invalid as a warning; was an intergration error
Alec Warner
2008-01-27
1
-0
/
+1
*
Move random functions out of repoman and into utilties.py
Alec Warner
2008-01-26
2
-132
/
+208
*
Bug #206772 - Enable bashrc once again for the clean phase.
Zac Medico
2008-01-22
1
-0
/
+3
*
We need to implement diefunc() since environment.bz2 files contain
Zac Medico
2008-01-21
1
-1
/
+7
*
Replace the current diefunc() and die alias with a single die() function.
Zac Medico
2008-01-20
1
-6
/
+3
*
Add a note that PORTDIR is a repository of software and that users should not...
Alec Warner
2008-01-19
1
-1
/
+3
*
Check for quoted ${A}. Thanks to maekke for this patch.
Zac Medico
2008-01-18
1
-1
/
+12
*
fix typo in emerge-webrsync from r9118
Alec Warner
2008-01-13
1
-1
/
+1
*
style fixes (imports), add support for --version (bug 138159)
Alec Warner
2008-01-13
1
-4
/
+8
*
Add some notes about enhancements related to binary package support
Zac Medico
2008-01-12
1
-0
/
+11
*
Remove redundant return statement.
Zac Medico
2008-01-12
1
-1
/
+1
*
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.
Zac Medico
2008-01-12
1
-1
/
+1
*
Bug #203887 - Make repoman recognize RESTRICT="installsources".
Zac Medico
2008-01-11
1
-1
/
+2
*
Bug #205318 - Handle errno.ENOTDIR thrown from the lstat call
Zac Medico
2008-01-11
1
-1
/
+1
*
Adjust the max DESCRIPTION.toolong length to 100 characters so that
Zac Medico
2008-01-11
1
-2
/
+2
*
Fix a typo.
Zac Medico
2008-01-11
1
-1
/
+1
*
Add a new "ebuild.autotools" check for when ebuilds call
Zac Medico
2008-01-11
2
-4
/
+20
[next]