Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 98872 - new version of hevea 1.08 (a latex to html converter)
Summary: new version of hevea 1.08 (a latex to html converter)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High enhancement (vote)
Assignee: Text-Markup Team (OBSOLETE)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-07-13 04:49 UTC by ttypub
Modified: 2005-07-31 02:04 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description ttypub 2005-07-13 04:49:56 UTC
A new version of hevea 1.08 is out. I have written a new ebuild using the
previous one (1.07). It is my first ebuild, so i think a developper should
verify it.

Reproducible: Always
Steps to Reproduce:

Actual Results:  
Install of hevea 1.08


IUSE=""

DESCRIPTION="HeVeA is a quite complete and fast LaTeX to HTML translator"
HOMEPAGE="http://pauillac.inria.fr/~maranget/hevea/"
SRC_URI="ftp://ftp.inria.fr/INRIA/moscova/hevea/${P}.tar.gz"

LICENSE="QPL"
SLOT="0"
KEYWORDS="x86 ppc ~amd64"

DEPEND=">=dev-lang/ocaml-3.07"

prefix=/usr

src_compile() {
        make PREFIX=$prefix || die
}

src_install() {
        dodir $libdir
        dodir $bindir
        make PREFIX=${D}/$prefix install || die

        insinto /etc/env.d
        doins ${FILESDIR}/99hevea

        dodoc README CHANGES LICENSE
}
Comment 1 Mamoru KOMACHI (RETIRED) gentoo-dev 2005-07-31 02:04:25 UTC
Thanks for the bug report. I slightly modified the ebuild
(no dodir necessary)and added to CVS.