Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug
Bug#: 98872
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Text-Markup Team <text-markup@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: ttypub <ttypub@gmail.com>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 98872 depends on: Show dependency tree
Bug 98872 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2005-07-13 04:49 0000
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 From Mamoru KOMACHI (RETIRED) 2005-07-31 02:04:25 0000 -------
Thanks for the bug report. I slightly modified the ebuild
(no dodir necessary)and added to CVS.

Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug