Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 320688 Details for
Bug 414685
dev-libs/xlslib - C++/C library to construct Excel .xls files in code
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Updated ebuild file
xlslib-2.3.4.ebuild (text/plain), 1.63 KB, created by
Petric Frank
on 2012-08-08 12:14:49 UTC
(
hide
)
Description:
Updated ebuild file
Filename:
MIME Type:
Creator:
Petric Frank
Created:
2012-08-08 12:14:49 UTC
Size:
1.63 KB
patch
obsolete
># Copyright 1999-2011 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >EAPI="3" >inherit eutils > >DESCRIPTION="Library for writing XLS (excel table) file format" >HOMEPAGE="http://sourceforge.net/projects/xlslib/" >SRC_URI="mirror://sourceforge/${PN}/${P}.zip" > >LICENSE="BSD" >SLOT="0" >KEYWORDS="~amd64 ~x86" > >S=${WORKDIR}/${PN} > >DOCS=(NEWS README TODO LICENSE.txt xlslibRefGuide.pdf) > >src_prepare() { > sed -i -e 's/targets//g' Makefile.in > > # always include common/xlconfig.h in commom/xlsys.h > # patch away the #else block of #ifdef HAVE_CONFIG_H > epatch ${FILESDIR}/xlconfig_h_inclusion.patch >} > >src_install() { > emake DESTDIR="$D" install || die "install failed" > dodoc INSTALL NEWS README TODO xlslibRefGuide.pdf xlslibRefManual.xls > > # patch header files to point to correct includes > sed -i -e 's$include "xlslib/$include "xlslib/xlslib/$g' ${D}/usr/include/xlslib/xlslib/*.h > sed -i -e 's$include "xlslib/$include "xlslib/xlslib/$g' ${D}/usr/include/xlslib/common/*.h > sed -i -e 's$include "xlslib/$include "xlslib/xlslib/$g' ${D}/usr/include/xlslib/oledoc/*.h > sed -i -e 's$include "common/$include "xlslib/common/$g' ${D}/usr/include/xlslib/xlslib/*.h > sed -i -e 's$include "common/$include "xlslib/common/$g' ${D}/usr/include/xlslib/common/*.h > sed -i -e 's$include "common/$include "xlslib/common/$g' ${D}/usr/include/xlslib/oledoc/*.h > sed -i -e 's$include "oledoc/$include "xlslib/oledoc/$g' ${D}/usr/include/xlslib/xlslib/*.h > sed -i -e 's$include "oledoc/$include "xlslib/oledoc/$g' ${D}/usr/include/xlslib/common/*.h > sed -i -e 's$include "oledoc/$include "xlslib/oledoc/$g' ${D}/usr/include/xlslib/oledoc/*.h >}
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 414685
:
310829
| 320688 |
320690