misc
/
portage
debian
master
gentoo portage for debian
spline
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
bin
/
ebuild
Commit message (
Expand
)
Author
Age
Files
Lines
*
ebuild(1): fix ebuild modification check
Zac Medico
2011-03-01
1
-12
/
+13
*
ebuild(1): apply package.env earlier
Zac Medico
2011-03-01
1
-6
/
+22
*
When killed by signal, return 128 + signum.
Zac Medico
2011-01-16
1
-4
/
+4
*
doebuild: fix bug #349273
Zac Medico
2010-12-21
1
-1
/
+1
*
ebuild: account for symlink in /var/db/pkg path
Zac Medico
2010-10-27
1
-1
/
+1
*
ebuild(1): fix breakage for /var/db/pkg ebuilds
Zac Medico
2010-10-27
1
-2
/
+3
*
Fix ebuild(1) to handle layout.conf masters.
Zac Medico
2010-10-06
1
-3
/
+6
*
Fix VDB_PATH handling in ebuild(1) to join with EROOT.
Zac Medico
2010-09-03
1
-2
/
+2
*
Add ebuild(1) support for FEATURES=digest.
Zac Medico
2010-08-25
1
-1
/
+6
*
Add a wrapper around config.features that provides the following
Zac Medico
2010-08-21
1
-9
/
+3
*
Temporarily disable portage.dep deprecation warnings for external api
Zac Medico
2010-08-17
1
-0
/
+1
*
For ebuilds from $ROOT/var/db/pkg, don't give /var/db/pkg with the
Zac Medico
2010-08-16
1
-1
/
+4
*
portage.dep._dep_check_strict: Unused, removed
Sebastian Luther
2010-08-10
1
-2
/
+0
*
GLEP 55 removal
Daniel Robbins
2010-07-06
1
-4
/
+1
*
Bug #315741 and bug #315709 - Handle whitespace and unicode in
Zac Medico
2010-04-27
1
-5
/
+21
*
Pass in missing vartree parameter to doebuild(). Thanks to Arfrever for
Zac Medico
2010-04-22
1
-1
/
+2
*
Add back executable bits, accidentally removed in previous commit.
Zac Medico
2010-03-24
1
-0
/
+0
*
Remove all svn $Id keywords.
Zac Medico
2010-03-24
1
-1
/
+0
*
Update SIGPIPE comments to refer to "[Errno 32] Broken pipe" exceptions since
Zac Medico
2010-03-13
1
-1
/
+2
*
Add references to bug #309001 in comments about SIGPIPE handling.
Zac Medico
2010-03-13
1
-0
/
+1
*
Bug #309001 - Use signal(signal.SIGPIPE, signal.SIG_DFL) for quiet killing of
Zac Medico
2010-03-13
1
-0
/
+1
*
Bug #300388 - Fix terminal handling code to so term codes aren't sent when
Zac Medico
2010-01-11
1
-0
/
+1
*
Add a --color < y | n > option so that color output can be forced. This is
Zac Medico
2009-10-09
1
-1
/
+9
*
Bug #287950 - Add support for FEATURES=fail-clean which is useful for cleaning
Zac Medico
2009-10-07
1
-0
/
+5
*
Use imp.reload() instead of reload() for compatibility with Python 3.
Arfrever Frehtes Taifersar Arahesis
2009-09-25
1
-1
/
+2
*
Support print() function with Python 2 in some files.
Arfrever Frehtes Taifersar Arahesis
2009-09-20
1
-0
/
+2
*
Update syntax of calls to print() for compatibility with Python 3.
Arfrever Frehtes Taifersar Arahesis
2009-09-20
1
-9
/
+9
*
Update syntax of 'except' statements for compatibility with Python 3.
Arfrever Frehtes Taifersar Arahesis
2009-09-20
1
-3
/
+3
*
Fix usage of VDB_PATH
Fabian Groffen
2009-09-05
1
-1
/
+1
*
Update imports to import portage.os (with unicode wrappers), and use
Zac Medico
2009-08-11
1
-0
/
+2
*
Add support for FEATURES=parse-eapi-glep-55. This feature is only intended for
Zac Medico
2009-03-24
1
-5
/
+9
*
Only check for ebuild/eclass modification when a relevant phase is called.
Zac Medico
2009-03-23
1
-7
/
+8
*
Make ebuild(1) detect ebuild/eclass changes and automatically source the
Zac Medico
2009-03-23
1
-1
/
+12
*
Add "prepare" to the list of phases that trigger a warning about stale
Zac Medico
2009-03-22
1
-1
/
+1
*
Make config.features a set instead of a list.
Zac Medico
2009-03-18
1
-3
/
+2
*
Fix headers that contain $Header instead of $Id.
Zac Medico
2009-02-23
1
-1
/
+1
*
Bug #253336 - Set PORTAGE_VERBOSE=1 so that files are displayed as they are
Zac Medico
2009-01-03
1
-0
/
+2
*
Bail out earlier if the file name argument doesn't end with '.ebuild'. Thanks
Zac Medico
2008-12-26
1
-0
/
+6
*
Bug #252374 - Warn if FEATURES=fakeroot is enabled, but the fakeroot binary
Zac Medico
2008-12-24
1
-0
/
+1
*
Add SIGUSR1 signal handlers that call pdb.set_trace(). Thanks to Brian Harrin...
Zac Medico
2008-12-23
1
-0
/
+5
*
Bug #236714 - Handle PortagePackageException raised from Manifest.create().
Zac Medico
2008-11-15
1
-1
/
+5
*
Bug #236683 - Fix PermissionDenied handling to report the exception type.
Zac Medico
2008-11-15
1
-1
/
+4
*
Bug #233735 - Add support for src_configure and default_* functions with
Zac Medico
2008-08-04
1
-1
/
+1
*
Add a quiet signal handler for SIGINT and SIGTERM since emerge calls ebuild
Zac Medico
2008-07-29
1
-1
/
+16
*
Bug #225285 - Add support for persistent options stored in the EBUILD_DEFAULT...
Zac Medico
2008-06-18
1
-3
/
+10
*
Bug #225285 - Add a --skip-manifest option that disables all interaction
Zac Medico
2008-06-18
1
-1
/
+9
*
Add a help string for --debug.
Zac Medico
2008-06-18
1
-1
/
+1
*
Use optparse instead of getopt.
Zac Medico
2008-06-18
1
-13
/
+20
*
Bug #174634 - Fix ebuild 'digest' and 'manifest' behave 100% identically and
Zac Medico
2008-03-18
1
-1
/
+1
*
Disable manifest1_compat for ebuild --force digest.
Zac Medico
2008-01-31
1
-1
/
+1
[next]