Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 195769 - proj ebuild patch to make it work with prefixed portage
Summary: proj ebuild patch to make it work with prefixed portage
Status: RESOLVED FIXED
Alias: None
Product: Gentoo/Alt
Classification: Unclassified
Component: Prefix Support (show other bugs)
Hardware: x86 OS X
: High enhancement (vote)
Assignee: Gentoo non-Linux Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 195780
  Show dependency tree
 
Reported: 2007-10-13 21:08 UTC by Dirk Tilger
Modified: 2008-05-16 22:15 UTC (History)
0 users

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


Attachments
Proj 4.5.0 ebuild patch to make it work with prefixed portage (proj-4.5.0.ebuild.patch,792 bytes, patch)
2007-10-13 21:09 UTC, Dirk Tilger
Details | Diff
Proj 4.5.0 ebuild patch to make it work with prefixed portage (proj-4.5.0.ebuild.patch,368 bytes, patch)
2007-10-14 10:51 UTC, Dirk Tilger
Details | Diff

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