Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 218630 - app-emacs/scheme-complete-0.8.1 (New Package)
Summary: app-emacs/scheme-complete-0.8.1 (New Package)
Status: RESOLVED FIXED
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: 2008-04-20 19:07 UTC by Leonardo Valeri Manera
Modified: 2008-04-22 11:54 UTC (History)
2 users (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 Leonardo Valeri Manera 2008-04-20 19:07:02 UTC
As requested by ulm, filing a bug for this so related issues can be tracked properly.

As stable as it ever it has been (its been distributed in gentoo with dev-scheme/chicken for a while), but as requested by us it does not pollute the namespace anymore.

It requires a 1-line change in the ebuilds of chicken versions which provide a copy, where

elisp-install ${PN} *.{el,elc}

needs to become

elisp-install ${PN} hen.{el,elc}

in order to stop 2 copies being installed at the same time in different subdirs of site-lisp.

chicken maintainers, this might be a good chance to remove those old and masked versions ;)

Reproducible: Always

Steps to Reproduce:
Comment 1 Ulrich Müller gentoo-dev 2008-04-22 11:54:29 UTC
Committed to CVS, thank you for contributing the original ebuild.

> It requires a 1-line change in the ebuilds of chicken versions [...]

Fixed in dev-scheme/chicken-3.1.0.

> chicken maintainers, this might be a good chance to remove those old and
> masked versions ;)

Done, as requested by hkBst.