Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 582966

Summary: [TRACKER] DESTTREE and INSDESTTREE directly accessed from ebuilds
Product: Gentoo Linux Reporter: Michał Górny <mgorny>
Component: Current packagesAssignee: Gentoo Quality Assurance Team <qa>
Status: RESOLVED FIXED    
Severity: normal Keywords: Tracker
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on: 566480, 582972, 582974, 582976, 582982, 582984, 582986    
Bug Blocks: 173630    

Description Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2016-05-14 07:30:15 UTC
Both variables are pretty much intended to be an internal implementation design rather than reusable EAPI features. So:

DESTTREE -> into
INSDESTTREE -> insinto
Comment 1 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2016-05-14 07:32:59 UTC
Also it can be noted that some ebuilds read DESTTREE assuming it will default to /usr. While that's a case, I don't think PMS guarantees that (vs empty implicit).
Comment 2 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2016-05-14 10:02:28 UTC
Looks like all uses are gone now.