Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 73315 Details for
Bug 113180
New ebuild for SIOD
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
siod ebuild
siod-3.4.ebuild (text/plain), 791 bytes, created by
Bruce Guenter
on 2005-11-21 09:15:11 UTC
(
hide
)
Description:
siod ebuild
Filename:
MIME Type:
Creator:
Bruce Guenter
Created:
2005-11-21 09:15:11 UTC
Size:
791 bytes
patch
obsolete
># Copyright 1999-2005 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit eutils > >DESCRIPTION="Scheme In One Defun - a small-footprint implementation of the Scheme programming language" >HOMEPAGE="http://people.delphiforums.com/gjc/siod.html" >SRC_URI="http://people.delphiforums.com/gjc/siod.tgz" > >LICENSE="unknown" >SLOT="0" >KEYWORDS="x86" >IUSE="" > >DEPEND="dev-lang/perl" >RDEPEND="" >S=${WORKDIR}/${P} > >src_unpack() { > mkdir "${S}" > cd "${S}" > unpack ${A} > epatch ${FILESDIR}/rename-lchmod.patch > # SIOD has /usr/local hard coded in pretty near every file > perl -pi -e 's|/usr/local/|/usr/|g' `grep -l /usr/local/ *` >} > >src_compile() { > make linux || die >} > >src_install() { > make install IROOT="${D}" || die > dodoc *.txt > dohtml *.html >}
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 113180
: 73315 |
73316