Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 325777 - app-emacs/mldonkey should not depend on net-p2p/mldonkey
Summary: app-emacs/mldonkey should not depend on net-p2p/mldonkey
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High minor
Assignee: Emacs project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-06-26 23:03 UTC by Pascal Bourguignon
Modified: 2010-06-27 07:30 UTC (History)
0 users

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 Pascal Bourguignon 2010-06-26 23:03:00 UTC
The ebuild app-emacs/mldonkey depends on net-p2p/mldonkey.

But in fact, nothing mldonkey.el depends on the presence of the Ocaml application mlnet on the localhost.  I don't want and should not need to install a local mldonkey just to be able to drive a remote mldonkey with emacs!


Reproducible: Always

Steps to Reproduce:
1. emerge app-emacs/mldonkey
2. see how it installs net-p2p/mldonkey, which is wrong.
3. emerge -C net-p2p/mldonkey
4. emerge --update world 
5. see how it RE installs net-p2p/mldonkey which you explicitely don't want on your system.

Actual Results:  
net-p2p/mldonkey was installed.


Expected Results:  
When I install a web browser, I don't expect to install all the web sites of the whole internet on my machine. My the same token, when I install app-emacs/mldonkey, I'd expect no net-p2p/mldonkey to be installed on my machine.
Comment 1 Christian Faulhammer (RETIRED) gentoo-dev 2010-06-27 07:30:55 UTC
Acknowledged.