Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 256869 Details for
Bug 348375
FSharp Power Pack - Collection of libraries and tools for use with the F# programming language
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
ebuild draft
fsharp-powerpack-2.0.0.0.2010.5.ebuild (text/plain), 1.21 KB, created by
Artem Melentyev
on 2010-12-10 23:19:58 UTC
(
hide
)
Description:
ebuild draft
Filename:
MIME Type:
Creator:
Artem Melentyev
Created:
2010-12-10 23:19:58 UTC
Size:
1.21 KB
patch
obsolete
># Copyright 1999-2010 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >EAPI=2 > >inherit eutils mono versionator > >DESCRIPTION="Collection of libraries and tools for use with the F# programming language" >HOMEPAGE="http://fsharppowerpack.codeplex.com/" >SRC_URI="http://download.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=fsharppowerpack&DownloadId=122711&FileTime=129197266205270000&Build=17450 -> ${P}.zip" > >LICENSE="Apache-2.0" >SLOT="0" >KEYWORDS="~amd64 ~x86" >IUSE="" > >RDEPEND="dev-dotnet/f-sharp" >DEPEND="app-arch/unzip > ${RDEPEND}" > >S=${WORKDIR}/FSharpPowerPack-$(get_version_component_range 1-4) > >src_unpack() { > unpack "${A}" > cd "${WORKDIR}" > # fix windows paths > for i in *; do > f=`echo $i | tr '\\\\' '/'`; > mkdir -p `dirname $f`; > mv "$i" "$f"; > done >} > >FSHARPDIR="/usr/$(get_libdir)/f-sharp" > >create_exe_wrappers() { > ebegin "creating compiler wrappers" > > for exe in fslex fsyacc fshtmldoc; do > make_wrapper ${exe} "mono $FSHARPDIR/${exe}.exe" \ > || die "couldn't create wrapper for ${exe}.exe" > done > > eend $? >} > >src_install() { > insinto $FSHARPDIR > doins bin/* || die "installing libraries failed" > create_exe_wrappers > # TODO: Silverlight(Moonlight) libs >}
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 348375
: 256869