Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 88759 - Ebuild Request - Maya 6.5
Summary: Ebuild Request - Maya 6.5
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Gentoo Graphics Project
URL:
Whiteboard:
Keywords:
: 96542 (view as bug list)
Depends on:
Blocks:
 
Reported: 2005-04-11 12:53 UTC by Bryce Thomas
Modified: 2005-08-18 10:00 UTC (History)
2 users (show)

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


Attachments
Maya 6.5 Ebuild based off of the Maya 6.0 Ebuild in Portage (maya-6.5.ebuild,10.14 KB, text/plain)
2005-04-11 12:54 UTC, Bryce Thomas
Details
Patches Maya Doc Server startup script to use system's own JRE. (maya-6.5-java-doc.patch,280 bytes, patch)
2005-04-11 12:55 UTC, Bryce Thomas
Details | Diff
md5sums of the Maya 6.5 RPMs for use by the ebuild. (maya-6.5.md5sum,292 bytes, text/plain)
2005-04-11 12:56 UTC, Bryce Thomas
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Bryce Thomas 2005-04-11 12:53:07 UTC
Ebuild request for Alias|Wavefront Maya 6.5

Reproducible: Always
Steps to Reproduce:
Comment 1 Bryce Thomas 2005-04-11 12:54:25 UTC
Created attachment 56016 [details]
Maya 6.5 Ebuild based off of the Maya 6.0 Ebuild in Portage

Works for me.
Comment 2 Bryce Thomas 2005-04-11 12:55:20 UTC
Created attachment 56017 [details, diff]
Patches Maya Doc Server startup script to use system's own JRE.
Comment 3 Bryce Thomas 2005-04-11 12:56:21 UTC
Created attachment 56018 [details]
md5sums of the Maya 6.5 RPMs for use by the ebuild.

This goes in the media-gfx/maya/files directory.
Comment 4 Bryce Thomas 2005-04-11 12:59:57 UTC
Comment on attachment 56017 [details, diff]
Patches Maya Doc Server startup script to use system's own JRE.

This goes in media-gfx/maya/files
Comment 5 Bryce Thomas 2005-04-20 03:15:33 UTC
Comment on attachment 56017 [details, diff]
Patches Maya Doc Server startup script to use system's own JRE.

>--- insroot/usr/aw/maya6.5/docs/startDocServer.sh.orig	2005-04-11 12:17:30.299671216 -0500
>+++ insroot/usr/aw/maya6.5/docs/startDocServer.sh	2005-04-11 12:19:44.738233448 -0500
>@@ -60,7 +60,7 @@
> 		fi
> 	;;
> 	Linux)
>-		JAVACMD=./jre/bin/java;
>+		JAVACMD=`which java`;
> 	;;
> esac
>
Comment 6 Luca Barbato gentoo-dev 2005-05-18 04:10:19 UTC
java team please review the java related patch
Comment 7 Jan Brinkmann (RETIRED) gentoo-dev 2005-05-18 05:31:54 UTC
i would rather patch it to have a line like "JAVACMD=$(java-config -J);", better
than simply trying to find the java command using "which".
Comment 8 Bryce Thomas 2005-05-18 14:36:43 UTC
I agree with #7 I was unaware of java-config when i wrote the patch.  I have
since changed the script to say:

Linux)
                JAVACMD=`java-config -J`;
        ;;
Comment 9 Jakub Moc (RETIRED) gentoo-dev 2005-06-19 13:05:08 UTC
*** Bug 96542 has been marked as a duplicate of this bug. ***
Comment 10 Jakub Moc (RETIRED) gentoo-dev 2005-08-18 10:00:21 UTC
Already in portage for a few weeks, closing.