Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 63477 Details for
Bug 99119
dev-lang/smalltalkx-bin 5.2.6 (new package)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
smalltalkx-bin-5.2.6.ebuild
smalltalkx-bin-5.2.6.ebuild (text/plain), 1.95 KB, created by
Tobias Sager
on 2005-07-15 10:06:56 UTC
(
hide
)
Description:
smalltalkx-bin-5.2.6.ebuild
Filename:
MIME Type:
Creator:
Tobias Sager
Created:
2005-07-15 10:06:56 UTC
Size:
1.95 KB
patch
obsolete
># Copyright 1999-2005 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/dev-lang/smalltalkx/smalltalkx-4.1.4.ebuild,v 1.11 2005/06/02 18:32:25 wormo Exp $ > >MY_PV=${PV//./} >MY_PN=${PN//-bin/} >DESCRIPTION="The non-commercial version of a complete implementation of the Smalltalk programming language and development environment" >HOMEPAGE="http://www.exept.de/exept/english/Smalltalk/frame_uebersicht.html" >SRC_URI="${MY_PN}-common-${MY_PV}.tar.gz ${MY_PN}-linux-${MY_PV}.tar.gz" >RESTRICT="fetch" > >LICENSE="as-is" >SLOT="0" >KEYWORDS="x86 -ppc" >IUSE="" > >DEPEND="virtual/libc > virtual/x11" > >pkg_nofetch() { > einfo "Please download the following files:" > einfo " ftp://www.exept.de/download/stx${MY_PV}/common.tgz" > einfo " ftp://www.exept.de/download/stx${MY_PV}/linux.tgz" > einfo > einfo "Rename the files like so:" > einfo " mv common.tgz ${MY_PN}-common-${MY_PV}.tar.gz" > einfo " mv linux.tgz ${MY_PN}-linux-${MY_PV}.tar.gz" > einfo > einfo "and put them into ${DISTDIR}" > einfo >} > >src_compile() { > # do nothing > einfo "Binary install. Package already compiled." >} > >src_install() { > cd ${WORKDIR}/stx > cp obsolete/INSTALL.sh obsolete/INSTALL.files . > > dodir /opt > ./INSTALL.sh -q -top ${D}/opt > > # relocate > target_path=${D}/opt/smalltalk/${PV} > > dodir /opt/smalltalk/${PV} > mv ${D}/opt/stx/${PV}/* ${target_path} > rm ${D}/opt/stx -R > > dosed /opt/smalltalk/${PV}/bin/smalltalk > sed -e 's#opt/stx#opt/smalltalk#' < ${target_path}/bin/smalltalk \ > > ${WORKDIR}/smalltalk > mv ${WORKDIR}/smalltalk ${target_path}/bin > chmod +x ${target_path}/bin/smalltalk > > cd ${target_path} > for i in `find . -type l` ; do > foo=`ls -l ${i} | sed "s/.*-> //" | sed "s_${D}__"` > rm $i > ln -sf ${foo} $i > done > > dodir /usr/bin > dosym /opt/smalltalk/${PV}/bin/smalltalk /usr/bin/smalltalk > > # create a path entry in /etc/env.d > echo "PATH=/opt/smalltalk/${PV}/bin" >> ${WORKDIR}/50smalltalkx > insinto /etc/env.d > doins ${WORKDIR}/50smalltalkx >}
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 99119
:
63476
| 63477