summaryrefslogtreecommitdiffstats
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
* Implement nonfatal().Arfrever Frehtes Taifersar Arahesis2009-08-061-0/+16
* Bug #277537 - Synchronize order of PATH elements with the order defined byZac Medico2009-08-061-2/+2
* Bug #277544 - Add missing -c switch in bzip2 arguments. Thanks to Michał GórnyZac Medico2009-08-061-1/+1
* Decode arguments to unicode if necessary (needed at least for unicode fileZac Medico2009-08-041-2/+7
* Bug #280320 - Fix broken _emerge.main ImportError handler..Zac Medico2009-08-041-1/+1
* Bug #280259 - Fix emaint to call binarytree._load_pkgindex() for unicodeZac Medico2009-08-041-13/+3
* Add a PDEPEND.suspect category.v2.2_rc35v2.2_rc34Zac Medico2009-08-041-3/+5
* Make the USE=test RDEPEND check (bug #236786) also apply to PDEPEND.Zac Medico2009-08-031-4/+5
* Remove the code from bug #278895 since we're going to need a daemon processZac Medico2009-08-033-25/+1
* Add a python-based setsid script for use with USERLAND=BSD.Zac Medico2009-07-302-2/+15
* Fix breakage in owners() handling of abs paths.Zac Medico2009-07-301-1/+1
* Move the setsid code (from bug #278895) as early as possible.Zac Medico2009-07-301-18/+17
* Inside die(), only send the signal for subshell die support when we areZac Medico2009-07-301-1/+1
* Bug #278895 - Make ebuild.sh clean up orphaned processes that may have beenZac Medico2009-07-302-1/+13
* Bug #270040 - Make repoman parse the categories file from the overlay.Zac Medico2009-07-221-0/+8
* Always pass encodings='utf_8' to codecs.open(), since otherwise it canZac Medico2009-07-201-2/+4
* For consistency with emake, add ${MAKEOPTS} ${EXTRA_EMAKE} to make argumentsZac Medico2009-07-171-0/+2
* align with Prefix, also warn on sparcv9 hosts -- 64-bits Solaris/SparcFabian Groffen2009-07-161-1/+1
* add hppa64 to the 64bit list as pointed out by Michael HaubenwallnerMike Frysinger2009-07-161-1/+1
* Bug #273640 - Add --disable-dependency-tracking to econf arguments forZac Medico2009-07-061-0/+5
* Bug #273622 - Add pkg_pretend support for the ebuild(1) command (emergeZac Medico2009-07-061-2/+16
* Bug #273631 - Add default src_install implementation for EAPI 3. Thanks toZac Medico2009-07-061-0/+21
* Don't set RDEPEND=${RDEPEND-${DEPEND}} for EAPI=3 and simplify setting it for...Arfrever Frehtes Taifersar Arahesis2009-07-031-10/+4
* Use Package.invalid to generate *.syntax repoman errors for LICENSE,Zac Medico2009-06-281-14/+10
* Bug #236786 - Warn about 'test?' USE conditionals in RDEPEND. Thanks toZac Medico2009-06-281-1/+5
* make sure etc-update sorts updates in the order (1) leading dir path (2) file...Mike Frysinger2009-06-281-2/+2
* Fix PROVIDE code since the Package class automatically evaluates USEZac Medico2009-06-261-2/+3
* Move __init__.py to main.py.Zac Medico2009-06-261-2/+2
* Add support to `portageq owners` for querying paths matching a given basename.Zac Medico2009-06-241-5/+9
* Fix imports for _emerge submodules.Zac Medico2009-06-231-1/+2
* Fix import for split _emerge.MetadataRegen module.Zac Medico2009-06-231-2/+2
* Allow missing ChangeLog when using git. We don't use ChangeLogs inZac Medico2009-06-171-2/+5
* Remove unused newdepend(), newrdepend(), newpdepend(), and do_newdepend()Zac Medico2009-06-111-62/+0
* Make usev() strip ! prefix in echoed output as specified in bug #270658,Zac Medico2009-06-031-1/+1
* drop sandbox settings that sandbox itself takes care of #258684Mike Frysinger2009-06-031-7/+4
* Bug #268929 - Add grep for 'dereferencing pointer' messages produced byZac Medico2009-05-311-0/+1
* Make useq() die if called during the "depend" phase in newer EAPIs.Zac Medico2009-05-021-5/+9
* Skip useq() IUSE QA Notices during the "depend" phase because lots ofZac Medico2009-05-021-1/+5
* Bug #267175 - Instead of "poor code kills airplanes", say "install abortedv2.2_rc32Zac Medico2009-05-011-2/+4
* Make elog functions use read -r when splitting lines, so that backslashesZac Medico2009-05-011-11/+11
* Enable use() qa checks via PORTAGE_IUSE for all ebuild phases and for binaryZac Medico2009-04-301-6/+1
* Fix ACCEPT_LICENSE handling for binary packages, so that the build-time USEZac Medico2009-04-301-1/+1
* Put ebuild helpers at the absolute front of the PATH.Zac Medico2009-04-281-4/+7
* Bug #71646 - Don't allow the HISTFILE variable into the ebuild environmentZac Medico2009-04-281-1/+1
* Add a new EAPI.definition check for cases in which EAPI is defined after anZac Medico2009-04-261-0/+1
* Revert r13390 (dosed and dohard functions) since a stack trace isn't reallyZac Medico2009-04-242-10/+1
* Add dummy dosed and dohard functions for EAPI 3, so that a trace can beZac Medico2009-04-242-1/+10
* Add dohard and doset helper which die for EAPI 3. TODO: Make the dieZac Medico2009-04-245-2/+23
* Set executable.Zac Medico2009-04-241-0/+0
* Fix breakage in PREROOTPATH logic from the EAPI 3 code.Zac Medico2009-04-231-0/+1