<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "http://bugs.gentoo.org/bugzilla.dtd">

<bugzilla version="2.22.7"
          urlbase="http://bugs.gentoo.org/"
          maintainer="bugzilla@gentoo.org"
>

    <bug>
          <bug_id>98872</bug_id>
          
          <creation_ts>2005-07-13 04:49 0000</creation_ts>
          <short_desc>new version of hevea 1.08 (a latex to html converter)</short_desc>
          <delta_ts>2005-07-31 02:04:25 0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>Gentoo Linux</product>
          <component>Ebuilds</component>
          <version>unspecified</version>
          <rep_platform>x86</rep_platform>
          <op_sys>Linux</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          
          <priority>P2</priority>
          <bug_severity>enhancement</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          
          <everconfirmed>1</everconfirmed>
          <reporter>ttypub@gmail.com</reporter>
          <assigned_to>text-markup@gentoo.org</assigned_to>
          

      

      
          <long_desc isprivate="0">
            <who>ttypub@gmail.com</who>
            <bug_when>2005-07-13 04:49:56 0000</bug_when>
            <thetext>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=&quot;&quot;

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

LICENSE=&quot;QPL&quot;
SLOT=&quot;0&quot;
KEYWORDS=&quot;x86 ppc ~amd64&quot;

DEPEND=&quot;&gt;=dev-lang/ocaml-3.07&quot;

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
}</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>usata@gentoo.org</who>
            <bug_when>2005-07-31 02:04:25 0000</bug_when>
            <thetext>Thanks for the bug report. I slightly modified the ebuild
(no dodir necessary)and added to CVS.</thetext>
          </long_desc>
      
    </bug>

</bugzilla>