Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 124341 - eclipse-ext.eclass incorrectly defines pkg_postinst
Summary: eclipse-ext.eclass incorrectly defines pkg_postinst
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Development Tools Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-02-27 19:01 UTC by SpanKY
Modified: 2006-04-16 20:48 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description SpanKY gentoo-dev 2006-02-27 19:01:26 UTC
from the eclass:

function eclipse-ext_pkg_postinst() {
    einfo "For tips, tricks and general info on running Eclipse on Gentoo, go to:"
    einfo "http://gentoo-wiki.com/Eclipse"
}

function pkg_postinst() {
    eclipse-ext_pkg_postinst
}


the "pkg_postinst" should be dropped and "EXPORT_FUNCTIONS eclipse-ext_pkg_postinst" should be added
Comment 1 SpanKY gentoo-dev 2006-02-27 19:17:54 UTC
err, copy & paste strikes again ... the line that should be added:
EXPORT_FUNCTIONS pkg_postinst
Comment 2 Josh Nichols (RETIRED) gentoo-dev 2006-04-16 20:48:02 UTC
Fixed.