Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 601726 Details for
Bug 704108
dev-tex/bibtex2html-1.99 version bump (fixes: Error: This expression has type bytes but an expression was expected of type string)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
bibtex2html-1.99.ebuild
bibtex2html-1.99.ebuild (text/plain), 1.22 KB, created by
Johannes Hirte
on 2019-12-29 19:26:21 UTC
(
hide
)
Description:
bibtex2html-1.99.ebuild
Filename:
MIME Type:
Creator:
Johannes Hirte
Created:
2019-12-29 19:26:21 UTC
Size:
1.22 KB
patch
obsolete
># Copyright 1999-2018 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 > >EAPI=7 > >inherit eutils > >IUSE="doc +ocamlopt" > >DESCRIPTION="A bibtex to HTML converter" >SRC_URI="https://www.lri.fr/~filliatr/ftp/bibtex2html/${P}.tar.gz" >HOMEPAGE="https://www.lri.fr/~filliatr/bibtex2html/" > >SLOT="0" > >LICENSE="GPL-2" >KEYWORDS="amd64 ppc ~ppc64 x86" >RESTRICT="test" > ># With use doc we need a latex compiler to generate manual.pdf ># hevea is used for manual.html ># manual.tex needs fullpage.sty >DEPEND=">=dev-lang/ocaml-3.10:=[ocamlopt?] > doc? ( virtual/latex-base > dev-texlive/texlive-latexextra > dev-tex/hevea )" ># We need tex-base for bibtex but also some bibtex styles, so we use latex-base >RDEPEND="virtual/latex-base" > >src_prepare() { > eapply "${FILESDIR}/${PN}-1.88-destdir.patch" > # Avoid pre-stripped files > sed -i -e "s/strip/true/" Makefile.in > # For make install > use ocamlopt || sed -i 's/= opt /= noopt /' Makefile.in > > eapply_user >} > >src_compile() { > export VARTEXFONTS="${T}/fonts" > if use ocamlopt ; then > emake opt > else > emake byte > fi > if use doc; then > emake doc > fi >} > >src_install() { > emake DESTDIR="${D}" install > dodoc README CHANGES > if use doc; then > dodoc manual.pdf > dohtml manual.html > fi >}
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 704108
:
601726