Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 4137 Details for
Bug 8312
modelsim 5.5 and 5.6 (new package)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
modelsimSE-5.6d.ebuild
modelsimSE-5.6d.ebuild. (text/plain), 1.46 KB, created by
Chris Bainbridge (RETIRED)
on 2002-09-24 10:15:25 UTC
(
hide
)
Description:
modelsimSE-5.6d.ebuild
Filename:
MIME Type:
Creator:
Chris Bainbridge (RETIRED)
Created:
2002-09-24 10:15:25 UTC
Size:
1.46 KB
patch
obsolete
># Copyright 1999-2002 Gentoo Technologies, Inc. ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >DESCRIPTION="ModelSim is the world's most popular and widely used VHDL and mixed-VHDL/Verilog simulator and the fastest-growing Verilog simulator. ModelSim SE is a premium product, with the features and sign-off support necessary for cutting-edge ASIC and high-end FPGA development" >HOMEPAGE="http://www.model.com" >SRC_URI="ftp://ftp.model.com/pub/SE/5.6d/modeltech-base.tar.gz ftp://ftp.model.com/pub/SE/5.6d/modeltech-docs.tar.gz ftp://ftp.model.com/pub/SE/5.6d/modeltech-linux.exe.gz" >LICENSE="http://www.model.com/products/license_agreement.asp?producttype=SE&version=5.6d" >KEYWORDS="x86" >RESTRICT="nostrip" > ># FIXME? We should add a download/rename bit here, because the ># basenames don't include a version string, hence 'emerge -u' will ># fail. Can we do this in portage? > >src_unpack() { > cd ${WORKDIR} > unpack modeltech-base.tar.gz modeltech-docs.tar.gz > gzip -c -d ${DISTDIR}/modeltech-linux.exe.gz > modeltech-linux.exe > chmod +x modeltech-linux.exe > echo -n -e "D\nAgree\n"|./modeltech-linux.exe > /dev/null >} > >src_install () { > mkdir -p ${D}/opt/ > cp -a ${WORKDIR}/modeltech ${D}/opt/ >} > >pkg_postinst () { > einfo "Add /opt/modeltech/bin to your PATH." > einfo "Read the installation manual for details of configuring a standalone license server, or set LM_LICENSE_FILE=xxxx@host if you already have a running license server." > echo >} > > >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 8312
:
4135
|
4136
| 4137 |
4183