Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 202949 - dev-util/autotoolset-0.11.4-r1 has automagic emacs dependancy
Summary: dev-util/autotoolset-0.11.4-r1 has automagic emacs dependancy
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 184166
  Show dependency tree
 
Reported: 2007-12-21 18:05 UTC by Rafał Mużyło
Modified: 2008-01-23 12:00 UTC (History)
1 user (show)

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


Attachments
Proposed patch for autotoolset-0.11.4-r1.ebuild (autotoolset-0.11.4-r1.ebuild.patch,1.39 KB, patch)
2007-12-22 14:03 UTC, Ulrich Müller
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Rafał Mużyło 2007-12-21 18:05:20 UTC
During post-'emacs removal' cleanup (finally) I noticed that /usr/share/emacs/site-lisp dir was owned by two packages, one of them was autotoolset. It actually installs a few files there.
Comment 1 Ulrich Müller gentoo-dev 2007-12-22 14:03:10 UTC
Created attachment 139101 [details, diff]
Proposed patch for autotoolset-0.11.4-r1.ebuild

This patch adds an emacs USE flag and also installs the elisp files in the proper location.

However, I don't know if there will be much demand for the included elisp files; they are just tools to add GPL-2 licence info to a file. So maybe we could do without the USE flag and only add an unconditional "econf EMACS=no".
Comment 2 Christian Faulhammer (RETIRED) gentoo-dev 2008-01-23 12:00:54 UTC
(In reply to comment #1)
> However, I don't know if there will be much demand for the included elisp
> files; they are just tools to add GPL-2 licence info to a file. So maybe we
> could do without the USE flag and only add an unconditional "econf EMACS=no".

 I fixed it by unconditionally disabling Emacs support.  Closing.