| Bug#: 73407 | Product: Gentoo Linux | Version: unspecified | Platform: All |
| OS/Version: All | Status: RESOLVED | Severity: enhancement | Priority: P2 |
| Resolution: FIXED | Assigned To: text-markup@gentoo.org | Reported By: chet@somedec.com | |
| Component: Ebuilds | |||
| URL: | |||
| Summary: html2latex-1.1.ebuild (New Package) | |||
| Keywords: EBUILD | |||
| Status Whiteboard: | |||
| Opened: 2004-12-04 20:00 0000 | |||
| 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
Created an attachment (id=45308) [details]
html2latex-1.1.ebuild
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.
Created an attachment (id=47031) [details]
html2latex 1.1 ebuild
Here is a corrected ebuild ;)
Sorry for the delay. I've just added it to CVS. Thanks for your contribution.