Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 80141 - new erlang 10.2.2 ebuild with support for USE="doc"
Summary: new erlang 10.2.2 ebuild with support for USE="doc"
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High enhancement (vote)
Assignee: Maintainers for Miscelleneous Language Packages [OBSOLETE]
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-01-30 15:39 UTC by Matthew Swank
Modified: 2005-07-02 14:47 UTC (History)
0 users

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


Attachments
the ebuild (erlang-10.2.2.ebuild,2.15 KB, text/plain)
2005-01-30 15:40 UTC, Matthew Swank
Details
cd ${D}/${ERL_LIBDIR} was breaking dodoc line (erlang-10.2.2.patch,623 bytes, text/plain)
2005-01-30 16:58 UTC, Matthew Swank
Details
previous patch was reversed (erlang-10.2.2.patch,623 bytes, text/plain)
2005-01-30 17:03 UTC, Matthew Swank
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Matthew Swank 2005-01-30 15:39:58 UTC
Here's a new ebuild for erlang that include support for documentation R10B-2

Reproducible: Always
Steps to Reproduce:
Comment 1 Matthew Swank 2005-01-30 15:40:57 UTC
Created attachment 49999 [details]
the ebuild
Comment 2 Matthew Swank 2005-01-30 16:58:26 UTC
Created attachment 50007 [details]
cd ${D}/${ERL_LIBDIR} was breaking dodoc line

The only line in src_install() after:
   make INSTALL_PREFIX=${D} install || die
that depends pwd being ${S} is:
   dodoc AUTHORS EPLICENCE README
So I moved the dodoc ... line above the if statement.

I believe you could also cd ${S} after the if stement and fix it.
Comment 3 Matthew Swank 2005-01-30 17:03:47 UTC
Created attachment 50008 [details]
previous patch was reversed

The file order on the previous unified diff was reversed; I apologize.
Comment 4 Matthew Swank 2005-02-10 10:55:15 UTC
This ebuild also works for otp-10B-3 (erlang 10.2.3)
Comment 5 SpanKY gentoo-dev 2005-07-02 14:47:39 UTC
this is fixed in erlang-10.x