summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Huddleston <eradicator@gentoo.org>2005-08-11 08:50:25 +0000
committerJeremy Huddleston <eradicator@gentoo.org>2005-08-11 08:50:25 +0000
commit5de8400955fb66f2517d6979ee4ef5eb7d6fcfa6 (patch)
tree24fc2095ed56a884b71e8a29657fb2954959ec91 /media-gfx/maya/files
parentRevbump to add amd64 support, fix enewuser, cleanup init scripts and ebuild, ... (diff)
downloadgentoo-2-5de8400955fb66f2517d6979ee4ef5eb7d6fcfa6.tar.gz
gentoo-2-5de8400955fb66f2517d6979ee4ef5eb7d6fcfa6.tar.bz2
gentoo-2-5de8400955fb66f2517d6979ee4ef5eb7d6fcfa6.zip
Version bump. Still in package.mask for development.
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'media-gfx/maya/files')
-rw-r--r--media-gfx/maya/files/50maya4
-rw-r--r--media-gfx/maya/files/aw_flexlm8
-rw-r--r--media-gfx/maya/files/digest-maya-6.50
3 files changed, 8 insertions, 4 deletions
diff --git a/media-gfx/maya/files/50maya b/media-gfx/maya/files/50maya
new file mode 100644
index 000000000000..b9e9a92832f3
--- /dev/null
+++ b/media-gfx/maya/files/50maya
@@ -0,0 +1,4 @@
+AW_COMMON=/opt/aw
+MAYA_LOCATION=${AW_COMMON}/maya
+PATH=${MAYA_LOCATION}/bin
+ROOTPATH=${MAYA_LOCATION}/bin
diff --git a/media-gfx/maya/files/aw_flexlm b/media-gfx/maya/files/aw_flexlm
index 5b546c445c34..fc0239f0daf4 100644
--- a/media-gfx/maya/files/aw_flexlm
+++ b/media-gfx/maya/files/aw_flexlm
@@ -1,7 +1,7 @@
#!/sbin/runscript
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/maya/files/aw_flexlm,v 1.4 2005/07/30 21:34:14 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/maya/files/aw_flexlm,v 1.5 2005/08/11 08:50:25 eradicator Exp $
# description: aw_flexlm controls the Flexlm License Server Daemon for \
# Alias|Wavefront Products.
@@ -13,11 +13,11 @@ depend() {
checkconfig() {
if [[ -x "/opt/aw/COM/etc/lmgrd" ]]; then
- if [[ -f "$LICENSE_FILE" ]] ; then
+ if [[ -f "${LICENSE_FILE}" ]] ; then
return 0
else
eerror "ERROR Cannot run FLEXlm Licensing daemon: lmgrd"
- eerror "$LICENSE_FILE does not exist."
+ eerror "${LICENSE_FILE} does not exist."
fi
else
eerror "ERROR Cannot run FLEXlm Licensing daemon: lmgrd"
@@ -30,7 +30,7 @@ checkconfig() {
start() {
checkconfig || return 1
ebegin "Starting FLEXlm License Server Daemon for Alias|Wavefront software"
- LD_ASSUME_KERNEL=2.4.1 su nobody -c "/opt/aw/COM/etc/lmgrd -c ${LICENSE_FILE} -l ${LOG}"
+ LD_ASSUME_KERNEL=2.4.1 su nobody -c "/opt/aw/COM/etc/lmgrd -c '${LICENSE_FILE}' -l '${LOG}'"
eend $?
}
diff --git a/media-gfx/maya/files/digest-maya-6.5 b/media-gfx/maya/files/digest-maya-6.5
new file mode 100644
index 000000000000..e69de29bb2d1
--- /dev/null
+++ b/media-gfx/maya/files/digest-maya-6.5