Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 194897 Details for
Bug 274138
dev-lisp/ecls version bump request
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Just changed ecls-0.9j_p1 ebuild
ecls-9.6.1.ebuild (text/plain), 1.14 KB, created by
Dmitry
on 2009-06-16 14:57:23 UTC
(
hide
)
Description:
Just changed ecls-0.9j_p1 ebuild
Filename:
MIME Type:
Creator:
Dmitry
Created:
2009-06-16 14:57:23 UTC
Size:
1.14 KB
patch
obsolete
># Copyright 1999-2008 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/dev-lisp/ecls/ecls-0.9j_p1.ebuild,v 1.1 2008/01/11 14:50:18 hkbst Exp $ > >inherit eutils multilib > >DESCRIPTION="ECL is an embeddable Common Lisp implementation." >SRC_URI="mirror://sourceforge/${PN}/ecl-9.6.0.tgz" >HOMEPAGE="http://ecls.sourceforge.net/" >SLOT="0" >LICENSE="BSD LGPL-2" >KEYWORDS="~amd64 ~ppc ~sparc ~x86" > >DEPEND="=dev-libs/gmp-4* > app-text/texi2html > >=dev-libs/boehm-gc-6.8" > >IUSE="X threads unicode" > >PROVIDE="virtual/commonlisp" > >S="${WORKDIR}"/ecl-${PV:0:5} > >_src_unpack() { > unpack ${A} > epatch "${FILESDIR}"/${PV}-headers-gentoo.patch >} > >src_compile() { > econf \ > --with-system-gmp \ > --enable-boehm=system \ > --enable-longdouble \ > --enable-c99complex \ > $(use_enable threads) \ > $(use_enable unicode) \ > $(use_with threads __thread) \ > $(use_with X x) \ > $(use_with X clx) \ > || die "econf failed" > #parallel fails > emake -j1 || die "make failed" >} > >src_install () { > emake DESTDIR="${D}" install || die > > dohtml doc/*.html > dodoc ANNOUNCEMENT Copyright > ># dodoc "${FILESDIR}"/README.Gentoo >}
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 274138
: 194897