Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 62003 Details for
Bug 96655
visualworks-base-7.3.1.ebuild
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
VisualWorks 7.3.1 Base Image ebuild
visualworks-base-7.3.1.ebuild (text/plain), 1.31 KB, created by
Timothy Kilbourn
on 2005-06-26 13:32:22 UTC
(
hide
)
Description:
VisualWorks 7.3.1 Base Image ebuild
Filename:
MIME Type:
Creator:
Timothy Kilbourn
Created:
2005-06-26 13:32:22 UTC
Size:
1.31 KB
patch
obsolete
># Copyright 1999-2005 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > ># for make_desktop_entry >inherit eutils > >DESCRIPTION="Cincom VisualWorks Smalltalk Non-Commercial base parcels and >virtual image" >HOMEPAGE="http://smalltalk.cincom.com" >#SRC_URI="http://www.cincomsmalltalk.com/pub/cstnc/visualworks/vwnc7.3.1/BaseVisualWorks.tar.gz" >SRC_URI="BaseVisualWorks.tar.gz" >LICENSE="cincom" >SLOT="0" >KEYWORDS="-* ~x86" >IUSE="examples doc" >RESTRICT="fetch" >DEPEND="" >RDEPEND="" > >pkg_nofetch() { > einfo "Please visit ${HOMEPAGE} and download Cincom VisualWorks > Non-Commercial Edition." > einfo "Save it in ${DISTDIR} !" >} > >src_unpack() { > mkdir -p ${P} > cd ${P} > tar xzovf ${DISTDIR}/${A} >} > >src_install() { > insinto /usr/VisualWorks-${PV} > insopts -m644 > doins readme.txt Welcome.pdf fileList.txt license.txt > > for i in `echo 'bin help icc net obsolete packaging parcels pdp security'`; > do > insinto /usr/VisualWorks-${PV}/$i > doins -r $i/* > done > > insinto /usr/VisualWorks-${PV}/image > doins image/visual.sou > doins image/visualnc.im > > if use doc; then > dodoc doc/*.pdf doc/fixed_ars.txt doc/index.pdx > docinto TechNotes > dodoc doc/TechNotes/*.pdf > docinto index > dodoc doc/index/*.idx > fi > > if use examples; then > insinto /usr/VisualWorks-${PV}/examples > doins -r examples/* > fi >}
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 96655
:
61608
|
61609
| 62003