Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 222337 - dev-libs/openssl installs bogus Emacs support file
Summary: dev-libs/openssl installs bogus Emacs support file
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 184166
  Show dependency tree
 
Reported: 2008-05-16 06:30 UTC by Ulrich Müller
Modified: 2008-05-16 15:57 UTC (History)
1 user (show)

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


Attachments
Proposed change for openssl-0.9.8g-r1.ebuild (openssl-0.9.8g-r2.ebuild.diff,881 bytes, patch)
2008-05-16 06:31 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-05-16 06:30:02 UTC
openssl installs doc/c-indentation.el into /usr/share/emacs/site-lisp/. The file contains definitions for a C indentation style. It is not loaded by default, but the user must activate it manually. In any case, it is not very useful to have it in the site-lisp directory.

I propose to get rid of the emacs USE flag and install the file under /usr/share/doc/ instead. It also looks like it's upstream's intention to treat the file as documentation since it's in the "doc" subdir.

Patch will follow.
Comment 1 Ulrich Müller gentoo-dev 2008-05-16 06:31:29 UTC
Created attachment 153279 [details, diff]
Proposed change for openssl-0.9.8g-r1.ebuild
Comment 2 SpanKY gentoo-dev 2008-05-16 15:13:52 UTC
feel free to commit
Comment 3 Ulrich Müller gentoo-dev 2008-05-16 15:57:19 UTC
Fixed.