diff options
author | 2010-12-18 17:18:50 +0000 | |
---|---|---|
committer | 2010-12-18 17:18:50 +0000 | |
commit | 692f45c59a9fb14f37e3834bcc230cbd206172f1 (patch) | |
tree | 24b9a826179d798dd60b0ea0529d9ca8665eb7b9 /app-vim/locateopen | |
parent | slocate is gone (diff) | |
download | historical-692f45c59a9fb14f37e3834bcc230cbd206172f1.tar.gz historical-692f45c59a9fb14f37e3834bcc230cbd206172f1.tar.bz2 historical-692f45c59a9fb14f37e3834bcc230cbd206172f1.zip |
no more slocate
Package-Manager: portage-2.2.0_alpha9/cvs/Linux x86_64
Diffstat (limited to 'app-vim/locateopen')
-rw-r--r-- | app-vim/locateopen/Manifest | 2 | ||||
-rw-r--r-- | app-vim/locateopen/locateopen-1.3.ebuild | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/app-vim/locateopen/Manifest b/app-vim/locateopen/Manifest index b814a3287a74..f4b8a98a93e6 100644 --- a/app-vim/locateopen/Manifest +++ b/app-vim/locateopen/Manifest @@ -1,4 +1,4 @@ DIST locateopen-1.3.tar.bz2 1925 RMD160 60473c1eb783871fd32d2d394a85320a62dde0a2 SHA1 345c30346a3369bdd189ffa4b6332cb301b8123f SHA256 0db60ec03324034248d5bd1b2233965e2d337b74c60f472120699cd47f60d57d -EBUILD locateopen-1.3.ebuild 920 RMD160 40198e8be2344dbf906d1ea9d135cc6448137a38 SHA1 89085f489f14ae423fc984f46ab758c242f87838 SHA256 d4b5b26ba734c359f670eda6d2143075b8db735a683650e5895219fc1a47ca5b +EBUILD locateopen-1.3.ebuild 896 RMD160 31d1eb941852767a2a2bd91a72102a64a1339a1c SHA1 0be1f6e72e828e0f06ce2114a58dc93c6e7f2740 SHA256 0dd4d2ad7d5082954fcef676a28eba5a05937b719530deff3694e0fbbdc88822 MISC ChangeLog 3642 RMD160 64bdf923f6420e2c204510187ed811134ea7bb4c SHA1 f47e2f37f29154a8c0c082de367d795b728d63f8 SHA256 f413e28cfc926919782954687b9d6d3dd247b1481589e3bf7e9b31c6680765eb MISC metadata.xml 157 RMD160 adcd6494e1e562ab5e0bd090e114622782ac753a SHA1 22983b8e9ba3045d8ccbc2b14393423f7f05d2ee SHA256 106c8618581360c66c2b535fcb7a6cb9ff318f1bd8e6c8f40f2f2f2d54e6787a diff --git a/app-vim/locateopen/locateopen-1.3.ebuild b/app-vim/locateopen/locateopen-1.3.ebuild index 181bdeb26433..c2406b86b424 100644 --- a/app-vim/locateopen/locateopen-1.3.ebuild +++ b/app-vim/locateopen/locateopen-1.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/locateopen/locateopen-1.3.ebuild,v 1.11 2010/11/09 20:25:03 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/locateopen/locateopen-1.3.ebuild,v 1.12 2010/12/18 17:18:50 ssuominen Exp $ inherit vim-plugin @@ -11,10 +11,10 @@ LICENSE="vim" KEYWORDS="alpha amd64 ia64 ~mips ppc sparc x86" IUSE="" -RDEPEND="${RDEPEND} || ( sys-apps/mlocate sys-apps/slocate )" +RDEPEND="${RDEPEND} sys-apps/mlocate" VIM_PLUGIN_HELPTEXT=\ -"This plugin provides commands that hook vim into slocate: +"This plugin provides commands that hook vim into mlocate: \ :LocateEdit filename \ :LocateSplit filename \ :LocateSource filename |