summaryrefslogtreecommitdiff
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
* Entirely disable the src_configure phase from the python side for EAPI valuesZac Medico2008-08-111-1/+0
* In source_all_bashrcs(), only change $IFS while splitting $PROFILE_PATHS intoZac Medico2008-08-111-5/+4
* Move the default EAPI definition where it will work in any case it mightZac Medico2008-08-101-4/+4
* Remove pointless `cd` calls in dyn_configure() and dyn_compile().Zac Medico2008-08-101-6/+4
* Eliminate duplicate code by making _eapi1_src_compile() call _eapi2_src_confi...Zac Medico2008-08-101-3/+1
* Fix dyn_clean() to properly clean $PORTAGE_BUILDDIR/.configured.Zac Medico2008-08-091-6/+3
* Make eapi*_src_install die since they're not supported.Zac Medico2008-08-091-3/+3
* Update date in dyn_help copyright header. Thanks to grobian.Zac Medico2008-08-091-1/+1
* Remove redundant default pkg_nofetch, src_unpack, and src_test definitionsZac Medico2008-08-081-12/+0
* Fix broken quoting in eval statements. Thanks to Arfrever.Zac Medico2008-08-081-2/+2
* Fix default phase functions in EAPI 2_pre2, since they should be labeled asZac Medico2008-08-081-2/+2
* Rename the eapi2_pre2_* functions to just eapi2_* and document all theZac Medico2008-08-082-9/+9
* Implement eapi$EAPI_* default phase functions that are equivalent to theZac Medico2008-08-082-55/+108
* * Fix the default() implementation so that it maps the ebuild argument toZac Medico2008-08-082-35/+140
* When testing containment of elem[:1] in "MR", filter potential empty stringZac Medico2008-08-071-1/+1
* Add support in EAPI 2_pre2 for a function named "default" is redefined forZac Medico2008-08-071-0/+9
* Replace call to `svn list` with a call to `svn status --depth=files --verbose`Zac Medico2008-08-071-6/+6
* Remove the "ebuild.disjointed" check because it's obsolete since we'veZac Medico2008-08-061-50/+1
* Fix `svn status` output parsing to account for "replaced" files indicatedZac Medico2008-08-061-1/+1
* Remove redundant 'local line' definition from previous commit.Zac Medico2008-08-061-1/+0
* Fix breakage in elog function newline handling with causes blank/emptyZac Medico2008-08-061-5/+43
* Remove the use.local.desc IUSE validation which is now replaced by glep56Zac Medico2008-08-051-30/+2
* Bug #233735 - Add support for src_configure and default_* functions withZac Medico2008-08-043-71/+171
* Optimize `emaint` --fix binhost so that it the Packages file isn't re-readZac Medico2008-08-011-15/+45
* Bug #229033 - Use `svn propget -R svn:keywords` to detect which will haveZac Medico2008-08-011-10/+30
* Add a quiet signal handler for SIGINT and SIGTERM since emerge calls ebuildZac Medico2008-07-291-1/+16
* Even though the message is split on $'\n' in elog_base(), it's stillZac Medico2008-07-281-1/+5
* Fix incorrect logging.exception() arguments. The exception instance is notZac Medico2008-07-271-4/+4
* Fix the new glep56 code to handle missing metadata.xml. Thanks to jmbsvicettoZac Medico2008-07-271-9/+10
* Use ${NORMAL} to properly restore color when necessary.Zac Medico2008-07-271-1/+1
* Make elog_base() just use \n as the delimiter in the file since it's safeZac Medico2008-07-271-1/+1
* Make all the elog functions split lines when displaying output, just likeZac Medico2008-07-271-5/+35
* Add support to elog_base() to split messages on newlines automatically.Zac Medico2008-07-271-2/+8
* Fixes from Arfrever:Zac Medico2008-07-272-2/+4
* * Define a frozenset of live eclasses for the LIVEVCS.stable check.Zac Medico2008-07-271-3/+10
* Fix repoman not seeing subversion auto-ignored files (such as patch rejects a...Zac Medico2008-07-271-2/+2
* Temporarily `set -o noglob` when splitting QA_DT_HASH.Zac Medico2008-07-271-0/+4
* Bug #233077 - Add QA check which verifies that LDFLAGS are respected. For nowZac Medico2008-07-271-0/+31
* * Use pure bash ${PARAMETER%/*} instead of spawing`dirname`.Zac Medico2008-07-261-2/+2
* Replace hardcoded i386 machine name in dyn_rpm() with the result of `uname -m`.Zac Medico2008-07-261-1/+3
* * For bug 227625, automatically create the /usr/src/rpm/SOURCES directory whenZac Medico2008-07-261-1/+4
* Fix bug in get_repo_path() when called with multiple args.v2.2_rc3Zac Medico2008-07-231-1/+1
* Fix typo, found by pyflakes.Zac Medico2008-07-231-1/+1
* Add sandbox write access to PORTAGE_PYM_PATH before importing portage inZac Medico2008-07-231-3/+12
* Bug #199788 - Make repoman parse GLEP 56 USE flag descriptions fromZac Medico2008-07-181-0/+15
* Since lots of packages will have to be fixed before stable portage can abortZac Medico2008-07-151-9/+29
* Use plain sequential search for the SRC_URI.mirror check since the regexZac Medico2008-07-081-5/+8
* Add a new "SRC_URI.mirror" check which checks to if a uri listed inZac Medico2008-07-071-0/+19
* Thanks to Ali Polatel <hawking@g.o> for this patch to fix broken indentation.Zac Medico2008-07-051-2/+2
* Bug #230525 - Work around ObjectProxy breakage in `portageq vdb_path`.Zac Medico2008-07-041-2/+4