Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 478068 - app-cdr/iat-0.1.7-r1: Add prefix support
Summary: app-cdr/iat-0.1.7-r1: Add prefix support
Status: RESOLVED FIXED
Alias: None
Product: Gentoo/Alt
Classification: Unclassified
Component: Prefix Support (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Prefix
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: prefix-gx86
  Show dependency tree
 
Reported: 2013-07-25 03:34 UTC by Yishen Miao (mys_721tx)
Modified: 2016-10-15 13:49 UTC (History)
0 users

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


Attachments
add ${EPREFIX} for iat-0.1.7-r1.ebuild (add-prefix.patch,375 bytes, patch)
2013-07-25 03:34 UTC, Yishen Miao (mys_721tx)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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(-)