GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
proj/portage.git
master
prefix
public_api
use-conflict-auto-resolve
Package management system
Portage development team <dev-portage@gentoo.org>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add some notes about enhancements related to binary package support
v2.1.4
Zac Medico
2008-01-12
1
-0
/
+11
*
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
*
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. (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
*
* Make pkgcmp() pass the ebuild revision directly into vercmp() since
Zac Medico
2008-01-11
2
-11
/
+18
*
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
2
-0
/
+5
*
Bug #203316 - Fix isvalidatom() to properly detect invalid operators
Zac Medico
2008-01-11
1
-1
/
+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
2
-2
/
+1
*
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
*
When spawing the "depend" phase, use file descriptors from sys.std*
Zac Medico
2008-01-11
1
-1
/
+5
*
per bug 204468, remove old check from repoman (all ebuilds in
Zac Medico
2008-01-11
1
-26
/
+0
*
Bug #162542 - When dropping privileges for FEATURES=userpriv,
Zac Medico
2008-01-10
1
-1
/
+12
*
Bug #204753 - Add "distfiles" and "packages" to the list of
Zac Medico
2008-01-07
1
-2
/
+2
*
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
*
Bug #204020 - Make grabfile() properly raise PermissionDenied when
Zac Medico
2008-01-02
1
-1
/
+3
*
Bug #203919 - Define missing base_url variable to fix NameError
Zac Medico
2007-12-31
1
-0
/
+2
*
When searching for "test" in IUSE, account for IUSE defaults.
Zac Medico
2007-12-31
1
-1
/
+1
*
Fix config.setcpv() to properly call config.regenerate() in cases
Zac Medico
2007-12-31
1
-1
/
+8
*
As suggested by grobian, treat Darwin just like USERLAND=gnu
Zac Medico
2007-12-29
1
-1
/
+1
*
Add PKGDIR to the config.environ() whitelist so that people's
Zac Medico
2007-12-29
1
-2
/
+1
*
Make the ecompressdir vecho output show a leading / on
Zac Medico
2007-12-29
1
-2
/
+3
*
Document that docinto works for dohtml. (trunk r9109)
Zac Medico
2007-12-29
1
-1
/
+2
*
Rely on USERLAND since it's automatically generated by
Zac Medico
2007-12-29
1
-4
/
+5
*
Make the global counter file correspond to
Zac Medico
2007-12-29
1
-24
/
+37
*
Remove redundant USERLAND sanity check code from doebuild() since
Zac Medico
2007-12-29
1
-4
/
+1
*
* Remove redundant lchown() compatibility code since the
Zac Medico
2007-12-29
2
-14
/
+19
*
Move XARGS initialization from portage.data to isolated-functions.sh.
Zac Medico
2007-12-29
3
-4
/
+12
*
Add support for showing binary package file sizes in emerge
Zac Medico
2007-12-29
1
-6
/
+14
*
* Initialize dbapi._categories = None so that we can compare
Zac Medico
2007-12-29
1
-8
/
+8
*
Move the USERLAND and XARGS sanity checks from the portage_data
Zac Medico
2007-12-29
2
-16
/
+6
*
Bug #121584 - Make the automatic USERLAND detection code recognize
Zac Medico
2007-12-29
1
-2
/
+5
*
Bug #202697 - Add / to the default initial SANDBOX_READ in order to
Zac Medico
2007-12-28
1
-1
/
+1
*
Make the FEATURES=sfperms loops safe for whitespace in paths
Zac Medico
2007-12-28
1
-2
/
+4
*
Make dep_expand() and key_expand() stop relying
Zac Medico
2007-12-28
1
-6
/
+30
*
Just ignore it when the global counter file does not match
Zac Medico
2007-12-28
1
-5
/
+0
*
In action_regen(), use writemsg() to send error messages to
Zac Medico
2007-12-28
1
-7
/
+6
*
Fixes for logic related to FEATURES=test to USE=test mapping:
Zac Medico
2007-12-28
4
-20
/
+38
*
Bug #203323 - Fix the FEATURES=sfperms code so that it doesn't chmod
Zac Medico
2007-12-28
1
-6
/
+19
[next]