summaryrefslogtreecommitdiff
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
* Bug #262365 - Make the "portage.internal" category (prepalldocs check) aZac 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().Zac Medico2009-03-121-1/+1
* cleanup sandbox env var handling -- make sure we dont insert empty : sections...Mike Frysinger2009-03-121-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.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.Zac Medico2009-03-121-1/+1
* Move ebuild helpers into an ebuild-helpers subdirectory.Zac Medico2009-03-1248-2/+4
* Bug #261852 - If an unexpected exception is raise from emerge_main() thenZac Medico2009-03-101-0/+16
* Only execute src_test pre/post hooks when src_test is actually executed.Zac Medico2009-03-091-4/+4
* Add more QA warnings for econf calls during unexpected phases. Thanks toZac Medico2009-03-091-3/+12
* When generating variable names to hold EXPORT_FUNCTIONS argument in, useZac Medico2009-03-091-6/+1
* Use the ebuild_phase helper function to calls phase hooks and fix brokenZac Medico2009-03-091-24/+18
* Inside dyn_unpack(), only call pre/post phase hooks when src_unpack isZac Medico2009-03-091-2/+1
* Make manifest mode with --force option cause existing digests to be replacedZac Medico2009-03-091-0/+39
* Replace things like [[ $PORTAGE_BUILDDIR/.prepared -nt $WORKDIR ]] withZac Medico2009-03-091-6/+5
* Generate a QA Notice when EXPORT_FUNCTIONS is called before inherit, sinceZac Medico2009-03-081-0/+7
* for pointers cast to 32bit ints, we always want to abort on 64bit systems, no...Mike Frysinger2009-03-081-7/+11
* Fix typo from previous commit.Zac Medico2009-03-081-1/+1
* Also support + character in eclass names.Zac Medico2009-03-081-1/+2
* Translate period characters in eclass names when generating variable namesZac Medico2009-03-081-3/+4
* Make EXPORT_FUNCTIONS store it's arguments in an environment variable andZac Medico2009-03-081-12/+28
* Revert previous 2 commits due to bugs.Zac Medico2009-03-081-20/+12
* Fix PECLASS logic inside inherit() so that ECLASS is always restored to theZac Medico2009-03-081-5/+7
* Make EXPORT_FUNCTIONS store it's arguments in an environment variable andZac Medico2009-03-081-7/+13
* Make glsa-check executable.Zac Medico2009-03-041-0/+0
* Fix vdb entry writting code in dyn_install() to avoid generating empty entriesZac Medico2009-03-041-3/+4
* When checking ebuild content, use codecs.open() to force utf_8 encoding forZac Medico2009-02-281-7/+11
* reject all set*id binaries that have DT_RPATH:$ORIGIN #260331Mike Frysinger2009-02-261-3/+8
* Fix headers that contain $Header instead of $Id.Zac Medico2009-02-233-6/+6
* Inside summarylist(), it's possible for myglsa.packages.keys() to containZac Medico2009-02-211-1/+1
* Fix StringIO imports so that 2to3 can handle them. Also, replace shlex +Zac Medico2009-02-201-3/+3
* For compatibility with python-3.0, open files in text mode where appropriate.Zac Medico2009-02-191-2/+2
* Use a regular expression for the file.name check. This replaces some oddZac Medico2009-02-191-15/+12
* For python-3.0 compatibility, raise a real exception instead of a string.Zac Medico2009-02-191-2/+2
* Bug #230483 - Convert glsa-check option parsing to use the optparse module.Zac Medico2009-02-191-93/+71
* For compatibility with python-3.0, use isinstance() instead of type().Zac Medico2009-02-191-4/+0
* Set svn:keywords Id on all files.Zac Medico2009-02-182-2/+2
* Make save_ebuild_env() filter NOCOLOR, and remove related code from ebuild.shZac Medico2009-02-182-13/+1
* unify code for unpacking of tar filesMike Frysinger2009-02-161-23/+13
* In dyn_package(), show a more informative die message if an error occurs whenZac Medico2009-02-151-1/+1
* Automatically export QA_PRESTRIPPED if it's set. Thanks to Raúl PorcelZac Medico2009-02-141-0/+3
* Add a new "portage.internal" warning for prepalldocs usage since the councilZac Medico2009-02-121-0/+1
* * Remove outdated comment about qa_source() return value (with typo).Zac Medico2009-02-121-2/+2
* Add new EAPI 3_pre1 value, and disable unpack() support for *.xz for earlierZac Medico2009-02-091-4/+9
* Remove support for deprecated 2_pre* EAPI values.Zac Medico2009-02-091-3/+3
* add support for .xz compressed files like .lzmaMike Frysinger2009-02-081-0/+8
* Filter the new hasg and hasgq functions inside save_ebuild_env().Zac Medico2009-02-071-1/+2