aboutsummaryrefslogtreecommitdiff
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
* ecompress: don't rename dir symlink, bug #399595Zac Medico2012-01-211-0/+4
* remove stray 'fi' from last commitZac Medico2012-01-171-1/+0
* _eapi0_src_test: remove redundant FEATURES checksZac Medico2012-01-171-7/+4
* Support repository dependencies in EAPI="4-python".Arfrever Frehtes Taifersar Arahesis2012-01-161-4/+7
* portageq metadata: Support repository dependencies.Arfrever Frehtes Taifersar Arahesis2012-01-151-2/+4
* add support for compressing debug sections to save spaceMike Frysinger2012-01-141-2/+4
* prepstrip: add writable workaround for everyoneMike Frysinger2012-01-141-1/+1
* egencache: escape newline instead of lstripZac Medico2012-01-141-4/+4
* egencache: use textwrap.dedentZac Medico2012-01-141-10/+10
* dyn_install: skip copy if possibleZac Medico2012-01-131-11/+16
* dyn_package: portable cp args by Mike FrysingerZac Medico2012-01-131-1/+3
* dyn_package: remove stale PROOT if necessaryZac Medico2012-01-131-0/+1
* Modify PKG_INSTALL_MASK to apply only to binpkg creation.Brian Harring2012-01-131-2/+13
* Set REPOSITORY variable in ebuild environment in EAPI="4-python".Arfrever Frehtes Taifersar Arahesis2012-01-081-2/+2
* Fix location of a comment.Arfrever Frehtes Taifersar Arahesis2012-01-081-2/+2
* repoman: remove ebuild.allmasked checkZac Medico2012-01-011-15/+0
* repoman: discard xmatch caches from previous pkgsZac Medico2012-01-011-0/+2
* repoman: later --ask prompt for bug #395995Zac Medico2011-12-251-4/+4
* Tweak CFLAGS scanelf loop.v2.2.0_alpha83Zac Medico2011-12-241-11/+13
* Don't check .GCC.command.line for kernel modules.Zac Medico2011-12-241-1/+12
* Do CFLAGS check before strip for bug #395877.Zac Medico2011-12-241-71/+73
* QA_FLAGS_IGNORED: include QA_PREBUILTZac Medico2011-12-221-1/+1
* Share variables for CFLAGS and LDFLAGS checks.Zac Medico2011-12-221-33/+44
* ebuild-helpers/new*: QA warn for extra argsZac Medico2011-12-2211-10/+43
* filter_readonly_variables: refactor binpkg logicZac Medico2011-12-221-8/+9
* filter_readonly_variables: don't trust binpkg varZac Medico2011-12-211-0/+4
* filter_readonly_variables: preserve binpkg varsZac Medico2011-12-211-1/+3
* Use *FLAGS for CFLAGS ignorance checks.Zac Medico2011-12-211-1/+6
* s/QA_STRICT_DT_SWITCHES/QA_STRICT_CFLAGS_IGNORED/Zac Medico2011-12-211-1/+1
* s/QA_DT_SWITCHES/QA_CFLAGS_IGNORED/Zac Medico2011-12-211-5/+5
* install_qa_check: more RESTRICT=binchecksZac Medico2011-12-211-2/+4
* Strip .GCC.command.line from output files as well.Michał Górny2011-12-211-1/+1
* Support checking for ignored CFLAGS using -frecord-gcc-switches.Michał Górny2011-12-211-0/+40
* prepstrip: merge diff from prefix branchZac Medico2011-12-191-9/+26
* Disallow some functions in global scope in EAPI="4-python".Arfrever Frehtes Taifersar Arahesis2011-12-191-4/+14
* set_colors(): suppress "/dev/tty: No such device"Zac Medico2011-12-181-2/+4
* set_colors(): Redirect input to `stty size` to make it work afterArfrever Frehtes Taifersar Arahesis2011-12-181-1/+1
* environment: don't save COLUMNSZac Medico2011-12-181-1/+1
* Filter __PORTAGE_TEST_HARDLINK_LOCKS from env.Zac Medico2011-12-141-1/+2
* ebuild-ipc.py: return 2 when forked child crashesZac Medico2011-12-131-2/+2
* ebuils-ipc.py: _exit in finally block after forkZac Medico2011-12-131-11/+27
* PORTAGE_OVERRIDE_EPREFIX: alphabetize varsZac Medico2011-12-101-3/+3
* Remove _SANDBOX_COMPAT_LEVEL.Zac Medico2011-12-102-10/+1
* lock-helper.py: disable_legacy_globalsZac Medico2011-12-101-0/+1
* repoman: eliminate eclass_db variableZac Medico2011-12-101-3/+2
* Remove redundant eprefix in config constructors.Zac Medico2011-12-102-9/+6
* Rename override var to PORTAGE_OVERRIDE_EPREFIX.Zac Medico2011-12-091-1/+1
* config: make eprefix constructor parameter publicZac Medico2011-12-092-6/+6
* Use portage.const.EPREFIX more.Zac Medico2011-12-094-4/+4
* Binpkg: add chpathtool support for prefixZac Medico2011-12-091-0/+182