Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 565928 Details for
Bug 627452
dev-libs/libxlsxwriter - is a C library for creating Excel XLSX files
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
ebuild for version 0.8.5
libxlsxwriter-0.8.5.ebuild (text/plain), 706 bytes, created by
Jon Hood
on 2019-02-19 22:32:30 UTC
(
hide
)
Description:
ebuild for version 0.8.5
Filename:
MIME Type:
Creator:
Jon Hood
Created:
2019-02-19 22:32:30 UTC
Size:
706 bytes
patch
obsolete
># Copyright 1999-2019 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 > >EAPI=7 > >inherit cmake-utils > >DESCRIPTION="Libxlsxwriter is a C library for creating Excel XLSX files." >HOMEPAGE="http://libxlsxwriter.github.io/" >SRC_URI="https://github.com/jmcnamara/libxlsxwriter/archive/RELEASE_${PV}.tar.gz" > >LICENSE="BSD-2" >SLOT="0" >KEYWORDS="~amd64 ~x86" >IUSE="minizip static-libs" >S="${WORKDIR}/${PN}-RELEASE_${PV}" > >DEPEND="minizip? ( sys-libs/zlib[minizip] )" >RDEPEND="${DEPEND}" > >src_configure() { > local mycmakeargs=( > -DCMAKE_BUILD_TYPE=Release > -DUSE_SYSTEM_MINIZIP="$(usex minizip)" > -DBUILD_SHARED_LIBS="$(usex static-libs OFF ON)" > ) > cmake-utils_src_configure >}
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 627452
:
488486
|
488488
|
488490
|
488492
|
488496
|
488776
|
498044
|
534074
|
534076
|
565926
|
565928
|
565930
|
587062
|
590372
|
590374
|
597530
|
603406
|
603408
|
648054
|
712974
|
712977
|
721259
|
724915
|
769505