Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 372521 - base.eclass: base_src_install() should support custom destination directory
Summary: base.eclass: base_src_install() should support custom destination directory
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Eclasses (show other bugs)
Hardware: All All
: High enhancement
Assignee: Gentoo Quality Assurance Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-06-21 22:34 UTC by Arfrever Frehtes Taifersar Arahesis (RETIRED)
Modified: 2015-04-26 17:03 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
base.eclass.patch (base.eclass.patch,612 bytes, patch)
2011-06-21 22:34 UTC, Arfrever Frehtes Taifersar Arahesis (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Arfrever Frehtes Taifersar Arahesis (RETIRED) gentoo-dev 2011-06-21 22:34:31 UTC
Created attachment 277727 [details, diff]
base.eclass.patch

base_src_install() should support custom destination directory, so that functions, which call this function internally, be able to perform installation into a different directory than ${D}.

An ebuild might want to firstly install files into e.g. ${T}/${subdir} and next specially merge them into ${D}.

I'm attaching the patch.
Comment 1 Mikle Kolyada (RETIRED) archtester Gentoo Infrastructure gentoo-dev Security 2015-04-26 17:03:00 UTC
base.eclass has to be removed. Don't see the point to apply any patches.