Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 118520 - app-emacs/ecf: Emacs Configuration Framework (new ebuild)
Summary: app-emacs/ecf: Emacs Configuration Framework (new ebuild)
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Default Assignee for New Packages
URL:
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2006-01-10 05:06 UTC by Dmitry S. Kulyabov
Modified: 2007-07-11 14:53 UTC (History)
1 user (show)

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


Attachments
eclass/elisp-common.eclass (elisp-common.eclass,4.85 KB, text/plain)
2006-01-10 05:08 UTC, Dmitry S. Kulyabov
Details
eclass/elisp.eclass (elisp.eclass,1.33 KB, text/plain)
2006-01-10 05:08 UTC, Dmitry S. Kulyabov
Details
app-emacs/ecf-0.0.4.ebuild (ecf-0.0.4.ebuild,861 bytes, text/plain)
2006-01-10 05:08 UTC, Dmitry S. Kulyabov
Details
app-emacs/tiny-tools-2005.1101.ebuild (tiny-tools-2005.1101.ebuild,1.10 KB, text/plain)
2006-01-10 05:09 UTC, Dmitry S. Kulyabov
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Dmitry S. Kulyabov 2006-01-10 05:06:57 UTC
Package for emacs configuration
Comment 1 Dmitry S. Kulyabov 2006-01-10 05:08:06 UTC
Created attachment 76725 [details]
eclass/elisp-common.eclass
Comment 2 Dmitry S. Kulyabov 2006-01-10 05:08:21 UTC
Created attachment 76726 [details]
eclass/elisp.eclass
Comment 3 Dmitry S. Kulyabov 2006-01-10 05:08:57 UTC
Created attachment 76727 [details]
app-emacs/ecf-0.0.4.ebuild
Comment 4 Dmitry S. Kulyabov 2006-01-10 05:09:40 UTC
Created attachment 76728 [details]
app-emacs/tiny-tools-2005.1101.ebuild
Comment 5 Ulrich Müller gentoo-dev 2007-04-28 07:51:40 UTC
Hi, I see the following issues:
- What will happen if the user changes the ecf USE flag? SITELISP will then be
  redefined and packages installed in the old directory will not found anymore.
- "addpredict" in an ebuild should be a last resort; in an eclass it is even
  worse. Can this be fixed?
- The USE variable should not be assigned by an ebuild.
- Why doesn't tiny-tools inherit elisp.eclass?

In general, this looks very invasive since it will affect all installed elisp packages, so we need a good reason to include it in Portage.

Can you elaborate what would be its advantages, as compared to the way Gentoo is handling things now?
Comment 6 Ulrich Müller gentoo-dev 2007-07-11 14:53:36 UTC
No answer here, therefore closing.

Feel free to reopen if the points of comment #5 are addressed.