Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 372024 Details for
Bug 503796
dev-libs/cre2 - a C binding for the re2 regular expression library
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
cre2-0.1_beta5.ebuild
cre2-0.1_beta5.ebuild (text/plain), 739 bytes, created by
Vladimir Lushnikov
on 2014-03-07 23:52:55 UTC
(
hide
)
Description:
cre2-0.1_beta5.ebuild
Filename:
MIME Type:
Creator:
Vladimir Lushnikov
Created:
2014-03-07 23:52:55 UTC
Size:
739 bytes
patch
obsolete
># Copyright 1999-2014 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >EAPI=5 > >inherit autotools eutils flag-o-matic versionator > >MY_PV="${PV%%_beta*}b${PV##*_beta}" >MY_P="${PN}-${MY_PV}" > >DESCRIPTION="A C language wrapper for the RE2 regular expression library" >HOMEPAGE="https://github.com/marcomaggi/cre2/" >SRC_URI="https://github.com/marcomaggi/${PN}/archive/${MY_PV}.tar.gz" > >LICENSE="BSD" >SLOT="0" >KEYWORDS="~x86 ~amd64" >IUSE="static" > >RDEPEND=" > dev-libs/re2 >" > >DEPEND="${RDEPEND}" > >S="${WORKDIR}/${MY_P}" > >src_prepare() { > eautoreconf >} > >src_configure() { > econf \ > --enable-maintainer-mode \ > $(use_enable static static) >} > >src_compile() { > emake >} > >src_install() { > default >} >
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 503796
: 372024