summaryrefslogtreecommitdiff
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
...
* Fix domo and doexe to return non-zero if there are any errors. Thanks toZac Medico2009-03-272-1/+14
* Remove unused tar_opts variable inside unpack(). Thanks to zong_sharo forZac Medico2009-03-271-5/+4
* Add support for FEATURES=parse-eapi-glep-55. This feature is only intended forZac Medico2009-03-271-5/+9
* Only check for ebuild/eclass modification when a relevant phase is called.Zac Medico2009-03-231-7/+8
* Use a separate if/then to group boolean or'd expressions together, ratherZac Medico2009-03-231-6/+6
* Make ebuild(1) detect ebuild/eclass changes and automatically source theZac Medico2009-03-232-3/+16
* Add "prepare" to the list of phases that trigger a warning about staleZac Medico2009-03-231-1/+1
* When triggering a fresh unpack inside dyn_unpack(), remove theZac Medico2009-03-231-1/+1
* Make config.features a set instead of a list. (trunk r13134)Zac Medico2009-03-231-3/+2
* Update copyright headers. (trunk r13131)Zac Medico2009-03-232-3/+3
* In order to avoid possible duplicate elog messages when using ebuild(1) toZac Medico2009-03-231-0/+7
* Bug #262365 - Punt the prepalldocs check until there is an alternativeZac Medico2009-03-171-2/+0
* Punt fix-db.py since it's not really needed. It's been broken since 2.1.6Zac Medico2009-03-171-181/+0
* Bug #262485 - Handle InvalidAtom from dep_expand(). (trunk r13116)Zac Medico2009-03-171-6/+7
* Bug #262365 - Make the "portage.internal" category (prepalldocs check) av2.1.6.8Zac Medico2009-03-131-0/+1
* Add missing brackets to [:upper:] and [:lower:] in _sb_append_var() trZac Medico2009-03-131-1/+2
* Filter _sb_append_var in save_ebuild_env(). (trunk r13091)Zac Medico2009-03-131-1/+1
* cleanup sandbox env var handling -- make sure we dont insert empty : sections...Zac Medico2009-03-131-29/+27
* Make dyn_clean ignore FEATURES=keepwork when [[ $EMERGE_FROM = binary ]]Zac Medico2009-03-121-2/+3
* Use posix compatible find -perm arguments. Thanks to Timothy RedaelliZac Medico2009-03-121-2/+2
* Also add an einfo binary. (trunk r13066)Zac Medico2009-03-121-0/+1
* Bug #262096 - Add separate eerror, elog, eqawarn, and ewarn binaries forZac Medico2009-03-124-0/+11
* Use ${x##*/} instead of calling basename. (trunk r13064)Zac Medico2009-03-121-1/+1
* Move ebuild helpers into an ebuild-helpers subdirectory. (trunk r13063)Zac Medico2009-03-1248-2/+4
* Bug #261852 - If an unexpected exception is raise from emerge_main() thenZac Medico2009-03-111-0/+16
* Only execute src_test pre/post hooks when src_test is actually executed.Zac Medico2009-03-111-4/+4
* Add more QA warnings for econf calls during unexpected phases. Thanks toZac Medico2009-03-111-3/+12
* Use the ebuild_phase helper function to calls phase hooks and fix brokenZac Medico2009-03-111-24/+18
* Inside dyn_unpack(), only call pre/post phase hooks when src_unpack isZac Medico2009-03-111-2/+1
* Make manifest mode with --force option cause existing digests to be replacedZac Medico2009-03-111-0/+39
* Replace things like [[ $PORTAGE_BUILDDIR/.prepared -nt $WORKDIR ]] withZac Medico2009-03-111-6/+5
* Generate a QA Notice when EXPORT_FUNCTIONS is called before inherit, sinceZac Medico2009-03-111-0/+7
* for pointers cast to 32bit ints, we always want to abort on 64bit systems, no...Zac Medico2009-03-111-7/+11
* Make EXPORT_FUNCTIONS store it's arguments in an environment variable andZac Medico2009-03-111-12/+25
* Fix vdb entry writting code in dyn_install() to avoid generating empty entriesZac Medico2009-03-111-3/+4
* When checking ebuild content, use codecs.open() to force utf_8 encoding forZac Medico2009-03-111-7/+11
* reject all set*id binaries that have DT_RPATH:$ORIGIN #260331 (trunk r12712)Zac Medico2009-03-111-3/+8
* Fix headers that contain $Header instead of $Id. (trunk r12701)Zac Medico2009-03-112-3/+3
* Fix StringIO imports so that 2to3 can handle them. Also, replace shlex +Zac Medico2009-03-111-3/+3
* For compatibility with python-3.0, open files in text mode where appropriate.Zac Medico2009-03-111-2/+2
* Use a regular expression for the file.name check. This replaces some oddZac Medico2009-03-111-15/+12
* For python-3.0 compatibility, raise a real exception instead of a string.Zac Medico2009-03-111-2/+2
* For compatibility with python-3.0, use isinstance() instead of type().Zac Medico2009-03-111-4/+0
* Make save_ebuild_env() filter NOCOLOR, and remove related code from ebuild.shZac Medico2009-03-112-13/+1
* (trunk r12620)Zac Medico2009-03-111-23/+13
* In dyn_package(), show a more informative die message if an error occurs whenZac Medico2009-03-111-1/+1
* Automatically export QA_PRESTRIPPED if it's set. Thanks to Raúl PorcelZac Medico2009-03-111-0/+3
* Add a new "portage.internal" warning for prepalldocs usage since the councilZac Medico2009-03-111-0/+1
* * Remove outdated comment about qa_source() return value (with typo).Zac Medico2009-03-111-2/+2
* Add new EAPI 3_pre1 value, and disable unpack() support for *.xz for earlierZac Medico2009-03-111-4/+9