Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 74422 - ion3-svn ebuild patch
Summary: ion3-svn ebuild patch
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Tom Payne (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-12-14 12:45 UTC by Arnaud Vrac
Modified: 2004-12-19 10:29 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Arnaud Vrac 2004-12-14 12:45:42 UTC
ion3-svn doesn't compile anymore.
Here is a patch to fix the ebuild:

--- ion3-svn-20040902.ebuild.orig       2004-12-14 21:34:30.517408848 +0100
+++ ion3-svn-20040902.ebuild    2004-12-14 21:32:58.773356064 +0100
@@ -19,6 +19,7 @@
 
 ESVN_REPO_URI="http://tao.uab.es/ion/svn/ion/trunk"
 ESVN_PROJECT="ion-snapshot"
+ESVN_BOOTSTRAP="./predist.sh -snapshot"
 
 src_compile() {
 
@@ -50,6 +51,10 @@
                MANDIR=${D}/usr/share/man \
                DOCDIR=${D}/usr/share/doc/${PF} \
                LOCALEDIR=${D}/usr/share/locale \
+               LIBDIR=${D}/usr/lib \
+               MODULEDIR=${D}/usr/lib/ion3/mod \
+               LCDIR=${D}/usr/lib/ion3/lc \
+               VARDIR=${D}/var/cache/ion3 \
                install || die
 
        prepalldocs
Comment 1 Carsten Lohrke (RETIRED) gentoo-dev 2004-12-14 14:08:58 UTC
In general please attach patches as plain text, do not inline them.
Comment 2 Arnaud Vrac 2004-12-14 15:17:55 UTC
I'm sorry, i was trying to find how to attach a file when submitting the bug, i didn't know you have to do it afterwards.
Comment 3 Tom Payne (RETIRED) gentoo-dev 2004-12-19 10:29:01 UTC
Thanks for the patch Arnaud. It's now in CVS.

Best regards,

Tom