summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* ObjectProxy: implement __enter__ and __exit__Zac Medico2012-09-091-1/+8
|
* DEVELOPING: fix errors for bug #313413Joachim Bartosik2012-09-081-11/+2
|
* EbuildPhase: simplify utime argsZac Medico2012-09-081-3/+1
|
* EbuildPhase: bump WORKDIR timestamp after unpackZac Medico2012-09-081-2/+9
| | | | This will fix bug #332217.
* 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.
* Detect md5-cache when no cache-formats specified.Zac Medico2012-09-072-3/+24
| | | | | | | Auto-detect cache-formats from the corresponding directories when cache-formats is not specifed in layout.conf, and prefer md5-dict if available. After this behavior is deployed in stable portage, the default egencache format can be changed to md5-dict.
* Test portdbapi/egencache cache-formats behavior.Zac Medico2012-09-071-0/+178
|
* UseManager: add compat code for getUseForce/PUSEZac Medico2012-09-071-3/+9
| | | | | Similar code was added to getUseMask in commit af50fee789e71c1fff0b405db4cf55b618b73466.
* Support repository-specific use.stable.force, use.stable.mask,Arfrever Frehtes Taifersar Arahesis2012-09-071-17/+53
| | | | package.use.stable.force and package.use.stable.mask in EAPI >=5.
* Update comment.Arfrever Frehtes Taifersar Arahesis2012-09-061-0/+4
|
* dispatch-conf.conf: say install rcs, bug #380551Zac Medico2012-09-061-0/+1
|
* DateSet: use BUILD_TIME, bug #433964Martin Väth2012-09-051-13/+23
|
* Enable @x11-module-rebuild for 2.1 branch.Zac Medico2012-09-041-0/+6
|
* Enable @live-rebuild for 2.1 branch.Zac Medico2012-09-041-0/+6
|
* Deprecate @installed for bug #387059.Zac Medico2012-09-031-0/+6
|
* EbuildBuildDir: ignore rmdir failure, bug #400641Zac Medico2012-09-031-5/+2
|
* etc-update: add --quiet for bug #416917Zac Medico2012-09-031-6/+9
|
* ebuild.5: clarify pkg_nofetch for bug #423403Zac Medico2012-09-031-3/+4
|
* validate_desktop_entry: filter more KDE noise.Michael Palimaka2012-09-031-2/+7
|
* emaint cleanconfmem: fix writedict breakagev2.2.0_alpha124Zac Medico2012-09-021-9/+2
| | | | Use grabdict so the values are stored as lists like writedict expects.
* Rename _slot_abi.py to _slot_operator.py.Zac Medico2012-09-024-3/+3
|
* 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.
* DateSet: only allow one format option in configZac Medico2012-09-021-18/+22
|
* 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.
* emaint cleanconfmem: handle ROOTZac Medico2012-09-021-3/+11
|
* Add DateSet, bug #433704.Martin Väth2012-09-021-0/+68
| | | | | | | | | | | | | | | | | | | | | | | | | | | Allow sets of packages installed before or after a specific date. The date may be specified explicitly (in dateformat which defaults to "%x %X") or seconds since Epoch, or implicitly as an installation date or a filestamp. For example, the following sets can be specified in /etc/portage/sets.conf: [date1] class = portage.sets.dbapi.DateSet mode = older date = 08/31/12 10:00:00 dateformat = %%x %%X [date2] class = portage.sets.dbapi.DateSet mode = newer seconds = 1346400000 [date3] class = portage.sets.dbapi.DateSet package = sys-devel/gcc:4.7 [date4] class = portage.sets.dbapi.DateSet filestamp = /usr/bin/gcc
* emaint cleanconfmem: use writedictZac Medico2012-09-021-9/+5
|
* emaint cleanconfmem: ignore md5, bug #433694Zac Medico2012-09-021-26/+7
|
* validate_desktop_entry: handle emacs.desktopZac Medico2012-09-021-0/+14
| | | | See <https://bugs.freedesktop.org/show_bug.cgi?id=35844#c6>.
* Enable EAPI 5_pre1 for testing.Zac Medico2012-09-011-1/+1
|
* Document EAPI 5_pre1.Zac Medico2012-09-013-0/+262
|
* apply_user_patches: die if EBUILD_PHASE is wrongZac Medico2012-09-011-0/+2
|
* glsa.py: python3: ResourceWarning: unclosed fileZac Medico2012-09-011-1/+2
|
* ebuild-helpers/sed: move to bsd subdirectoryZac Medico2012-09-012-0/+3
| | | | | | 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-0113-25/+53
| | | | | Instead, just use conditionals where appropriate inside bin/ebuild-helpers/* scripts.
* _prepare_self_update: ignore installed versionZac Medico2012-09-012-16/+6
| | | | | | | | Now portage will unconditionally make a temporary copy of itself during updates. This is safer, since it provides maximum protection against any possible incompatibilities. For example, suppose that the ebuild has been updated to change the location of installed files (such as libdir change) without a revision bump.
* Enable @module-rebuild for 2.1 branch.Zac Medico2012-08-311-0/+5
|
* 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
* config.setcpv: fix early ret for IUSE_EFFECTIVEZac Medico2012-08-301-1/+3
|
* dyn_prepare: init state for apply_user_patchesZac Medico2012-08-301-0/+1
|