Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 401338 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-0.1.4.ebuild
blab-0.1.4.ebuild (text/plain), 960 bytes, created by
Florian Steinel
on 2015-04-16 11:32:11 UTC
(
hide
)
Description:
blab-0.1.4.ebuild
Filename:
MIME Type:
Creator:
Florian Steinel
Created:
2015-04-16 11:32:11 UTC
Size:
960 bytes
patch
obsolete
># Copyright 1999-2014 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >EAPI=5 > >DESCRIPTION="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." >HOMEPAGE="http://code.google.com/p/ouspg/wiki/Blab https://github.com/aoh/blab" >SRC_URI="http://ouspg.googlecode.com/files/${P}.tar.gz" > >LICENSE="MIT" >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|$(CC) -O2 |$(CC) $(CFLAGS) |g' Makefile || die 'sed 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