Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 213917 - app-vim/locateopen - add sys-apps/mlocate dependency
Summary: app-vim/locateopen - add sys-apps/mlocate dependency
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement
Assignee: Vim Maintainers
URL:
Whiteboard:
Keywords:
: 213834 (view as bug list)
Depends on:
Blocks:
 
Reported: 2008-03-19 12:39 UTC by MaratIK
Modified: 2008-04-01 23:19 UTC (History)
1 user (show)

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


Attachments
locateopen-1.3.ebuild.patch (locateopen-1.3.ebuild.patch,499 bytes, patch)
2008-03-19 12:40 UTC, MaratIK
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description MaratIK 2008-03-19 12:39:10 UTC
Currently app-vim/locateopen depends on slocate or rlocate, but not the mlocate
(which provides the same functionality, relatively fast and emerges perfectly
on amd64 (in opposite to rlocate)).

Reproducible: Always

Steps to Reproduce:
1. emerge sys-apps/mlocate
2. emerge -pv app-vim/locateopen

Actual Results:  

These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild  N    ] sys-apps/slocate-3.1-r1  0 kB
[ebuild  N    ] app-vim/locateopen-1.3  0 kB
[blocks B     ] sys-apps/slocate (is blocking sys-apps/mlocate-0.19)

Total: 2 packages (2 new, 0 reinstall, 1 block), Size of downloads: 0 kB


Expected Results:  

These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild  N    ] app-vim/locateopen-1.3  0 kB

Total: 2 packages (1 new, 0 reinstall, 0 block), Size of downloads: 0 kB


proposed patch for ebuild is in the attachment
Comment 1 MaratIK 2008-03-19 12:39:39 UTC
*** Bug 213834 has been marked as a duplicate of this bug. ***
Comment 2 MaratIK 2008-03-19 12:40:39 UTC
Created attachment 146574 [details, diff]
locateopen-1.3.ebuild.patch

proposed patch against locateopen-1.3.ebuild
Comment 3 Christian Faulhammer (RETIRED) gentoo-dev 2008-04-01 23:19:13 UTC
Changed, thanks for the proposal