Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 96970 Details for
Bug 147569
dev-util/guile-1.8 ebuild (version bump)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
dev-util/guile-1.8.ebuild
guile-1.8.0.ebuild (text/plain), 1.77 KB, created by
Dimitris Vyzovitis
on 2006-09-14 07:20:08 UTC
(
hide
)
Description:
dev-util/guile-1.8.ebuild
Filename:
MIME Type:
Creator:
Dimitris Vyzovitis
Created:
2006-09-14 07:20:08 UTC
Size:
1.77 KB
patch
obsolete
># Copyright 1999-2006 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header$ > >inherit flag-o-matic eutils libtool > >DESCRIPTION="GNU Scheme interpreter" >HOMEPAGE="http://www.gnu.org/software/guile/" >SRC_URI="mirror://gnu/guile/${P}.tar.gz" > >LICENSE="GPL-2" >KEYWORDS="x86" >IUSE="" > ># Problems with parallel builds (#34029), so I'm taking the safer route >MAKEOPTS="${MAKEOPTS} -j1" > >DEPEND=">=sys-libs/ncurses-5.1 > >=sys-libs/readline-4.1 > >=dev-libs/gmp-4.1 > >=sys-devel/libtool-1.5.6" > ># NOTE: in README-PACKAGERS, guile recommends different versions be installed ># in parallel. They're talking about LIBRARY MAJOR versions and not ># the actual guile version that was used in the past. ># ># So I'm slotting this as 12 beacuse of the library major version ># XXX (vyzo) 1.8 has LIBGUILE_INERFACE 17 (in GUILE-VERSION) >SLOT="17" >MAJOR="1.8" > >src_unpack() { > unpack ${A} > cd ${S} >} > >src_compile() { > # Fix for bug 26484: This package fails to build when built with > # -g3, at least on some architectures. (19 Aug 2003 agriffis) > filter-flags -g3 > > econf \ > --with-threads \ > --with-modules \ > --enable-deprecated=no || die > > # Please keep --enable-deprecation=no in future bumps. > # Danny van Dyk <kugelfang@gentoo.org 2004/09/19 > # XXX (vyzo) why? > > emake || die "make failed" >} > >src_install() { > einstall || die "install failed" > dodoc AUTHORS ChangeLog GUILE-VERSION HACKING NEWS README SNAPSHOTS THANKS > > # texmacs needs this, closing bug #23493 > dodir /etc/env.d > > # We don't slot the env.d entry because /usr/bin/guile-config is > # there anyway, and will only match the last guile installed. > # so the GUILE_LOAD_PATH will match the data available from guile-config. > echo "GUILE_LOAD_PATH=\"/usr/share/guile/${MAJOR}\"" > ${D}/etc/env.d/50guile >}
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 147569
: 96970