Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 235442 - [Tracker] elisp-common.eclass: deprecate elisp-comp()
Summary: [Tracker] elisp-common.eclass: deprecate elisp-comp()
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Eclasses (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Emacs project
URL:
Whiteboard:
Keywords: InVCS, Tracker
Depends on: 235525 235527 235576 235579 235586 235601 235602 235615 235879 235881 235883 235913 235919 235932 235934
Blocks:
  Show dependency tree
 
Reported: 2008-08-22 11:05 UTC by Ulrich Müller
Modified: 2008-09-22 18:22 UTC (History)
0 users

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


Attachments
Changes for elisp-common.eclass (elisp-common.eclass.diff,1.84 KB, patch)
2008-08-22 11:08 UTC, Ulrich Müller
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ulrich Müller gentoo-dev 2008-08-22 11:05:25 UTC
We don't need two separate byte-compile functions. A slightly updated elisp-compile can be used in almost all cases, and the few (if any) ebuilds could use their own custom code.

Use this bug as a tracker for ebuild still calling elisp-comp.
Comment 1 Ulrich Müller gentoo-dev 2008-08-22 11:08:24 UTC
Created attachment 163544 [details, diff]
Changes for elisp-common.eclass

This is already in the Emacs overlay for testing.
Comment 2 Ulrich Müller gentoo-dev 2008-08-23 11:23:31 UTC
(In reply to comment #0)
> [...] the few (if any) ebuilds could use their own custom code.

The few *remaining* ebuilds (i.e. that can't use elisp-compile) could use their own custom code.
Comment 3 Ulrich Müller gentoo-dev 2008-08-27 07:06:24 UTC
Packages in category app-emacs that are still using elisp-comp (not filing separate bugs for them):

   aspectj4emacs
   cc-mode
   delicious
   distel
   easypg
   emacs-jabber
   emacs-wget
   emacs-wiki
   fff
   gnuserv
   http-emacs
   icicles
   matlab
   mldonkey
   ocaml-mode
   python-mode
   ruby-mode
   slime
   sumibi
   tdtd
   tnt
   tuareg-mode
   view-process
   yatex
Comment 4 Ulrich Müller gentoo-dev 2008-08-28 09:16:36 UTC
(In reply to comment #3)
> Packages in category app-emacs that are still using elisp-comp (not filing
> separate bugs for them):
> 
>    aspectj4emacs
>    cc-mode
>    delicious
>    distel
>    easypg
>    emacs-jabber
>    emacs-wget
>    emacs-wiki
>    fff
>    gnuserv
>    http-emacs
>    icicles
>    matlab
>    mldonkey
>    ocaml-mode
>    python-mode
>    ruby-mode
>    slime
>    sumibi
>    tdtd
>    tnt
>    tuareg-mode
>    view-process

All done.

>    yatex

This was a false positive.


(In reply to comment #2)
> The few *remaining* ebuilds (i.e. that can't use elisp-compile) could use
> their own custom code.

It turns out that there is none, all can use the new elisp-compile.