Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 15753 Details for
Bug 25740
dev-lisp/gauche 0.7.1 (New version)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
gauche-0.7.1.ebuild
gauche-0.7.1.ebuild (text/plain), 1.02 KB, created by
Akinori Hattori
on 2003-08-08 08:06:55 UTC
(
hide
)
Description:
gauche-0.7.1.ebuild
Filename:
MIME Type:
Creator:
Akinori Hattori
Created:
2003-08-08 08:06:55 UTC
Size:
1.02 KB
patch
obsolete
># Copyright 1999-2003 Gentoo Technologies, Inc. ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit flag-o-matic > >IUSE="ipv6 utf8" >HOMEPAGE="http://gauche.sf.net" >DESCRIPTION="A Unix system friendly Scheme Interpreter" > >SRC_URI="mirror://sourceforge/gauche/Gauche-${PV}.tgz" >LICENSE="BSD" >KEYWORDS="~x86" >SLOT="0" >S="${WORKDIR}/Gauche-${PV}" > >DEPEND="virtual/glibc > >=sys-libs/gdbm-1.8.0-r5" > >src_compile() { > local myconf > > use ipv6 && myconf="--enable-ipv6" > > if [ "`use utf8`" ]; then > myconf="$myconf --enable-multibyte=utf-8" > else > myconf="$myconf --enable-multibyte=euc-jp" > fi > > sed -e "67s/\$(LIB_INSTALL_DIR)/\$(DISTDIR)\$(LIB_INSTALL_DIR)/" \ > src/Makefile.in > src/Makefile.in.tmp > rm -f src/Makefile.in > mv src/Makefile.in.tmp src/Makefile.in > > filter-flags -fforce-addr > > CFLAGS="" CXXFLAGS="" econf $myconf --enable-threads=pthreads > emake OPTFLAGS="$CFLAGS" > > make check >} > >src_install () { > make install DESTDIR=${D} > > dodoc AUTORS COPYING ChangeLog HACKING INSTALL INSTALL.eucjp 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 25740
:
15354
| 15753