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

Bug 195769

Summary: proj ebuild patch to make it work with prefixed portage
Product: Gentoo/Alt Reporter: Dirk Tilger <dirk>
Component: Prefix SupportAssignee: Gentoo non-Linux Team <alt>
Status: RESOLVED FIXED    
Severity: enhancement    
Priority: High    
Version: unspecified   
Hardware: x86   
OS: OS X   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 195780    
Attachments: Proj 4.5.0 ebuild patch to make it work with prefixed portage
Proj 4.5.0 ebuild patch to make it work with prefixed portage

Description Dirk Tilger 2007-10-13 21:08:34 UTC
USE flags for testing: /

objective: `emerge mapserver`

test system: x86-macos
Comment 1 Dirk Tilger 2007-10-13 21:09:09 UTC
Created attachment 133381 [details, diff]
Proj 4.5.0 ebuild patch to make it work with prefixed portage
Comment 2 Elias Pipping (RETIRED) gentoo-dev 2007-10-13 23:48:36 UTC
the patch is obsolete.(*)

note that this change:

-	insinto /usr/share/proj
+	insinto $EPREFIX/usr/share/proj

doesn't actually fix anything. insinto prepends EPREFIX automatically, which means you up with a double-prefix in this case.


(*) there's nothing in there that eapify didn't take care of.
Comment 3 Dirk Tilger 2007-10-14 10:51:49 UTC
Created attachment 133426 [details, diff]
Proj 4.5.0 ebuild patch to make it work with prefixed portage
Comment 4 Jeremy Olexa (darkside) (RETIRED) archtester gentoo-dev Security 2008-05-16 22:15:34 UTC
Added in r20541 about a month ago. Resolving.