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

Bug 434530

Summary: sys-devel/pmake: please review prefix changes
Product: Gentoo Linux Reporter: Christoph Junghans (RETIRED) <junghans>
Component: [OLD] Core systemAssignee: Gentoo/BSD Team <bsd+disabled>
Status: RESOLVED FIXED    
Severity: normal CC: prefix
Priority: Normal Keywords: Inclusion, InVCS, PATCH
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 315803    
Attachments: patch for pmake-1.111.3.1.ebuild

Description Christoph Junghans (RETIRED) gentoo-dev 2012-09-10 03:41:36 UTC
Created attachment 323364 [details, diff]
patch for pmake-1.111.3.1.ebuild

Changes:
- EAPI bumped to 4 to make portage prefix aware
- added two additional CFLAGS
- helpers die automatically on EAPI=4
Comment 1 Alexis Ballier gentoo-dev 2012-09-10 11:24:09 UTC
hmmm it is a system package on g/fbsd, so it is not the best idea to use greatest and latest eapi there. can you please make it use eapi3 instead ? just so that upgrade path is not too broken
Comment 2 Alexis Ballier gentoo-dev 2012-09-10 11:25:07 UTC
(In reply to comment #1)
> hmmm it is a system package on g/fbsd, so it is not the best idea to use
> greatest and latest eapi there. can you please make it use eapi3 instead ?
> just so that upgrade path is not too broken

scrap that... it seems what we use on g/fbsd is bundled in the freebsd-* ebuilds...
Comment 3 Alexis Ballier gentoo-dev 2012-09-10 11:25:54 UTC
patch ok then :)
Comment 4 Christoph Junghans (RETIRED) gentoo-dev 2012-09-10 15:09:31 UTC
(In reply to comment #3)
> patch ok then :)

Commit in-place or as -r1 ?

(I can also make it EAPI=3 as the only difference will be to keep the "|| die" statements.)
Comment 5 Alexis Ballier gentoo-dev 2012-09-10 15:31:14 UTC
(In reply to comment #4)
> (In reply to comment #3)
> > patch ok then :)
> 
> Commit in-place or as -r1 ?

in-place should be fine

> (I can also make it EAPI=3 as the only difference will be to keep the "||
> die" statements.)

eapi 4 is fine, it seems i need more coffee these days :)
Comment 6 Christoph Junghans (RETIRED) gentoo-dev 2012-09-11 01:31:36 UTC
Done, thanks.