summaryrefslogtreecommitdiffstats
path: root/bin
Commit message (Collapse)AuthorAgeFilesLines
* Fix indent from last commit.v2.2.0_alpha134Zac Medico2012-09-271-5/+5
|
* ebuild.sh: EAPI conditional usex dummyZac Medico2012-09-271-2/+6
| | | | | | This probably makes no difference in practice, since it only affects the "depend" phase. Note that we're allowed to use EAPI conditionals here, since we parse the EAPI on the python side and pass it to bash.
* prepalldocs: fix inverted eapi_has_docompressZac Medico2012-09-261-1/+1
| | | | This broke in commit ab46499322311c1faa710c63d0a5339e49a9061a.
* dodoc: source isolated-functions.sh earlierZac Medico2012-09-261-2/+2
| | | | This is needed since commit ab46499322311c1faa710c63d0a5339e49a9061a.
* Add eapi.sh with ___eapi_*() functions and use these functions in other files.Arfrever Frehtes Taifersar Arahesis2012-09-2634-297/+386
|
* Use constants for hardcoded *DEPEND lists.Zac Medico2012-09-251-6/+6
|
* repoman: rename most *DEPEND.* to dependency.*Zac Medico2012-09-251-38/+25
| | | | This makes it easier to add new types, like HDEPEND.
* portageq: Automatically do not include imported functions in the list of ↵Arfrever Frehtes Taifersar Arahesis2012-09-251-4/+2
| | | | commands.
* repoman: support HDEPEND for EAPI 5-hdependZac Medico2012-09-241-12/+19
|
* Add experimental EAPI 5-hdepend support.Ambroz Bizjak2012-09-242-10/+26
|
* drop support for QA_DT_HASH/QA_STRICT_DT_HASHMike Frysinger2012-09-231-25/+0
| | | | | | | | These variables have been deprecated in favor of the new variables QA_STRICT_FLAGS_IGNORED/QA_FLAGS_IGNORED, and the tree has been converted over to the new ones, so drop the old vars. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* use `readlink -f` if it worksMike Frysinger2012-09-231-0/+13
| | | | | | | Rather than always re-implementing `readlink -f` in shell, probe the host tool first to see if it works. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* scan all lib subdirsMike Frysinger2012-09-231-5/+4
| | | | | | | Rather than hardcoding lib/lib32/lib64, scan all dirs starting with "lib". URL: https://bugs.gentoo.org/435834 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* RepoConfig: add find_invalid_path_char methodZac Medico2012-09-231-13/+10
| | | | | | This binds filename validation to the RepoConfig, so that eventually we'll be able to control it via a layout.conf setting as discussed in bug #435934.
* Add preserve-libs for stable branch (not default)Zac Medico2012-09-211-3/+0
| | | | | | | | | EAPI 5 supports automatic rebuilds via the slot-operator and sub-slots, which makes preserve-libs much more user-friendly, since it makes @preserved-rebuild unnecessary (also see bug #364425 for explanation of @preserved-rebuild shortcomings). Therefore, enable preserve-libs for the stable branch, but not by default. After EAPI 5 is widely adopted, we can consider enabling preserve-libs by default.
* Support EAPI="5-progress".Arfrever Frehtes Taifersar Arahesis2012-09-212-4/+4
|
* Add QA_DESKTOP_FILE variable.Zac Medico2012-09-201-1/+1
|
* doebuild: update environment.bz2 for pre/postinstv2.2.0_alpha129Zac Medico2012-09-173-13/+5
| | | | Also, remove unnecessary __dyn_preinst func.
* __strip_duplicate_slashes: quote pathsZac Medico2012-09-162-3/+3
|
* doheader: don't count -r as required argZac Medico2012-09-161-1/+1
|
* egencache: skip auxdb write if not metadata-transZac Medico2012-09-151-1/+3
|
* Use __ prefix for _hasg, _hasgq, and _unpack_tar.Zac Medico2012-09-142-12/+12
|
* save-ebuild-env: fix for __dyn* renamesZac Medico2012-09-141-4/+7
|
* Convert funcs of ebuild.sh to __ prefixed namespace.Brian Harring2012-09-145-23/+23
|
* Convert funcs of save-ebuild-env.sh to __ prefixed namespace.Brian Harring2012-09-142-13/+13
|
* Convert funcs of phase*.sh to __ prefixed namespace.Brian Harring2012-09-145-128/+129
|
* Convert funcs of isolated-functions.sh to __ prefixed namespace.Brian Harring2012-09-1331-189/+189
|
* Convert funcs of bashrc-functions.sh to __ prefixed namespace.Brian Harring2012-09-137-30/+30
|
* drop dead functionsBrian Harring2012-09-134-84/+5
| | | | Specifically, esyslog, {un,}set_unless_changed, and remove_path_entry.
* Drop diefunc protection.Brian Harring2012-09-132-7/+1
| | | | | The last usage of it was added 67e88b82726a93eda^, 01/20/08; 4.5 years later, the compatibility measure is no longer needed.
* Deprecate EAPI 5_pre1.Zac Medico2012-09-133-41/+1
|
* FEATURES=test: test flag respect IUSE_FFECTIVEZac Medico2012-09-131-1/+1
|
* save-ebuild-env: don't filter apply_user_patchesZac Medico2012-09-111-1/+5
| | | | Except for EAPI 5_pre1.
* egencache: encode unicode file paths safelyZac Medico2012-09-111-1/+2
| | | | | This will fix cases similar to the one fixed in commit f01d7a8ca158ec60df76a3e8ae5b80ac3f62429e for bug #310789.
* Add EAPI 5_pre2 with features approved by councilZac Medico2012-09-112-11/+7
| | | | | | In the 9/11 council meeting, they approved everything in EAPI 5_pre1 except user patches. So, add EAPI 5_pre2 which is identical to EAPI 5_pre1 but with user patches (apply_user_patches) support removed.
* Only validate .desktop files that are installed into XDG-compliant locations.Michael Palimaka2012-09-111-24/+0
| | | | This replaces the existing error blacklist, and therefore removes the repoman check.
* repoman: fix os.system() unicode, bug #310789Zac Medico2012-09-101-1/+7
|
* repoman: ElementTree.parse: encode unicode pathZac Medico2012-09-101-1/+2
| | | | This fixes another issue like bug #310789.
* use(): use set -f and handle IFSZac Medico2012-09-101-2/+6
|
* repoman: fix getstatusoutput unicode, bug #310789Zac Medico2012-09-091-6/+27
|
* repoman: fix popen unicode handling, bug #310789Zac Medico2012-09-091-27/+61
|
* egencache: tweak metadata-transfer logicv2.2.0_alpha125Zac Medico2012-09-081-10/+4
| | | | Now is won't force metadata-transfer unless it's absolutely necessary.
* egencache: skip metadata-transfer more oftenZac Medico2012-09-081-3/+4
|
* best/has_version: --host-root first arg onlyZac Medico2012-09-081-22/+12
|
* egencache: skip metadata-transfer if possibleZac Medico2012-09-071-13/+29
| | | | | If there is an existing metadata/md5-cache directory, then it's not necessary to forcibly enable metadata-transfer.
* etc-update: add --quiet for bug #416917Zac Medico2012-09-031-6/+9
|
* Quote ${EAPI} more.Zac Medico2012-09-025-7/+7
| | | | | This will avoid a potential syntax error in save-ebuild-env.sh if a saved environment containing corrupt EAPI is sourced.
* 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
|