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
*
Remove unused tar_opts variable inside unpack(). Thanks to zong_sharo for
Zac Medico
2009-03-25
1
-5
/
+4
*
Note that --noreplace takes precedence over options such as --newuse.
Zac Medico
2009-03-24
1
-0
/
+6
*
Note that --noreplace takes precedence over options such as --newuse.
Zac Medico
2009-03-24
1
-1
/
+4
*
Update code for removing noauto from FEATURES since config.features is a
Zac Medico
2009-03-24
1
-3
/
+2
*
Remove redundant EAPI assingment inside doebuild_environment().
v2.2_rc27
Zac Medico
2009-03-24
1
-1
/
+1
*
Add support for FEATURES=parse-eapi-glep-55. This feature is only intended for
Zac Medico
2009-03-24
6
-22
/
+117
*
If a package is masked by EAPI then don't show any other masking reasons.
Zac Medico
2009-03-23
1
-3
/
+9
*
Add support for FEATURES=parse-eapi-ebuild-head, which is similar to GLEP 55
Zac Medico
2009-03-23
5
-13
/
+87
*
When calling doebuild() to spawn the 'depend' phase, just call config.setcpv()
Zac Medico
2009-03-23
3
-5
/
+5
*
Fix misc typos in comments.
Zac Medico
2009-03-23
2
-2
/
+2
*
Only check for ebuild/eclass modification when a relevant phase is called.
Zac Medico
2009-03-23
1
-7
/
+8
*
Use a separate if/then to group boolean or'd expressions together, rather
Zac Medico
2009-03-23
1
-6
/
+6
*
Make ebuild(1) detect ebuild/eclass changes and automatically source the
Zac Medico
2009-03-23
2
-3
/
+16
*
Add "prepare" to the list of phases that trigger a warning about stale
Zac Medico
2009-03-22
1
-1
/
+1
*
When triggering a fresh unpack inside dyn_unpack(), remove the
Zac Medico
2009-03-22
1
-1
/
+1
*
Replace xrange() usage with normal iteration and enumerate() where
Zac Medico
2009-03-22
1
-14
/
+15
*
Inside spawn(), avoid redundant os.access() and stat() calls on commonly
Zac Medico
2009-03-22
1
-1
/
+2
*
Inside config.environ(), skip stat call on $T/environment for phases such
Zac Medico
2009-03-22
1
-5
/
+6
*
Remove pointless usage of xrange(). Thanks to Douglass Anderson
Zac Medico
2009-03-22
1
-2
/
+2
*
Add a temporary workaround for bug #263081 (partially reverts r12757).
Zac Medico
2009-03-22
1
-0
/
+12
*
Fix argument validation to allow file paths. Thanks to Arfrever for reporting.
Zac Medico
2009-03-22
1
-0
/
+7
*
Normalize try/except indentation for compatibility with 2to3.
Zac Medico
2009-03-20
4
-23
/
+46
*
Fix try/except indentation so that 2to3 will recognize it.
Zac Medico
2009-03-19
1
-1
/
+2
*
Fix try/except indentation so that 2to3 will recognize it.
Zac Medico
2009-03-19
1
-1
/
+2
*
Make sure mysettings.setcpv() always gets called when necessary inside
Zac Medico
2009-03-18
1
-7
/
+9
*
Add docstrings for the fd_pipes and returnpid parameters of doebuild().
Zac Medico
2009-03-18
1
-0
/
+7
*
Make config.features a set instead of a list.
Zac Medico
2009-03-18
2
-8
/
+6
*
Update copyright headers.
Zac Medico
2009-03-18
2
-3
/
+3
*
In order to avoid possible duplicate elog messages when using ebuild(1) to
Zac Medico
2009-03-18
1
-0
/
+7
*
Validate argument atoms earlier for build actions.
v2.2_rc26
Zac Medico
2009-03-17
1
-0
/
+12
*
Remove portage.internal docs (goes with previous commit).
Zac Medico
2009-03-17
1
-3
/
+0
*
Bug #262365 - Punt the prepalldocs check until there is an alternative
Zac Medico
2009-03-17
3
-13
/
+1
*
Punt fix-db.py since it's not really needed. It's been broken since 2.1.6
Zac Medico
2009-03-17
1
-181
/
+0
*
Bug #262485 - Handle InvalidAtom from dep_expand().
Zac Medico
2009-03-17
1
-6
/
+7
*
Do not create hardlinks when merging CONFIG_PROTECTed files since config
Zac Medico
2009-03-17
1
-7
/
+15
*
add m68k diff from kolla
Mike Frysinger
2009-03-15
1
-0
/
+34
*
Add make.conf for amd64-fbsd submitted by Timothy Redaelli <drizzt@g.o>.
Zac Medico
2009-03-14
1
-0
/
+61
*
Bug #262365 - Make the "portage.internal" category (prepalldocs check) a
Zac Medico
2009-03-13
1
-0
/
+1
*
Tweak grammar.
Zac Medico
2009-03-13
1
-1
/
+1
*
Add missing brackets to [:upper:] and [:lower:] in _sb_append_var() tr
Zac Medico
2009-03-13
1
-1
/
+2
*
Filter _sb_append_var in save_ebuild_env().
Zac Medico
2009-03-12
1
-1
/
+1
*
cleanup sandbox env var handling -- make sure we dont insert empty : sections...
Mike Frysinger
2009-03-12
1
-29
/
+27
*
Bug #261670 - Automatically revert the CHOST metadata to the initial value
v2.2_rc25
Zac Medico
2009-03-12
2
-0
/
+13
*
Update docstring for EbuildBuildDir.clean_log().
Zac Medico
2009-03-12
1
-2
/
+1
*
Bug #261992 - Replace the EbuildBuildDir.clean() method with a clean_log()
Zac Medico
2009-03-12
1
-15
/
+9
*
Bug #261992 - Inside Binpkg._prefetch_exit(), avoid potention issues with
Zac Medico
2009-03-12
1
-6
/
+8
*
Make dyn_clean ignore FEATURES=keepwork when [[ $EMERGE_FROM = binary ]]
Zac Medico
2009-03-12
2
-9
/
+3
*
When translating portage uid/gid to root uid/gid after src_install on
Zac Medico
2009-03-12
1
-0
/
+17
*
Use posix compatible find -perm arguments. Thanks to Timothy Redaelli
Zac Medico
2009-03-12
1
-2
/
+2
*
Also add an einfo binary.
Zac Medico
2009-03-12
1
-0
/
+1
[next]