Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 29698 - Modified elisp.eclass and elisp-common.eclass
Summary: Modified elisp.eclass and elisp-common.eclass
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Matthew Kennedy (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-09-26 14:28 UTC by Jeremy Maitin-Shepard
Modified: 2003-10-05 23:39 UTC (History)
1 user (show)

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


Attachments
modified elisp-common.eclass (elisp-common.eclass,1.50 KB, text/plain)
2003-09-26 14:29 UTC, Jeremy Maitin-Shepard
Details
modified elisp.eclass (elisp.eclass,1.33 KB, text/plain)
2003-09-26 14:29 UTC, Jeremy Maitin-Shepard
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jeremy Maitin-Shepard 2003-09-26 14:28:23 UTC
Modifications to elisp-common.eclass:
added elisp-compile function

Modifications to elisp.eclass:

removed unnecessary sourcing of elisp-common.eclass

S="${WORKDIR}/" is now defined only if SIMPLE_ELISP is set to t.  (Otherwise, the default of WORKDIR/P is used.  This seems to fix at least some ebuilds already in the portage tree, and seems like the correct behavior.

renamed src_unpack, src_compile, etc. to elisp_src_unpack and added a call to EXPORT_FUNCTIONS so that it works better with the inheritance system.
Comment 1 Jeremy Maitin-Shepard 2003-09-26 14:29:05 UTC
Created attachment 18370 [details]
modified elisp-common.eclass
Comment 2 Jeremy Maitin-Shepard 2003-09-26 14:29:36 UTC
Created attachment 18371 [details]
modified elisp.eclass
Comment 3 Matthew Kennedy (RETIRED) gentoo-dev 2003-10-05 23:39:06 UTC
hi Jeremy, I committed your improvements to portage.