summaryrefslogtreecommitdiffstats
path: root/bin
Commit message (Collapse)AuthorAgeFilesLines
* ebuild-helpers/bsd/sed: whitespace + quotingZac Medico2012-09-021-5/+5
|
* Unconditionally insert our pym dir in sys.path.Zac Medico2012-09-0215-110/+67
| | | | | This is especially necessary when running in prefix mode, since sys.path may contain the path for a different version of portage.
* apply_user_patches: die if EBUILD_PHASE is wrongZac Medico2012-09-011-0/+2
|
* ebuild-helpers/sed: move to bsd subdirectoryZac Medico2012-09-011-0/+0
| | | | | | This helps to prevent inappropriate use of the sed wrapper on GNU systems, which commonly occurs when users install portage manually during recovery situations.
* ebuild-helpers/sed: use -ef to check recursionZac Medico2012-09-011-2/+2
|
* Eliminate bin/ebuild-helpers/4 directory.Zac Medico2012-09-0111-22/+52
| | | | | Instead, just use conditionals where appropriate inside bin/ebuild-helpers/* scripts.
* portageq: clarify meaning of uses_rootGregory M. Turner2012-08-311-20/+29
| | | | | | | | | | | | | | | | | | | | | o s/uses_root/uses_eroot/g -- This name was chosen before its meaning was changed; update it to reflect its purporse. o Fix a left-over "<root>" arg-doc that never got updated to "<eroot>" o If a provided eroot argument was shorter than the ${EPREFIX}, portageq was truncating it down to nothing and activating relative root, which means this became equivalent to an explicit argument of "${PWD}/${EPREFIX}/". This is obviously wrong; and a simple case of failing to sanity-check inputs from an interface that changed in a backward-incompatible way. There's no provision in portageq to query EROOT's that don't end in ${EPREFIX}; so if the user makes such a request, instead of doing something pathological, dump a helpful error message and bail with a nonzero exit code. Signed-off-by: Gregory M. Turner <gmturner007@ameritech.net>
* EAPI 5: doheader and newheader helper functionsUlrich Müller2012-08-312-0/+22
| | | | See bug #21310.
* Update years in header.Ulrich Müller2012-08-311-1/+1
|
* Fix usex for EAPI 4-python|4-slot-abi.Zac Medico2012-08-312-2/+2
|
* EAPI 5: usex helper functionUlrich Müller2012-08-313-1/+20
| | | | See bug #382963.
* EAPI 5: --host-root option for best/has_versionZac Medico2012-08-301-12/+56
| | | | | See bug #401239 and the PMS patch: http://git.overlays.gentoo.org/gitweb/?p=proj/pms.git;a=commit;h=25fb5fca6674215ea8aaa3d0ec3dd3df451eec07
* dyn_prepare: init state for apply_user_patchesZac Medico2012-08-301-0/+1
|
* EAPI 5: econf --disable-silent-rulesZac Medico2012-08-291-5/+23
| | | | | See bug #379497 and the PMS patch: http://git.overlays.gentoo.org/gitweb/?p=proj/pms.git;a=commit;h=b7750e67b4772c1064543defb7df6a556f09807b
* EAPI 5: User patches (no-op dummy stub for now)Zac Medico2012-08-293-2/+40
| | | | | | | A real apply_user_patches implementation will be a bit more work, so for now we'll just implement the minimum amount necessary to satisfy the spec: http://git.overlays.gentoo.org/gitweb/?p=proj/pms.git;a=commit;h=a8bf7862967cce36b7f1b408934a774126da2538
* EAPI 5: src_test support for parallel testsZac Medico2012-08-291-4/+10
| | | | | See bug #363005 and the PMS patch: http://git.overlays.gentoo.org/gitweb/?p=proj/pms.git;a=commit;h=3ec4b3c22582a8ec206bce1e93bab377d7b264b5
* EAPI 5: EBUILD_PHASE_FUNC variableZac Medico2012-08-291-1/+1
| | | | | See bug #390765 and the PMS patch: http://git.overlays.gentoo.org/gitweb/?p=proj/pms.git;a=commit;h=76ddca560da42fd968c53a2a0c38a6ac840a7ad4
* EAPI 5: REQUIRED_USE at-most-one-of ?? operatorZac Medico2012-08-271-1/+1
| | | | | See bug #354219 and the PMS patch: http://git.overlays.gentoo.org/gitweb/?p=proj/pms.git;a=commit;h=1c2dff2df2305aff88a734e3a2716de1bb69f3b6
* Whitespace.Ulrich Müller2012-08-251-1/+1
|
* EAPI 5: new* commands can read from stdin, bug 263565.Ulrich Müller2012-08-251-16/+39
|
* new*: symlink to generic newins implementationZac Medico2012-08-2510-220/+10
|
* newins: become generic so new* can be symlinksZac Medico2012-08-251-19/+20
|
* prepstrip: avoid debugedit/strip interferenceZac Medico2012-08-231-14/+16
| | | | This will fix bug #421099.
* Use sys.__std*.fileno() in case of overrides.Zac Medico2012-08-221-4/+6
| | | | | This fixes AttributeError exceptions for API consumers that override sys.std* streams pseudo-file objects.
* emerge-webrsync: fix date usage for BSDZac Medico2012-08-181-1/+3
|
* emerge-webrsync: use ${PORTAGE_TMPDIR}/portageZac Medico2012-08-181-9/+9
| | | | For consistency with commit 83e677766650e73071813c0d46547647e5f66029.
* emerge-*webrsync: use ${PORTAGE_BIN_PATH}/emergeZac Medico2012-08-181-2/+2
|
* emerge-*webrsync: fix post_sync for prefixZac Medico2012-08-181-3/+5
|
* egencache: add a standard -j flags for --jobsMike Frysinger2012-08-161-1/+1
| | | | Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* Remove tests for deprecated 3_pre2 EAPI.Ulrich Müller2012-08-156-16/+16
|
* emerge-webrsync: PORTAGE_RSYNC_OPTS, bug #364105Jan Pobrislo2012-08-141-4/+3
|
* emerge-webrsync: preserve ownership for usersyncZac Medico2012-08-141-5/+17
|
* emerge-webrsync: check permission, bug #142202Zac Medico2012-08-141-2/+18
|
* emerge-webrsync: add -k/--keep optionZac Medico2012-08-141-15/+24
|
* emerge-webrsync: adjust for 00:45 snapshotsZac Medico2012-08-131-6/+6
| | | | The time changed from 01:45 to 00:45 some time ago.
* installsources: fix file permissions, bug #430962Nico Roeser2012-08-111-1/+1
|
* repoman: remove IUSE.undefined checkZac Medico2012-08-081-2/+0
| | | | | | | This was suggested in the "Don't require assignment of empty variables in ebuilds?" thread on the gentoo-dev mailing list: http://thread.gmane.org/gmane.linux.gentoo.devel/78806
* Revert "econf: add --disable-silent-rules, bug #379497#c6"Zac Medico2012-08-071-10/+4
| | | | | | | This reverts commit 1cc39de72ac5311db748341ef9183586556719d9. It may be unsafe to call configure --help with some configure scripts, as noted in bug #379497, comment #34.
* repoman: libusb virtual.suspect, bug #417123Samuli Suominen2012-08-051-0/+3
|
* econf: add --disable-silent-rules, bug #379497#c6Zac Medico2012-08-041-4/+10
|
* Use nanosecond precision in chpathtool when using Python >=3.3.Arfrever Frehtes Taifersar Arahesis2012-08-011-3/+7
|
* emaint: split into separate modulesBrian Dolbec2012-07-221-631/+28
|
* Fix extended atom match for =* operator.Zac Medico2012-07-182-14/+11
|
* etc-update: fix --automode -5, bug #427068Zac Medico2012-07-181-0/+7
|
* Propagate EAPI for update_dbentry (bug #426476).Zac Medico2012-07-171-3/+4
|
* prepstrip: avoid rm warning about cwdZac Medico2012-07-151-0/+1
|
* migrate emaint to use the new title and label features of the progressbar.Brian Dolbec2012-07-091-4/+2
|
* emaint: remove obsolete world category checkZac Medico2012-07-031-7/+2
| | | | | | The reason for this check, as discussed in bug #166785, is no longer relevant since emerge does not suggest to run `emaint --check world` in this case anymore.
* Don't use SIGUSR1 under Jython, bug #424259.Zac Medico2012-07-023-5/+26
|
* Support FEATURES={downgrade,unmerge}-backupZac Medico2012-07-011-6/+9
| | | | This will fix bug #156282 and bug #424275.