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

Bug 478068

Summary: app-cdr/iat-0.1.7-r1: Add prefix support
Product: Gentoo/Alt Reporter: Yishen Miao (mys_721tx) <mys721tx>
Component: Prefix SupportAssignee: Gentoo Prefix <prefix>
Status: RESOLVED FIXED    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 315803    
Attachments: add ${EPREFIX} for iat-0.1.7-r1.ebuild

Description Yishen Miao (mys_721tx) 2013-07-25 03:34:24 UTC
Created attachment 354142 [details, diff]
add ${EPREFIX} for iat-0.1.7-r1.ebuild

Emerge will attempt to install files outside of the prefix using the current ebuild for app-cdr/iat-0.1.7-r1. A patch should be added to allow installation in Gentoo Prefix.
Comment 1 Christoph Junghans (RETIRED) gentoo-dev 2013-07-25 14:32:26 UTC
(In reply to Yishen Miao (mys_721tx) from comment #0)
> Created attachment 354142 [details, diff] [details, diff]
> add ${EPREFIX} for iat-0.1.7-r1.ebuild
> 
> Emerge will attempt to install files outside of the prefix using the current
> ebuild for app-cdr/iat-0.1.7-r1. A patch should be added to allow
> installation in Gentoo Prefix.
This won't work! Do the following:
- bump EAPI to 5, to make portage prefix-aware
- disable-dependency-tracking is default in EAPI=5
- src_install can go as it is the default in EAPI=5
- your change
Comment 2 Pacho Ramos gentoo-dev 2016-10-15 13:49:08 UTC
[master 75238b7] app-cdr/iat: Remove references to berlios.de and fix prefix support (#478068)
 1 file changed, 4 insertions(+), 11 deletions(-)