First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 73407
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Text-Markup Team <text-markup@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Chet McNeill <chet@somedec.com>
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
html2latex-1.1.ebuild html2latex-1.1.ebuild text/plain Chet McNeill 2004-12-04 20:02 0000 639 bytes Details
html2latex-1.1-r1.ebuild html2latex-1.1-r1.ebuild text/plain Samuel Robyr 2004-12-28 09:04 0000 758 bytes Details
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 73407 depends on: Show dependency tree
Bug 73407 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: 2004-12-04 20:00 0000
Please find attached html2latex-1.1.ebuild.

html2latex is a perl script that converts HTML pages via URL or from a local file to a LaTeX file.

I suggest dev-tex/html2latex.

-Chet

------- Comment #1 From Chet McNeill 2004-12-04 20:02:51 0000 -------
Created an attachment (id=45308) [edit]
html2latex-1.1.ebuild

------- Comment #2 From Mamoru KOMACHI (RETIRED) 2004-12-07 21:56:33 0000 -------
This is very interesting package, but your
ebuild has several problems.

1. Please correct the header (see /usr/portage/skel.ebuild).
Gentoo Technologies, Inc. is not valid for our ebuilds.
2. If you don't change default ${S}, you shouldn't write it.
I think it doesn't harm to write it explicitly, but this is our policy.
3. make DESTDIR=${D} install should not be called
inside src_compile(). src_compile() is the place for
compiling programmes, and make DESTDIR=${D} install
(you forgot to append "|| die") should be placed in
src_install(). However, if you use perl-module.eclass
you might not need to write these things.

If you finish re-writing your ebuild, please attach it
here again. I'll check and commit it then. Thanks in advance.

------- Comment #3 From Samuel Robyr 2004-12-28 09:04:44 0000 -------
Created an attachment (id=47031) [edit]
html2latex 1.1 ebuild

Here is a corrected ebuild ;)

------- Comment #4 From Mamoru KOMACHI (RETIRED) 2005-02-16 06:55:45 0000 -------
Sorry for the delay. I've just added it to CVS.
Thanks for your contribution.

First Last Prev Next    No search results available      Search page      Enter new bug