Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 96294 Details for
Bug 146721
dev-lang/nemerle-0.9.3 version bump
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
dev-lang/nemerle
nemerle-0.9.3.ebuild (text/plain), 1.25 KB, created by
MT
on 2006-09-07 10:30:54 UTC
(
hide
)
Description:
dev-lang/nemerle
Filename:
MIME Type:
Creator:
MT
Created:
2006-09-07 10:30:54 UTC
Size:
1.25 KB
patch
obsolete
># Copyright 1999-2006 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $ > >inherit mono eutils > >DESCRIPTION="A hybrid programming language for the .NET platform" >HOMEPAGE="http://www.nemerle.org/" >SRC_URI="http://www.nemerle.org/download/${P}.tar.bz2" > >LICENSE="nemerle" >SLOT="0" >KEYWORDS="~x86 ~amd64" >IUSE="debug aot" >DEPEND=">=dev-lang/mono-1.1.15 > dev-lang/python > dev-libs/libxml2 > dev-dotnet/nant > dev-java/antlr" > >pkg_setup() { > echo > ewarn 'Ahead of Time Compilation still in an early development stage, and' > ewarn 'it is also arch dependent, so use the "aot" USE flag at your own risk.' > ewarn 'It is know that AOT do not work well on amd64 machines.' > echo >} > >src_unpack() { > unpack ${A} > cd ${S} >} > >src_compile() { > myconf="$(use_enable aot) \ > --net-engine=/usr/bin/mono \ > --prefix=/usr \ > --libdir=/usr/$(get_libdir)" > > # active debug only if required because nemerle configure > # do not have a proper --disable-debug option > if use debug; then > myconf="${myconf} $(use_enable debug)" > fi > > #N.B.: econf apparently do not work > ./configure ${myconf} || die "configure failed" > emake -j1 || die "make failed" >} > >src_install() { > make DESTDIR=${D} install || die > dodoc AUTHORS ChangeLog INSTALL NEWS README >}
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 146721
: 96294