misc
/
portage
debian
master
gentoo portage for debian
spline
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
pym
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix a changed variable name.
Zac Medico
2008-02-09
1
-1
/
+1
*
Use local time for elog summaries (trunk r9273)
Zac Medico
2008-02-09
2
-2
/
+2
*
Bug #208708 - Show informative warning messages for installed
Zac Medico
2008-02-09
1
-2
/
+7
*
Bug #155993 - Update environment.bz2 after postinst in case
Zac Medico
2008-02-07
1
-1
/
+5
*
Make the manifest1_compat constructor parameter default to False
Zac Medico
2008-02-01
1
-1
/
+1
*
Unconditionally disable manifest1 compatibility since it's been dropped
Zac Medico
2008-01-31
1
-2
/
+1
*
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. Thanks
Zac Medico
2008-01-31
1
-1
/
+4
*
Bug #205318 - Handle errno.ENOTDIR thrown from the lstat call
Zac Medico
2008-01-11
1
-1
/
+1
*
* Make pkgcmp() pass the ebuild revision directly into vercmp() since
Zac Medico
2008-01-11
1
-7
/
+1
*
Bug #203316 - Fix isvalidatom() to properly detect invalid operators
Zac Medico
2008-01-11
1
-1
/
+1
*
When spawing the "depend" phase, use file descriptors from sys.std*
Zac Medico
2008-01-11
1
-1
/
+5
*
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 #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
*
Add PKGDIR to the config.environ() whitelist so that people's
Zac Medico
2007-12-29
1
-2
/
+1
*
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
1
-14
/
+8
*
Move XARGS initialization from portage.data to isolated-functions.sh.
Zac Medico
2007-12-29
2
-4
/
+1
*
* 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
*
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
*
Fixes for logic related to FEATURES=test to USE=test mapping:
Zac Medico
2007-12-28
1
-11
/
+28
*
In getconfig(), pass the infile attribute into the shlex
Zac Medico
2007-12-28
1
-1
/
+4
*
Fix "Initializing counter" message to show the correct value.
Zac Medico
2007-12-28
1
-1
/
+1
*
Bug #203090 - Do not trust the global counter
Zac Medico
2007-12-28
1
-13
/
+37
*
- small UI cleanups. *should* not cause problems with lack
Zac Medico
2007-12-28
1
-3
/
+3
*
Make vardbapi cache DESCRIPTION and HOMEPAGE in order to optimize
Zac Medico
2007-12-21
1
-1
/
+2
*
Make the "test" flag that's enabled by FEATURES=test into
Zac Medico
2007-12-21
1
-0
/
+2
*
Tweak profile validation and warning logic a bit. (trunk r9015)
Zac Medico
2007-12-21
1
-4
/
+2
*
Fix xmatch "match-all" typo. (trunk r9020)
Zac Medico
2007-12-21
1
-1
/
+1
*
In portage.process.spawn(), make the default fd_pipes value get
Zac Medico
2007-12-21
1
-1
/
+5
*
In portage.spawn(), make the default fd_pipes value get file
Zac Medico
2007-12-21
1
-1
/
+5
*
Use regex category validation in binarytree.populate().
Zac Medico
2007-12-21
1
-2
/
+2
*
Use a regex to validate package directory names in portdbapi.cp_list()
Zac Medico
2007-12-21
1
-1
/
+5
*
Add "metadata" and "licenses" to _non_category_dirs. (trunk r9008)
Zac Medico
2007-12-21
1
-2
/
+3
*
Slightly improved the masked package check inside dep_zapdeps().
Zac Medico
2007-12-21
1
-9
/
+9
*
Remove an accidental redundant loop from portdbapi.cp_all().
Zac Medico
2007-12-20
1
-3
/
+2
*
Fix a typo in the _non_category_dirs regex. (trunk r8997)
Zac Medico
2007-12-20
1
-1
/
+1
*
Remove some redunant categories code.
Zac Medico
2007-12-20
1
-8
/
+3
*
Fix broken indentation in portdbapi.cp_all().
Zac Medico
2007-12-20
1
-3
/
+3
*
For simplicity and consistency, always use a regular expression
Zac Medico
2007-12-20
1
-16
/
+14
*
Fix portdbapi.cp_list() so that it can cope with a
Zac Medico
2007-12-20
1
-2
/
+5
*
Make dep_zapdeps() fall back to installed packages in it's
Zac Medico
2007-12-20
1
-1
/
+2
[next]