Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 769505 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 dev-libs/libxlsxwriter-1.1.4
libxlsxwriter-1.1.4.ebuild (text/plain), 1.14 KB, created by
Jon Hood
on 2022-04-08 20:36:37 UTC
(
hide
)
Description:
ebuild for dev-libs/libxlsxwriter-1.1.4
Filename:
MIME Type:
Creator:
Jon Hood
Created:
2022-04-08 20:36:37 UTC
Size:
1.14 KB
patch
obsolete
># Copyright 1999-2022 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 > >EAPI=8 > >inherit cmake plocale > >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 -> ${P}.tar.gz" > >LICENSE="BSD-2" >SLOT="0" >KEYWORDS="~amd64 ~x86" >IUSE="minizip openssl static-libs" >S="${WORKDIR}/${PN}-RELEASE_${PV}" > >DEPEND="sys-libs/zlib > minizip? ( sys-libs/zlib[minizip] )" >RDEPEND="${DEPEND}" > >src_prepare() { > cmake_src_prepare >} > >src_configure() { > DOUBLEFUNCTION=OFF > for x in $(plocale_get_locales); do > if ! [[ "${x}" =~ ^en* ]]; then > #non-english locale detected; apply double function fix > DOUBLEFUNCTION=ON > break > fi > done > local mycmakeargs=( > -DCMAKE_BUILD_TYPE=Release > -DUSE_SYSTEM_MINIZIP="$(usex minizip)" > -DUSE_OPENSSL_MD5="$(usex openssl OFF ON)" > -DBUILD_SHARED_LIBS="$(usex static-libs OFF ON)" > -DUSE_DTOA_LIBRARY=${DOUBLEFUNCTION} > ) > cmake_src_configure >} > >src_install() { > cmake_src_install > dodoc CONTRIBUTING.md License.txt Readme.md Changes.txt > dodoc -r docs examples >}
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