Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 401342 Details for
Bug 546772
dev-lisp/blab - a tool for producing data according to slightly extended context free grammars. You can think of it as a reverse grep, but with a more descriptive language.
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
blab-9999.ebuild
blab-9999.ebuild (text/plain), 1.35 KB, created by
Florian Steinel
on 2015-04-16 11:33:15 UTC
(
hide
)
Description:
blab-9999.ebuild
Filename:
MIME Type:
Creator:
Florian Steinel
Created:
2015-04-16 11:33:15 UTC
Size:
1.35 KB
patch
obsolete
># Copyright 1999-2014 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >EAPI=5 > >inherit git-r3 > >EGIT_REPO_URI="http://haltp.org/git/${PN}.git" >EGIT_MIN_CLONE_TYPE="mirror" > >DESCRIPTION="a purely functional dialect of Scheme" >HOMEPAGE="http://code.google.com/p/ouspg/wiki/Blab https://github.com/aoh/blab" > >LICENSE="AS-IS" >SLOT="0" >KEYWORDS="~amd64 ~x86" >IUSE="" > >CDEPENDS="dev-lisp/owl-lisp" >DEPENDS="${CDEPENDS}" > >DOCS="README" > >src_prepare() { > sed -i -e 's|DESTDIR=|DESTDIR?=|g' Makefile || die 'sed failed' > sed -i -e 's|CC=|CC?=|g' Makefile || die 'sed failed' > sed -i -e 's|PREFIX=|PREFIX?=|g' Makefile || die 'sed failed' > sed -i -e 's|CFLAGS=|CFLAGS?=|g' Makefile || die 'sed failed' > sed -i -e 's|OFLAGS=|OFLAGS?=|g' Makefile || die 'sed failed' > sed -i -e 's|OL=owl-lisp/bin/ol|OL=ol|g' Makefile || die 'sed failed' > sed -i -e 's|make get-owl|/bin/true|g' Makefile || die 'sed failed' > sed -i -e 's|git clone|/bin/true|g' Makefile || die 'sed failed' > sed -i -e 's|git pull|/bin/true|g' Makefile || die 'sed failed' > sed -i -e 's|${CC} -O2 |${CC} ${CFLAGS} |g' Makefile || die 'sed failed' > sed -i -e 's|../owl-lisp/bin/ol|ol|g' tests/script-{client,owlish,socket}.sh || die 'sed failed' > rm tests/script-client.sh || die 'removing script-client.sh failed' > rm tests/script-socket.sh || die 'removing script-socket.sh failed' >}
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 546772
:
401338
| 401342