diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 13:49:04 -0700 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 17:38:18 -0700 |
commit | 56bd759df1d0c750a065b8c845e93d5dfa6b549d (patch) | |
tree | 3f91093cdb475e565ae857f1c5a7fd339e2d781e /app-vim | |
download | gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.gz gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.bz2 gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.zip |
proj/gentoo: Initial commit
This commit represents a new era for Gentoo:
Storing the gentoo-x86 tree in Git, as converted from CVS.
This commit is the start of the NEW history.
Any historical data is intended to be grafted onto this point.
Creation process:
1. Take final CVS checkout snapshot
2. Remove ALL ChangeLog* files
3. Transform all Manifests to thin
4. Remove empty Manifests
5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$
5.1. Do not touch files with -kb/-ko keyword flags.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests
X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project
X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration
X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn
X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts
X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration
X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging
X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed
Diffstat (limited to 'app-vim')
601 files changed, 7705 insertions, 0 deletions
diff --git a/app-vim/airline/Manifest b/app-vim/airline/Manifest new file mode 100644 index 000000000000..dfda60a1e0b6 --- /dev/null +++ b/app-vim/airline/Manifest @@ -0,0 +1,4 @@ +DIST airline-0.4.tar.gz 28561 SHA256 7adc9356662f229fefeb799fc511899a5dc9fe8d4e3b50f1f3682913e1fb6012 SHA512 4aa2d247746911ad352a83ea46275235f7c45d8cfb9f7c5d1138a7135045fb00c88cda48d6bffb2890c725564416454642f3637786a8f005217a271b8d7d518a WHIRLPOOL e0bfad3fbb1645e55e70fbcec67f2a287fb14a80d7f37e3f3e53284bc9c72c4d92bd08c7ce30050de8363fc6a5808e3e293f619ecfbd4ef536221f65cbded422 +DIST airline-0.5.tar.gz 38670 SHA256 ab00124f8853de6a0fd37073055e4dced2d6f532d263f7aae5c982bb55692e7e SHA512 870d66e30aefd96621ce1f756b053ee45eda12ce2d96640454dc4e1d0bfe70b4f679f4dcebc4f85b86cc35e9c0202c74156867dd305c413620d4a6c76e5c704e WHIRLPOOL 21aa436f0aa516fb26760e44ef3b10b640e5a9cc3ab11358a275a998fd5d9c713fa5798412bd1c3739648568b9ee905c391a2b6de6cab24b4e38afaca69426f8 +DIST airline-0.6.tar.gz 43866 SHA256 47fc3c84331e977ef01beaa5e13045e314c9e6d0868d2f4725daa3b3139ed0b6 SHA512 20fb94c2e5d0f67a6fedf87d80f39d35a5cba6c3f88a05e4803c0602d2dd95f01b9b120e4fce45d1fcda065f8a8d983f980415b6d262d1cf44c747156258a424 WHIRLPOOL 4a71c418e2d741ccf1ef5a9d5ece93a94de6982d29228b3a31e04653d61ff1ebe3d7ab257484757e1f1a2bf59c547bd43ed3310025e517988aad858fe933c208 +DIST airline-0.7.tar.gz 54318 SHA256 5d6b8840ccef133662f420fb1dba132d54bf0f5cc663657945e6cbea7e4b609e SHA512 5e8b072538d8c19083bb4fe6e5f8a5df76cf00735eb8a8a08078fba33d5fc25d89f49b9d9e07276e1661748b04901f1bfdf52d054330931785eab3df71a496b5 WHIRLPOOL c664423ebfbc1e830feb81aa4573c991388756396263fdf3cd0f37b8391b673f94c6eda0cff1c7517ab7fb5de7735ac39a8d066212ea43bd03ef82e2e9aff71c diff --git a/app-vim/airline/airline-0.4.ebuild b/app-vim/airline/airline-0.4.ebuild new file mode 100644 index 000000000000..02a67a859221 --- /dev/null +++ b/app-vim/airline/airline-0.4.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +inherit vim-plugin + +MY_PN=vim-${PN} +MY_P=${MY_PN}-${PV} + +DESCRIPTION="vim plugin: lean & mean statusline for vim that's light as air" +HOMEPAGE="https://github.com/bling/vim-airline/ http://www.vim.org/scripts/script.php?script_id=4661" +SRC_URI="https://github.com/bling/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" +LICENSE="MIT" +KEYWORDS="~amd64 ~x86" + +VIM_PLUGIN_HELPFILES="${PN}.txt" + +S=${WORKDIR}/${MY_P} + +src_prepare() { + rm LICENSE README* || die +} diff --git a/app-vim/airline/airline-0.5.ebuild b/app-vim/airline/airline-0.5.ebuild new file mode 100644 index 000000000000..1cf37a18efed --- /dev/null +++ b/app-vim/airline/airline-0.5.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +inherit vim-plugin + +if [[ ${PV} != 9999* ]] ; then + MY_PN=vim-${PN} + MY_P=${MY_PN}-${PV} + SRC_URI="https://github.com/bling/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + KEYWORDS="~amd64 ~x86" + S=${WORKDIR}/${MY_P} +else + inherit git-r3 + EGIT_REPO_URI="git://github.com/bling/vim-airline.git" +fi + +DESCRIPTION="vim plugin: lean & mean statusline for vim that's light as air" +HOMEPAGE="https://github.com/bling/vim-airline/ http://www.vim.org/scripts/script.php?script_id=4661" +LICENSE="MIT" +VIM_PLUGIN_HELPFILES="${PN}.txt" + +src_prepare() { + # remove unwanted files + rm -rf t Gemfile Rakefile LICENSE README* +} diff --git a/app-vim/airline/airline-0.6.ebuild b/app-vim/airline/airline-0.6.ebuild new file mode 100644 index 000000000000..1cf37a18efed --- /dev/null +++ b/app-vim/airline/airline-0.6.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +inherit vim-plugin + +if [[ ${PV} != 9999* ]] ; then + MY_PN=vim-${PN} + MY_P=${MY_PN}-${PV} + SRC_URI="https://github.com/bling/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + KEYWORDS="~amd64 ~x86" + S=${WORKDIR}/${MY_P} +else + inherit git-r3 + EGIT_REPO_URI="git://github.com/bling/vim-airline.git" +fi + +DESCRIPTION="vim plugin: lean & mean statusline for vim that's light as air" +HOMEPAGE="https://github.com/bling/vim-airline/ http://www.vim.org/scripts/script.php?script_id=4661" +LICENSE="MIT" +VIM_PLUGIN_HELPFILES="${PN}.txt" + +src_prepare() { + # remove unwanted files + rm -rf t Gemfile Rakefile LICENSE README* +} diff --git a/app-vim/airline/airline-0.7.ebuild b/app-vim/airline/airline-0.7.ebuild new file mode 100644 index 000000000000..c19b1c326317 --- /dev/null +++ b/app-vim/airline/airline-0.7.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +inherit vim-plugin + +if [[ ${PV} != 9999* ]] ; then + MY_PN=vim-${PN} + MY_P=${MY_PN}-${PV} + SRC_URI="https://github.com/bling/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + KEYWORDS="~amd64 ~x86" + S=${WORKDIR}/${MY_P} +else + inherit git-r3 + EGIT_REPO_URI="https://github.com/bling/vim-airline.git" +fi + +DESCRIPTION="vim plugin: lean & mean statusline for vim that's light as air" +HOMEPAGE="https://github.com/bling/vim-airline/ http://www.vim.org/scripts/script.php?script_id=4661" +LICENSE="MIT" +VIM_PLUGIN_HELPFILES="${PN}.txt" + +src_prepare() { + # remove unwanted files + rm -rf t Gemfile Rakefile LICENSE README* +} diff --git a/app-vim/airline/airline-9999.ebuild b/app-vim/airline/airline-9999.ebuild new file mode 100644 index 000000000000..c19b1c326317 --- /dev/null +++ b/app-vim/airline/airline-9999.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +inherit vim-plugin + +if [[ ${PV} != 9999* ]] ; then + MY_PN=vim-${PN} + MY_P=${MY_PN}-${PV} + SRC_URI="https://github.com/bling/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + KEYWORDS="~amd64 ~x86" + S=${WORKDIR}/${MY_P} +else + inherit git-r3 + EGIT_REPO_URI="https://github.com/bling/vim-airline.git" +fi + +DESCRIPTION="vim plugin: lean & mean statusline for vim that's light as air" +HOMEPAGE="https://github.com/bling/vim-airline/ http://www.vim.org/scripts/script.php?script_id=4661" +LICENSE="MIT" +VIM_PLUGIN_HELPFILES="${PN}.txt" + +src_prepare() { + # remove unwanted files + rm -rf t Gemfile Rakefile LICENSE README* +} diff --git a/app-vim/airline/metadata.xml b/app-vim/airline/metadata.xml new file mode 100644 index 000000000000..1a599380e832 --- /dev/null +++ b/app-vim/airline/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>vim</herd> + <upstream> + <remote-id type="github">bling/vim-airline</remote-id> + </upstream> +</pkgmetadata> diff --git a/app-vim/align/Manifest b/app-vim/align/Manifest new file mode 100644 index 000000000000..8eeeec439c27 --- /dev/null +++ b/app-vim/align/Manifest @@ -0,0 +1,2 @@ +DIST align-42.tar.bz2 34555 SHA256 05e07af8e2de9c76e2bee5d29a60926b5baf18ae21031ca39695295d46530565 SHA512 ddf7e011b207c41c6a8be84a86a3e7b2328b1c3a92b3870debe841cf01d2530c7b69259c7fe2e8204ad4064c42ca1d79dced33e5a97b4be1a9f9d722a9fe99ec WHIRLPOOL 50689ddd6aeb3414a246c9ccabe95cbe35b674d1f6fd0fa480c6fde5c10bb3e98ed796dc6350a205e1bd3b5756cfa843e3d789b28bc7bfa226bad44aa993c239 +DIST align-43.tar.bz2 34490 SHA256 d778ee6e5d4e017d5cce6c20ac2f24c1714cc5d8955d28112110024f8ff46f68 SHA512 b796ce56a60982a1b974a55e6b3ec74cd13ad8b572b00f49d814f22385d76441cb244c913216af3ef0d2ad128d5871eb60e5fc70343e55ce88453356941b0ecd WHIRLPOOL f3de49c6ad69944eed6e0cf02270dda05fb182a670c4e8f92fff09dbb162f471d8bddb989314882e96ba8df3e7d6c6dd455c22792001ff312c4de8ed0b428a7f diff --git a/app-vim/align/align-42.ebuild b/app-vim/align/align-42.ebuild new file mode 100644 index 000000000000..9433e65a1c5b --- /dev/null +++ b/app-vim/align/align-42.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=4 + +inherit vim-plugin + +DESCRIPTION="vim plugin: commands and maps to help produce aligned text" +HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=294" +LICENSE="vim" +KEYWORDS="alpha amd64 ia64 ~mips ppc sparc x86" +RDEPEND="app-vim/cecutil" + +VIM_PLUGIN_HELPFILES="align" diff --git a/app-vim/align/align-43.ebuild b/app-vim/align/align-43.ebuild new file mode 100644 index 000000000000..c18ac1987d4b --- /dev/null +++ b/app-vim/align/align-43.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit vim-plugin + +DESCRIPTION="vim plugin: commands and maps to help produce aligned text" +HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=294" +LICENSE="vim" +KEYWORDS="alpha amd64 ia64 ~mips ppc sparc x86" + +RDEPEND="app-vim/cecutil" + +VIM_PLUGIN_HELPFILES="align" diff --git a/app-vim/align/metadata.xml b/app-vim/align/metadata.xml new file mode 100644 index 000000000000..d221a8d4b42c --- /dev/null +++ b/app-vim/align/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>vim</herd> +</pkgmetadata> diff --git a/app-vim/alternate/Manifest b/app-vim/alternate/Manifest new file mode 100644 index 000000000000..abb5770c1893 --- /dev/null +++ b/app-vim/alternate/Manifest @@ -0,0 +1 @@ +DIST alternate-2.18.tar.bz2 7907 SHA256 2367638f93c6ce3681a6ad6d5c83f586cd6598abd9f0b20bf02c740ac0efb59e SHA512 397d39a5c5fd186f32f3e0a1651f9b9f739899ffcfdd344e85117c4bb676d8fb8c668410754fefe8934ff1a57537387d49d115dfa17bdca896e423935840ae3f WHIRLPOOL d7635d1812b311232fcbee42d94ad9a0b86176f789d5f9336eb40d2efe5c1a2f660008b8facf5dbba8c094946a574e6b379dd7262dea4aff278c34b7cbe25ec7 diff --git a/app-vim/alternate/alternate-2.18.ebuild b/app-vim/alternate/alternate-2.18.ebuild new file mode 100644 index 000000000000..1e113545ad2c --- /dev/null +++ b/app-vim/alternate/alternate-2.18.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +inherit vim-plugin eutils + +DESCRIPTION="vim plugin: quickly switch between .c and .h files" +HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=31" + +LICENSE="alternate" +KEYWORDS="alpha amd64 ia64 ~mips ppc sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" +IUSE="" + +VIM_PLUGIN_HELPTEXT=\ +"This plugin provides a new :A command which will switch between a .c +file and the associated .h file. There is also :AS to split windows and +:AV to split windows vertiically." + +src_unpack() { + unpack ${A} + cd "${S}" + # fix switching between .cc and .hh files, thanks ciaranm + epatch "${FILESDIR}"/${P}-hh-cc-alternation.patch +} diff --git a/app-vim/alternate/files/alternate-2.12-hh-cc-alternation.patch b/app-vim/alternate/files/alternate-2.12-hh-cc-alternation.patch new file mode 100644 index 000000000000..14b314aa0e0c --- /dev/null +++ b/app-vim/alternate/files/alternate-2.12-hh-cc-alternation.patch @@ -0,0 +1,18 @@ +--- a/plugin/a.vim 2005-05-06 22:20:24.000000000 +0100 ++++ b/plugin/a.vim 2005-06-20 15:45:45.000000000 +0100 +@@ -57,13 +57,14 @@ + " Mappings for C and C++ + call <SID>AddAlternateExtensionMapping('h',"c,cpp,cxx,cc,CC") + call <SID>AddAlternateExtensionMapping('H',"C,CPP,CXX,CC") ++call <SID>AddAlternateExtensionMapping('hh',"c,cpp,cxx,cc,CC") + call <SID>AddAlternateExtensionMapping('hpp',"cpp,c") + call <SID>AddAlternateExtensionMapping('HPP',"CPP,C") + call <SID>AddAlternateExtensionMapping('c',"h") + call <SID>AddAlternateExtensionMapping('C',"H") + call <SID>AddAlternateExtensionMapping('cpp',"h,hpp") + call <SID>AddAlternateExtensionMapping('CPP',"H,HPP") +-call <SID>AddAlternateExtensionMapping('cc',"h") ++call <SID>AddAlternateExtensionMapping('cc',"h,hh") + call <SID>AddAlternateExtensionMapping('CC',"H,h") + call <SID>AddAlternateExtensionMapping('cxx',"h") + call <SID>AddAlternateExtensionMapping('CXX',"H") diff --git a/app-vim/alternate/files/alternate-2.18-hh-cc-alternation.patch b/app-vim/alternate/files/alternate-2.18-hh-cc-alternation.patch new file mode 100644 index 000000000000..3ea591e1e2fe --- /dev/null +++ b/app-vim/alternate/files/alternate-2.18-hh-cc-alternation.patch @@ -0,0 +1,18 @@ +--- plugin/a.vim 2005-05-06 22:20:24.000000000 +0100 ++++ plugin/a.vim 2005-06-20 15:45:45.000000000 +0100 +@@ -57,13 +57,14 @@ + " Mappings for C and C++ + call <SID>AddAlternateExtensionMapping('h',"c,cpp,cxx,cc,CC") + call <SID>AddAlternateExtensionMapping('H',"C,CPP,CXX,CC") ++call <SID>AddAlternateExtensionMapping('hh',"c,cpp,cxx,cc,CC") + call <SID>AddAlternateExtensionMapping('hpp',"cpp,c") + call <SID>AddAlternateExtensionMapping('HPP',"CPP,C") + call <SID>AddAlternateExtensionMapping('c',"h") + call <SID>AddAlternateExtensionMapping('C',"H") + call <SID>AddAlternateExtensionMapping('cpp',"h,hpp") + call <SID>AddAlternateExtensionMapping('CPP',"H,HPP") +-call <SID>AddAlternateExtensionMapping('cc',"h") ++call <SID>AddAlternateExtensionMapping('cc',"h,hh") + call <SID>AddAlternateExtensionMapping('CC',"H,h") + call <SID>AddAlternateExtensionMapping('cxx',"h") + call <SID>AddAlternateExtensionMapping('CXX',"H") diff --git a/app-vim/alternate/metadata.xml b/app-vim/alternate/metadata.xml new file mode 100644 index 000000000000..d221a8d4b42c --- /dev/null +++ b/app-vim/alternate/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>vim</herd> +</pkgmetadata> diff --git a/app-vim/ansiesc/Manifest b/app-vim/ansiesc/Manifest new file mode 100644 index 000000000000..bda5ba012e19 --- /dev/null +++ b/app-vim/ansiesc/Manifest @@ -0,0 +1 @@ +DIST ansiesc-12.tar.bz2 8647 SHA256 21f88922b1a49c214d0075604a614ce42fe6c7e6e5274a6a551e3701c1011746 SHA512 e699974e3b2e532e3c6dca038a148dca8cc3d3a7efa65d63de63e259a34958f62bb7e43b1078d21fcab4603c856dba392e6e82ddb90e2335dc714e9ad60e336e WHIRLPOOL 6a897ca35131b6dd07a2e6e55328440e2ba70703aed80816d73444738e117b5c91021ca5f933e85f3eef49bf355e2b4bf0db79fc1a44342df7debc60080cd53d diff --git a/app-vim/ansiesc/ansiesc-12.ebuild b/app-vim/ansiesc/ansiesc-12.ebuild new file mode 100644 index 000000000000..cbeb31a628ba --- /dev/null +++ b/app-vim/ansiesc/ansiesc-12.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=3 +VIM_PLUGIN_VIM_VERSION="7.3" + +inherit vim-plugin + +DESCRIPTION="vim plugin: ansi escape sequences concealed, but highlighted as specified" +HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=302" +LICENSE="public-domain" +KEYWORDS="amd64 x86" +IUSE="" + +DEPEND="" +RDEPEND="app-vim/cecutil" + +VIM_PLUGIN_HELPFILES="AnsiEsc.txt" diff --git a/app-vim/ansiesc/metadata.xml b/app-vim/ansiesc/metadata.xml new file mode 100644 index 000000000000..d221a8d4b42c --- /dev/null +++ b/app-vim/ansiesc/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>vim</herd> +</pkgmetadata> diff --git a/app-vim/ant_menu/Manifest b/app-vim/ant_menu/Manifest new file mode 100644 index 000000000000..e9a747f05b05 --- /dev/null +++ b/app-vim/ant_menu/Manifest @@ -0,0 +1 @@ +DIST ant_menu-0.5.7.1.tar.bz2 3786 SHA256 fade7ffbdf6bb38b1aaa9ba531d420f803c1ea01c955279207958476c21dbcde SHA512 e8cc2bbe416d54137839e6f122fbcf52398321c8faa5b3a83ba42661c889c29af44029a3ffb386667228950c49d01247703cc6dce8101ea622cb3586c9a07fb4 WHIRLPOOL 56f30df8c667da3e00edfb2de47f2e5e22d0cb660e0858ba9b511c9270b3704d7eaa5ce503277533447e1a233b0c645e8a9b55e70847cb38ce7fdb3c249c314e diff --git a/app-vim/ant_menu/ant_menu-0.5.7.1.ebuild b/app-vim/ant_menu/ant_menu-0.5.7.1.ebuild new file mode 100644 index 000000000000..39393ce30689 --- /dev/null +++ b/app-vim/ant_menu/ant_menu-0.5.7.1.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +inherit vim-plugin + +DESCRIPTION="vim plugin: Java ant build system integration" +HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=155" +LICENSE="LGPL-2" +KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux ~x86-macos" +IUSE="" +RDEPEND="dev-java/ant" + +VIM_PLUGIN_HELPURI="http://www.vim.org/scripts/script.php?script_id=155" diff --git a/app-vim/ant_menu/metadata.xml b/app-vim/ant_menu/metadata.xml new file mode 100644 index 000000000000..d221a8d4b42c --- /dev/null +++ b/app-vim/ant_menu/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>vim</herd> +</pkgmetadata> diff --git a/app-vim/autoalign/Manifest b/app-vim/autoalign/Manifest new file mode 100644 index 000000000000..a6a79db33dd0 --- /dev/null +++ b/app-vim/autoalign/Manifest @@ -0,0 +1 @@ +DIST autoalign-13.tar.bz2 10091 SHA256 30151a1d22e94d8be919f0ac097ab348830b943d2672db49afccca707f86b058 SHA512 2ea94b97a9a0a5a2f5488e201be3297d29246a348b07d15b3bdd37a8c294cb3c6941b9d70ac0fda143b6fdcda30df6b228309089303f5dafe2bc4cacd7492fff WHIRLPOOL f7dcd193c74f43db8a9eabbcd200dcf4d9004a3b33d52293e58d17aa707bdc18b8a5a25bdf0a3e149c55806591eefc23b4bc6af1bc0426e97d910ef4ec30d6ea diff --git a/app-vim/autoalign/autoalign-13.ebuild b/app-vim/autoalign/autoalign-13.ebuild new file mode 100644 index 000000000000..09fa0d6e5a5e --- /dev/null +++ b/app-vim/autoalign/autoalign-13.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +inherit vim-plugin + +DESCRIPTION="vim plugin: automatically align bib, c, c++, tex and vim code" +HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=884" +LICENSE="vim" +KEYWORDS="alpha amd64 ia64 ~mips ppc sparc x86" +IUSE="" + +RDEPEND=">=app-vim/align-30 + >=app-vim/cecutil-4" + +VIM_PLUGIN_HELPFILES="autoalign" +VIM_PLUGIN_MESSAGES="filetype" + +src_unpack() { + unpack ${A} + cd "${S}" + # Don't use the cecutil.vim included in the tarball, use the one + # provided by app-vim/cecutil instead. + rm plugin/cecutil.vim +} diff --git a/app-vim/autoalign/metadata.xml b/app-vim/autoalign/metadata.xml new file mode 100644 index 000000000000..d221a8d4b42c --- /dev/null +++ b/app-vim/autoalign/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>vim</herd> +</pkgmetadata> diff --git a/app-vim/automatictexplugin/Manifest b/app-vim/automatictexplugin/Manifest new file mode 100644 index 000000000000..ee7d76c9b3de --- /dev/null +++ b/app-vim/automatictexplugin/Manifest @@ -0,0 +1 @@ +DIST AutomaticTexPlugin_12.5.tar.gz 442431 SHA256 1cec0d1573f33ec1afb1fb4171d12713f4b7e55841d16b0895805333eb781449 SHA512 93e48b3d7eb9bdc0319bf03d0ddc59f49c2aab63170030b4234fa83aa3aeb739f1384c4a94e09e630b82d328d9cbfbbdfbf493e6decff915ad9cd4d5b2fc3a5b WHIRLPOOL 3924add4e702ba5f5f08c21d06dea32ddf4c1d3f922536e14761b36d36b5408af7f252afba1603d49b5aaa456afb54c5457a9f9110c9bb61259c1aa6c53c4b90 diff --git a/app-vim/automatictexplugin/automatictexplugin-12.5-r1.ebuild b/app-vim/automatictexplugin/automatictexplugin-12.5-r1.ebuild new file mode 100644 index 000000000000..9a21a0539796 --- /dev/null +++ b/app-vim/automatictexplugin/automatictexplugin-12.5-r1.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +PYTHON_COMPAT=( python2_7 ) +inherit python-single-r1 vim-plugin + +MY_P="AutomaticTexPlugin_${PV}" +DESCRIPTION="vim plugin: a comprehensive plugin for editing LaTeX files" +HOMEPAGE="http://atp-vim.sourceforge.net/" +SRC_URI="mirror://sourceforge/atp-vim/releases/${MY_P}.tar.gz" +LICENSE="GPL-3" +KEYWORDS="amd64 x86" + +S=${WORKDIR} + +VIM_PLUGIN_HELPFILES="automatic-tex-plugin.txt" + +RDEPEND="|| ( app-editors/vim[python,${PYTHON_USEDEP}] app-editors/gvim[python,${PYTHON_USEDEP}] ) + !app-vim/vim-latex + app-vim/align + app-text/wdiff + dev-python/psutil[${PYTHON_USEDEP}] + dev-tex/latexmk + dev-tex/detex + virtual/tex-base + ${PYTHON_DEPS}" + +REQUIRED_USE=${PYTHON_REQUIRED_USE} + +src_prepare() { + python_fix_shebang . +} diff --git a/app-vim/automatictexplugin/metadata.xml b/app-vim/automatictexplugin/metadata.xml new file mode 100644 index 000000000000..113d72d576ee --- /dev/null +++ b/app-vim/automatictexplugin/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>vim</herd> + <upstream> + <remote-id type="sourceforge">atp-vim</remote-id> + </upstream> +</pkgmetadata> diff --git a/app-vim/bash-support/Manifest b/app-vim/bash-support/Manifest new file mode 100644 index 000000000000..5e720344c498 --- /dev/null +++ b/app-vim/bash-support/Manifest @@ -0,0 +1,3 @@ +DIST bash-support-3.12.tar.bz2 84647 SHA256 029754c033c3a0e4583d21c1888e19a6b5e982f1eff8d9dec1c540652a571452 SHA512 5c4b778482be34fe9e60389dd6ee94c4db7c067ae5a4d8c00a3dcfd831fbb3e32073f05826b43687536b7dcb892df8f12ba6732fb723e418e12870058a0b1eb5 WHIRLPOOL b36daa58ddb86a9df82628d5906151d5b2a62545f4daaefba08bf48ccf909b52885835b262a44df9f16169511856c78cdce51d9276da4e4b17cce3a8b5e41dc7 +DIST bash-support-4.1.tar.bz2 112365 SHA256 a2b5f309a23a01bcb972b6465faf37bba26a426b4360f675e607b019b8fef42b SHA512 705f2f7e20ebb9925b73d84661382afd54833264cbc1047bb32e95b64e8a10781539edb8c78915ac2765904787321704e622a578d05bfd34a59db980de42bd1a WHIRLPOOL 69f7271d394fcf9adbd503fac9a614ecc780a07ffbe875d53a37245ef80f4ddc5ab8c9269f312da5c94bfd20b42e441a4f3ed447d276f65afddb0f8c76ece717 +DIST bash-support-4.2.1.tar.bz2 115200 SHA256 a231394928bb82db90bb9b6b39b32843fd706998abce07ec712125a1fa968fdd SHA512 12ab39f5cffb58e4adb2137265d6c4f1a61b5f2e360f6866c21ead0a67e02a5445bd12fec5b00b26e5d6102b3aaab99b8b13539a67575067c3ef9b26c4ef8fba WHIRLPOOL 5e2dd6579033d3febbc70a02c6b6aef61cfa27ed6fb185a8a54ecbbe150a953a8ec618d61768023f4c22e8430a88e6aac17539bff92dda5b65c5a764935f91da diff --git a/app-vim/bash-support/bash-support-3.12.ebuild b/app-vim/bash-support/bash-support-3.12.ebuild new file mode 100644 index 000000000000..c45dd233f494 --- /dev/null +++ b/app-vim/bash-support/bash-support-3.12.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit vim-plugin + +DESCRIPTION="vim plugin: Bash-IDE - Write and run bash scripts using menus and hotkeys" +HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=365" +LICENSE="public-domain" +KEYWORDS="amd64 x86" +IUSE="" + +VIM_PLUGIN_HELPFILES="${PN}" + +src_install() { + dodoc ${PN}/doc/{ChangeLog,bash-hot-keys.pdf} + rm -rf ${PN}/doc + + vim-plugin_src_install +} diff --git a/app-vim/bash-support/bash-support-4.1.ebuild b/app-vim/bash-support/bash-support-4.1.ebuild new file mode 100644 index 000000000000..050095097261 --- /dev/null +++ b/app-vim/bash-support/bash-support-4.1.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit vim-plugin + +DESCRIPTION="vim plugin: Bash-IDE - Write and run bash scripts using menus and hotkeys" +HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=365" +LICENSE="public-domain" +KEYWORDS="amd64 x86" + +VIM_PLUGIN_HELPFILES="${PN}" + +src_install() { + dodoc ${PN}/doc/{ChangeLog,bash-hotkeys.pdf} + rm -rf ${PN}/doc + + vim-plugin_src_install +} diff --git a/app-vim/bash-support/bash-support-4.2.1.ebuild b/app-vim/bash-support/bash-support-4.2.1.ebuild new file mode 100644 index 000000000000..068aa89a93e6 --- /dev/null +++ b/app-vim/bash-support/bash-support-4.2.1.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit vim-plugin + +DESCRIPTION="vim plugin: Bash-IDE - Write and run bash scripts using menus and hotkeys" +HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=365" +LICENSE="public-domain" +KEYWORDS="~amd64 ~x86" + +VIM_PLUGIN_HELPFILES="${PN}" + +src_install() { + dodoc ${PN}/doc/{ChangeLog,bash-hotkeys.pdf} + rm -rf ${PN}/doc + + vim-plugin_src_install +} diff --git a/app-vim/bash-support/metadata.xml b/app-vim/bash-support/metadata.xml new file mode 100644 index 000000000000..d221a8d4b42c --- /dev/null +++ b/app-vim/bash-support/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>vim</herd> +</pkgmetadata> diff --git a/app-vim/bnf-syntax/Manifest b/app-vim/bnf-syntax/Manifest new file mode 100644 index 000000000000..87205e2d329e --- /dev/null +++ b/app-vim/bnf-syntax/Manifest @@ -0,0 +1 @@ +DIST bnf-syntax-1.2.tar.bz2 887 SHA256 f61fdcf8a6797c65f338f22df9634456453c3d72b24a4d98d2320a5c6d12ec65 SHA512 e073866a8dd41bc0ab982e250bf2a803d78916dbdaafabe504a6854f67255fe4ed84a4db426f1cbde77c9b0a059070fda666338c53b6ddcc7e46f04d9f0265d6 WHIRLPOOL 87e96001099eebede18bfa97e876068be0bf089cc408cec066f107c40b0c8464cb1beee458e92d2822596683e8e4617800a9f83da1afd7c5024e715742bc396b diff --git a/app-vim/bnf-syntax/bnf-syntax-1.2-r1.ebuild b/app-vim/bnf-syntax/bnf-syntax-1.2-r1.ebuild new file mode 100644 index 000000000000..e9cf11252b4e --- /dev/null +++ b/app-vim/bnf-syntax/bnf-syntax-1.2-r1.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +inherit vim-plugin + +DESCRIPTION="vim plugin: BNF file syntax highlighting" +HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=250" +LICENSE="vim.org" +KEYWORDS="alpha amd64 ia64 ~mips ppc ppc64 sparc x86" +IUSE="" + +VIM_PLUGIN_HELPTEXT=\ +"This plugin provides syntax highlighting for BNF files." + +src_unpack() { + unpack ${A} + cd "${S}" + # fix hi link to use def, bug #101790. + sed -i -e 's,hi link,hi def link,g' syntax/bnf.vim || die "sed failed" +} diff --git a/app-vim/bnf-syntax/metadata.xml b/app-vim/bnf-syntax/metadata.xml new file mode 100644 index 000000000000..d221a8d4b42c --- /dev/null +++ b/app-vim/bnf-syntax/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>vim</herd> +</pkgmetadata> diff --git a/app-vim/brainfuck-syntax/Manifest b/app-vim/brainfuck-syntax/Manifest new file mode 100644 index 000000000000..20bc306e7f5c --- /dev/null +++ b/app-vim/brainfuck-syntax/Manifest @@ -0,0 +1,3 @@ +DIST brainfuck-syntax-1.0.1.tar.bz2 874 SHA256 86b25c5953e69cba70b310680f1a05465d90139352d97414566138b3f18d2a8d SHA512 2c18bffdb9255392f88d2155fe73300e13e50856d72a84424d52699572b7dbad658759d8e5ee16baa4eedd5ca666fcb0f8085d6cbd760c938b160b952999a29d WHIRLPOOL fd14de34633cd87a8cb3c5c807b6a87d62c39f8e06c62d421d71edbb11d607db97774401b93db981ffcd3779dddaf032050b3c480d6715923b87ab189d99c45e +DIST brainfuck-syntax-1.0.2.tar.bz2 916 SHA256 256a0f43be2da9af5a3f7bc8af34083a374cf711186d9ca921b63a7dd5f9c84a SHA512 d01e544e45d4ada1c7ed8ca02e72d888fdcd374be8ee45c01d7797fc1e32457be94e0429dc3fc88f12fee063bd70d06af8ab4238795154a82793b6abb42dd974 WHIRLPOOL 71b8be951bd07d9df149a5ef4f205a196fb4153d33087414fc3df4d0436dae1526134a65de7dc6355ba3a34a25f92b3f2e82c02339f148b5076e4bf09f9bf9ed +DIST brainfuck-syntax-1.0.3.tar.bz2 926 SHA256 10f52e0d1d017f78479bb4c131440fc7d8789fdf24261431b586969f9663e23b SHA512 42dbcbe916b19bcb30cadf929cb71aadb7032ebe38c26b1d5fa2fc9d8513d3dda275df289cc5fdf094f9fccd5f4e720e6c24d006d431fd3668f73d2c44e8b82a WHIRLPOOL 9e0094b1d3d8b1b93f70240edca5409f08f701d0e6acac3e5541074cc71c107490b27d0bbe9206f1a034f4826dd03f3cd33394abf8bcd4d66ce4519879008eb4 diff --git a/app-vim/brainfuck-syntax/brainfuck-syntax-1.0.1.ebuild b/app-vim/brainfuck-syntax/brainfuck-syntax-1.0.1.ebuild new file mode 100644 index 000000000000..811b57f50894 --- /dev/null +++ b/app-vim/brainfuck-syntax/brainfuck-syntax-1.0.1.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +inherit vim-plugin + +DESCRIPTION="vim plugin: BrainFuck source file syntax highlighting" +HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=716" +LICENSE="vim.org" +KEYWORDS="amd64 ~mips ppc ppc64 x86" +IUSE="" + +VIM_PLUGIN_HELPTEXT=\ +"This plugin provides syntax highlighting for BrainFuck source files." diff --git a/app-vim/brainfuck-syntax/brainfuck-syntax-1.0.2.ebuild b/app-vim/brainfuck-syntax/brainfuck-syntax-1.0.2.ebuild new file mode 100644 index 000000000000..811b57f50894 --- /dev/null +++ b/app-vim/brainfuck-syntax/brainfuck-syntax-1.0.2.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +inherit vim-plugin + +DESCRIPTION="vim plugin: BrainFuck source file syntax highlighting" +HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=716" +LICENSE="vim.org" +KEYWORDS="amd64 ~mips ppc ppc64 x86" +IUSE="" + +VIM_PLUGIN_HELPTEXT=\ +"This plugin provides syntax highlighting for BrainFuck source files." diff --git a/app-vim/brainfuck-syntax/brainfuck-syntax-1.0.3.ebuild b/app-vim/brainfuck-syntax/brainfuck-syntax-1.0.3.ebuild new file mode 100644 index 000000000000..f47c3c63634c --- /dev/null +++ b/app-vim/brainfuck-syntax/brainfuck-syntax-1.0.3.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +inherit vim-plugin + +DESCRIPTION="vim plugin: BrainFuck source file syntax highlighting" +HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=716" +LICENSE="BSD-2" +KEYWORDS="~amd64 ~mips ~ppc ~ppc64 ~x86" + +VIM_PLUGIN_HELPTEXT="This plugin provides syntax highlighting for BrainFuck source files." diff --git a/app-vim/brainfuck-syntax/metadata.xml b/app-vim/brainfuck-syntax/metadata.xml new file mode 100644 index 000000000000..d221a8d4b42c --- /dev/null +++ b/app-vim/brainfuck-syntax/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>vim</herd> +</pkgmetadata> diff --git a/app-vim/breakpts/Manifest b/app-vim/breakpts/Manifest new file mode 100644 index 000000000000..4a3e677964ee --- /dev/null +++ b/app-vim/breakpts/Manifest @@ -0,0 +1 @@ +DIST breakpts-4.0.tar.bz2 17349 SHA256 ef2f7b1ba7d1b6c7e691c028599c5b531bc78aeb79001a724a0ed1c22e237d79 SHA512 a480bf32cd3e756ac25849b1d5fd20521bd8c965454bb94c33810c9d1d4464762a731d08dcae858c59853a6cf41ab3cb6cddeda440c8b041cc8ec192ab2bd2fd WHIRLPOOL 7114a7aaf9d5f6bc991392dae8e7b2ee6b83e89e08a9146dcd3d2d1e6d15dd8d5b9a985d10cc5fbf304e4108e3e8f70c85789eec624e1983fe49c3b0cf238907 diff --git a/app-vim/breakpts/breakpts-4.0.ebuild b/app-vim/breakpts/breakpts-4.0.ebuild new file mode 100644 index 000000000000..70d2dd10937c --- /dev/null +++ b/app-vim/breakpts/breakpts-4.0.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +inherit vim-plugin + +DESCRIPTION="vim plugin: sets vim breakpoints visually" +HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=618" +LICENSE="GPL-2" +KEYWORDS="alpha amd64 ia64 ~mips ppc sparc x86" +IUSE="" + +RDEPEND=" + || ( >=app-editors/vim-7.0 >=app-editors/gvim-7.0 ) + >=app-vim/multvals-3.6.1 + >=app-vim/genutils-1.13 + >=app-vim/foldutil-1.6" + +VIM_PLUGIN_HELPTEXT=\ +"This plugin allows breakpoints to be set and cleared visually. To start, +use :BreakPts, move to the required function and press <CR>. Breakpoints +can then be added using :BPToggle or <F9>." diff --git a/app-vim/breakpts/metadata.xml b/app-vim/breakpts/metadata.xml new file mode 100644 index 000000000000..d221a8d4b42c --- /dev/null +++ b/app-vim/breakpts/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>vim</herd> +</pkgmetadata> diff --git a/app-vim/bufexplorer/Manifest b/app-vim/bufexplorer/Manifest new file mode 100644 index 000000000000..e739e8935266 --- /dev/null +++ b/app-vim/bufexplorer/Manifest @@ -0,0 +1,3 @@ +DIST bufexplorer-7.4.2.zip 22317 SHA256 f22ba430cc6c1f49189b7965eacd9bae135b46cf8d79d6bf46b4fbb2fa5d40f7 SHA512 637264313bbfc2e58a7423b63b091cbc6c7e4ed3b69906bac674053b26afccbcc9c86195047a77cd345da569eed731382993fe0192a6b16927023a1a5f1b59a4 WHIRLPOOL 5526ac1253ab11dd3994c0730d73a05b4557aa20498c94208113a00e6455752ab31e1acbe498a30b2bcba6e75e1d43136845161e3a9aa727f47b373fce2c2fe5 +DIST bufexplorer-7.4.5.tar.bz2 19889 SHA256 1bfccb9b012f11149775796b2ed2e69ec1a0476ff7f4bebb5d16f315080394d9 SHA512 7eae082ca5fa5a42b332d359eff5c66fc5b082b2c8ef6801aa4d098cd279533f66f830f4ed3b68dda96bcb62d1e5409f00f12b74668fcd145fc71c7f455e07c0 WHIRLPOOL 78ab63b9b8af253393fbad26f4fe1de99462ad12e39ad98fdc9093873c1de60e40eada4009ac0b26cf3068c9cc74f4f41817ebebca37d34f36d779df0878da7c +DIST bufexplorer-7.4.6.tar.bz2 19917 SHA256 4a575a62dfd5da50d6f52e014859fdbcc6f3e708532a4076473154cd0d83d9b6 SHA512 8ddbfff160f4829854b276bb4eb73bf145198191a79cbc45b6e743be9c74ede0924c126247923ac69e81d27b1bf0df06279c3ab621eb5eb235c4c4b944f05541 WHIRLPOOL 3f876cb5e333d334063c341c18c8a5f87ba7f3c71c97228363f3c112eefd8cf97f3453aa47f347437dafbaadb3f827aea1a4b3fdfac8beb668329814060c1aba diff --git a/app-vim/bufexplorer/bufexplorer-7.4.2.ebuild b/app-vim/bufexplorer/bufexplorer-7.4.2.ebuild new file mode 100644 index 000000000000..4862b39877f0 --- /dev/null +++ b/app-vim/bufexplorer/bufexplorer-7.4.2.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit vim-plugin + +DESCRIPTION="vim plugin: easily browse vim buffers" +HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=42" +SRC_URI="http://www.vim.org/scripts/download_script.php?src_id=20953 -> ${P}.zip" +LICENSE="bufexplorer.vim" +KEYWORDS="~amd64 ~x86" + +S=${WORKDIR} + +VIM_PLUGIN_HELPFILES="${PN}" + +DEPEND="app-arch/unzip" diff --git a/app-vim/bufexplorer/bufexplorer-7.4.5-r1.ebuild b/app-vim/bufexplorer/bufexplorer-7.4.5-r1.ebuild new file mode 100644 index 000000000000..4bb305becdd0 --- /dev/null +++ b/app-vim/bufexplorer/bufexplorer-7.4.5-r1.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit vim-plugin eutils + +DESCRIPTION="vim plugin: easily browse vim buffers" +HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=42" +LICENSE="bufexplorer.vim" +KEYWORDS="~amd64 ~x86" + +VIM_PLUGIN_HELPFILES="${PN}.txt" + +src_prepare() { + edos2unix {doc,plugin}/* || die +} diff --git a/app-vim/bufexplorer/bufexplorer-7.4.6.ebuild b/app-vim/bufexplorer/bufexplorer-7.4.6.ebuild new file mode 100644 index 000000000000..2c8dbb3707b9 --- /dev/null +++ b/app-vim/bufexplorer/bufexplorer-7.4.6.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit vim-plugin eutils + +DESCRIPTION="vim plugin: easily browse vim buffers" +HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=42" +LICENSE="bufexplorer.vim" +KEYWORDS="~amd64 ~x86" + +VIM_PLUGIN_HELPFILES="${PN}.txt" diff --git a/app-vim/bufexplorer/metadata.xml b/app-vim/bufexplorer/metadata.xml new file mode 100644 index 000000000000..d221a8d4b42c --- /dev/null +++ b/app-vim/bufexplorer/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>vim</herd> +</pkgmetadata> diff --git a/app-vim/c-support/Manifest b/app-vim/c-support/Manifest new file mode 100644 index 000000000000..4a10d983e314 --- /dev/null +++ b/app-vim/c-support/Manifest @@ -0,0 +1,3 @@ +DIST c-support-6.0.tar.bz2 130832 SHA256 8dfb9c283967906f3a1c6d251a7d4734b58debc6da6ed4fdb0788c526492ed72 SHA512 280e8e91b8961ad856524f1869ecd580870ccbb6064c02aefdd5cec7f55a7bf12a17c76a4de91c8d2a7fed25bd96e793909f7cc258b9664f295e1324e0b392da WHIRLPOOL 5743eec9901453007a65d056cfa061f23d6f4326338071ec38748590202d81988b4699c3329d58f94334434f4506ba34b87273618e806efa2484b8ec93e83b08 +DIST c-support-6.1.1.tar.bz2 167371 SHA256 fdb8fe02383f2e998b2549194bbb6d0cb0a13d3141ca0c4d8d422b6117e83c86 SHA512 dda33732505341bc260b9c3f73f95c70c3ee6f0eb50b9d1fd534fc8e83fb21d0caa3feea0ae50cf59da4abbef455c31fe1c02c80bb9168423cfa332941ff0886 WHIRLPOOL 3a409cd378eac9e29b8e5c2fc7d9f95bacdf1dcb3c7a860e2e0c9af8fa29c1ec42129e0916ecbcd158cfb1d5bc3d0c72c423d2f661120ac860baa74f1047e5ac +DIST c-support-6.1.tar.bz2 164255 SHA256 00cf3d664e6414f332535acd769ffadfcb68c4c1c5a85aba8ce5b8124e97dd72 SHA512 6fdc4f757ba0febfebe0c8898b6b0d582e03d6f7d08523e8663368011c41d6444df2620f96c6276d959b4a05b7c83a0e377bc5a8e75aaed5cf478f8bc83ce9ec WHIRLPOOL 01f2f5cf934882eb4c57a363e4cdaa2b7f43494cb6fb4324dcd2f679ad5e0a31698dc13b46a7f5ba5287cadce68fadb4258f6dad7ba051f9a62247d599d73150 diff --git a/app-vim/c-support/c-support-6.0.ebuild b/app-vim/c-support/c-support-6.0.ebuild new file mode 100644 index 000000000000..b28497dd1731 --- /dev/null +++ b/app-vim/c-support/c-support-6.0.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" + +inherit vim-plugin + +DESCRIPTION="vim plugin: C/C++-IDE -- Write and run programs using menus and hotkeys" +HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=213" +LICENSE="public-domain" +KEYWORDS="amd64 x86" +IUSE="" + +VIM_PLUGIN_HELPFILES="${PN}" + +src_install() { + dodoc ${PN}/doc/{ChangeLog,c-hotkeys.pdf} + rm -r ${PN}/doc || die + + vim-plugin_src_install +} diff --git a/app-vim/c-support/c-support-6.1.1.ebuild b/app-vim/c-support/c-support-6.1.1.ebuild new file mode 100644 index 000000000000..8dc26b93a55d --- /dev/null +++ b/app-vim/c-support/c-support-6.1.1.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit vim-plugin + +DESCRIPTION="vim plugin: C/C++-IDE -- Write and run programs using menus and hotkeys" +HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=213" +LICENSE="public-domain" +KEYWORDS="amd64 x86" + +VIM_PLUGIN_HELPFILES="${PN}" + +src_install() { + dodoc ${PN}/doc/{ChangeLog,c-hotkeys.pdf} + rm -r ${PN}/doc || die + + vim-plugin_src_install +} diff --git a/app-vim/c-support/c-support-6.1.ebuild b/app-vim/c-support/c-support-6.1.ebuild new file mode 100644 index 000000000000..8393982936f5 --- /dev/null +++ b/app-vim/c-support/c-support-6.1.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" + +inherit vim-plugin + +DESCRIPTION="vim plugin: C/C++-IDE -- Write and run programs using menus and hotkeys" +HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=213" +LICENSE="public-domain" +KEYWORDS="amd64 x86" + +VIM_PLUGIN_HELPFILES="${PN}" + +src_install() { + dodoc ${PN}/doc/{ChangeLog,c-hotkeys.pdf} + rm -r ${PN}/doc || die + + vim-plugin_src_install +} diff --git a/app-vim/c-support/metadata.xml b/app-vim/c-support/metadata.xml new file mode 100644 index 000000000000..d221a8d4b42c --- /dev/null +++ b/app-vim/c-support/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>vim</herd> +</pkgmetadata> diff --git a/app-vim/calendar/Manifest b/app-vim/calendar/Manifest new file mode 100644 index 000000000000..ec8f91ef1166 --- /dev/null +++ b/app-vim/calendar/Manifest @@ -0,0 +1,2 @@ +DIST calendar-2.5.tar.bz2 9787 SHA256 ff7b505a6e818f09c47a2cdd32060e8b6095f9162169e34f93ac82de7ef85af4 SHA512 b99b6b5f461a46386d43af442895aaffd502a1cfe272fa75433a8f6afc77cdae91c9c4529ef12b56b1ff003b79e75b12577ba4cef3a399c04ed1b06d027aae24 WHIRLPOOL 956fa3d69814e60bb1b89f84a0afa84267794ed35c94b9b52668706338d5d66e1e61e71c54a8c9b5ad867c1517f9241646dcb29e087fa91c073bb3752829f55b +DIST calendar-2.9.tar.bz2 11070 SHA256 144a657523f20514290092b4e17b307622e259838f1ba6f59c0bacb4a0bd3c52 SHA512 8d1c29cb1e7b8189447d60bb5e8940b7ed52837c9039bd8ff8e3ce19c5fd7a9a8060291bb8a0c0bd2a2bb677fce388bb7f807f25358f3903c28b07c715ae1a07 WHIRLPOOL 703075efc70b13d19e925ab395a94940cb242c56184c2d30c3e83fe834b8188b977706207128b115c623d591e41ecc85a46c5fdec2649472d4b1504d830263de diff --git a/app-vim/calendar/calendar-2.5.ebuild b/app-vim/calendar/calendar-2.5.ebuild new file mode 100644 index 000000000000..04e258024692 --- /dev/null +++ b/app-vim/calendar/calendar-2.5.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=3 + +inherit vim-plugin + +DESCRIPTION="vim plugin: calendar window" +HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=52" +LICENSE="vim" +KEYWORDS="amd64 ~mips ppc x86" +IUSE="" + +VIM_PLUGIN_HELPTEXT=\ +"This plugin provides a calendar window for vim. To start it, use the +:Calendar command." diff --git a/app-vim/calendar/calendar-2.9.ebuild b/app-vim/calendar/calendar-2.9.ebuild new file mode 100644 index 000000000000..a001f94e532f --- /dev/null +++ b/app-vim/calendar/calendar-2.9.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit vim-plugin + +DESCRIPTION="vim plugin: calendar window" +HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=52" +LICENSE="vim" +KEYWORDS="~amd64 ~mips ~ppc ~x86" + +VIM_PLUGIN_HELPFILES="${PN}.txt" diff --git a/app-vim/calendar/metadata.xml b/app-vim/calendar/metadata.xml new file mode 100644 index 000000000000..d221a8d4b42c --- /dev/null +++ b/app-vim/calendar/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>vim</herd> +</pkgmetadata> diff --git a/app-vim/cctree/Manifest b/app-vim/cctree/Manifest new file mode 100644 index 000000000000..a91918955df0 --- /dev/null +++ b/app-vim/cctree/Manifest @@ -0,0 +1,2 @@ +DIST cctree-1.60.tar.gz 26501 SHA256 eaf0a5799764ea8da6cf7d66c398ad5c9ebe2419cbf730c3bbc24e50682f90af SHA512 f717c912ffce3b6f6edc4e6dceae7f53ee765b88366f1040e37d2f8f7e477880baf8be8388dcc3c67b1b27766dfd1f13bae2effbbbe9dcdbc18ec4807890eadf WHIRLPOOL db3173fe99edc04cb7b47fe8b642ba2c6e43c307c9011fb6d82e0124cc1eb8d4ad18cff7990f13e276debabe2983369357fd6ff1822541c1e54f3ea6a113f373 +DIST cctree-1.61.tar.bz2 23243 SHA256 b5651bd274c6c7c126c0a5a20579cfd953d1fee1f98989a43baa4e1350e68765 SHA512 9d29c573ef3cdcde1ec91ca34684c84c8beb3b89669654b1f9dafab928a11d8f1df77294af06c7612ba8aa7d65dfba69352f3f74dd11c98d22a300907d8a6b0e WHIRLPOOL 6dd6fc055644d4bc963c2d8adca45cd24f71c319deab6a868e0b542f5076195a99ea0c400593d1bad2f64f50f7b7efbe0ba32bfff166a069dedaf7f50676b3db diff --git a/app-vim/cctree/cctree-1.60.ebuild b/app-vim/cctree/cctree-1.60.ebuild new file mode 100644 index 000000000000..9543b7bf5d6f --- /dev/null +++ b/app-vim/cctree/cctree-1.60.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=4 + +inherit vim-plugin + +MY_PN="CCTree" +DESCRIPTION="vim plugin: Cscope based source-code browser and code flow analysis tool" +HOMEPAGE="http://sites.google.com/site/vimcctree/" +SRC_URI="https://github.com/vim-scripts/${MY_PN}/tarball/${PV} -> ${P}.tar.gz" +LICENSE="bufexplorer.vim" +KEYWORDS="~amd64 ~x86" +IUSE="" + +VIM_PLUGIN_HELPFILES="cctree.txt" + +RDEPEND="dev-util/cscope" + +src_unpack() { + unpack ${A} + mv *-${MY_PN}-* "${S}" +} + +src_prepare() { + # There's good documentation included with the script, but it's not + # in a helpfile. Since there's rather too much information to include + # in a VIM_PLUGIN_HELPTEXT, we'll sed ourselves a help doc. + mkdir doc + sed -e '/" Name Of File/,/".\+Community/!d' -e 's/^" \?//' \ + -e 's/\(Name Of File: \)\([^.]\+\)\.vim/\1*\L\2.txt*/' \ + ftplugin/cctree.vim > doc/cctree.txt + + rm README +} diff --git a/app-vim/cctree/cctree-1.61.ebuild b/app-vim/cctree/cctree-1.61.ebuild new file mode 100644 index 000000000000..111d18abb2b3 --- /dev/null +++ b/app-vim/cctree/cctree-1.61.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=4 + +inherit vim-plugin + +DESCRIPTION="vim plugin: Cscope based source-code browser and code flow analysis tool" +HOMEPAGE="http://sites.google.com/site/vimcctree/" +LICENSE="bufexplorer.vim" +KEYWORDS="~amd64 ~x86" +IUSE="" + +VIM_PLUGIN_HELPFILES="${PN}.txt" + +RDEPEND="dev-util/cscope" + +src_prepare() { + # There's good documentation included with the script, but it's not + # in a helpfile. Since there's rather too much information to include + # in a VIM_PLUGIN_HELPTEXT, we'll sed ourselves a help doc. + mkdir doc + sed -e '/" Name Of File/,/".\+Community/!d' -e 's/^" \?//' \ + -e 's/\(Name Of File: \)\([^.]\+\)\.vim/\1*\L\2.txt*/' \ + ftplugin/${PN}.vim > doc/${PN}.txt +} diff --git a/app-vim/cctree/metadata.xml b/app-vim/cctree/metadata.xml new file mode 100644 index 000000000000..d221a8d4b42c --- /dev/null +++ b/app-vim/cctree/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>vim</herd> +</pkgmetadata> diff --git a/app-vim/cecutil/Manifest b/app-vim/cecutil/Manifest new file mode 100644 index 000000000000..555ba329cb4a --- /dev/null +++ b/app-vim/cecutil/Manifest @@ -0,0 +1 @@ +DIST cecutil-17.tar.bz2 6985 SHA256 2fea0c8f5b0b6222c5c4b7e19a462fa08b50d6a36f1f1dd310a5da44190dbc3a SHA512 2ad7963e5928d3d6b46fc4a8eafe1927445c73e54b8af2869253a8223aa3dba7776a118085b4e7b517845c3872bdac96978981004e863da5a7ff8716acea1393 WHIRLPOOL 8468794bbcd0cbebbb821b756dd348e9093e0de3f290b923945bd1c6f525eb34021d208b8c1d0ba99e10b7c1724bc31631f5a99d7f712df11f646fd7a7af670e diff --git a/app-vim/cecutil/cecutil-17.ebuild b/app-vim/cecutil/cecutil-17.ebuild new file mode 100644 index 000000000000..c867a7b06a46 --- /dev/null +++ b/app-vim/cecutil/cecutil-17.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +VIM_PLUGIN_VIM_VERSION="7.0" +inherit vim-plugin + +DESCRIPTION="vim plugin: library used by many of Charles Campbell's plugins" +HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=1066" +LICENSE="vim" +KEYWORDS="alpha amd64 ia64 ~mips ppc sparc x86" +IUSE="" + +VIM_PLUGIN_HELPTEXT=\ +"This plugin provides library functions and is not intended to be used +directly by the user. Documentation is available via ':help cecutil.txt'." diff --git a/app-vim/cecutil/metadata.xml b/app-vim/cecutil/metadata.xml new file mode 100644 index 000000000000..d221a8d4b42c --- /dev/null +++ b/app-vim/cecutil/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>vim</herd> +</pkgmetadata> diff --git a/app-vim/cfengine-syntax/Manifest b/app-vim/cfengine-syntax/Manifest new file mode 100644 index 000000000000..e966148ec6a4 --- /dev/null +++ b/app-vim/cfengine-syntax/Manifest @@ -0,0 +1 @@ +DIST cfengine-syntax-20141019.tar.bz2 7611 SHA256 1ffe84c5b7e0de85d4aa965bd0574c58deb5bc7df6d6150866266332f559644d SHA512 c8987073b9cc9b1494b0d3cb8737a5b99f62c1b99f5b1e84ce1903e37a924ec9b3e2487cb3b72c75dfba40528809289efdaf3641bf6c059a668c6bf073bcb83e WHIRLPOOL 217bee66a0680b67fb95f8cc6a3fabd9c59862bd61c1fe1e1169f758d7d30d1e269451455490bc4bcd20768be89cdda7435a1742c5c3b0c53329a3b2da0a269f diff --git a/app-vim/cfengine-syntax/cfengine-syntax-20141019.ebuild b/app-vim/cfengine-syntax/cfengine-syntax-20141019.ebuild new file mode 100644 index 000000000000..245ac95347a9 --- /dev/null +++ b/app-vim/cfengine-syntax/cfengine-syntax-20141019.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +inherit vim-plugin + +DESCRIPTION="vim plugin: Cfengine 3 configuration files syntax" +HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=2904 https://github.com/neilhwatson/vim_cf3" +LICENSE="GPL-3+" +KEYWORDS="alpha amd64 arm ia64 ~mips ppc ppc64 s390 sparc x86" + +VIM_PLUGIN_HELPTEXT=\ +"This plugin provides syntax highlighting for Cfengine configuration +files. Detection is by filename (/var/cfengine/inputs/)." diff --git a/app-vim/cfengine-syntax/metadata.xml b/app-vim/cfengine-syntax/metadata.xml new file mode 100644 index 000000000000..9bbec758b044 --- /dev/null +++ b/app-vim/cfengine-syntax/metadata.xml @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>vim</herd> + <longdescription lang="en"> + This package provides Vim syntax highlighting for Cfengine configuration + files, and automatic filetype detection for these files based upon + filename. + </longdescription> + <upstream> + <remote-id type="github">neilhwatson/vim_cf3</remote-id> + </upstream> +</pkgmetadata> diff --git a/app-vim/checkattach/Manifest b/app-vim/checkattach/Manifest new file mode 100644 index 000000000000..291a18eb9f35 --- /dev/null +++ b/app-vim/checkattach/Manifest @@ -0,0 +1,3 @@ +DIST checkattach-0.15.tar.bz2 6242 SHA256 29b99fafbd5e03bb7815f865724c75b550c23aa5ee32abdd7bcd803df82363f2 SHA512 c9204641da2beb33d361d42cafacac39de40dc652f97568993d64dc1b1f776ce725aa088102c3f0d057648c6dbc06ed3d871b6ac715d4c90ac42fc18348f3101 WHIRLPOOL 2145c2501847a7a419e0831a6da3d826924d173b24ee74a35b22aec2a2283e67bbdd7611790d90d4129c3b80669bc60e8347ba3ab26380825be9fc31095b6cb2 +DIST checkattach-0.16.tar.bz2 6375 SHA256 62c1af9e606e7830922093fe594da0500f97f31714cf9579e12cd99f3836479b SHA512 bf6a4837859ffb34a5f76fef68c37b34614ce8b56534c36b7579d1f63649c446dc1c95796df1b26704715e48d115d4f4f0840d760e665d2f14dbbdd9023ee1c9 WHIRLPOOL 0bf21cf485b692cc5dfb56a87b86f0c96111a39ae1500ab9c65ccc92f16079a3c827b8d5c50b96dd3277eea30d236ad3a909bcac86494a50df79981a18768424 +DIST checkattach-0.17.tar.bz2 6491 SHA256 297c4e45ac8a7ca64e2a620985f6e862d42b1dd2afc9fb85814e6353a0be56c3 SHA512 98ac172a5fd84bacda8cd682dfb320aceb799098bd1f5a5abcf5834c2a883e7269b0fafbe1e77d2215982ed0548d592c32e80fc4aa67ae3e87c6a69ffc75cdbd WHIRLPOOL cd2f23b04d7eb4e60336bd8b600749dbb4a71b54a774554b5138785bb9d1e1b837805eb37e19792363575dffca8d81db4dd3f40d5c83580eb9b4c26f337a63b0 diff --git a/app-vim/checkattach/checkattach-0.15.ebuild b/app-vim/checkattach/checkattach-0.15.ebuild new file mode 100644 index 000000000000..f5207a4b99c0 --- /dev/null +++ b/app-vim/checkattach/checkattach-0.15.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +inherit vim-plugin + +DESCRIPTION="vim plugin: check for attachments when writing mails with mutt" +HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=2796 https://github.com/chrisbra/CheckAttach" +LICENSE="vim" +KEYWORDS="~amd64 ~x86" + +VIM_PLUGIN_HELPFILES="CheckAttach.txt" diff --git a/app-vim/checkattach/checkattach-0.16.ebuild b/app-vim/checkattach/checkattach-0.16.ebuild new file mode 100644 index 000000000000..5404d5b57d62 --- /dev/null +++ b/app-vim/checkattach/checkattach-0.16.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +inherit vim-plugin + +DESCRIPTION="vim plugin: check for attachments when writing mails with mutt" +HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=2796 https://github.com/chrisbra/CheckAttach" +LICENSE="vim" +KEYWORDS="~amd64 ~x86" + +VIM_PLUGIN_HELPFILES="CheckAttach.txt" diff --git a/app-vim/checkattach/checkattach-0.17.ebuild b/app-vim/checkattach/checkattach-0.17.ebuild new file mode 100644 index 000000000000..bc62d4366d6f --- /dev/null +++ b/app-vim/checkattach/checkattach-0.17.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +inherit vim-plugin + +DESCRIPTION="vim plugin: check for attachments when writing mails with mutt" +HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=2796 https://github.com/chrisbra/CheckAttach" +LICENSE="vim" +KEYWORDS="~amd64 ~x86" + +VIM_PLUGIN_HELPFILES="CheckAttach.txt" diff --git a/app-vim/checkattach/metadata.xml b/app-vim/checkattach/metadata.xml new file mode 100644 index 000000000000..e9ad44f03af6 --- /dev/null +++ b/app-vim/checkattach/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>vim</herd> + <upstream> + <remote-id type="github">chrisbra/CheckAttach</remote-id> + </upstream> +</pkgmetadata> diff --git a/app-vim/closetag/Manifest b/app-vim/closetag/Manifest new file mode 100644 index 000000000000..ba10a4a0dcb6 --- /dev/null +++ b/app-vim/closetag/Manifest @@ -0,0 +1 @@ +DIST closetag-0.9.1.tar.bz2 4717 SHA256 d300b6bd0ec3836e4d906dc2c4cdf43b1fa90b4d5700b959d3ebeb4c0603e791 SHA512 67e10871c98716bf65c1c1f3e07cb65ebd158fb058ee4e51e189703a5848e5f35066fa492c9614703936add21fbb34a387e9cf4a82043d794f3abb62d6c3ff38 WHIRLPOOL 128b4387e78164f9220c1e5c3b40aa76e55543d195f5620f6ae0e27cb5c53ab5032672192a6c245cc1e5cbff6dc7813ca6a9bd5bab9fd4697cca13120aa2b06b diff --git a/app-vim/closetag/closetag-0.9.1.ebuild b/app-vim/closetag/closetag-0.9.1.ebuild new file mode 100644 index 000000000000..bcaea74c12ef --- /dev/null +++ b/app-vim/closetag/closetag-0.9.1.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +inherit vim-plugin + +DESCRIPTION="vim plugin: close HTML/XML tags quickly" +HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=13" + +LICENSE="vim" +KEYWORDS="alpha amd64 ia64 ~mips ppc sparc x86" +IUSE="" + +VIM_PLUGIN_HELPTEXT=\ +"This plugin provides a <ctrl-_> mapping for closing HTML / XML tags." diff --git a/app-vim/closetag/metadata.xml b/app-vim/closetag/metadata.xml new file mode 100644 index 000000000000..d221a8d4b42c --- /dev/null +++ b/app-vim/closetag/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>vim</herd> +</pkgmetadata> diff --git a/app-vim/cmdalias/Manifest b/app-vim/cmdalias/Manifest new file mode 100644 index 000000000000..aa7d44ac8e1b --- /dev/null +++ b/app-vim/cmdalias/Manifest @@ -0,0 +1 @@ +DIST cmdalias-3.0.tar.bz2 2601 SHA256 d617e2d4754fa339d89f37ec1b859934ffeba3141274413b8e86684ec26f5452 SHA512 a29b8b588c662ca48e8208422e4592e4d2a2908f23ed123b0b2aa639e6c05725dcc6ee0179418dbfdc39108953de064f5da5eec4261f7e9db5efea0d91fe58aa WHIRLPOOL 4c9d1e043e8583f76c09456a23103efccd6a49dd89be85e6e85fca4c16da3315059f6ebba01cb57604533e7f6de53eaf2c6c82bc7619112582687e3b996a5ea1 diff --git a/app-vim/cmdalias/cmdalias-3.0.ebuild b/app-vim/cmdalias/cmdalias-3.0.ebuild new file mode 100644 index 000000000000..b2163c50a57c --- /dev/null +++ b/app-vim/cmdalias/cmdalias-3.0.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +inherit vim-plugin + +DESCRIPTION="vim plugin: library for alias creation" +HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=746" +LICENSE="GPL-2" +KEYWORDS="alpha amd64 ia64 ~mips ppc sparc x86" +IUSE="" + +VIM_PLUGIN_HELPTEXT=\ +"This plugin provides library functions and is not intended to be used +directly by the user." diff --git a/app-vim/cmdalias/metadata.xml b/app-vim/cmdalias/metadata.xml new file mode 100644 index 000000000000..d221a8d4b42c --- /dev/null +++ b/app-vim/cmdalias/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>vim</herd> +</pkgmetadata> diff --git a/app-vim/colorschemes/Manifest b/app-vim/colorschemes/Manifest new file mode 100644 index 000000000000..b68291763153 --- /dev/null +++ b/app-vim/colorschemes/Manifest @@ -0,0 +1 @@ +DIST colorschemes-20140623.tar.bz2 683654 SHA256 9096b0843e2bffd0183fc8ce356994e24016fb046621d80b9efff068542c2f08 SHA512 523a1fcc5f179ede94887c844397bf507ba6432f7e8812794be3a2451f467370e0c2119000e138ca021f05eee4b3f43e34444916f3fed3eeb7749db459b502e3 WHIRLPOOL f6813827370e3fd023c720c42c2fe5d4f865f2393dcec582b9d1b80d5dfdb9c848b21b73a182a434595f8594f053f27bf0e93219817a009ce5729f804c4d5168 diff --git a/app-vim/colorschemes/colorschemes-20140623-r1.ebuild b/app-vim/colorschemes/colorschemes-20140623-r1.ebuild new file mode 100644 index 000000000000..7b0ef745fc28 --- /dev/null +++ b/app-vim/colorschemes/colorschemes-20140623-r1.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit vim-plugin eutils + +DESCRIPTION="vim plugin: a collection of color schemes from vim.org" +HOMEPAGE="http://www.vim.org/" + +LICENSE="vim GPL-2 GPL-2+ GPL-3 GPL-3+ MIT BSD WTFPL-2 public-domain vim.org" +KEYWORDS="alpha amd64 hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos" + +VIM_PLUGIN_HELPTEXT=\ +"This plugin provides a collection of color schemes for vim. To switch +color schemes, use :colorscheme schemename (tab completion is available +for scheme names). To automatically set a scheme at startup, please see +:help vimrc." + +src_prepare() { + EPATCH_SOURCE="${S}/patches" \ + EPATCH_SUFFIX="patch" \ + EPATCH_FORCE="yes" \ + epatch + rm -rf patches/ + + # fix line endings + edos2unix colors/* +} diff --git a/app-vim/colorschemes/metadata.xml b/app-vim/colorschemes/metadata.xml new file mode 100644 index 000000000000..d221a8d4b42c --- /dev/null +++ b/app-vim/colorschemes/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>vim</herd> +</pkgmetadata> diff --git a/app-vim/colorsel/Manifest b/app-vim/colorsel/Manifest new file mode 100644 index 000000000000..639a1788d43d --- /dev/null +++ b/app-vim/colorsel/Manifest @@ -0,0 +1 @@ +DIST colorsel-20100406.zip 11216 SHA256 6e5a5254b871761b46bd875813771fa1806e7ce548482af3cf3c6d8f4b765ad5 SHA512 628c2824ce0c5524f45eac209010873324111c33697fd4e36a71d7dbe7aa83f388caec46cdf18224faaaf5480fb671e2e0fa241f0ab4379b276354217d5587cb WHIRLPOOL 7a248c9945b242a6e21914c913ad1a7a66a78f5ee820065b1b7b389c7c639a1b3bef938f3375dfb94a402916cacb6961ac57d76dcf871c38448454237860385f diff --git a/app-vim/colorsel/colorsel-20100406.ebuild b/app-vim/colorsel/colorsel-20100406.ebuild new file mode 100644 index 000000000000..c2cd04580eda --- /dev/null +++ b/app-vim/colorsel/colorsel-20100406.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=3 + +inherit vim-plugin + +DESCRIPTION="vim plugin: RGB / HSV color selector" +HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=927" +SRC_URI="http://www.vim.org/scripts/download_script.php?src_id=12789 -> ${P}.zip" +LICENSE="public-domain" +KEYWORDS="alpha amd64 ia64 ~mips ppc sparc x86" +IUSE="" + +VIM_PLUGIN_HELPFILES="${PN}" + +DEPEND="app-arch/unzip" +RDEPEND=">=app-editors/gvim-7.0" + +S="${WORKDIR}" diff --git a/app-vim/colorsel/metadata.xml b/app-vim/colorsel/metadata.xml new file mode 100644 index 000000000000..d221a8d4b42c --- /dev/null +++ b/app-vim/colorsel/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>vim</herd> +</pkgmetadata> diff --git a/app-vim/colorv/Manifest b/app-vim/colorv/Manifest new file mode 100644 index 000000000000..467ad76bd904 --- /dev/null +++ b/app-vim/colorv/Manifest @@ -0,0 +1,3 @@ +DIST colorv-2.5.3.tar.gz 48636 SHA256 46ae0a4870e18e3358f90efd54e1c98951d5c3f11cb85220f4480d05e9382ded SHA512 a4db26d189756f84339aec32cc406bf9fc8ac8a1fed0ad58c1f5110edc9cfac3d3f4f5af410c8cecbcced7b4c406e9fe78ecbb7d863b7e6ba7fae50b7ba32863 WHIRLPOOL c81c2250146fa20a20a09dd0cd3197d9a249d35cd1e12d8188392a9046c4947cfa2c4ba081fa4ecc97462ece22ba96b9f771db1ba9f18b3e444e336a35d33c32 +DIST colorv-2.5.6.tar.bz2 40591 SHA256 5843d0f5aa5aa4bc71ec281edca3e3391c8ccc0b9025405751edb6b16399f824 SHA512 e6b5e1653080b2045028dd71e5839dda08a042c9970d27d1bfd47417c42020cb2cd68940c80e6f998a3a3adc723ee91c480a8bd55c711086a19d4c24b368e38e WHIRLPOOL 4fef5fb226b00f2f0172493e85df6758dbb007fc36e3dc75758cca7a68928c41467de76c9c8da065456b0c4695bf2bc8c1bed8f9a998c11f41089bbc13953864 +DIST colorv-3.0.2.tar.bz2 47059 SHA256 75a570021678a58225b346fa87aa13919ef84757a4cd5344855d101835ab231b SHA512 cb4a893d65bbada5cec27c0810bf3e78db3c64e64f4179529d5da30402ab65b141f53dd7f2a9e8bbccf3d5f7dc5843afc7cab0d908e66a86fc41a5c38c9a848e WHIRLPOOL 5fd18f5d6686717e628e136c8025041cbc0820ae394e3c7e1a19245fe02142770d911d505c1cc5efcf9ea29739faae31d72ef83543b833f116bd52f4ad9c37f0 diff --git a/app-vim/colorv/colorv-2.5.3.ebuild b/app-vim/colorv/colorv-2.5.3.ebuild new file mode 100644 index 000000000000..cff07f505512 --- /dev/null +++ b/app-vim/colorv/colorv-2.5.3.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="4" + +inherit vim-plugin + +MY_PN="ColorV" +DESCRIPTION="vim plugin: a color tool for vim" +HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=3597" +SRC_URI="https://github.com/vim-scripts/${MY_PN}/tarball/${PV} -> ${P}.tar.gz" +LICENSE="MIT" +KEYWORDS="~amd64 ~x86" +IUSE="" + +VIM_PLUGIN_HELPFILES="${PN}" + +RDEPEND=" + || ( + app-editors/vim[python] + ( app-editors/gvim[python] dev-python/pygtk:2 ) + )" + +src_unpack() { + unpack ${A} + mv *-${MY_PN}-* "${S}" +} + +src_prepare() { + rm README* || die +} diff --git a/app-vim/colorv/colorv-2.5.6.ebuild b/app-vim/colorv/colorv-2.5.6.ebuild new file mode 100644 index 000000000000..a563becdc52d --- /dev/null +++ b/app-vim/colorv/colorv-2.5.6.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="4" + +inherit vim-plugin + +DESCRIPTION="vim plugin: a color tool for vim" +HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=3597" +LICENSE="MIT" +KEYWORDS="~amd64 ~x86" +IUSE="" + +VIM_PLUGIN_HELPFILES="${PN}.txt" + +RDEPEND=" + || ( + app-editors/vim[python] + ( app-editors/gvim[python] dev-python/pygtk:2 ) + )" + +src_prepare() { + # use python colorpicker instead of C-based picker + rm autoload/colorv/{colorpicker.c,Makefile} || die +} diff --git a/app-vim/colorv/colorv-3.0.2.ebuild b/app-vim/colorv/colorv-3.0.2.ebuild new file mode 100644 index 000000000000..0b7cd6455cb9 --- /dev/null +++ b/app-vim/colorv/colorv-3.0.2.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" + +inherit vim-plugin + +DESCRIPTION="vim plugin: a color tool for vim" +HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=3597" +LICENSE="MIT" +KEYWORDS="~amd64 ~x86" +IUSE="" + +VIM_PLUGIN_HELPFILES="${PN}.txt" + +RDEPEND=" + || ( + app-editors/vim[python] + ( app-editors/gvim[python] dev-python/pygtk:2 ) + )" + +src_prepare() { + # use python colorpicker instead of C-based picker + rm autoload/colorv/{colorpicker.c,Makefile} || die +} diff --git a/app-vim/colorv/metadata.xml b/app-vim/colorv/metadata.xml new file mode 100644 index 000000000000..d221a8d4b42c --- /dev/null +++ b/app-vim/colorv/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>vim</herd> +</pkgmetadata> diff --git a/app-vim/command-t/Manifest b/app-vim/command-t/Manifest new file mode 100644 index 000000000000..07147fd2fa1c --- /dev/null +++ b/app-vim/command-t/Manifest @@ -0,0 +1,3 @@ +DIST command-t-1.11.3.tar.bz2 42697 SHA256 f999e6c2e697e854f687f1795824efec552a8175b238e4136a3b592e760b1049 SHA512 46207a70c162a76f7ebffec4e4fbcf7e15e8ebdf58f177e65b2cb1ff01954b84fb04900c354c7d3cb37aa69cab223407564b19ac83b3fbbc2f862d26fe969d9f WHIRLPOOL eeb1ef004dae3601baec463801fadf77d65f7e78bb2c6ced88e02237cec1670ea3ef32b3af7faf5906403ae390bb2b919e1b11732c01bb00815941252895c887 +DIST command-t-1.11.4.tar.bz2 43107 SHA256 8b3b9b70397621d23e74c817f5807319f769253cf82de471913294a8e702ab62 SHA512 d3e35e6c0c144338c3966c6b57822193080ed1ef181ccd2d6ecd480dbe023788d33d82518a8461a7525ee3d4ca9fc643beb250e18aa7cfd691c6bc6aad4a6644 WHIRLPOOL e92fe0ae2b8ec1e5e029be21fd02142b241321e3a15fed5e6e522f64e55daf0d3eb348eedfd0bdad712d130ced10b3116328428379f2ae92f60304b2379c676c +DIST command-t-1.9.1.tar.bz2 40258 SHA256 23a1fa7cd40538af915407d9db0c7c6729b59866284bd1ace4fb5ae2c6024701 SHA512 29feb689e5485e9686ef71b667786bfd8d1da5480ca5d8fab43a4a52eac34d78afe00c02d18517418102d7cc6b95c5cb7aec66579e774e40dd122fd6458ab284 WHIRLPOOL bc19c4feaaddaa3b403f454434020ad94ed012963fdccda92cdfd527ede9230c8aabdf87cfe726d9e59c966a0880b9b180ce0ddc8ddc7714ce7c6aac0ac67e36 diff --git a/app-vim/command-t/command-t-1.11.3.ebuild b/app-vim/command-t/command-t-1.11.3.ebuild new file mode 100644 index 000000000000..e8dd4db5e09e --- /dev/null +++ b/app-vim/command-t/command-t-1.11.3.ebuild @@ -0,0 +1,40 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +USE_RUBY="ruby19 ruby20 ruby21" + +inherit vim-plugin ruby-ng + +DESCRIPTION="vim plugin: fast file navigation for vim" +HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=3025 + https://wincent.com/products/command-t" +LICENSE="MIT" +KEYWORDS="~amd64 ~x86" + +VIM_PLUGIN_HELPFILES="${PN}.txt" + +RDEPEND="|| ( app-editors/vim[ruby] app-editors/gvim[ruby] )" + +each_ruby_configure() { + cd ruby/${PN} + ${RUBY} extconf.rb || die "extconf.rb failed" +} + +each_ruby_compile() { + cd ruby/${PN} + emake V=1 + rm *.o *.c *.h *.log extconf.rb depend Makefile || die +} + +each_ruby_install() { + local sitelibdir=$(ruby_rbconfig_value "sitelibdir") + insinto ${sitelibdir}/${PN} + doins -r ruby/${PN}/* +} + +all_ruby_install() { + rm -r ruby || die + vim-plugin_src_install +} diff --git a/app-vim/command-t/command-t-1.11.4.ebuild b/app-vim/command-t/command-t-1.11.4.ebuild new file mode 100644 index 000000000000..e8dd4db5e09e --- /dev/null +++ b/app-vim/command-t/command-t-1.11.4.ebuild @@ -0,0 +1,40 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +USE_RUBY="ruby19 ruby20 ruby21" + +inherit vim-plugin ruby-ng + +DESCRIPTION="vim plugin: fast file navigation for vim" +HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=3025 + https://wincent.com/products/command-t" +LICENSE="MIT" +KEYWORDS="~amd64 ~x86" + +VIM_PLUGIN_HELPFILES="${PN}.txt" + +RDEPEND="|| ( app-editors/vim[ruby] app-editors/gvim[ruby] )" + +each_ruby_configure() { + cd ruby/${PN} + ${RUBY} extconf.rb || die "extconf.rb failed" +} + +each_ruby_compile() { + cd ruby/${PN} + emake V=1 + rm *.o *.c *.h *.log extconf.rb depend Makefile || die +} + +each_ruby_install() { + local sitelibdir=$(ruby_rbconfig_value "sitelibdir") + insinto ${sitelibdir}/${PN} + doins -r ruby/${PN}/* +} + +all_ruby_install() { + rm -r ruby || die + vim-plugin_src_install +} diff --git a/app-vim/command-t/command-t-1.9.1.ebuild b/app-vim/command-t/command-t-1.9.1.ebuild new file mode 100644 index 000000000000..e8dd4db5e09e --- /dev/null +++ b/app-vim/command-t/command-t-1.9.1.ebuild @@ -0,0 +1,40 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +USE_RUBY="ruby19 ruby20 ruby21" + +inherit vim-plugin ruby-ng + +DESCRIPTION="vim plugin: fast file navigation for vim" +HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=3025 + https://wincent.com/products/command-t" +LICENSE="MIT" +KEYWORDS="~amd64 ~x86" + +VIM_PLUGIN_HELPFILES="${PN}.txt" + +RDEPEND="|| ( app-editors/vim[ruby] app-editors/gvim[ruby] )" + +each_ruby_configure() { + cd ruby/${PN} + ${RUBY} extconf.rb || die "extconf.rb failed" +} + +each_ruby_compile() { + cd ruby/${PN} + emake V=1 + rm *.o *.c *.h *.log extconf.rb depend Makefile || die +} + +each_ruby_install() { + local sitelibdir=$(ruby_rbconfig_value "sitelibdir") + insinto ${sitelibdir}/${PN} + doins -r ruby/${PN}/* +} + +all_ruby_install() { + rm -r ruby || die + vim-plugin_src_install +} diff --git a/app-vim/command-t/metadata.xml b/app-vim/command-t/metadata.xml new file mode 100644 index 000000000000..d221a8d4b42c --- /dev/null +++ b/app-vim/command-t/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>vim</herd> +</pkgmetadata> diff --git a/app-vim/conque/Manifest b/app-vim/conque/Manifest new file mode 100644 index 000000000000..c5cc7b07fceb --- /dev/null +++ b/app-vim/conque/Manifest @@ -0,0 +1 @@ +DIST conque_2.3.tar.gz 52195 SHA256 cf00f05e73c4296462cc1219142a5d1c9a371e93a1c7eba3a672caeff02f55b9 SHA512 b69c0564ccaf897ee2f18d0769877986e67006cf33dbefe2bbc85261726372f09669d19aa118de58ccfb847cc8b7e670e25c030128eec665e1cecf0a96cb4b89 WHIRLPOOL 5bb507012bf02bf189bf59ff11ba51df5df4e33d922f1cdd663a1ea14b8cd80f9f3a20c1ac98b985bf42070ff1059d7e9ea6d17dd2349ffb7ce45ca22f9732fa diff --git a/app-vim/conque/conque-2.3-r1.ebuild b/app-vim/conque/conque-2.3-r1.ebuild new file mode 100644 index 000000000000..87617f253aea --- /dev/null +++ b/app-vim/conque/conque-2.3-r1.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" +PYTHON_COMPAT=( python{2_7,3_3,3_4} ) +VIM_PLUGIN_VIM_VERSION="7.1" + +inherit python-single-r1 vim-plugin + +MY_P="${PN}_${PV}" +DESCRIPTION="vim plugin: Run interactive commands inside a Vim buffer" +HOMEPAGE="http://code.google.com/p/conque/" +SRC_URI="http://${PN}.googlecode.com/files/${MY_P}.tar.gz" +LICENSE="MIT" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="|| ( app-editors/vim[python,${PYTHON_USEDEP}] app-editors/gvim[python,${PYTHON_USEDEP}] ) + ${PYTHON_DEPS}" + +REQUIRED_USE=${PYTHON_REQUIRED_USE} + +VIM_PLUGIN_HELPFILES="ConqueTerm" + +S="${WORKDIR}/${MY_P}" diff --git a/app-vim/conque/conque-2.3.ebuild b/app-vim/conque/conque-2.3.ebuild new file mode 100644 index 000000000000..0383945d7427 --- /dev/null +++ b/app-vim/conque/conque-2.3.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="4" +VIM_PLUGIN_VIM_VERSION="7.1" + +inherit vim-plugin + +MY_P="${PN}_${PV}" +DESCRIPTION="vim plugin: Run interactive commands inside a Vim buffer" +HOMEPAGE="http://code.google.com/p/conque/" +SRC_URI="http://${PN}.googlecode.com/files/${MY_P}.tar.gz" +LICENSE="MIT" +KEYWORDS="amd64 x86" +IUSE="" + +RDEPEND="|| ( app-editors/vim[python] app-editors/gvim[python] ) + >=dev-lang/python-2.3" + +VIM_PLUGIN_HELPFILES="ConqueTerm" + +S="${WORKDIR}/${MY_P}" diff --git a/app-vim/conque/metadata.xml b/app-vim/conque/metadata.xml new file mode 100644 index 000000000000..b00e0178977a --- /dev/null +++ b/app-vim/conque/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>vim</herd> + <upstream> + <remote-id type="google-code">conque</remote-id> + </upstream> +</pkgmetadata> diff --git a/app-vim/cream/Manifest b/app-vim/cream/Manifest new file mode 100644 index 000000000000..9108c7ece4ff --- /dev/null +++ b/app-vim/cream/Manifest @@ -0,0 +1,5 @@ +DIST cream-0.43.tar.gz 785889 SHA256 b7adee33d5464f985a71722fdbe133e726bffebf34eae14c33674c4c5327d777 SHA512 6e6c139bcb5f1ed8cb9718f2c1453a69453c87f2588b6074264f94877dd5b7f78842f5a7c45df693effc2249020e5fa61a88ab5d4e3e13806e2674f1f57dccb7 WHIRLPOOL 726a7134874d515444029fdbe7ec21f8e40f0cb2467388db36548958c49749b4a7638b932272669d883826023722fa73d70273dffc9f1d2e43932f88d400d2de +DIST cream-spell-dict-eng_2.0.2.zip 1778434 SHA256 fc1a117fa2ebf25254c503e31969f3b5584648965e3fdda3171995f64793ef51 SHA512 72ea2c4d72fc39aa80d9f47762f42ec3fcc4251cc27a9dc62a8b8f8f4b66340df7c15afd603a0e4a12805770606c09e462be548f5203feba76badefa27321b1d WHIRLPOOL 22e506f2c625c68f78f445008268652ff3370d8027b78483ed323177d5ff1f2bd7a5031514dc2c2a6e29d3fa2b4d51181a7538cbd7026424531604ca84fabf86 +DIST cream-spell-dict-fre_2.1.zip 872841 SHA256 d15039be170dadba0011915609446aa48e82e27d692c414be6427caa6134b0b7 SHA512 d34773e3ec2bd905a669175680f91146ead8dc0a7d3de8fa668c56e550eed23ac6c8678b2e7b3c642b756d6eba97b815494395c07b3f28cb54e3a01cf8f5b1a0 WHIRLPOOL edc438ba65d67b74964b28972a365d8e298fdd24bc2ce883e99e501fddd80fe2f2b176bafea87ced4de2be907819da04a0ccbc5cc062f3928f54cc6cf1e9461f +DIST cream-spell-dict-ger_2.0.1.zip 894848 SHA256 62fbfa9ab7a42c4c0d8d7723f865be7e8c216b5215a15d7430ed0cfb3c993eae SHA512 1fb1a797bfbcd0516d8124daf1256b27a356ef3eb58887c2a55fc8537f211faa60dcba713935b2fa5595ebf6bba07a1463819060018f725e5cd0952b978a342a WHIRLPOOL c1ffd84a2b7cacc3f5a7b46ce9c55b2e9c898dc70986cc4f7b03d29bdc44a4edebe618debf3f53d33ce90da0e3e13c8d9a97bdb9c1691239a13d609a84f0d0b1 +DIST cream-spell-dict-spa_3.0.zip 1710280 SHA256 b26ac0bbf905508b446cfb4424fad5923d4e5e6afe5cd20a313be67269485602 SHA512 27de9d920afe191ae4e7d5267b5ad6fb14a6e4185d474c09d17af1eb45f926dab2d4696080cee25d1591bf0b588234a20778e9b1485927dfffa8595b19e247d2 WHIRLPOOL b85c80f55f7acdf95ab60ac5b631b4ef19908f781584cacfa4dfd2fdbb67e9395769aceed8026a7f494ff5744b84cf65f6a6b8674478e76425c9544a90c09a0a diff --git a/app-vim/cream/cream-0.43.ebuild b/app-vim/cream/cream-0.43.ebuild new file mode 100644 index 000000000000..a470bf2583c0 --- /dev/null +++ b/app-vim/cream/cream-0.43.ebuild @@ -0,0 +1,161 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=4 + +inherit vim-plugin eutils fdo-mime + +DESCRIPTION="An easy-to-use configuration of the GVim text editor" +HOMEPAGE="http://cream.sourceforge.net" + +DICT_EN="eng_2.0.2" +DICT_FR="fre_2.1" +DICT_ES="spa_3.0" +DICT_DE="ger_2.0.1" + +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz + linguas_en? ( ${HOMEPAGE}/cream-spell-dict-${DICT_EN}.zip ) + linguas_fr? ( ${HOMEPAGE}/cream-spell-dict-${DICT_FR}.zip ) + linguas_es? ( ${HOMEPAGE}/cream-spell-dict-${DICT_ES}.zip ) + linguas_de? ( ${HOMEPAGE}/cream-spell-dict-${DICT_DE}.zip )" + +IUSE="linguas_en linguas_fr linguas_es linguas_de" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="alpha amd64 ia64 ~mips ppc sparc x86" + +DEPEND=" + >=app-editors/gvim-7.0 + app-arch/unzip" +RDEPEND=" + >=app-editors/gvim-7.0 + dev-util/ctags" + +VIM_PLUGIN_HELPTEXT=\ +"Cream is completely independent from the rest of your Vim/GVim setup. +To launch GVim in Cream mode, use this wrapper script: +\ % cream [filename...] + +Cream's documentation has been installed in ${ROOT}usr/share/doc/${PF} +In particular, you may want to read: + +\ - the Cream features list: +file://${ROOT}usr/share/doc/${PF}/html/features.html + +\ - the Cream shortcuts list: +file://${ROOT}usr/share/doc/${PF}/html/keyboardshortcuts.html + +\ - the Cream FAQ: +file://${ROOT}usr/share/doc/${PF}/html/faq.html" + +# Utility function to rename a Vim help file and its links/anchors: +# prefix_help_file prefix file [pattern ...] +prefix_help_file() { + local prefix="${1}" ; shift + local helpfile="${1}" ; shift + while [[ -n "${1}" ]] ; do + sed -i "s:\([*|]\)\(${1}[*|]\):\1${prefix}-\2:g" "${helpfile}" \ + || die "Failed to sed \"${1}\" on \"${helpfile}\"" + shift + done + mv "${helpfile}" "${helpfile%/*}/${prefix}-${helpfile##*/}" \ + || die "Failed to rename \"${helpfile}\"" +} + +pkg_setup() { + elog "Cream comes with several dictionaries for spell checking. In" + elog "all cases, at least a small English dictionary will be installed." + elog + elog "To specify which optional dictionaries are installed, set the" + elog "LINGUAS variable in /etc/make.conf. For example, to install full" + elog "English and French dictionaries, use:" + elog " LINGUAS=\"en fr\"" + elog + elog "Available dictionaries are:" + for dict in "English en" "French fr" "German de" "Spanish es" ; do + # portage bug: shouldn't get a QA notice for linguas stuff... + elog " ${dict% *} \t(${dict#* }) $( ( \ + use linguas_${dict#* } &>/dev/null && \ + echo '(Will be installed)' ) || echo '(Will not be installed)' )" + done + elog +} + +src_unpack() { + mkdir -p "${S}"/spelldicts + + # install spell dictionaries into ${S}/spelldicts + local my_a + for my_a in ${A} ; do + if [ -z ${my_a/*spell-dict*/} ] ; then + cd "${S}"/spelldicts + unpack ${my_a} + else + cd "${WORKDIR}" + unpack ${my_a} + fi + done +} + +src_prepare() { + # change installation path + fix the wrapper command (disable plugins) + cat > cream <<-EOF + #!/bin/sh + gvim --servername CREAM --noplugin -U NONE -u "\\\$VIM/cream/creamrc" "\$@" + EOF + + sed -i "/let \$CREAM/s:VIMRUNTIME:VIM:" creamrc || die + + # make taglist ebuild aware, bug #66052 + epatch "${FILESDIR}"/${PN}-0.30-ebuilds.patch + + # more filetypes for EnhancedCommentify, including the Gentoo ones + epatch "${FILESDIR}"/enhancedcommentify-2.1-gentooisms.patch + epatch "${FILESDIR}"/enhancedcommentify-2.1-extra-ft-support.patch + + # rename vim help files to avoid conflicts with other vim packages + prefix_help_file cream help/EnhancedCommentify.txt \ + 'EnhancedCommentify' 'EnhComm-[a-zA-Z]\+' + +} + +src_install() { + # install launcher and menu entry + dobin cream + domenu cream.desktop + doicon cream.svg cream.png + + # install shared vim files + insinto /usr/share/vim/cream + doins *.vim creamrc + local dir + for dir in addons bitmaps filetypes lang ; do + insinto /usr/share/vim/cream/${dir} + doins ${dir}/* + done + + if [[ -n ${LINGUAS} ]] ; then + insinto /usr/share/vim/cream/spelldicts + doins spelldicts/* + fi + + insinto /usr/share/vim/vimfiles/doc + doins help/*.txt + + # install docs + dodoc docs/{CHANGELOG,DEVELOPER,KEYBOARD,PressRelease,README,RELEASE}.txt + dohtml docs-html/* + # html doc may be opened from Cream GUI + dosym ../../doc/${PF}/html /usr/share/vim/cream/docs-html +} + +pkg_postinst() { + fdo-mime_desktop_database_update + vim-plugin_pkg_postinst +} + +pkg_postrm() { + fdo-mime_desktop_database_update + vim-plugin_pkg_postrm +} diff --git a/app-vim/cream/files/cream-0.30-ebuilds.patch b/app-vim/cream/files/cream-0.30-ebuilds.patch new file mode 100644 index 000000000000..30e310387005 --- /dev/null +++ b/app-vim/cream/files/cream-0.30-ebuilds.patch @@ -0,0 +1,12 @@ +--- cream-0.30/taglist.vim.orig 2004-10-02 00:12:58.400215576 +0100 ++++ cream-0.30/taglist.vim 2004-10-02 00:26:28.535056360 +0100 +@@ -205,6 +205,9 @@ + let s:tlist_def_cobol_settings = 'cobol;d:data;f:file;g:group;p:paragraph;' . + \ 'P:program;s:section' + ++" ebuilds ++let s:tlist_def_ebuild_settings = 'sh;f:function' ++ + " eiffel language + let s:tlist_def_eiffel_settings = 'eiffel;c:class;f:feature' + diff --git a/app-vim/cream/files/enhancedcommentify-2.1-extra-ft-support.patch b/app-vim/cream/files/enhancedcommentify-2.1-extra-ft-support.patch new file mode 100644 index 000000000000..597518a6d547 --- /dev/null +++ b/app-vim/cream/files/enhancedcommentify-2.1-extra-ft-support.patch @@ -0,0 +1,13 @@ +--- plugin/EnhancedCommentify.vim.orig 2005-03-01 02:28:23.409962824 -0500 ++++ plugin/EnhancedCommentify.vim 2005-03-01 02:29:45.695453528 -0500 +@@ -740,7 +740,9 @@ + \ 'psf\|ptcap\|r\|radiance\|ratpoison\|readline\remind\|'. + \ 'ruby\|screen\|sed\|sm\|snnsnet\|snnspat\|snnsres\|spec\|'. + \ 'squid\|terminfo\|tidy\|tli\|tsscl\|vgrindefs\|vrml\|'. +- \ 'wget\|wml\|xf86conf\|xmath\)$' ++ \ 'wget\|wml\|xf86conf\|xmath\|fstab\|apache\|resolv\|sudoers\|'. ++ \ 'ntp\|mailcap\|ssh_config\|sshdconfig\|mplayerconf\|desktop\|'. ++ \ 'gkrellmrc\|pf\|ipfilter\|grub\|fluxbox\)$' + let b:ECcommentOpen = '#' + let b:ECcommentClose = '' + elseif fileType =~ 'gentoo' diff --git a/app-vim/cream/files/enhancedcommentify-2.1-gentooisms.patch b/app-vim/cream/files/enhancedcommentify-2.1-gentooisms.patch new file mode 100644 index 000000000000..9e45142ff8ae --- /dev/null +++ b/app-vim/cream/files/enhancedcommentify-2.1-gentooisms.patch @@ -0,0 +1,23 @@ +--- plugin/EnhancedCommentify.vim.orig 2005-01-27 00:20:00.049461056 -0500 ++++ plugin/EnhancedCommentify.vim 2005-01-27 00:17:57.617073608 -0500 +@@ -628,6 +628,10 @@ + " letter. + if match(synFiletype, '\l\+\u') == 0 + let ft = substitute(synFiletype, '^\(\l\+\)\u.*$', '\1', "") ++ " work-around for gentoo-syntax stuff ; won't work with the above ++ " case, since all the identifiers start with a capital 'G' ++ elseif synFiletype =~ "GentooPackage*" ++ let ft = "gentoo" + endif + + if ft == "" +@@ -739,6 +743,9 @@ + \ 'wget\|wml\|xf86conf\|xmath\)$' + let b:ECcommentOpen = '#' + let b:ECcommentClose = '' ++ elseif fileType =~ 'gentoo' ++ let b:ECcommentOpen = '#' ++ let b:ECcommentClose = '' + elseif fileType == 'webmacro' + let b:ECcommentOpen = '##' + let b:ECcommentClose = '' diff --git a/app-vim/cream/metadata.xml b/app-vim/cream/metadata.xml new file mode 100644 index 000000000000..b415c9037a01 --- /dev/null +++ b/app-vim/cream/metadata.xml @@ -0,0 +1,14 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>vim</herd> + <maintainer> + <email>degrenier@easyconnect.fr</email> + <description>Please Cc: Thomas de Grenier de Latour (not a Gentoo + developer) on any bugs, as he knows lots about the package and I'd + like his opinion before I make any big changes.</description> + </maintainer> + <upstream> + <remote-id type="sourceforge">cream</remote-id> + </upstream> +</pkgmetadata> diff --git a/app-vim/csound-syntax/Manifest b/app-vim/csound-syntax/Manifest new file mode 100644 index 000000000000..74e4283aacd2 --- /dev/null +++ b/app-vim/csound-syntax/Manifest @@ -0,0 +1 @@ +DIST csound-syntax-3.1.tar.bz2 39643 SHA256 123643a4118341f6ca44ebdd7ccddd82e2a3d5b4696db7b674a8043814de11dd SHA512 b82236a8502c3b9eb0fb98c1a34d992b329933a51a981bd213d3ab82fd73cb9ffb354b7786d69ee53a8ee8df02bf4ac4364569f5850af0581dbea72fe1471ed0 WHIRLPOOL 55ced201b86af9dee0f0f2c7239428cfd3b39a27bb0a2cbee955490ebe6992192898b41b1c1223e2a716eaae03641eec25a8a522fc38d1735bcf261e1269658a diff --git a/app-vim/csound-syntax/csound-syntax-3.1.ebuild b/app-vim/csound-syntax/csound-syntax-3.1.ebuild new file mode 100644 index 000000000000..e76433f2cee7 --- /dev/null +++ b/app-vim/csound-syntax/csound-syntax-3.1.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=3 +inherit eutils vim-plugin + +DESCRIPTION="vim plugin: Syntax highlighting, filetype detection, folding, macros, and templates for Csound files" +HOMEPAGE="http://www.eumus.edu.uy/docentes/jure/csound/vim/" +LICENSE="vim" +KEYWORDS="~amd64 ~x86" +IUSE="" + +VIM_PLUGIN_HELPFILES="${PN}" + +src_prepare() { + epatch "${FILESDIR}"/${P}-doc.patch +} diff --git a/app-vim/csound-syntax/files/csound-syntax-3.1-doc.patch b/app-vim/csound-syntax/files/csound-syntax-3.1-doc.patch new file mode 100644 index 000000000000..a7f2c9fbda03 --- /dev/null +++ b/app-vim/csound-syntax/files/csound-syntax-3.1-doc.patch @@ -0,0 +1,16 @@ +--- csound-syntax-3.1/doc/csound.txt.orig 2010-10-08 14:46:23.375008988 -0700 ++++ csound-syntax-3.1/doc/csound.txt 2010-10-08 15:12:10.349064245 -0700 +@@ -1,4 +1,6 @@ ++*csound.txt* Csound Syntax Reference + ++ *csound-syntax* + -------------------------------------------------------------------------- + *#* + +@@ -7880,3 +7882,6 @@ + Bitwise NOT operator. + + ~ a (bitwise NOT) ++ ++-------------------------------------------------------------------------- ++vim:tw=78:ts=8:ft=help diff --git a/app-vim/csound-syntax/metadata.xml b/app-vim/csound-syntax/metadata.xml new file mode 100644 index 000000000000..d221a8d4b42c --- /dev/null +++ b/app-vim/csound-syntax/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>vim</herd> +</pkgmetadata> diff --git a/app-vim/csv/Manifest b/app-vim/csv/Manifest new file mode 100644 index 000000000000..df779eafad84 --- /dev/null +++ b/app-vim/csv/Manifest @@ -0,0 +1,2 @@ +DIST csv-0.30.tar.bz2 37632 SHA256 b0dbd098f0730bfad91f46f583779fe1b3a56950199be0844011dbd682ca6ab7 SHA512 9246e54954720951832b838f4b58d144935f7759e62d4cb8ab84623ef0488899b1dcf053bb3c9e0fc5a5529b743840775f454b2ef7ba2d0b711045af84cd14dd WHIRLPOOL 661d9339693c240bab27924dc5c2e33b80faa5b4f86262940b22eef51b84431f7550dc56b4d608e276259b4783fb231c760af61fff2f4ef18d56dfba01910f13 +DIST csv-0.31.tar.bz2 38537 SHA256 8f7970a2ca192e1e35f3a5932992c60e3ec0b23f90afa5cd775f07686bcbd52a SHA512 1d0716765e3268e20ef7b2ed822e7322febbe2c9e9b775e79a2628c4641f157084b6b24d999b051657881acaee5ae8dd36a558ef31e5985bf7bf14ac894d5677 WHIRLPOOL a3866cd8c899565fd5a01bdd79d74a9543a155a308f8cc3f7413c91b1c7b64ecdd0a289f7060c19bd20d6bfbc1df00dc53280828cdf26b7c26bbca7767175c36 diff --git a/app-vim/csv/csv-0.30.ebuild b/app-vim/csv/csv-0.30.ebuild new file mode 100644 index 000000000000..ac1776c16254 --- /dev/null +++ b/app-vim/csv/csv-0.30.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" + +inherit vim-plugin + +DESCRIPTION="vim plugin: display and alter csv files" +HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=2830" +LICENSE="vim" +KEYWORDS="amd64 x86" + +VIM_PLUGIN_HELPFILES="ft-csv.txt" diff --git a/app-vim/csv/csv-0.31.ebuild b/app-vim/csv/csv-0.31.ebuild new file mode 100644 index 000000000000..05b0f3d2aeb7 --- /dev/null +++ b/app-vim/csv/csv-0.31.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" + +inherit vim-plugin + +DESCRIPTION="vim plugin: display and alter csv files" +HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=2830" +LICENSE="vim" +KEYWORDS="~amd64 ~x86" + +VIM_PLUGIN_HELPFILES="ft-csv.txt" diff --git a/app-vim/csv/metadata.xml b/app-vim/csv/metadata.xml new file mode 100644 index 000000000000..d221a8d4b42c --- /dev/null +++ b/app-vim/csv/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>vim</herd> +</pkgmetadata> diff --git a/app-vim/ctrlp/Manifest b/app-vim/ctrlp/Manifest new file mode 100644 index 000000000000..ebc200d060f3 --- /dev/null +++ b/app-vim/ctrlp/Manifest @@ -0,0 +1,2 @@ +DIST ctrlp-1.78.tar.gz 41117 SHA256 ec11362c2e443a8b9d8b8ee38a1fcc7a6633b4a5fe9a10611b1d390d24230aa2 SHA512 a98073364cad828c8ccf381e23dd45be44399b021c6172296e77513d1ba41a4f41e0640809eace3bf7610036237a18d7e1986069f788c9d0a2d1ef6484a16a6c WHIRLPOOL 686311bd2399441febd52f4f2bcdc95e95b876c53e3fda900ecaff3fc1b43fb8fd7c08cf78beb9659c254ae499c28ab7b27b73dcea6d382f0e0933f5a37aa77b +DIST ctrlp-1.79.tar.gz 45605 SHA256 2c1404d059d2ae4c3bf42a992108265fbe0e825c21a49db9411cba6a28cd4dc9 SHA512 6967db0fa6b60317794c0ba0ab6ef04f63c059c30a74af56c460bbc44a4756f11540b45dddcdd5da1d0eb47943682ef3fff64a9a14ea0ba3a73a1e0c42f051e6 WHIRLPOOL bde28ff592842b1c9269c4317c731c494829fc6f753310eed69dec4359d81d0dcf5a63819f22fb4451c3a16e52fd70434a63cd03ef141ea3e69d9f788c7bf722 diff --git a/app-vim/ctrlp/ctrlp-1.78.ebuild b/app-vim/ctrlp/ctrlp-1.78.ebuild new file mode 100644 index 000000000000..093da6bddc60 --- /dev/null +++ b/app-vim/ctrlp/ctrlp-1.78.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=4 + +inherit vim-plugin vcs-snapshot + +DESCRIPTION="vim plugin: fuzzy file, buffer, mru, tag, ... finder with regex support" +HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=3736 http://kien.github.com/ctrlp.vim/" +SRC_URI="https://github.com/kien/ctrlp.vim/tarball/${PV} -> ${P}.tar.gz" +LICENSE="vim" +KEYWORDS="~amd64 ~x86" +IUSE="" + +VIM_PLUGIN_HELPFILES="${PN}.txt" + +src_prepare() { + rm .gitignore readme.md || die +} diff --git a/app-vim/ctrlp/ctrlp-1.79.ebuild b/app-vim/ctrlp/ctrlp-1.79.ebuild new file mode 100644 index 000000000000..60602f0857bc --- /dev/null +++ b/app-vim/ctrlp/ctrlp-1.79.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit vim-plugin vcs-snapshot + +DESCRIPTION="vim plugin: fuzzy file, buffer, mru, tag, ... finder with regex support" +HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=3736 http://kien.github.com/ctrlp.vim/" +SRC_URI="https://github.com/kien/ctrlp.vim/archive/${PV}.tar.gz -> ${P}.tar.gz" +LICENSE="vim" +KEYWORDS="amd64 x86" + +VIM_PLUGIN_HELPFILES="${PN}.txt" + +src_prepare() { + rm readme.md || die +} diff --git a/app-vim/ctrlp/metadata.xml b/app-vim/ctrlp/metadata.xml new file mode 100644 index 000000000000..00b6952806c9 --- /dev/null +++ b/app-vim/ctrlp/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>vim</herd> + <upstream> + <remote-id type="github">kien/ctrlp.vim</remote-id> + </upstream> +</pkgmetadata> diff --git a/app-vim/ctx/Manifest b/app-vim/ctx/Manifest new file mode 100644 index 000000000000..3ed3da1f1a60 --- /dev/null +++ b/app-vim/ctx/Manifest @@ -0,0 +1 @@ +DIST ctx-1.17.tar.bz2 4391 SHA256 508394d3a1f152874f4b5b8499e00ebef9ec2953a4bed46e95280837904ce1bd SHA512 35839f005cec56baf90ecbf46ce28530f9d3a18d8a538323d3f1d2134fa392a9595d95c3258c9ce2320381a69b1fb4a61b2ad2cd9d4c581e75bea378dfe7e13c WHIRLPOOL dea9537617dd6a6f18a98ca90b263f1c9170ec47f7cbc3a59109b40a79f8db098db39224b41685af6c1d4b92616661b25ca27cc495f9e399ad6921074e7316e9 diff --git a/app-vim/ctx/ctx-1.17.ebuild b/app-vim/ctx/ctx-1.17.ebuild new file mode 100644 index 000000000000..9d9c5612d4e7 --- /dev/null +++ b/app-vim/ctx/ctx-1.17.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +inherit vim-plugin + +DESCRIPTION="vim plugin: display current scope context in a C file" +HOMEPAGE="http://www.bluweb.com/us/chouser/proj/ctx/" +LICENSE="GPL-2" +KEYWORDS="alpha amd64 ia64 ppc x86" +IUSE="" +VIM_PLUGIN_HELPURI="http://www.bluweb.com/us/chouser/proj/ctx/" + +# bug #74897 +RDEPEND="!app-vim/enhancedcommentify" diff --git a/app-vim/ctx/metadata.xml b/app-vim/ctx/metadata.xml new file mode 100644 index 000000000000..d221a8d4b42c --- /dev/null +++ b/app-vim/ctx/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>vim</herd> +</pkgmetadata> diff --git a/app-vim/curcmdmode/Manifest b/app-vim/curcmdmode/Manifest new file mode 100644 index 000000000000..6ee1cf940186 --- /dev/null +++ b/app-vim/curcmdmode/Manifest @@ -0,0 +1 @@ +DIST curcmdmode-1.0.tar.bz2 3566 SHA256 2ea96f0c0d84d2e43de642bd2179b6e52837d942d5f108410e7636c040e75a4d SHA512 eae4e7cc92ae3838ffbdb507fd51174daf2fcd05d23f418555ac9ea3dde5562e49c67ee7b27dfcf6bf2088dd335ca97165835919dd804a86fca581b4d6bc0ea2 WHIRLPOOL e3767d6c53a7f985a976fe4251c98f784f5f91e3d7644640dcac8e6ceda36fac6eaca42cd409e75615407047fd3d246788e34751f8d7bec36a9bf11b09d08d98 diff --git a/app-vim/curcmdmode/curcmdmode-1.0.ebuild b/app-vim/curcmdmode/curcmdmode-1.0.ebuild new file mode 100644 index 000000000000..13d6f001d698 --- /dev/null +++ b/app-vim/curcmdmode/curcmdmode-1.0.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +inherit vim-plugin + +DESCRIPTION="vim plugin: library for extending vim's mode() function" +HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=745" +LICENSE="GPL-2" +KEYWORDS="alpha ~amd64 ia64 ~mips ppc sparc x86" +IUSE="" + +RDEPEND=">=app-vim/genutils-1.7" + +VIM_PLUGIN_HELPTEXT=\ +"This plugin provides library functions and is not intended to be used +directly by the user." diff --git a/app-vim/curcmdmode/metadata.xml b/app-vim/curcmdmode/metadata.xml new file mode 100644 index 000000000000..d221a8d4b42c --- /dev/null +++ b/app-vim/curcmdmode/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>vim</herd> +</pkgmetadata> diff --git a/app-vim/cvsmenu/Manifest b/app-vim/cvsmenu/Manifest new file mode 100644 index 000000000000..2722200c46e7 --- /dev/null +++ b/app-vim/cvsmenu/Manifest @@ -0,0 +1,2 @@ +DIST cvsmenu-1.147.tar.bz2 16440 SHA256 a04867208d8660f82a94eafb844211d53b5bcf9155dd967656e4b2ac3d137ba4 SHA512 ca25c4b6d50d0d82ce179a76a8993b1a7a5ef72d032639ec9cf16fbdeafd87eddf7f89214fa8d370d330f5f7501e1265f1c5635153cc387e23191ab81ce56c8b WHIRLPOOL 13b2066a610f265b907282486e0d79b09492e6d8074af112d305af299bbe4aa436b914cd025e1721ea13f3de0333fd265e64eab5679b3e8bfb0cb497c8be716e +DIST cvsmenu-1.80.tar.bz2 21418 SHA256 b72092d6352a12d3650d2bd2730dfaa55322e1e41581076e2fbc00ce39ca3215 SHA512 44fdaedc3374b903f9aee9f5767496bdb1df8fb4a2736477ee9f3e86aa7e724dcc9906e02fe87b69a42ecfb5221eef608552dd958e4c31ff5946509fe48229c0 WHIRLPOOL f7f697107730ec6c4434a0148ee2eef29a19f25c1e04d43c480a7486c28f7b1d3e33f6b85833aae04e088c14247a44494e1b19503deb6ebad750518f84e85eec diff --git a/app-vim/cvsmenu/cvsmenu-1.147.ebuild b/app-vim/cvsmenu/cvsmenu-1.147.ebuild new file mode 100644 index 000000000000..06d922fcc41b --- /dev/null +++ b/app-vim/cvsmenu/cvsmenu-1.147.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +inherit vim-plugin + +DESCRIPTION="vim plugin: CVS(NT) integration script" +HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=1245" +LICENSE="LGPL-2" +KEYWORDS="amd64 ppc x86" +IUSE="" + +# Note, this comes from CVS on sf.net +# http://ezytools.cvs.sourceforge.net/*checkout*/ezytools/VimTools/cvsmenu.txt +VIM_PLUGIN_HELPFILES="cvsmenu.txt" + +RDEPEND="dev-vcs/cvs" diff --git a/app-vim/cvsmenu/cvsmenu-1.80.ebuild b/app-vim/cvsmenu/cvsmenu-1.80.ebuild new file mode 100644 index 000000000000..b985362ab5ac --- /dev/null +++ b/app-vim/cvsmenu/cvsmenu-1.80.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +inherit vim-plugin + +DESCRIPTION="vim plugin: Menu for CVS-Versioncontrol" +HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=58" +LICENSE="LGPL-2" +KEYWORDS="amd64 ppc x86" +IUSE="" + +VIM_PLUGIN_HELPFILES="cvsmenu.txt" diff --git a/app-vim/cvsmenu/metadata.xml b/app-vim/cvsmenu/metadata.xml new file mode 100644 index 000000000000..d221a8d4b42c --- /dev/null +++ b/app-vim/cvsmenu/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>vim</herd> +</pkgmetadata> diff --git a/app-vim/dbext/Manifest b/app-vim/dbext/Manifest new file mode 100644 index 000000000000..85375d579057 --- /dev/null +++ b/app-vim/dbext/Manifest @@ -0,0 +1,2 @@ +DIST dbext-20.0.tar.bz2 97286 SHA256 e3f19c08db25067c6a21452864a3fa56e95a9100c417c4445d230780c29f2cab SHA512 88e7edb002255e26df7df8c58452b54ea2c460ec9061918577367a35eca95d472a46c61a76d22ccc2ac0a9d4723cf98e0ddc2491f6782ba8d62cbc6ed362276b WHIRLPOOL 0afa44ffe1b69d3dbbcf50b89c76ced4f1d394060278b00538474b99f1dafc09b00745baff08d5356893f2c3cfbe3b7ad0e443ae19fa6f77dd2e0d0e6638291b +DIST dbext-21.0.tar.bz2 97724 SHA256 0f8ef44c342ae324205fd8be8ac326f99e684a26312b17150ebac7b45fff7ac8 SHA512 00b3ce28628416051a471f3396b86e5bb6711388b095cb0e24fb1def6c18be2af77f7ab4e1fcbcf2c87b45e8e1518810636b99f0e2f2df4917d40f0584d205d5 WHIRLPOOL 0a0b0f7bbbc9c31c1016ef388de30352f69ea3a241846bf1e889ee16a1d7b46374d89de4d2c70802d20f75d65b0873b18fa04c411f3e6d8e865d6c10adaa031d diff --git a/app-vim/dbext/dbext-20.0.ebuild b/app-vim/dbext/dbext-20.0.ebuild new file mode 100644 index 000000000000..259747f75d12 --- /dev/null +++ b/app-vim/dbext/dbext-20.0.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit vim-plugin + +DESCRIPTION="vim plugin: easy access to databases" +HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=356" +LICENSE="GPL-2" +KEYWORDS="amd64 ~mips ~ppc x86" + +VIM_PLUGIN_HELPFILES="${PN}.txt" diff --git a/app-vim/dbext/dbext-21.0.ebuild b/app-vim/dbext/dbext-21.0.ebuild new file mode 100644 index 000000000000..ebf04644b844 --- /dev/null +++ b/app-vim/dbext/dbext-21.0.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit vim-plugin + +DESCRIPTION="vim plugin: easy access to databases" +HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=356" +LICENSE="GPL-2" +KEYWORDS="~amd64 ~mips ~ppc ~x86" + +VIM_PLUGIN_HELPFILES="${PN}.txt" diff --git a/app-vim/dbext/metadata.xml b/app-vim/dbext/metadata.xml new file mode 100644 index 000000000000..d221a8d4b42c --- /dev/null +++ b/app-vim/dbext/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>vim</herd> +</pkgmetadata> diff --git a/app-vim/detectindent/Manifest b/app-vim/detectindent/Manifest new file mode 100644 index 000000000000..613df930c4c1 --- /dev/null +++ b/app-vim/detectindent/Manifest @@ -0,0 +1,2 @@ +DIST detectindent-1.0.tar.bz2 1919 SHA256 7ba327295df68583786221f6d87032ae8bf6d7f0eb76262b279722eb4aa35d7e SHA512 5ff01feb65f28428a9df76013d301ed703461ad0c929a3397304f0604fe776dbac4c0f441b2a15661f8f1ace4b25b04e8fc742204e550f5dad844461cba421cd WHIRLPOOL 02ea5436bb0d6413f615906aeee3281f2a72c6814eda87e1f7bfe69f69409f7ffa2e8ccdf81adef625a0366fcc07115c44379b3b6fff7db6795d0be85e506947 +DIST detectindent-1.0_p20110723.tar.bz2 2578 SHA256 8988250178495e615529e54c047cb57d03f01768506c0174e0832afca95356a5 SHA512 e0d42ef676be7c5e78a2f805b08c43e1c1c8b394434cd055afdc096cddb07ddb2ce6215b92fe977ee63ce953200dcbb9e8b55eb81793c936a7f632b0e7e559fe WHIRLPOOL fe9449590c6bb38e65835c8e2ce6248c96bc69a256878bd19e72ed62b108b02ef6c72adf2397b97769971df23ea10221472897d8d3107ed212524be946827ec1 diff --git a/app-vim/detectindent/detectindent-1.0.ebuild b/app-vim/detectindent/detectindent-1.0.ebuild new file mode 100644 index 000000000000..bd6e19116f12 --- /dev/null +++ b/app-vim/detectindent/detectindent-1.0.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +inherit vim-plugin + +DESCRIPTION="vim plugin: automatically detect file indent settings" +HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=1171" +LICENSE="vim" +KEYWORDS="amd64 ~hppa ~mips ppc sparc x86" +IUSE="" + +VIM_PLUGIN_HELPFILES="detectindent.txt" diff --git a/app-vim/detectindent/detectindent-1.0_p20110723.ebuild b/app-vim/detectindent/detectindent-1.0_p20110723.ebuild new file mode 100644 index 000000000000..6fcd4fbf115c --- /dev/null +++ b/app-vim/detectindent/detectindent-1.0_p20110723.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=4 + +inherit vim-plugin + +DESCRIPTION="vim plugin: automatically detect file indent settings" +HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=1171" +LICENSE="vim" +KEYWORDS="~amd64 ~hppa ~mips ~ppc ~sparc ~x86" +IUSE="" + +VIM_PLUGIN_HELPFILES="detectindent.txt" diff --git a/app-vim/detectindent/metadata.xml b/app-vim/detectindent/metadata.xml new file mode 100644 index 000000000000..489199d9e160 --- /dev/null +++ b/app-vim/detectindent/metadata.xml @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>vim</herd> + <longdescription lang="en"> + Vim plugin which automatically detects indent settings for files which + do not have modelines. + </longdescription> +</pkgmetadata> + diff --git a/app-vim/dhcpd-syntax/Manifest b/app-vim/dhcpd-syntax/Manifest new file mode 100644 index 000000000000..b05c0a7dad3e --- /dev/null +++ b/app-vim/dhcpd-syntax/Manifest @@ -0,0 +1 @@ +DIST dhcpd-syntax-20030825.tar.bz2 2761 SHA256 4f25a880a6505f33c6235b07851ab9eefc0c336500630d6fc80347ecde1a281d SHA512 97c1706e0ab2c89ee20618ae0c854347f8674a3008a5c4414aacb78e984e35b0eb6eeb5f641363ed6601ceeac0c794577d518658db9200c7391871ffae5341bc WHIRLPOOL 5d7dd6218ac881d17ce0351ba4c116587e5aab6faeb64eaca5e7cdf87be0b539128e9e203011921c17a74150efef204bd5b1c3f38f7fdba452b3355fac2aaa7a diff --git a/app-vim/dhcpd-syntax/dhcpd-syntax-20030825.ebuild b/app-vim/dhcpd-syntax/dhcpd-syntax-20030825.ebuild new file mode 100644 index 000000000000..d007d567973b --- /dev/null +++ b/app-vim/dhcpd-syntax/dhcpd-syntax-20030825.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +inherit vim-plugin eutils + +DESCRIPTION="vim plugin: syntax highlighting for dhcpd.conf" +HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=744" +LICENSE="vim" +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd" +IUSE="" + +VIM_PLUGIN_HELPTEXT=\ +"This plugin provides syntax highlighting for dhcpd.conf files." + +src_unpack() { + unpack ${A} + cd "${S}" + epatch "${FILESDIR}"/${P}-multiple-addresses.patch +} diff --git a/app-vim/dhcpd-syntax/files/dhcpd-syntax-20030825-multiple-addresses.patch b/app-vim/dhcpd-syntax/files/dhcpd-syntax-20030825-multiple-addresses.patch new file mode 100644 index 000000000000..22eaa8236795 --- /dev/null +++ b/app-vim/dhcpd-syntax/files/dhcpd-syntax-20030825-multiple-addresses.patch @@ -0,0 +1,12 @@ +--- syntax/dhcpd.vim.orig 2005-03-24 16:41:59.755564944 +0000 ++++ syntax/dhcpd.vim 2005-03-24 16:42:15.894111512 +0000 +@@ -33,7 +33,7 @@ + " Base constructs {{{ + syn match dhcpdString +"[^"]*"+ + syn match dhcpdDecNumber "\<-\?\d\+\(;\|\s\|$\)" +-syn match dhcpdIPv4 "\<\(\d\{1,3}\.\)\{3}\d\{1,3}\(;\|\s\|$\)" ++syn match dhcpdIPv4 "\<\(\d\{1,3}\.\)\{3}\d\{1,3}\(;\|\s\|,\|$\)" + syn match dhcpdMAC "\<\(\x\x\?:\)\{5}\x\x\?\(;\|\s\|$\)" + syn match dhcpdDate "\<[0-6]\s\d\{4}/\d\d/\d\d/\s\d\d:\d\d:\d\d\(;\|\s\|$\)" + """""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" }}} + diff --git a/app-vim/dhcpd-syntax/metadata.xml b/app-vim/dhcpd-syntax/metadata.xml new file mode 100644 index 000000000000..d0d2d472331a --- /dev/null +++ b/app-vim/dhcpd-syntax/metadata.xml @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>vim</herd> + <longdescription lang="en"> + This package provides Vim syntax highlighting for dhcpd configuration + files, and automatic filetype detection for these files based upon + filename. + </longdescription> +</pkgmetadata> diff --git a/app-vim/dirdiff/Manifest b/app-vim/dirdiff/Manifest new file mode 100644 index 000000000000..ea09469aecf8 --- /dev/null +++ b/app-vim/dirdiff/Manifest @@ -0,0 +1,2 @@ +DIST dirdiff-1.1.4.tar.gz 11310 SHA256 f6cec61798477a57ee1e96a5419caa3311c1d11b3c074c3a5bb391668974248d SHA512 d232e658958de1af7b19da38512b9cd566c62f13191c45891128eb8932bfe2a66707dbc9d0dcc8a48363f794c93cb3fa98277611c91577800dd60eb40ef44f5c WHIRLPOOL eca96fa793ebd1364ab19f7082c0812fc097e133691671076a139dd631d07576d7c5b187cdea9f21105f00eb5530e700331292a03eb9e3b64a57e3be189a4f1c +DIST dirdiff-1.1.5.tar.bz2 11131 SHA256 82b250d37ea973118cd4b146c8ea5e936bf5618a4b78b26d6e4d320c44a678b1 SHA512 d1abc7981d38eb784cec265146fb3b45af32f9df17698d133f6f001608c48d53aa2529f4d3d7204509ee26fcd84e813842b5a8193b145abe9d0cc468f69b7f87 WHIRLPOOL 3da0721c3926bb22f041f199d5be7a8d3e7cc0d2029d929cd9927f403a83feab0e701402cda62a6a3f44adbe0ea091bfd6ac519de4a9a0e1e3e3815a45d6d5c6 diff --git a/app-vim/dirdiff/dirdiff-1.1.4.ebuild b/app-vim/dirdiff/dirdiff-1.1.4.ebuild new file mode 100644 index 000000000000..a0d968b0c7d3 --- /dev/null +++ b/app-vim/dirdiff/dirdiff-1.1.4.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="4" + +inherit vim-plugin + +MY_PN="DirDiff.vim" +DESCRIPTION="vim plugin: diff and merge two directories recursively" +HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=102" +SRC_URI="https://github.com/vim-scripts/${MY_PN}/tarball/${PV} -> ${P}.tar.gz" +LICENSE="BSD" +KEYWORDS="amd64 x86" +IUSE="" + +VIM_PLUGIN_HELPFILES="DirDiff.txt" + +RDEPEND="sys-apps/diffutils" + +src_unpack() { + unpack ${A} + mv *-${MY_PN}-* "${S}" +} + +src_prepare() { + # There's good documentation included with the script, but it's not + # in a helpfile. Since there's rather too much information to include + # in a VIM_PLUGIN_HELPTEXT, we'll sed ourselves a help doc. + mkdir "${S}"/doc + sed -e '0,/" -\*- vim -\*-$/d' -e '/" 0.7 Initial Release$/,9999d' -e 's/^" \?//' \ + -e 's/\(FILE: \)".\+\.vim"/\1*DirDiff.txt*/' \ + plugin/DirDiff.vim \ + > doc/DirDiff.txt + + rm -f README +} diff --git a/app-vim/dirdiff/dirdiff-1.1.5.ebuild b/app-vim/dirdiff/dirdiff-1.1.5.ebuild new file mode 100644 index 000000000000..5bca626077e9 --- /dev/null +++ b/app-vim/dirdiff/dirdiff-1.1.5.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit vim-plugin + +DESCRIPTION="vim plugin: diff and merge two directories recursively" +HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=102" +LICENSE="BSD" +KEYWORDS="~amd64 ~x86" + +RDEPEND="sys-apps/diffutils" + +VIM_PLUGIN_HELPFILES="${PN}.txt" diff --git a/app-vim/dirdiff/metadata.xml b/app-vim/dirdiff/metadata.xml new file mode 100644 index 000000000000..d221a8d4b42c --- /dev/null +++ b/app-vim/dirdiff/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>vim</herd> +</pkgmetadata> diff --git a/app-vim/easy-align/Manifest b/app-vim/easy-align/Manifest new file mode 100644 index 000000000000..62fa8d0d4647 --- /dev/null +++ b/app-vim/easy-align/Manifest @@ -0,0 +1,2 @@ +DIST easy-align-2.9.4.tar.gz 21247 SHA256 f01c57335acdd6982789e636aa9586417d39a991410882d82bacf3a2fd6491b5 SHA512 ba2f7f38202cb5ca959a40e8b1de37e3687577f71b39fb16765a8c50f8c1c51563375b34ae407e13874990ac5e9af8bbd9f36256b8a9563417b4f561adbb0f9a WHIRLPOOL 26d101fac05b3ccbee92b221be72ded5cce3a10872c4bd59dd7689c6faf992f1065490948b7c23545d75358927c734113a5772f2044a06df870f0a98792fd239 +DIST easy-align-2.9.6.tar.gz 21391 SHA256 212499ef4311b2dd7bd303f618c1b7e7b42396e2a7e13156d769d3f673c96e22 SHA512 ae351ef1789253ce541656dc455969148f9e8d28de3a44cd579eae7eff0e9cca1d89c508c60f5cead4e43e64038dd0c93a933a2e147ebdae1b98f0f4d2eaacc8 WHIRLPOOL 72de29a96882ca903eba5877666bb1a8eb11b7ba80034489f4d442aa96118bf5900ccd5b9fca4d08a32489af2ca4fa14e8e60db6b230de07f425093039207ea0 diff --git a/app-vim/easy-align/easy-align-2.9.4.ebuild b/app-vim/easy-align/easy-align-2.9.4.ebuild new file mode 100644 index 000000000000..45c8f0b97f0e --- /dev/null +++ b/app-vim/easy-align/easy-align-2.9.4.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +inherit vim-plugin + +MY_PN=vim-${PN} +MY_P=${MY_PN}-${PV} + +DESCRIPTION="vim plugin: a simple alignment plugin" +HOMEPAGE="https://github.com/junegunn/vim-easy-align http://www.vim.org/scripts/script.php?script_id=4520" +SRC_URI="https://github.com/junegunn/${MY_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" +LICENSE="MIT" +KEYWORDS="~amd64 ~x86" + +VIM_PLUGIN_HELPFILES="${PN}" + +S=${WORKDIR}/${MY_PN}-${PV} + +src_prepare() { + rmdir test || die +} diff --git a/app-vim/easy-align/easy-align-2.9.6.ebuild b/app-vim/easy-align/easy-align-2.9.6.ebuild new file mode 100644 index 000000000000..45c8f0b97f0e --- /dev/null +++ b/app-vim/easy-align/easy-align-2.9.6.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +inherit vim-plugin + +MY_PN=vim-${PN} +MY_P=${MY_PN}-${PV} + +DESCRIPTION="vim plugin: a simple alignment plugin" +HOMEPAGE="https://github.com/junegunn/vim-easy-align http://www.vim.org/scripts/script.php?script_id=4520" +SRC_URI="https://github.com/junegunn/${MY_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" +LICENSE="MIT" +KEYWORDS="~amd64 ~x86" + +VIM_PLUGIN_HELPFILES="${PN}" + +S=${WORKDIR}/${MY_PN}-${PV} + +src_prepare() { + rmdir test || die +} diff --git a/app-vim/easy-align/metadata.xml b/app-vim/easy-align/metadata.xml new file mode 100644 index 000000000000..d49628a1bb96 --- /dev/null +++ b/app-vim/easy-align/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>vim</herd> + <upstream> + <remote-id type="github">junegunn/vim-easy-align</remote-id> + </upstream> +</pkgmetadata> diff --git a/app-vim/easytags/Manifest b/app-vim/easytags/Manifest new file mode 100644 index 000000000000..ff23405bc39e --- /dev/null +++ b/app-vim/easytags/Manifest @@ -0,0 +1,2 @@ +DIST easytags-3.10.1.tar.gz 40567 SHA256 7783931847f432cbf2902a211e5c45cc9e2859441eeb1b7e8cf2cd91829954ad SHA512 1c17ab1faf5987597b4ed7ca7ef9fd31d3fce4df0505d68909851cf6c26613a2e0917acdc8998cd6e2bb424957cc8a93271d86c41184a98bb7b85c65f59f45db WHIRLPOOL 143aba09b498bdbb134dfbb499450e2eb6bfea00c6f899a12698969116028379a8374d2fe4d5ef8073eee771aec1797b194e64b5b48853d55ba95da62eb14f40 +DIST easytags-3.9.1.tar.gz 39836 SHA256 0073fd8173c1ee2de002a2fd14e74c8891d937e55dc27a1361fe3890f419f82b SHA512 6f81b362d5b4d80ecb4a7ee07cf3134e02f366dd364180df365803824da824b57e7fc0ec975080e95066ebd362281bce59dc43c3d1583ebe6284a5ee724e2978 WHIRLPOOL 2c0708c3a27ff8628a3a076102bc6455d0ad872cdc8f424e2ea36c4dbf62451d7c7e0934cec71199d44854a7a5667bd39038083107f68debf607378278eefb82 diff --git a/app-vim/easytags/easytags-3.10.1.ebuild b/app-vim/easytags/easytags-3.10.1.ebuild new file mode 100644 index 000000000000..aeeee4b75865 --- /dev/null +++ b/app-vim/easytags/easytags-3.10.1.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +PYTHON_COMPAT=( python2_7 ) + +inherit python-single-r1 vim-plugin + +DESCRIPTION="vim plugin: automated tag file generation and syntax highlighting" +HOMEPAGE="http://peterodding.com/code/vim/easytags/" +SRC_URI="https://github.com/xolox/vim-${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" +LICENSE="MIT" +KEYWORDS="~amd64 ~x86" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" + +RDEPEND="${PYTHON_DEPS} + >=app-vim/vim-misc-1.17.6 + dev-util/ctags" + +VIM_PLUGIN_HELPFILES="${PN}.txt" + +S=${WORKDIR}/vim-${P} + +src_prepare() { + # remove unnecessary files + rm addon-info.json INSTALL.md README.md || die +} + +src_install() { + vim-plugin_src_install + + # fix scripts + fperms 755 /usr/share/vim/vimfiles/misc/easytags/{normalize-tags,why-so-slow}.py + python_fix_shebang "${ED}"/usr/share/vim/vimfiles/misc/easytags/{normalize-tags,why-so-slow}.py +} diff --git a/app-vim/easytags/easytags-3.9.1.ebuild b/app-vim/easytags/easytags-3.9.1.ebuild new file mode 100644 index 000000000000..b2e6cc5ac988 --- /dev/null +++ b/app-vim/easytags/easytags-3.9.1.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +PYTHON_COMPAT=( python2_7 ) + +inherit python-single-r1 vim-plugin + +DESCRIPTION="vim plugin: automated tag file generation and syntax highlighting" +HOMEPAGE="http://peterodding.com/code/vim/easytags/" +SRC_URI="https://github.com/xolox/vim-${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" +LICENSE="MIT" +KEYWORDS="amd64 x86" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" + +RDEPEND="${PYTHON_DEPS} + >=app-vim/vim-misc-1.16.1 + dev-util/ctags" + +VIM_PLUGIN_HELPFILES="${PN}.txt" + +S=${WORKDIR}/vim-${P} + +src_prepare() { + # remove unnecessary files + rm addon-info.json INSTALL.md README.md || die +} + +src_install() { + vim-plugin_src_install + + # fix scripts + fperms 755 /usr/share/vim/vimfiles/misc/easytags/{normalize-tags,why-so-slow}.py + python_fix_shebang "${ED}"/usr/share/vim/vimfiles/misc/easytags/{normalize-tags,why-so-slow}.py +} diff --git a/app-vim/easytags/metadata.xml b/app-vim/easytags/metadata.xml new file mode 100644 index 000000000000..fbd9a55b8107 --- /dev/null +++ b/app-vim/easytags/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>vim</herd> + <upstream> + <remote-id type="github">xolox/vim-easytags</remote-id> + </upstream> +</pkgmetadata> diff --git a/app-vim/ebnf-syntax/Manifest b/app-vim/ebnf-syntax/Manifest new file mode 100644 index 000000000000..f355e1a7408f --- /dev/null +++ b/app-vim/ebnf-syntax/Manifest @@ -0,0 +1 @@ +DIST ebnf-syntax-1.1.tar.bz2 981 SHA256 34f602ef43fb5679d55a26a62ba5c17e2efe75dddfad91224bbf8901a86c2067 SHA512 0fba3be91e998b26a3011bfe18765a3bc3ebde6aa33e96580dc0529d79a067020cfeee614dfa40126a1a968d3ca8e77711eca096095675cf6072061c9be7c083 WHIRLPOOL ed618e736337a9fa19ee27b90f556f3f7fdbee0200f4f4d257f3750a4071905019c6a9498794d47309b329bc192b376e668a65dbe1c9bd19cd8dde989b575acb diff --git a/app-vim/ebnf-syntax/ebnf-syntax-1.1-r1.ebuild b/app-vim/ebnf-syntax/ebnf-syntax-1.1-r1.ebuild new file mode 100644 index 000000000000..94591d1e07e8 --- /dev/null +++ b/app-vim/ebnf-syntax/ebnf-syntax-1.1-r1.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +inherit vim-plugin + +DESCRIPTION="vim plugin: EBNF (ISO/IEC 14997) file syntax highlighting" +HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=545" +LICENSE="vim" +KEYWORDS="alpha amd64 ia64 ~mips ppc ppc64 sparc x86" +IUSE="" + +VIM_PLUGIN_HELPTEXT=\ +"This plugin provides syntax highlighting for EBNF (ISO/IEC 14997) files." + +src_unpack() { + unpack ${A} + cd "${S}" + # don't use hi link, bug #101799. + sed -i -e 's,hi link,hi def link,' syntax/ebnf.vim || die "sed failed" +} diff --git a/app-vim/ebnf-syntax/metadata.xml b/app-vim/ebnf-syntax/metadata.xml new file mode 100644 index 000000000000..d221a8d4b42c --- /dev/null +++ b/app-vim/ebnf-syntax/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>vim</herd> +</pkgmetadata> diff --git a/app-vim/emmet/Manifest b/app-vim/emmet/Manifest new file mode 100644 index 000000000000..966ced6da5fd --- /dev/null +++ b/app-vim/emmet/Manifest @@ -0,0 +1 @@ +DIST emmet-0.85.tar.bz2 31274 SHA256 738204ed94354b4c7ec9f72e2139459890d160c276c7782c158c9ddce6f8d499 SHA512 567f79c43ac0d5560dea2130e6fb6d32f25d35b20c3bbf8fc40b7cdc8c20e2d9352b9e1c03e57de2077ac192915ab174a6bee442d5311f01cc79c3fe6e10af56 WHIRLPOOL 835b4360f71e3824145c722f0f203f0941598ec9709d68cff67ddd253b82719d4e8bcaafe61efcd19d0ce21ac0e5e907083f2347ba534ed968580bcaf6cf774b diff --git a/app-vim/emmet/emmet-0.85.ebuild b/app-vim/emmet/emmet-0.85.ebuild new file mode 100644 index 000000000000..da9f7ec3b80e --- /dev/null +++ b/app-vim/emmet/emmet-0.85.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit vim-plugin + +DESCRIPTION="vim plugin: HTML and CSS hi-speed coding" +HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=2981 http://mattn.github.io/emmet-vim/ http://emmet.io/" +LICENSE="BSD" +KEYWORDS="amd64 x86" + +VIM_PLUGIN_HELPFILES="${PN}.txt" diff --git a/app-vim/emmet/metadata.xml b/app-vim/emmet/metadata.xml new file mode 100644 index 000000000000..5fcb67350f69 --- /dev/null +++ b/app-vim/emmet/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>vim</herd> +</pkgmetadata> diff --git a/app-vim/enhancedcommentify/Manifest b/app-vim/enhancedcommentify/Manifest new file mode 100644 index 000000000000..2c333bb0e72d --- /dev/null +++ b/app-vim/enhancedcommentify/Manifest @@ -0,0 +1 @@ +DIST enhancedcommentify-2.3.tar.bz2 17005 SHA256 38ed6366a9b1d77320514df48c6a86b2a80552cc7d7fba29fa46f3d1abbfec10 SHA512 673cb42fcc5a2d23ae404bbfa4664f388901249d3ed8315f77227f3fa42f3c267d69eda7554347b4e70de81c9bd58437c243a42d62218444063d5235fe22a171 WHIRLPOOL ac46f5a371dedc0ab1997b60f7832b10d6068c8926d1ecf3d3e01894e5097b28050e81745aa0153844e23859bb2d12aca664e87ab81dcd64199aed51fef42956 diff --git a/app-vim/enhancedcommentify/enhancedcommentify-2.3.ebuild b/app-vim/enhancedcommentify/enhancedcommentify-2.3.ebuild new file mode 100644 index 000000000000..c89489fa3781 --- /dev/null +++ b/app-vim/enhancedcommentify/enhancedcommentify-2.3.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +inherit vim-plugin eutils + +DESCRIPTION="vim plugin: enhanced comment creation" +HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=23" + +LICENSE="BSD" +KEYWORDS="alpha amd64 ia64 ~mips ppc sparc x86" +IUSE="" + +VIM_PLUGIN_HELPFILES="EnhancedCommentify" + +DEPEND="${DEPEND} >=sys-apps/sed-4" +# bug #74897 +RDEPEND="!app-vim/ctx" + +src_unpack() { + unpack ${A} + cd "${S}" + # gentooy things, bug #79185 + epatch "${FILESDIR}"/${PN}-2.1-gentooisms.patch + epatch "${FILESDIR}"/${PN}-2.1-extra-ft-support.patch +} diff --git a/app-vim/enhancedcommentify/files/enhancedcommentify-2.1-extra-ft-support.patch b/app-vim/enhancedcommentify/files/enhancedcommentify-2.1-extra-ft-support.patch new file mode 100644 index 000000000000..597518a6d547 --- /dev/null +++ b/app-vim/enhancedcommentify/files/enhancedcommentify-2.1-extra-ft-support.patch @@ -0,0 +1,13 @@ +--- plugin/EnhancedCommentify.vim.orig 2005-03-01 02:28:23.409962824 -0500 ++++ plugin/EnhancedCommentify.vim 2005-03-01 02:29:45.695453528 -0500 +@@ -740,7 +740,9 @@ + \ 'psf\|ptcap\|r\|radiance\|ratpoison\|readline\remind\|'. + \ 'ruby\|screen\|sed\|sm\|snnsnet\|snnspat\|snnsres\|spec\|'. + \ 'squid\|terminfo\|tidy\|tli\|tsscl\|vgrindefs\|vrml\|'. +- \ 'wget\|wml\|xf86conf\|xmath\)$' ++ \ 'wget\|wml\|xf86conf\|xmath\|fstab\|apache\|resolv\|sudoers\|'. ++ \ 'ntp\|mailcap\|ssh_config\|sshdconfig\|mplayerconf\|desktop\|'. ++ \ 'gkrellmrc\|pf\|ipfilter\|grub\|fluxbox\)$' + let b:ECcommentOpen = '#' + let b:ECcommentClose = '' + elseif fileType =~ 'gentoo' diff --git a/app-vim/enhancedcommentify/files/enhancedcommentify-2.1-gentooisms.patch b/app-vim/enhancedcommentify/files/enhancedcommentify-2.1-gentooisms.patch new file mode 100644 index 000000000000..9e45142ff8ae --- /dev/null +++ b/app-vim/enhancedcommentify/files/enhancedcommentify-2.1-gentooisms.patch @@ -0,0 +1,23 @@ +--- plugin/EnhancedCommentify.vim.orig 2005-01-27 00:20:00.049461056 -0500 ++++ plugin/EnhancedCommentify.vim 2005-01-27 00:17:57.617073608 -0500 +@@ -628,6 +628,10 @@ + " letter. + if match(synFiletype, '\l\+\u') == 0 + let ft = substitute(synFiletype, '^\(\l\+\)\u.*$', '\1', "") ++ " work-around for gentoo-syntax stuff ; won't work with the above ++ " case, since all the identifiers start with a capital 'G' ++ elseif synFiletype =~ "GentooPackage*" ++ let ft = "gentoo" + endif + + if ft == "" +@@ -739,6 +743,9 @@ + \ 'wget\|wml\|xf86conf\|xmath\)$' + let b:ECcommentOpen = '#' + let b:ECcommentClose = '' ++ elseif fileType =~ 'gentoo' ++ let b:ECcommentOpen = '#' ++ let b:ECcommentClose = '' + elseif fileType == 'webmacro' + let b:ECcommentOpen = '##' + let b:ECcommentClose = '' diff --git a/app-vim/enhancedcommentify/metadata.xml b/app-vim/enhancedcommentify/metadata.xml new file mode 100644 index 000000000000..d221a8d4b42c --- /dev/null +++ b/app-vim/enhancedcommentify/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>vim</herd> +</pkgmetadata> diff --git a/app-vim/errsign/Manifest b/app-vim/errsign/Manifest new file mode 100644 index 000000000000..4543fb1c0125 --- /dev/null +++ b/app-vim/errsign/Manifest @@ -0,0 +1 @@ +DIST errsign-0.1.tar.bz2 599 SHA256 3ab88b44dc784844bae5a5287ccc24e34bb75c15d0fe6756e8660faf803ad794 SHA512 ccf1136043b5a54614ef90190c157c02fa5470bd79159b8ba6f7a7cd95bdd0c0dcc41eb993d8a26d2b308012cd400f4d3168f4e7dde7bbdbe8dcedcfe5d1c929 WHIRLPOOL fd5c685e2dbcbc116056e6f7d402e7eb16c132add403ad75c6bb75cf882a30c19d4bd781aec4e6846bfb2a90726830fe0588212bfd690b5bcce2df183cb1ef68 diff --git a/app-vim/errsign/errsign-0.1.ebuild b/app-vim/errsign/errsign-0.1.ebuild new file mode 100644 index 000000000000..8db986c002e1 --- /dev/null +++ b/app-vim/errsign/errsign-0.1.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +inherit vim-plugin + +DESCRIPTION="vim plugin: display marks on lines with errors" +HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=1027" + +LICENSE="vim.org" +KEYWORDS="alpha ~amd64 ia64 ~mips ppc sparc x86" +IUSE="" + +VIM_PLUGIN_HELPTEXT=\ +'To use this plugin, simply type \\\\es in normal mode and any lines which +have been marked as errors (for example, via :make) will be indicated with +a >> mark on the left of the window.' diff --git a/app-vim/errsign/metadata.xml b/app-vim/errsign/metadata.xml new file mode 100644 index 000000000000..d221a8d4b42c --- /dev/null +++ b/app-vim/errsign/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>vim</herd> +</pkgmetadata> diff --git a/app-vim/eruby-syntax/Manifest b/app-vim/eruby-syntax/Manifest new file mode 100644 index 000000000000..c9e4c684e093 --- /dev/null +++ b/app-vim/eruby-syntax/Manifest @@ -0,0 +1 @@ +DIST eruby-syntax-2.0.tar.bz2 958 SHA256 9541e8f0ac72b609d7e50c0b90694daa486f09d572f55cbfdb72dede39ea81f9 SHA512 1fdf1e6ad95109528b13b30d7504da2ea8678785b1a716c33bae0b94fafb8f23d50d81022b5bc373c1970f6d3df04f2e78d87fbb2067f0c270780963b472468c WHIRLPOOL 1cf1c26f4734ff7a0f4907e72a93d7e9459e5e008b055d4c397efa76932bcd729dc51810ffdeee58cc12daa92bc783d887ed593c120761cacf474d2ed4c92907 diff --git a/app-vim/eruby-syntax/eruby-syntax-2.0-r1.ebuild b/app-vim/eruby-syntax/eruby-syntax-2.0-r1.ebuild new file mode 100644 index 000000000000..c4523d7b8d42 --- /dev/null +++ b/app-vim/eruby-syntax/eruby-syntax-2.0-r1.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +inherit vim-plugin + +DESCRIPTION="vim plugin: syntax highlighting for eruby" +HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=403" +LICENSE="vim.org" +KEYWORDS="alpha amd64 hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd" +IUSE="" + +VIM_PLUGIN_HELPTEXT="This plugin provides syntax highlighting for eruby" + +src_unpack() { + unpack ${A} + cd "${S}" + sed -i -e 's,hi link,hi def link,' syntax/eruby.vim || die "sed failed" +} diff --git a/app-vim/eruby-syntax/metadata.xml b/app-vim/eruby-syntax/metadata.xml new file mode 100644 index 000000000000..d221a8d4b42c --- /dev/null +++ b/app-vim/eruby-syntax/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>vim</herd> +</pkgmetadata> diff --git a/app-vim/eselect-syntax/Manifest b/app-vim/eselect-syntax/Manifest new file mode 100644 index 000000000000..7b41c86b7b18 --- /dev/null +++ b/app-vim/eselect-syntax/Manifest @@ -0,0 +1 @@ +DIST eselect-syntax-20070506.tar.bz2 3006 SHA256 a9d9d8213ab626b59d917871850491ee189e4cd2c8f56839171181c301973111 SHA512 8206d445eb1a3097cbcf9821e5437033887f3b588a85c70fd849b000f18f06492498864992325da09de767af0303a118001b4f3d39249e28c8d944bc0c329de0 WHIRLPOOL fceebaecc5e9b9fd1ead2e20d7f27c44db06872d78bf8149bf019b461e4dc4d888dde9b6931861ecfde4affd3f89e46360a4ec04bfad357356eb5ed7937b2795 diff --git a/app-vim/eselect-syntax/eselect-syntax-20070506.ebuild b/app-vim/eselect-syntax/eselect-syntax-20070506.ebuild new file mode 100644 index 000000000000..d11ef9323d7a --- /dev/null +++ b/app-vim/eselect-syntax/eselect-syntax-20070506.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +inherit eutils vim-plugin + +DESCRIPTION="vim plugin: Eselect syntax highlighting, filetype and indent settings" +HOMEPAGE="http://www.gentoo.org/" +SRC_URI="mirror://gentoo/${P}.tar.bz2" + +LICENSE="vim" +KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos" + +DEPEND="!<app-vim/gentoo-syntax-20070506" +RDEPEND="${DEPEND}" + +IUSE="" + +VIM_PLUGIN_HELPFILES="${PN}" +VIM_PLUGIN_MESSAGES="filetype" diff --git a/app-vim/eselect-syntax/metadata.xml b/app-vim/eselect-syntax/metadata.xml new file mode 100644 index 000000000000..d221a8d4b42c --- /dev/null +++ b/app-vim/eselect-syntax/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>vim</herd> +</pkgmetadata> diff --git a/app-vim/exheres-syntax/Manifest b/app-vim/exheres-syntax/Manifest new file mode 100644 index 000000000000..782f158ac1db --- /dev/null +++ b/app-vim/exheres-syntax/Manifest @@ -0,0 +1,2 @@ +DIST exheres-syntax-20080908.tar.bz2 3566 SHA256 456a4c1032884618474e855f73da2fcb126b98cf584aa46034a6e9fffaf7556e SHA512 aecd078d1c62df32fdcb6a35718431abad469cec4a05bde0e745d49bc402758347249d1121fc66bda8822e6594ede3a3e86d226a704fb6dab6fcb06cc3013256 WHIRLPOOL 6001bfeeac2fbf537926327877d849b2ced7bd0299080991bde0b0cc921aabeb4639c5ede1b8e37736a2597a1873669818f839fced7bea04d298627f414d2040 +DIST exheres-syntax-20090310.tar.bz2 3670 SHA256 45e6b60101679b5d8e2f93024a78f7ce15087dfce8e4d06fa52adb2281416ed3 SHA512 616ef17367c68157d715321e457aaf0c65c97329f0848cb964d8974b6a85b4147f2e192b2ea3fcbfa3970e095bd9874203ce9723c73d1ef8350200732198c79f WHIRLPOOL 75622f4a75c7bba7d224708babc6c95e985b3dbda415a064d2f157394ec90e8c957f6f9f28093ac1c51a2e3f3f4824b3daca3724ea2341e2fd91829b71398c2b diff --git a/app-vim/exheres-syntax/exheres-syntax-20080908.ebuild b/app-vim/exheres-syntax/exheres-syntax-20080908.ebuild new file mode 100644 index 000000000000..f92668556a2e --- /dev/null +++ b/app-vim/exheres-syntax/exheres-syntax-20080908.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +inherit vim-plugin + +DESCRIPTION="vim plugin: exheres format highlighting" +HOMEPAGE="http://www.exherbo.org/" +SRC_URI="http://dev.exherbo.org/~ahf/pub/software/releases/${PN}/${P}.tar.bz2" + +LICENSE="vim" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +VIM_PLUGIN_HELPFILES="exheres-syntax" +VIM_PLUGIN_MESSAGES="filetype" diff --git a/app-vim/exheres-syntax/exheres-syntax-20090310.ebuild b/app-vim/exheres-syntax/exheres-syntax-20090310.ebuild new file mode 100644 index 000000000000..d267b356ab1d --- /dev/null +++ b/app-vim/exheres-syntax/exheres-syntax-20090310.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +inherit vim-plugin + +DESCRIPTION="vim plugin: exheres format highlighting" +HOMEPAGE="http://www.exherbo.org/" +SRC_URI="http://dev.exherbo.org/~ahf/pub/software/releases/${PN}/${P}.tar.bz2" + +LICENSE="vim" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +VIM_PLUGIN_HELPFILES="exheres-syntax" +VIM_PLUGIN_MESSAGES="filetype" diff --git a/app-vim/exheres-syntax/exheres-syntax-99999999.ebuild b/app-vim/exheres-syntax/exheres-syntax-99999999.ebuild new file mode 100644 index 000000000000..f3a1ceca7624 --- /dev/null +++ b/app-vim/exheres-syntax/exheres-syntax-99999999.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +inherit vim-plugin git-2 + +DESCRIPTION="vim plugin: exheres format highlighting" +HOMEPAGE="http://www.exherbo.org/" +EGIT_REPO_URI="git://git.exherbo.org/${PN}.git + http://git.exherbo.org/pub/scm/${PN}.git" +unset SRC_URI + +LICENSE="vim" +SLOT="0" +IUSE="" +KEYWORDS="" + +VIM_PLUGIN_HELPFILES="exheres-syntax" +VIM_PLUGIN_MESSAGES="filetype" + +src_unpack() { + git-2_src_unpack + cd "${S}" + rm .gitignore Makefile +} + +src_compile() { + : +} diff --git a/app-vim/exheres-syntax/metadata.xml b/app-vim/exheres-syntax/metadata.xml new file mode 100644 index 000000000000..9c029ee6ee30 --- /dev/null +++ b/app-vim/exheres-syntax/metadata.xml @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>vim</herd> + <herd>proxy-maintainers</herd> +<maintainer> + <email>ahf@exherbo.org</email> + <name>Alexander H. Faeroy</name> + <description>Proxied upstream</description> + </maintainer> +</pkgmetadata> diff --git a/app-vim/extra-syntax/extra-syntax-2.ebuild b/app-vim/extra-syntax/extra-syntax-2.ebuild new file mode 100644 index 000000000000..9d708965e62e --- /dev/null +++ b/app-vim/extra-syntax/extra-syntax-2.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +inherit vim-plugin + +DESCRIPTION="vim plugin: metapackage for all extra syntax packages" +HOMEPAGE="http://www.vim.org/" +LICENSE="metapackage" +KEYWORDS="amd64 ppc64 x86" +SRC_URI="" +IUSE="" + +RDEPEND="${RDEPEND} + app-vim/bnf-syntax + app-vim/brainfuck-syntax + app-vim/cfengine-syntax + app-vim/ebnf-syntax + app-vim/fluxbox-syntax + app-vim/gentoo-syntax + app-vim/gtk-syntax + app-vim/help-extra-syntax + app-vim/nagios-syntax + app-vim/ntp-syntax + app-vim/pam-syntax + app-vim/pgn-syntax + app-vim/selinux-syntax + app-vim/wikipedia-syntax + app-vim/xquery-syntax + app-vim/xsl-syntax" + +src_install() { + : +} diff --git a/app-vim/extra-syntax/extra-syntax-3.ebuild b/app-vim/extra-syntax/extra-syntax-3.ebuild new file mode 100644 index 000000000000..3b214cbffe9b --- /dev/null +++ b/app-vim/extra-syntax/extra-syntax-3.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +inherit vim-plugin + +DESCRIPTION="vim plugin: metapackage for all extra syntax packages" +HOMEPAGE="http://www.vim.org/" +LICENSE="metapackage" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +SRC_URI="" +IUSE="" + +RDEPEND="${RDEPEND} + app-vim/bnf-syntax + app-vim/brainfuck-syntax + app-vim/cfengine-syntax + app-vim/dhcpd-syntax + app-vim/ebnf-syntax + app-vim/eruby-syntax + app-vim/fluxbox-syntax + app-vim/gentoo-syntax + app-vim/gtk-syntax + app-vim/help-extra-syntax + app-vim/nagios-syntax + app-vim/ntp-syntax + app-vim/pam-syntax + app-vim/pgn-syntax + app-vim/selinux-syntax + app-vim/wikipedia-syntax + app-vim/xquery-syntax + app-vim/xsl-syntax" + +src_install() { + : +} diff --git a/app-vim/extra-syntax/extra-syntax-4.ebuild b/app-vim/extra-syntax/extra-syntax-4.ebuild new file mode 100644 index 000000000000..8fb640086fc3 --- /dev/null +++ b/app-vim/extra-syntax/extra-syntax-4.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +inherit vim-plugin + +DESCRIPTION="vim plugin: metapackage for all extra syntax packages" +HOMEPAGE="http://www.vim.org/" +LICENSE="metapackage" +KEYWORDS="amd64 ~mips ~ppc ppc64 x86" +SRC_URI="" +IUSE="" + +RDEPEND="${RDEPEND} + app-vim/bnf-syntax + app-vim/brainfuck-syntax + app-vim/cfengine-syntax + app-vim/dhcpd-syntax + app-vim/ebnf-syntax + app-vim/eruby-syntax + app-vim/fluxbox-syntax + app-vim/gentoo-syntax + app-vim/gtk-syntax + app-vim/help-extra-syntax + app-vim/nagios-syntax + app-vim/ntp-syntax + app-vim/pam-syntax + app-vim/pgn-syntax + app-vim/selinux-syntax + app-vim/wikipedia-syntax + app-vim/xquery-syntax + app-vim/xsl-syntax" + +src_install() { + : +} diff --git a/app-vim/extra-syntax/metadata.xml b/app-vim/extra-syntax/metadata.xml new file mode 100644 index 000000000000..d221a8d4b42c --- /dev/null +++ b/app-vim/extra-syntax/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>vim</herd> +</pkgmetadata> diff --git a/app-vim/fluxbox-syntax/Manifest b/app-vim/fluxbox-syntax/Manifest new file mode 100644 index 000000000000..7a09cddd0caa --- /dev/null +++ b/app-vim/fluxbox-syntax/Manifest @@ -0,0 +1 @@ +DIST fluxbox-syntax-1.5.tar.bz2 1376 SHA256 bd59dbbd4d3a9ccf426ecf1af6e470daf45f97832d901a5cde55a82dcdf8cfaf SHA512 0567af6fe0994ea228ac56c3a26485ba5cce7762e3d70d6dced978e56017f6769072c83ae68125de3e03190562a7a10102bef038c02ae148cf70cc0c5951b8df WHIRLPOOL 346e70a9bf402780e61f1b7c942db7e56cdec35209801954041591903df7dac3aee43419b9e89901385e70e22db9a013104c6046ac69bc1c69fdc32fee4a0740 diff --git a/app-vim/fluxbox-syntax/fluxbox-syntax-1.5.ebuild b/app-vim/fluxbox-syntax/fluxbox-syntax-1.5.ebuild new file mode 100644 index 000000000000..d9c7b698fb3d --- /dev/null +++ b/app-vim/fluxbox-syntax/fluxbox-syntax-1.5.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +inherit vim-plugin + +DESCRIPTION="vim plugin: fluxbox files syntax and indent" +HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=679" +LICENSE="vim" +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-macos" +IUSE="" + +RDEPEND="${RDEPEND} >=app-vim/genindent-1.0" + +VIM_PLUGIN_HELPTEXT=\ +"This plugin provides syntax highlighting and indent settings for fluxbox +menus and similar files. Upstream don't provide us with an ftdetect file, +but a simple one has been created for you by this ebuild. You can manually +set the filetype using :set filetype=fluxbox if necessary." + +VIM_PLUGIN_MESSAGES="filetype" + +src_unpack() { + unpack ${A} + cd "${S}" + # no ftdetect file provided. lame... + mkdir ftdetect + echo "au BufNewFile,BufRead /*/*fluxbox/*menu set filetype=fluxbox" \ + > ftdetect/fluxbox.vim +} diff --git a/app-vim/fluxbox-syntax/metadata.xml b/app-vim/fluxbox-syntax/metadata.xml new file mode 100644 index 000000000000..d221a8d4b42c --- /dev/null +++ b/app-vim/fluxbox-syntax/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>vim</herd> +</pkgmetadata> diff --git a/app-vim/foldutil/Manifest b/app-vim/foldutil/Manifest new file mode 100644 index 000000000000..c11c136548af --- /dev/null +++ b/app-vim/foldutil/Manifest @@ -0,0 +1 @@ +DIST foldutil-3.0.tar.bz2 7323 SHA256 a0e0382da2ebec1d551d9e6df08e5891188003efb189b706b9dab073996189e4 SHA512 a38561c4530333f5a56596b2fe19a2892f58b4fd35229536c054578b199e9b6b19c18d255aa1b078d51ac4f610d4ca49b205d1929e8be51299bee527058b3452 WHIRLPOOL ea5e82bca7aa6b6616f94390050bb6256ea2d6ad096456bf2c91574830e93ec62b624242484db66156dda4ff298a0c050c86b2173d0d704e8c471ca937b4630c diff --git a/app-vim/foldutil/foldutil-3.0.ebuild b/app-vim/foldutil/foldutil-3.0.ebuild new file mode 100644 index 000000000000..938d3b1691d9 --- /dev/null +++ b/app-vim/foldutil/foldutil-3.0.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +inherit vim-plugin + +DESCRIPTION="vim plugin: fold creation utility" +HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=158" +LICENSE="GPL-2" +KEYWORDS="alpha amd64 ia64 ~mips ppc sparc x86" +IUSE="" + +RDEPEND=">=app-vim/genutils-2.0" + +VIM_PLUGIN_HELPTEXT=\ +"This plugin provides a number of commands for working with folds: +\ :FoldNonMatching [pattern] [context] +\ :FoldShowLines {lines} [context] +\ :FoldEndFolding" diff --git a/app-vim/foldutil/metadata.xml b/app-vim/foldutil/metadata.xml new file mode 100644 index 000000000000..d221a8d4b42c --- /dev/null +++ b/app-vim/foldutil/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>vim</herd> +</pkgmetadata> diff --git a/app-vim/fugitive/Manifest b/app-vim/fugitive/Manifest new file mode 100644 index 000000000000..9ba47da25a82 --- /dev/null +++ b/app-vim/fugitive/Manifest @@ -0,0 +1,3 @@ +DIST fugitive-1.2.zip 19983 SHA256 95143775799af41f3fbec757adf62faed6c89a590038f484197aeb0836b9d4e5 SHA512 f208d732ed9a3b67ecd3cda399ea475e52f992c990a88df2049c10b3a2ce7730c6ce090b40af11ff5f3dcd327b75421e966001adcf10bba3379aeee979decf0a WHIRLPOOL c79208185faae7286fba08224bca09f93b9079edeec1c1639c0b292ce2e1b5953442726e13844c75113f2f22d1c1852e07a5630e44c775b0ee10510304e22c6c +DIST fugitive-2.1.tar.gz 27997 SHA256 530e8865b7f0a3c49c2eac6ec54623af71454fbde04c8844e3c9a5ebcc22f66e SHA512 c6a6cc4e89e02f8c326a48ec57203a257b9fe9102b3a880b5cb7b1d7a97c66933bd83aecfc07ab72dbc10d3e3964b9b501f85c6cb85623a41154bf0072b10023 WHIRLPOOL 93326d2e1f4463a4f68d8c1d33edeaa2490e8129519658519f0c3ae4471fa3d001ec92b9d185865307b61a8898521e6b5c371507ab885b306edced5b80bfe666 +DIST fugitive-2.2.tar.gz 30651 SHA256 8417dac31c1d444547ac6ae5c016ccafa1f7a061495c2190820d81c8a6244cd0 SHA512 763fc352e495dae6346fdedee5e3993a11fe402dbad0e9ee4b002b6b416404c46b56a061b3d9e663174b371d2d62e62e22f5a2cf8767fb6aee28b236c77d9d41 WHIRLPOOL 3df739ad9bd1ea6562275065fbab973554f4aae2c01c80fffe5d6b2b1a8c4e71ade4ad9c23abc615ab4bdba4b3b83382ec229924bb39acbac934a22568cd1b8c diff --git a/app-vim/fugitive/fugitive-1.2.ebuild b/app-vim/fugitive/fugitive-1.2.ebuild new file mode 100644 index 000000000000..c7a74bcdba86 --- /dev/null +++ b/app-vim/fugitive/fugitive-1.2.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="4" +VIM_PLUGIN_VIM_VERSION="7.2" + +inherit vim-plugin + +DESCRIPTION="vim plugin: a git wrapper for vim" +HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=2975" +SRC_URI="http://www.vim.org/scripts/download_script.php?src_id=15542 -> ${P}.zip" +LICENSE="vim" +KEYWORDS="amd64 x86 ~ppc-macos ~x64-macos" +IUSE="" + +VIM_PLUGIN_HELPFILES="fugitive.txt" + +DEPEND="app-arch/unzip" +RDEPEND="dev-vcs/git" + +S=${WORKDIR} diff --git a/app-vim/fugitive/fugitive-2.1.ebuild b/app-vim/fugitive/fugitive-2.1.ebuild new file mode 100644 index 000000000000..a7165b78802e --- /dev/null +++ b/app-vim/fugitive/fugitive-2.1.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +inherit vim-plugin + +if [[ ${PV} == 9999 ]]; then + inherit git-r3 + EGIT_REPO_URI="git://github.com/tpope/vim-fugitive.git" +else + inherit vcs-snapshot + SRC_URI="https://github.com/tpope/vim-fugitive/archive/v${PV}.tar.gz -> ${P}.tar.gz" + KEYWORDS="amd64 x86 ~ppc-macos ~x64-macos" +fi + +DESCRIPTION="vim plugin: a git wrapper for vim" +HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=2975 https://github.com/tpope/vim-fugitive/" +LICENSE="vim" + +VIM_PLUGIN_HELPFILES="${PN}.txt" + +RDEPEND="dev-vcs/git" diff --git a/app-vim/fugitive/fugitive-2.2.ebuild b/app-vim/fugitive/fugitive-2.2.ebuild new file mode 100644 index 000000000000..a7165b78802e --- /dev/null +++ b/app-vim/fugitive/fugitive-2.2.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +inherit vim-plugin + +if [[ ${PV} == 9999 ]]; then + inherit git-r3 + EGIT_REPO_URI="git://github.com/tpope/vim-fugitive.git" +else + inherit vcs-snapshot + SRC_URI="https://github.com/tpope/vim-fugitive/archive/v${PV}.tar.gz -> ${P}.tar.gz" + KEYWORDS="amd64 x86 ~ppc-macos ~x64-macos" +fi + +DESCRIPTION="vim plugin: a git wrapper for vim" +HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=2975 https://github.com/tpope/vim-fugitive/" +LICENSE="vim" + +VIM_PLUGIN_HELPFILES="${PN}.txt" + +RDEPEND="dev-vcs/git" diff --git a/app-vim/fugitive/fugitive-9999.ebuild b/app-vim/fugitive/fugitive-9999.ebuild new file mode 100644 index 000000000000..b5a3e1ca43e0 --- /dev/null +++ b/app-vim/fugitive/fugitive-9999.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +inherit vim-plugin + +if [[ ${PV} == 9999 ]]; then + inherit git-r3 + EGIT_REPO_URI="git://github.com/tpope/vim-fugitive.git" +else + inherit vcs-snapshot + SRC_URI="https://github.com/tpope/vim-fugitive/archive/v${PV}.tar.gz -> ${P}.tar.gz" + KEYWORDS="~amd64 ~x86 ~ppc-macos ~x64-macos" +fi + +DESCRIPTION="vim plugin: a git wrapper for vim" +HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=2975 https://github.com/tpope/vim-fugitive/" +LICENSE="vim" + +VIM_PLUGIN_HELPFILES="${PN}.txt" + +RDEPEND="dev-vcs/git" diff --git a/app-vim/fugitive/metadata.xml b/app-vim/fugitive/metadata.xml new file mode 100644 index 000000000000..bab7c3c6e755 --- /dev/null +++ b/app-vim/fugitive/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>vim</herd> + <upstream> + <remote-id type="github">tpope/vim-fugitive</remote-id> + </upstream> +</pkgmetadata> diff --git a/app-vim/fuzzyfinder/Manifest b/app-vim/fuzzyfinder/Manifest new file mode 100644 index 000000000000..f17e24bba704 --- /dev/null +++ b/app-vim/fuzzyfinder/Manifest @@ -0,0 +1 @@ +DIST fuzzyfinder-4.2.2.zip 66965 SHA256 9082353b27537512c4cfc59015f2def0c60785df287b74c83724444025d00b77 SHA512 8a4124ec876bd605fe64c9146afdd591b95d045238fbc0160547942d3c247129cd3a6ad05f23e668b0cd8f5a574192c03bcd3c9406f61625f78c4e32b35bbca3 WHIRLPOOL a5c9811315eec523d928ac32d1be9e7d319550225f1ab286341c07f1d0b83625967dd62d6de657e179d17d75d1b96c56119874d9f368e282597172f2aa62f2e8 diff --git a/app-vim/fuzzyfinder/fuzzyfinder-4.2.2.ebuild b/app-vim/fuzzyfinder/fuzzyfinder-4.2.2.ebuild new file mode 100644 index 000000000000..346940b21343 --- /dev/null +++ b/app-vim/fuzzyfinder/fuzzyfinder-4.2.2.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=3 + +VIM_PLUGIN_VIM_VERSION="7.2" +inherit vim-plugin + +DESCRIPTION="vim plugin: buffer/file/command/tag/etc explorer with fuzzy matching" +HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=1984" +SRC_URI="http://www.vim.org/scripts/download_script.php?src_id=13961 -> ${P}.zip" +LICENSE="MIT" +KEYWORDS="amd64 x86" +IUSE="" + +VIM_PLUGIN_HELPFILES="fuf" + +DEPEND="app-arch/unzip" +RDEPEND="app-vim/l9" + +S="${WORKDIR}" diff --git a/app-vim/fuzzyfinder/metadata.xml b/app-vim/fuzzyfinder/metadata.xml new file mode 100644 index 000000000000..d221a8d4b42c --- /dev/null +++ b/app-vim/fuzzyfinder/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>vim</herd> +</pkgmetadata> diff --git a/app-vim/genindent/Manifest b/app-vim/genindent/Manifest new file mode 100644 index 000000000000..572fb54e0857 --- /dev/null +++ b/app-vim/genindent/Manifest @@ -0,0 +1 @@ +DIST genindent-1.1.tar.bz2 1248 SHA256 7b64e9943756898bd57f7e0321bf33c462c52754187eb181188e47ac53f123c6 SHA512 aa90cfc988b08708bb25352b66196191e6cc322f2072a771cf768a0e2ace2e4e193e2e34dc0556266bd84c49055ec1d4183f1aec3d89fffc29f5ded88c26a2af WHIRLPOOL a9875c000d310c7d925a19ee7fca69cb522602b55a62795a8f17401e9ece72f8c9e220ad5abc5eca991339b3a6a7ee15864d4b856890e3aef6487507b174fa46 diff --git a/app-vim/genindent/genindent-1.1.ebuild b/app-vim/genindent/genindent-1.1.ebuild new file mode 100644 index 000000000000..8a3efe2c77b5 --- /dev/null +++ b/app-vim/genindent/genindent-1.1.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +inherit vim-plugin + +DESCRIPTION="vim plugin: library for simplifying indent files" +HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=678" +LICENSE="vim" +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-macos" +IUSE="" + +VIM_PLUGIN_HELPTEXT=\ +"This plugin provides library functions and is not intended to be used +directly by the user." diff --git a/app-vim/genindent/metadata.xml b/app-vim/genindent/metadata.xml new file mode 100644 index 000000000000..d221a8d4b42c --- /dev/null +++ b/app-vim/genindent/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>vim</herd> +</pkgmetadata> diff --git a/app-vim/gentoo-syntax/Manifest b/app-vim/gentoo-syntax/Manifest new file mode 100644 index 000000000000..5861beb8fe18 --- /dev/null +++ b/app-vim/gentoo-syntax/Manifest @@ -0,0 +1,3 @@ +DIST gentoo-syntax-20120109.tar.bz2 19526 SHA256 dabab1a569ec84286d15feb93652f044888d92c0e0c8c1f298f8dec80fcab4c5 SHA512 cbd0215dc8b5d89f3c0ec2aaa274f05d47891f67a7e5513af04ae53374c4adf6686e7fce2446d329033b951bf0106cc96075015ecaeaa38983b843bbac0119bf WHIRLPOOL 05ea6343ebdf3263392348bc1d0be045915232c58c652f85a2f38b31c612aa3466379329bef735b08e0d74856ff1e8d0139b433e1e3f999b9fde93740912a8c5 +DIST gentoo-syntax-20130619.tar.bz2 24689 SHA256 959f4ac0845d97f01aadc8ee7dffbaebe9d933253de6eba35df530aff2d6ebd2 SHA512 122fdbb644105fd3e4bb24431fe7ed3cc20052336167da9914274040a9ad220b45c5edb04a6b00a019db476e3271023f64248960940276aa3a7785c9a4fbdc98 WHIRLPOOL 92c381de077c8ec2e278023da2d7c3d8c53840e2b0e653a1241b51ec99abebfb32ca123579a70ea5ed8f79cf5a2f94b2c0647c4fca1e1a156045fcfa341a85ce +DIST gentoo-syntax-20141129.tar.bz2 25211 SHA256 007c979e5124413bb320ba3583e67ba6c77d9619560597d3d93d9c43b1e7061f SHA512 935ffcafe0c6a8c3b9395b626c11cf8e53e2f9b5a44d780cff833489819b138e19ef14548058146319d2353269bbf80955e0d0d50ad87e78afa9a7b4f96ebd85 WHIRLPOOL e9e19e7840c2c81e7e8ac790dec4250f683d22a1bcc34166b8f8f8c8dcabbc63c2a4a0a45be7347451e8f2841a35c5e246148a4d0d05f94930292e98b2a9fc31 diff --git a/app-vim/gentoo-syntax/gentoo-syntax-20120109.ebuild b/app-vim/gentoo-syntax/gentoo-syntax-20120109.ebuild new file mode 100644 index 000000000000..bb265efa9b3a --- /dev/null +++ b/app-vim/gentoo-syntax/gentoo-syntax-20120109.ebuild @@ -0,0 +1,46 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=4 + +inherit vim-plugin + +DESCRIPTION="vim plugin: Gentoo and portage related syntax highlighting, filetype, and indent settings" +HOMEPAGE="https://github.com/gentoo/gentoo-syntax" +SRC_URI="mirror://gentoo/${P}.tar.bz2" + +LICENSE="vim" +KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +IUSE="ignore-glep31" + +VIM_PLUGIN_HELPFILES="gentoo-syntax" +VIM_PLUGIN_MESSAGES="filetype" + +src_prepare() { + if use ignore-glep31 ; then + for f in ftplugin/*.vim ; do + ebegin "Removing UTF-8 rules from ${f} ..." + sed -i -e 's~\(setlocal fileencoding=utf-8\)~" \1~' ${f} \ + || die "waah! bad sed voodoo. need more goats." + eend $? + done + fi +} + +pkg_postinst() { + vim-plugin_pkg_postinst + if use ignore-glep31 1>/dev/null ; then + ewarn "You have chosen to disable the rules which ensure GLEP 31" + ewarn "compliance. When editing ebuilds, please make sure you get" + ewarn "the character set correct." + else + elog "Note for developers and anyone else who edits ebuilds:" + elog " This release of gentoo-syntax now contains filetype rules to set" + elog " fileencoding for ebuilds and ChangeLogs to utf-8 as per GLEP 31." + elog " If you find this feature breaks things, please submit a bug and" + elog " assign it to vim@gentoo.org. You can use the 'ignore-glep31' USE" + elog " flag to remove these rules." + fi + echo +} diff --git a/app-vim/gentoo-syntax/gentoo-syntax-20130619.ebuild b/app-vim/gentoo-syntax/gentoo-syntax-20130619.ebuild new file mode 100644 index 000000000000..f6853642fb48 --- /dev/null +++ b/app-vim/gentoo-syntax/gentoo-syntax-20130619.ebuild @@ -0,0 +1,47 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit vim-plugin + +DESCRIPTION="vim plugin: Gentoo and portage related syntax highlighting, filetype, and indent settings" +HOMEPAGE="https://github.com/gentoo/gentoo-syntax" + +LICENSE="vim" +KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +IUSE="ignore-glep31" + +VIM_PLUGIN_HELPFILES="gentoo-syntax" +VIM_PLUGIN_MESSAGES="filetype" + +src_prepare() { + if use ignore-glep31 ; then + for f in ftplugin/*.vim ; do + ebegin "Removing UTF-8 rules from ${f} ..." + sed -i -e 's~\(setlocal fileencoding=utf-8\)~" \1~' ${f} \ + || die "waah! bad sed voodoo. need more goats." + eend $? + done + fi +} + +pkg_postinst() { + vim-plugin_pkg_postinst + + if [[ -z ${REPLACING_VERSIONS} ]] ; then + if use ignore-glep31 1>/dev/null ; then + ewarn "You have chosen to disable the rules which ensure GLEP 31" + ewarn "compliance. When editing ebuilds, please make sure you get" + ewarn "the character set correct." + else + elog "Note for developers and anyone else who edits ebuilds:" + elog " This release of gentoo-syntax now contains filetype rules to set" + elog " fileencoding for ebuilds and ChangeLogs to utf-8 as per GLEP 31." + elog " If you find this feature breaks things, please submit a bug and" + elog " assign it to vim@gentoo.org. You can use the 'ignore-glep31' USE" + elog " flag to remove these rules." + fi + fi +} diff --git a/app-vim/gentoo-syntax/gentoo-syntax-20141129.ebuild b/app-vim/gentoo-syntax/gentoo-syntax-20141129.ebuild new file mode 100644 index 000000000000..5cf052ca8cc9 --- /dev/null +++ b/app-vim/gentoo-syntax/gentoo-syntax-20141129.ebuild @@ -0,0 +1,47 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit vim-plugin + +DESCRIPTION="vim plugin: Gentoo and portage related syntax highlighting, filetype, and indent settings" +HOMEPAGE="https://github.com/gentoo/gentoo-syntax" + +LICENSE="vim" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +IUSE="ignore-glep31" + +VIM_PLUGIN_HELPFILES="gentoo-syntax" +VIM_PLUGIN_MESSAGES="filetype" + +src_prepare() { + if use ignore-glep31 ; then + for f in ftplugin/*.vim ; do + ebegin "Removing UTF-8 rules from ${f} ..." + sed -i -e 's~\(setlocal fileencoding=utf-8\)~" \1~' ${f} \ + || die "waah! bad sed voodoo. need more goats." + eend $? + done + fi +} + +pkg_postinst() { + vim-plugin_pkg_postinst + + if [[ -z ${REPLACING_VERSIONS} ]] ; then + if use ignore-glep31 1>/dev/null ; then + ewarn "You have chosen to disable the rules which ensure GLEP 31" + ewarn "compliance. When editing ebuilds, please make sure you get" + ewarn "the character set correct." + else + elog "Note for developers and anyone else who edits ebuilds:" + elog " This release of gentoo-syntax now contains filetype rules to set" + elog " fileencoding for ebuilds and ChangeLogs to utf-8 as per GLEP 31." + elog " If you find this feature breaks things, please submit a bug and" + elog " assign it to vim@gentoo.org. You can use the 'ignore-glep31' USE" + elog " flag to remove these rules." + fi + fi +} diff --git a/app-vim/gentoo-syntax/gentoo-syntax-99999999.ebuild b/app-vim/gentoo-syntax/gentoo-syntax-99999999.ebuild new file mode 100644 index 000000000000..de309d8c8e2e --- /dev/null +++ b/app-vim/gentoo-syntax/gentoo-syntax-99999999.ebuild @@ -0,0 +1,47 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit vim-plugin git-2 + +EGIT_REPO_URI="git://anongit.gentoo.org/proj/gentoo-syntax.git" + +DESCRIPTION="vim plugin: Gentoo and portage related syntax highlighting, filetype, and indent settings" +HOMEPAGE="https://github.com/gentoo/gentoo-syntax" +LICENSE="vim" +IUSE="ignore-glep31" + +VIM_PLUGIN_HELPFILES="gentoo-syntax" +VIM_PLUGIN_MESSAGES="filetype" + +src_prepare() { + if use ignore-glep31 ; then + for f in ftplugin/*.vim ; do + ebegin "Removing UTF-8 rules from ${f} ..." + sed -i -e 's~\(setlocal fileencoding=utf-8\)~" \1~' ${f} \ + || die "waah! bad sed voodoo. need more goats." + eend $? + done + fi +} + +pkg_postinst() { + vim-plugin_pkg_postinst + + if [[ -z ${REPLACING_VERSIONS} ]] ; then + if use ignore-glep31 1>/dev/null ; then + ewarn "You have chosen to disable the rules which ensure GLEP 31" + ewarn "compliance. When editing ebuilds, please make sure you get" + ewarn "the character set correct." + else + elog "Note for developers and anyone else who edits ebuilds:" + elog " This release of gentoo-syntax now contains filetype rules to set" + elog " fileencoding for ebuilds and ChangeLogs to utf-8 as per GLEP 31." + elog " If you find this feature breaks things, please submit a bug and" + elog " assign it to vim@gentoo.org. You can use the 'ignore-glep31' USE" + elog " flag to remove these rules." + fi + fi +} diff --git a/app-vim/gentoo-syntax/metadata.xml b/app-vim/gentoo-syntax/metadata.xml new file mode 100644 index 000000000000..2a37aee0f5fe --- /dev/null +++ b/app-vim/gentoo-syntax/metadata.xml @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>vim</herd> + <maintainer> + <email>yngwin@gentoo.org</email> + <name>Ben de Groot</name> + </maintainer> + <use> + <flag name="ignore-glep31">Remove GLEP 31 (UTF-8 file encodings) settings</flag> + </use> + <upstream> + <remote-id type="github">gentoo/gentoo-syntax</remote-id> + </upstream> +</pkgmetadata> diff --git a/app-vim/genutils/Manifest b/app-vim/genutils/Manifest new file mode 100644 index 000000000000..dd04b464e482 --- /dev/null +++ b/app-vim/genutils/Manifest @@ -0,0 +1 @@ +DIST genutils-2.5.zip 30510 SHA256 d51aafcb8ca0e0b4010ad1c68c1627429a332b0089ac045b607a060389962f2a SHA512 80a751038f629d58ce962a6be7d806cf2b7c35ad28f9d90e58cad32e1e462083629f2069ac23281683db026510d7e3d96d6883027d424fae3de63352b80fc5db WHIRLPOOL e0dc4ec2177fd24cd5d989cf0031e530dd999c39a7964dd5fb4c4004e7e38bb1ee90e55dbcc91250329f6a37492f28e47d3aadd107eee10712dfad65ccca3226 diff --git a/app-vim/genutils/genutils-2.5.ebuild b/app-vim/genutils/genutils-2.5.ebuild new file mode 100644 index 000000000000..6184d6162fdd --- /dev/null +++ b/app-vim/genutils/genutils-2.5.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=3 + +inherit vim-plugin + +DESCRIPTION="vim plugin: library with various useful functions" +HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=197" +SRC_URI="http://www.vim.org/scripts/download_script.php?src_id=11399 -> ${P}.zip" +LICENSE="GPL-3" +KEYWORDS="alpha amd64 ia64 ~mips ppc sparc x86" +IUSE="" + +VIM_PLUGIN_HELPTEXT=\ +"This plugin provides library functions and is not intended to be used +directly by the user." + +DEPEND="app-arch/unzip" +RDEPEND="" + +S="${WORKDIR}" diff --git a/app-vim/genutils/metadata.xml b/app-vim/genutils/metadata.xml new file mode 100644 index 000000000000..d221a8d4b42c --- /dev/null +++ b/app-vim/genutils/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>vim</herd> +</pkgmetadata> diff --git a/app-vim/gist/Manifest b/app-vim/gist/Manifest new file mode 100644 index 000000000000..bc3512add84a --- /dev/null +++ b/app-vim/gist/Manifest @@ -0,0 +1,3 @@ +DIST gist-6.8.tar.bz2 9199 SHA256 f0406a79644bf946b1eefc88acc7994e9b945971326a23b9190f3e6d0d3e5cba SHA512 707dd30e1f60cac62ae5c496d5939f6545db0e79fcd033863b7a9180f3f10287897c397ade0bf74cef00b6de7c2892b9f7dc4f66c11649d1cdcedeab06909210 WHIRLPOOL 3432e97e0a6d00a1c8c3c74e16f35aba91136fb934c3f3ff0825e59b380142fed1ccfc52b35a5d33a457e0df1ab87008e439037dfaf950b3c079fdddc49adc3b +DIST gist-7.0.tar.bz2 9360 SHA256 959d8caeb893e8d17d58956557d79aaa6bcdf5dc03fafd749f86a9528dd5ab93 SHA512 fd5122690f11fe78cb22ac2f43ea6cf52d4b25c930ba9c239f899100b6728875b707f13c621c09f13ecd0ee386208ba7bbc93209f6d265b2a5e26429a022ce7e WHIRLPOOL b4a14d94402d0f7fe60c76964ac3b0ab7f9058629af986dde6991432f6e36169453d0bc78429e5f7541d7fc7e3928eb36132f4915e35902332aad6aa8b4d19b1 +DIST gist-7.1.tar.bz2 9398 SHA256 1864e90da1c68b9941e2104c42c96404b18d59f9c89cdcca76ff9e48fd79b897 SHA512 47492ab5c31d29e6a939c9631f2bac67c3ea0a2d2af783df3fa589a20ec2bb5d7e0f961c370b81a5ad3e05952140e0cc9a8c5a8e034b5ff8f9afd9447b8a3807 WHIRLPOOL c533ab9052daee3412284dcc2e560a877eb34524afa3e8fd1fe065eacfae483f77e118988ec6f3921d0605b31f8dab5c8c5acc59d61d01f7661554e0b441ccfb diff --git a/app-vim/gist/gist-6.8.ebuild b/app-vim/gist/gist-6.8.ebuild new file mode 100644 index 000000000000..b16220ed7ee0 --- /dev/null +++ b/app-vim/gist/gist-6.8.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=4 + +inherit vim-plugin + +DESCRIPTION="vim plugin: interact with gists (gist.github.com)" +HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=2423" +LICENSE="BSD" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="app-vim/webapi + net-misc/curl + dev-vcs/git" + +VIM_PLUGIN_HELPFILES="Gist.vim" diff --git a/app-vim/gist/gist-7.0.ebuild b/app-vim/gist/gist-7.0.ebuild new file mode 100644 index 000000000000..b16220ed7ee0 --- /dev/null +++ b/app-vim/gist/gist-7.0.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=4 + +inherit vim-plugin + +DESCRIPTION="vim plugin: interact with gists (gist.github.com)" +HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=2423" +LICENSE="BSD" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="app-vim/webapi + net-misc/curl + dev-vcs/git" + +VIM_PLUGIN_HELPFILES="Gist.vim" diff --git a/app-vim/gist/gist-7.1.ebuild b/app-vim/gist/gist-7.1.ebuild new file mode 100644 index 000000000000..17b482c3d1eb --- /dev/null +++ b/app-vim/gist/gist-7.1.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit vim-plugin + +DESCRIPTION="vim plugin: interact with gists (gist.github.com)" +HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=2423" +LICENSE="BSD" +KEYWORDS="~amd64 ~x86 ~x64-macos" +IUSE="" + +RDEPEND="app-vim/webapi + net-misc/curl + dev-vcs/git" + +VIM_PLUGIN_HELPFILES="Gist.vim" diff --git a/app-vim/gist/metadata.xml b/app-vim/gist/metadata.xml new file mode 100644 index 000000000000..d221a8d4b42c --- /dev/null +++ b/app-vim/gist/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>vim</herd> +</pkgmetadata> diff --git a/app-vim/git-patch-tags/Manifest b/app-vim/git-patch-tags/Manifest new file mode 100644 index 000000000000..a1436437c77e --- /dev/null +++ b/app-vim/git-patch-tags/Manifest @@ -0,0 +1 @@ +DIST git-patch-tags-0.2.tar.bz2 1508 SHA256 e32808f8e978872c868c3f8fcbf1dc1cad23095279c8fd7ae4a2b017e96e19cb SHA512 63ab541ec77ea70d79ea4e4b441c2f84cb45e0b130c1a57f4f3f1522fd9d7a4a90d137c243ca20733424602d0e75f5079b98b6ce7d39b6d2df185690020dee48 WHIRLPOOL 379cdb0bcb7d7b1a52111a3be42b1b1c1c5209008a3262ecd12c6c754988a715bf93f4971b4432ce8b3b6d57bfe966fbaaaa327c9b126bfe13bf4d44c7a49835 diff --git a/app-vim/git-patch-tags/git-patch-tags-0.2.ebuild b/app-vim/git-patch-tags/git-patch-tags-0.2.ebuild new file mode 100644 index 000000000000..8d24f0e0cb38 --- /dev/null +++ b/app-vim/git-patch-tags/git-patch-tags-0.2.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit vim-plugin + +DESCRIPTION="vim plugin: add git patch tags as used in linux kernel development" +HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=3632" +LICENSE="GPL-2+" +KEYWORDS="~amd64 ~x86" + +VIM_PLUGIN_HELPFILES="${PN}.txt" diff --git a/app-vim/git-patch-tags/metadata.xml b/app-vim/git-patch-tags/metadata.xml new file mode 100644 index 000000000000..5fcb67350f69 --- /dev/null +++ b/app-vim/git-patch-tags/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>vim</herd> +</pkgmetadata> diff --git a/app-vim/gitgutter/Manifest b/app-vim/gitgutter/Manifest new file mode 100644 index 000000000000..f73a9b32af11 --- /dev/null +++ b/app-vim/gitgutter/Manifest @@ -0,0 +1,2 @@ +DIST gitgutter-20140525.tar.bz2 30711 SHA256 b04ac418847ebdb0e55f69259fbdef0de7afa6eab1172844213d6c9e63fd2444 SHA512 00f074d0ba0a008969664ec0ff2e19f92600d8271118c7780cf678843ca729641088ddb9509fc37667521a8770672429b5bf7068e633f82b1358d7e9c1fef978 WHIRLPOOL c364ea0146738b6056f59a9e91f916a746f811da8d5093ef65e5f58b4f47c2a12b6e2815055a2cf65b57a5123e65daf4718e095a115d6dffae4a692b86b3f73a +DIST gitgutter-20141101.tar.bz2 31556 SHA256 a7d65fe668e8e7a515a8637df7ed80b17f27a0f637a7882c0207f8bae035022f SHA512 cbe21df40a05caebd85ac24fd20a55cf784ff33f73a7d27bcb8e87b6a38cd787b801fa314bf7ba9eefbc703efff527c9ebd947768c5714e774e39e67c7d35055 WHIRLPOOL 92d4c59d1e3925afa7f93f30ce8f87c430bf556e9553601b8eaeeaa9538900899115309602b1a5c17e8be9cff9d5b69a0ae70470438841a7090aaa35f452bbd2 diff --git a/app-vim/gitgutter/gitgutter-20140525.ebuild b/app-vim/gitgutter/gitgutter-20140525.ebuild new file mode 100644 index 000000000000..48812bb126c5 --- /dev/null +++ b/app-vim/gitgutter/gitgutter-20140525.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +inherit vim-plugin + +DESCRIPTION="vim plugin: shows a git diff summary in the sign column and stages/reverts individual hunks" +HOMEPAGE="https://github.com/airblade/vim-gitgutter/" +KEYWORDS="~amd64 ~x86" +LICENSE="MIT" +VIM_PLUGIN_HELPFILES="${PN}.txt" + +src_prepare() { + rm README* screenshot.png || die +} diff --git a/app-vim/gitgutter/gitgutter-20141101.ebuild b/app-vim/gitgutter/gitgutter-20141101.ebuild new file mode 100644 index 000000000000..48812bb126c5 --- /dev/null +++ b/app-vim/gitgutter/gitgutter-20141101.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +inherit vim-plugin + +DESCRIPTION="vim plugin: shows a git diff summary in the sign column and stages/reverts individual hunks" +HOMEPAGE="https://github.com/airblade/vim-gitgutter/" +KEYWORDS="~amd64 ~x86" +LICENSE="MIT" +VIM_PLUGIN_HELPFILES="${PN}.txt" + +src_prepare() { + rm README* screenshot.png || die +} diff --git a/app-vim/gitgutter/gitgutter-99999999.ebuild b/app-vim/gitgutter/gitgutter-99999999.ebuild new file mode 100644 index 000000000000..eb4098068809 --- /dev/null +++ b/app-vim/gitgutter/gitgutter-99999999.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +inherit vim-plugin git-r3 + +EGIT_REPO_URI="git://github.com/airblade/vim-gitgutter.git" + +DESCRIPTION="vim plugin: shows a git diff summary in the sign column and stages/reverts individual hunks" +HOMEPAGE="https://github.com/airblade/vim-gitgutter/" +LICENSE="MIT" +VIM_PLUGIN_HELPFILES="${PN}.txt" + +src_prepare() { + rm README* screenshot.png || die +} diff --git a/app-vim/gitgutter/metadata.xml b/app-vim/gitgutter/metadata.xml new file mode 100644 index 000000000000..e71469e00028 --- /dev/null +++ b/app-vim/gitgutter/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>vim</herd> + <upstream> + <remote-id type="github">airblade/vim-gitgutter</remote-id> + </upstream> +</pkgmetadata> diff --git a/app-vim/gitolite-syntax/Manifest b/app-vim/gitolite-syntax/Manifest new file mode 100644 index 000000000000..d4db4eb9973f --- /dev/null +++ b/app-vim/gitolite-syntax/Manifest @@ -0,0 +1,2 @@ +DIST gitolite-syntax-20111225.tar.bz2 1833 SHA256 abf8ded395260f5ac11ff0ad2bdcdfe1303ed81676c1bd03dac0d4b1282200ba SHA512 28cac71111f9d41c46e6f9f68a22760512a03650b5f1f2d77ef40e002c22c024a288ede2d6e898320d4616066409d5f8343688681169c136505235b784d3dda5 WHIRLPOOL 48fa3c5f7ca23857b6e3a011d728f05625179bb0b4704fcdbeffec64eaf4a226373c44f64e78794b04bed511aa319e5e164af8bba605c2512f4e9c3815fbfb97 +DIST gitolite-syntax-20130306.tar.gz 2975 SHA256 cda7372e9fea34815ae7dc75db5593bc9b33c74bcc04e34a9544d9dac264ed31 SHA512 c064d06162bdb0b71d9c0638db073bba9b0577a1529eaac1a673b812fc08478e5b351954279d9d68947f0c4e3fe29ee5667741e6d229461d1ad1c7b2f535a49d WHIRLPOOL 0ffcc34ada63e7f5668e693e1cb85549024b05bbef2fcae8aaa381dfb22a0446bb9f24f0918e08af816b3c3db838903c1a9ab6b0e8483d8d2ea03ca7b706b189 diff --git a/app-vim/gitolite-syntax/gitolite-syntax-20111225.ebuild b/app-vim/gitolite-syntax/gitolite-syntax-20111225.ebuild new file mode 100644 index 000000000000..dc8eee85f36d --- /dev/null +++ b/app-vim/gitolite-syntax/gitolite-syntax-20111225.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=4 + +inherit vim-plugin + +DESCRIPTION="vim plugin: gitolite syntax highlighting" +HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=2900" +LICENSE="Apache-2.0" +KEYWORDS="amd64 ~arm x86" +IUSE="" + +SRC_URI="mirror://gentoo/${P}.tar.bz2" +VIM_PLUGIN_HELPTEXT="Vim Syntax highlight for gitolite configuration file gitolite.conf" diff --git a/app-vim/gitolite-syntax/gitolite-syntax-20130306.ebuild b/app-vim/gitolite-syntax/gitolite-syntax-20130306.ebuild new file mode 100644 index 000000000000..5a7fd03d5b63 --- /dev/null +++ b/app-vim/gitolite-syntax/gitolite-syntax-20130306.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=4 + +inherit vim-plugin + +DESCRIPTION="vim plugin: gitolite syntax highlighting" +HOMEPAGE="https://github.com/tmatilai/gitolite.vim" +LICENSE="Apache-2.0" +KEYWORDS="~amd64 ~arm ~x86" +IUSE="" + +GIT_COMMITSH=990634e95f209ffca96970da1c117c0f67697d89 +SRC_URI="https://github.com/tmatilai/gitolite.vim/archive/${GIT_COMMITSH}.tar.gz -> ${P}.tar.gz" +VIM_PLUGIN_HELPTEXT="Vim Syntax highlight for gitolite configuration file gitolite.conf" + +S=$WORKDIR/gitolite.vim-$GIT_COMMITSH + +src_compile() { + : +} diff --git a/app-vim/gitolite-syntax/metadata.xml b/app-vim/gitolite-syntax/metadata.xml new file mode 100644 index 000000000000..9f56bdbdc857 --- /dev/null +++ b/app-vim/gitolite-syntax/metadata.xml @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>vim</herd> + <maintainer> + <email>idl0r@gentoo.org</email> + <name>Christian Ruppert</name> + </maintainer> + <upstream> + <remote-id type="github">tmatilai/gitolite.vim</remote-id> + </upstream> +</pkgmetadata> diff --git a/app-vim/gitv/Manifest b/app-vim/gitv/Manifest new file mode 100644 index 000000000000..aa8b4b999eaf --- /dev/null +++ b/app-vim/gitv/Manifest @@ -0,0 +1,2 @@ +DIST gitv-1.2.tar.gz 20449 SHA256 b848c03841539c3f3cc68fd42033038efee0194127d435eddba4b33ffec4b11c SHA512 97d45ecc9d56246a69169c94b2004a4e3bcbd417fdcd25f05e76394c92968350371e516cbe72a7e0f750117a5632b0b283e3e9bf0df387b2681ece8313ef9888 WHIRLPOOL ba1e75ba4e8a91d26b346f71059b6d820c49c1ac02e006e4ddca8231a55818c314aeff0df5b52374e634c533f446d9f3c93d95f73be0afef001c1b2de9ac30a0 +DIST gitv-1.3.tar.gz 21319 SHA256 6533196f9f2688846c7f4035ab1af82713f5e0e4aaf5c18335fa5007e0ad6555 SHA512 1a13d98ae9dd3e50a559d98881b6b0a8150186573e8f9fcdd9bd5cfdba1a679ea1c02b57f7d7be712dbfb5ec1bffbc4c0e8e1330cd64acf095c88400c499bfaf WHIRLPOOL 7c99b3e697c1e92ae829ad75a85ff2c777014420ed986a93d9d23a7df96af082d0c8c8a35949b1075fcbf8a754c203dd3055e787df075352f9d0fcafce199257 diff --git a/app-vim/gitv/gitv-1.2.ebuild b/app-vim/gitv/gitv-1.2.ebuild new file mode 100644 index 000000000000..b5c1475b48c3 --- /dev/null +++ b/app-vim/gitv/gitv-1.2.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit vim-plugin + +DESCRIPTION="vim plugin: gitk for vim" +HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=3574" +SRC_URI="https://github.com/gregsexton/gitv/archive/v${PV}.tar.gz -> ${P}.tar.gz" +LICENSE="vim" +KEYWORDS="amd64 x86 ~ppc-macos" + +VIM_PLUGIN_HELPFILES="gitv" + +RDEPEND="dev-vcs/git + app-vim/fugitive" diff --git a/app-vim/gitv/gitv-1.3.ebuild b/app-vim/gitv/gitv-1.3.ebuild new file mode 100644 index 000000000000..87c0d378112c --- /dev/null +++ b/app-vim/gitv/gitv-1.3.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit vim-plugin + +DESCRIPTION="vim plugin: gitk for vim" +HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=3574" +SRC_URI="https://github.com/gregsexton/gitv/archive/v${PV}.tar.gz -> ${P}.tar.gz" +LICENSE="vim" +KEYWORDS="~amd64 ~x86 ~ppc-macos" + +VIM_PLUGIN_HELPFILES="gitv" + +RDEPEND="dev-vcs/git + app-vim/fugitive" diff --git a/app-vim/gitv/gitv-9999.ebuild b/app-vim/gitv/gitv-9999.ebuild new file mode 100644 index 000000000000..628fe91e4e97 --- /dev/null +++ b/app-vim/gitv/gitv-9999.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +inherit vim-plugin + +if [[ ${PV} == 9999 ]]; then + inherit git-r3 + EGIT_REPO_URI="git://github.com/gregsexton/gitv.git" +else + SRC_URI="https://github.com/gregsexton/gitv/archive/v${PV}.tar.gz -> ${P}.tar.gz" + KEYWORDS="~amd64 ~x86 ~ppc-macos" +fi + +DESCRIPTION="vim plugin: gitk for vim" +HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=3574 https://github.com/gregsexton/gitv/ http://www.gregsexton.org/portfolio/gitv/" +LICENSE="vim" + +VIM_PLUGIN_HELPFILES="gitv" + +RDEPEND="dev-vcs/git + app-vim/fugitive" diff --git a/app-vim/gitv/metadata.xml b/app-vim/gitv/metadata.xml new file mode 100644 index 000000000000..178aec9074a1 --- /dev/null +++ b/app-vim/gitv/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>vim</herd> + <upstream> + <remote-id type="github">gregsexton/gitv</remote-id> + </upstream> +</pkgmetadata> diff --git a/app-vim/gnupg/Manifest b/app-vim/gnupg/Manifest new file mode 100644 index 000000000000..c2403e656235 --- /dev/null +++ b/app-vim/gnupg/Manifest @@ -0,0 +1 @@ +DIST gnupg-2.5.tar.bz2 10149 SHA256 a04219ec0d7d113e4e9de8846388ffe028888e9ea34dbedb38822dfb21f204a4 SHA512 45800bb39cb0a692bc68654e93935008d1fa6a14ce942d87e193f65d243796e159a4624013b1e98204ce8e99ab6a6588c9ea9db20b99f12e102b4733e178f78d WHIRLPOOL 3f6aa257057038cfe51b1319028e554f11b19c0bd269ae303894993cbe262167ff843c373f60cf3bdbd7b1fe23cd74ef4b8d402135fe60aa8a1e5146f29965ac diff --git a/app-vim/gnupg/gnupg-2.5.ebuild b/app-vim/gnupg/gnupg-2.5.ebuild new file mode 100644 index 000000000000..f36d7649fdb5 --- /dev/null +++ b/app-vim/gnupg/gnupg-2.5.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=4 + +inherit vim-plugin + +DESCRIPTION="vim plugin: transparent editing of gpg encrypted files" +HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=3645" +LICENSE="GPL-2" +KEYWORDS="amd64 ~arm x86" +IUSE="" + +RDEPEND="app-crypt/gnupg" + +VIM_PLUGIN_HELPFILES="${PN}.txt" + +src_prepare() { + # There's good documentation included with the script, but it's not + # in a helpfile. Since there's rather too much information to include + # in a VIM_PLUGIN_HELPTEXT, we'll sed ourselves a help doc. + mkdir doc + sed -e '/" Section: Plugin header.\+$/,9999d' -e 's/^" \?//' \ + -e 's/\(Name:\s\+\)\([^.]\+\)\.vim/\1*\2.txt*/' \ + plugin/${PN}.vim \ + > doc/${PN}.txt +} diff --git a/app-vim/gnupg/metadata.xml b/app-vim/gnupg/metadata.xml new file mode 100644 index 000000000000..d221a8d4b42c --- /dev/null +++ b/app-vim/gnupg/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>vim</herd> +</pkgmetadata> diff --git a/app-vim/greputils/Manifest b/app-vim/greputils/Manifest new file mode 100644 index 000000000000..cf339ee8592c --- /dev/null +++ b/app-vim/greputils/Manifest @@ -0,0 +1 @@ +DIST greputils-2.8.tar.bz2 11886 SHA256 9238d08d4a95355ce87b78d2da58af1fe95190ec7c5c08330612ad02f00f82f2 SHA512 07a7b22a900860b982bb0596232892ad056472fa48447131ba56083caef00318886719f379c9f9296fc00fd54575ab16aae71b3d1adf2af5d05a11a45a2bd7f9 WHIRLPOOL 5a7369deb0c6e751ed9a967b79bc45cdcb772eb959dd5034acc26685ff86f2cfe04bf11775390d35f6945b000ab5a7d2c5468b63c6589002890c04b3b3a7fa85 diff --git a/app-vim/greputils/greputils-2.8.ebuild b/app-vim/greputils/greputils-2.8.ebuild new file mode 100644 index 000000000000..41df90d71c99 --- /dev/null +++ b/app-vim/greputils/greputils-2.8.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +inherit vim-plugin + +DESCRIPTION="vim plugin: interface with grep, find and id-utils" +HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=1062" +LICENSE="GPL-2" +KEYWORDS="alpha amd64 ia64 ~mips ppc sparc x86" +IUSE="" + +VIM_PLUGIN_HELPURI="${HOMEPAGE}" + +RDEPEND=" + ${RDEPEND} + >=app-vim/genutils-1.18 + >=app-vim/multvals-3.6.1 + >=app-vim/cmdalias-1.0" diff --git a/app-vim/greputils/metadata.xml b/app-vim/greputils/metadata.xml new file mode 100644 index 000000000000..d221a8d4b42c --- /dev/null +++ b/app-vim/greputils/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>vim</herd> +</pkgmetadata> diff --git a/app-vim/gtk-syntax/Manifest b/app-vim/gtk-syntax/Manifest new file mode 100644 index 000000000000..886e650faf8e --- /dev/null +++ b/app-vim/gtk-syntax/Manifest @@ -0,0 +1,3 @@ +DIST gtk-syntax-20110214.tar.bz2 195881 SHA256 b629337bbc246407b99ccdcf13c6d49524cb521b07a4a1c1caede7faef673260 SHA512 e3c28d21941fd3ee40b3818c698f01fd7a6125e4caac44fbde9bb8ff00e3eb529e28e817dd39c3bc076a78f44ccd7ed887b84c2c2659b210f5d665eefe12c97f WHIRLPOOL 6b03177b8756f55dbc93407a86d5efed4cb3993b6ad9bc40a50d9006d93f197466694afd4ffa707569d54e6a4e15f54ea56f93e9c0d03d0422385ae67802ac25 +DIST gtk-syntax-20121015.tar.bz2 228506 SHA256 1363caed3b5db1cc56d10f8c1422f74fc1b8804194a6eac3f529594ef4c80026 SHA512 e149f1ed151b9c974e0e1931703d78f042ff821ae93bad3100b8c9345d67a2442ab4f90bb2571e2997699d099b9e796346c2b15b2a2b5cde5b163f8d66d4f1e7 WHIRLPOOL c9802520fbf666fdf569b7ea048a14580b982cceb3539e41559cba65d4e8964d0f11f9e7ce00b668da989f1b87f6174d64c7577dd08e00764fa22f642ebbcca9 +DIST gtk-syntax-20130716.tar.bz2 234878 SHA256 c7ba136d0e93c13611ee1245186941c7bd2dea7641d33ae3a9d2994469e33c15 SHA512 a90bdf84765ebaf10946b974c7720ebb9366f7ae5e360c8254ffd54bf9eacf1d0e35cf2061ef42727ffd7df3b4d78bb9e5f3ab7392180c435f8eef06c81ff5da WHIRLPOOL 74eae8225313a5e01237ecd58790b5b77b668d93c0e260acf25c1f240c7274dde16352e5377bb72f871e3fb83f37210a104fb5a2cf4ef30aaafa5d708d73e296 diff --git a/app-vim/gtk-syntax/gtk-syntax-20110214-r1.ebuild b/app-vim/gtk-syntax/gtk-syntax-20110214-r1.ebuild new file mode 100644 index 000000000000..1a996e1efdee --- /dev/null +++ b/app-vim/gtk-syntax/gtk-syntax-20110214-r1.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=3 + +inherit vim-plugin + +DESCRIPTION="vim plugin: Syntax highlighting for GLib, Gtk+, Xlib, Gimp, Gnome, and more" +HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=1000" +LICENSE="vim" +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~x86-solaris" +IUSE="" diff --git a/app-vim/gtk-syntax/gtk-syntax-20121015.ebuild b/app-vim/gtk-syntax/gtk-syntax-20121015.ebuild new file mode 100644 index 000000000000..01343e14df84 --- /dev/null +++ b/app-vim/gtk-syntax/gtk-syntax-20121015.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit vim-plugin + +DESCRIPTION="vim plugin: Syntax highlighting for GLib, Gtk+, Xlib, Gimp, Gnome, and more" +HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=1000" +LICENSE="vim" +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~x86-solaris" +IUSE="" diff --git a/app-vim/gtk-syntax/gtk-syntax-20130716.ebuild b/app-vim/gtk-syntax/gtk-syntax-20130716.ebuild new file mode 100644 index 000000000000..0f345ccf8758 --- /dev/null +++ b/app-vim/gtk-syntax/gtk-syntax-20130716.ebuild @@ -0,0 +1,12 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit vim-plugin + +DESCRIPTION="vim plugin: Syntax highlighting for GLib, Gtk+, Xlib, Gimp, Gnome, and more" +HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=1000" +LICENSE="vim" +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~x86-solaris" diff --git a/app-vim/gtk-syntax/metadata.xml b/app-vim/gtk-syntax/metadata.xml new file mode 100644 index 000000000000..d221a8d4b42c --- /dev/null +++ b/app-vim/gtk-syntax/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>vim</herd> +</pkgmetadata> diff --git a/app-vim/gundo/Manifest b/app-vim/gundo/Manifest new file mode 100644 index 000000000000..0676722fe6ff --- /dev/null +++ b/app-vim/gundo/Manifest @@ -0,0 +1,3 @@ +DIST gundo-2.2.2.tar.gz 15207 SHA256 218f410908d3e10fbbb5083b0b2362fd8997147b784a28b8276028b953d45805 SHA512 4fa2cd3570aa5621140bd5ec4b513adfff8d2e3173c3d684daf8b3d8f75882fe5d10afa61c2e21e2c367a013b347f92b6504a958684b9161a34f523fe57fa805 WHIRLPOOL e8b5533f71e9809839d402033bbf1b0e976e372c722c8a548435adb51f4bc8451aa02bafc5e91d636d25653887d649dccad07edb1164499c1201c70fd3064242 +DIST gundo-2.4.0.tar.gz 152544 SHA256 4417fd2ef261a91f56b26cf0cb3be38a047e288bae8e7bd0d4d4d8f8d6455bfe SHA512 17b1b9fa9b73592af92d7b7729872bdd2b440b8af516f026cfd6fea53e82720821b4a0d2639e351c16565591b36a7adb68a3335c4fcb34015319b89331fde29d WHIRLPOOL b5be58c92e7d1c7ad7342555f7ada561ae000922f9a2c1f956d98a03c5311a52b477491977b9fa01d241e831e1da791f10fc624fe99f182b8c1c20ba7f2d814e +DIST gundo-2.5.0.tar.gz 152724 SHA256 d7d0c0633937d8cde5d42b6c9634f3ee9b879252b9615f45b49d002320c3b24a SHA512 85687e0baa00d6c603dcabc9ffa5fef3c49437d816a7e637fa9f48719726bc4d4f45417998d9a080d2796c1e3b1bf76318628f7733a9985fd8f46e053aec42db WHIRLPOOL c1086ec377fe8fc204ee1c66feeb6a45063f51094715f4e0e1c9c0fbf8882721e6a0ccfa759f27256602fe2f3d8ef26b505aed19c431cb98e4be82c35d1bc60f diff --git a/app-vim/gundo/gundo-2.2.2.ebuild b/app-vim/gundo/gundo-2.2.2.ebuild new file mode 100644 index 000000000000..054001b945ff --- /dev/null +++ b/app-vim/gundo/gundo-2.2.2.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=4 +VIM_PLUGIN_VIM_VERSION="7.3" + +inherit vim-plugin + +MY_PN="Gundo" +DESCRIPTION="vim plugin: visualize your Vim undo tree" +HOMEPAGE="http://sjl.bitbucket.org/gundo.vim/" +SRC_URI="https://github.com/vim-scripts/${MY_PN}/tarball/${PV} -> ${P}.tar.gz" +LICENSE="GPL-2" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="|| ( app-editors/vim[python] app-editors/gvim[python] ) + >=dev-lang/python-2.4" + +VIM_PLUGIN_HELPFILES="gundo.txt" + +src_unpack() { + unpack ${A} + mv *-${MY_PN}-* "${S}" +} + +src_prepare() { + rm -f README* +} diff --git a/app-vim/gundo/gundo-2.4.0.ebuild b/app-vim/gundo/gundo-2.4.0.ebuild new file mode 100644 index 000000000000..4a18370e9828 --- /dev/null +++ b/app-vim/gundo/gundo-2.4.0.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=4 + +inherit vim-plugin vcs-snapshot + +DESCRIPTION="vim plugin: visualize your Vim undo tree" +HOMEPAGE="http://sjl.bitbucket.org/gundo.vim/" +SRC_URI="https://github.com/sjl/gundo.vim/tarball/v${PV} -> ${P}.tar.gz" +LICENSE="GPL-2" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="|| ( app-editors/vim[python] app-editors/gvim[python] ) + >=dev-lang/python-2.4" + +VIM_PLUGIN_HELPFILES="gundo.txt" + +src_prepare() { + rm -r .gitignore .hg* package.sh README* site tests || die +} diff --git a/app-vim/gundo/gundo-2.5.0.ebuild b/app-vim/gundo/gundo-2.5.0.ebuild new file mode 100644 index 000000000000..e7bcfdfe7c0d --- /dev/null +++ b/app-vim/gundo/gundo-2.5.0.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +PYTHON_COMPAT=( python2_7 ) + +inherit vim-plugin python-single-r1 + +DESCRIPTION="vim plugin: visualize your Vim undo tree" +HOMEPAGE="http://sjl.bitbucket.org/gundo.vim/" +SRC_URI="https://github.com/sjl/gundo.vim/archive/v${PV}.tar.gz -> ${P}.tar.gz" +LICENSE="GPL-2+" +KEYWORDS="~amd64 ~x86 ~x64-macos" + +RDEPEND="|| ( app-editors/vim[${PYTHON_USEDEP}] app-editors/gvim[${PYTHON_USEDEP}] ) + ${PYTHON_DEPS}" + +S=${WORKDIR}/${PN}.vim-${PV} + +VIM_PLUGIN_HELPFILES="${PN}.txt" + +src_prepare() { + rm -r .gitignore .hg* package.sh README* site tests || die +} diff --git a/app-vim/gundo/metadata.xml b/app-vim/gundo/metadata.xml new file mode 100644 index 000000000000..77a343a48394 --- /dev/null +++ b/app-vim/gundo/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>vim</herd> + <upstream> + <remote-id type="github">sjl/gundo.vim</remote-id> + </upstream> +</pkgmetadata> diff --git a/app-vim/help-extra-syntax/Manifest b/app-vim/help-extra-syntax/Manifest new file mode 100644 index 000000000000..5ebebf11b417 --- /dev/null +++ b/app-vim/help-extra-syntax/Manifest @@ -0,0 +1 @@ +DIST help-extra-syntax-20050106.tar.bz2 633 SHA256 4c0a1068ce31bf344195b9664d199ac87d8595cdc8b50738cf8130058996e2a2 SHA512 84fde638941bc0b63b599ae0ae46dc151796409652bd99520df102b54e60497df23ee62b61d8ee2c7532029cf0183702345dffe743420dadee3e5ae6c4a2ef44 WHIRLPOOL ad36ba8a9162120ff131c675ef8292f28e4a625394451fda0fae6d85e49c1f7f97fdf50b3789e315bfaaf44633674c40c95e1241d57f0f3f38cbdfca7adaf7ae diff --git a/app-vim/help-extra-syntax/help-extra-syntax-20050106-r1.ebuild b/app-vim/help-extra-syntax/help-extra-syntax-20050106-r1.ebuild new file mode 100644 index 000000000000..72c3578dc2e4 --- /dev/null +++ b/app-vim/help-extra-syntax/help-extra-syntax-20050106-r1.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +inherit vim-plugin + +DESCRIPTION="vim plugin: extra syntax highlighting for help files" +HOMEPAGE="http://mysite.verizon.net/astronaut/vim/" +LICENSE="public-domain" +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ~ppc ppc64 sparc x86" +IUSE="" + +VIM_PLUGIN_HELPTEXT=\ +"This plugin provides additional syntax highlighting for help files." + +src_unpack() { + unpack ${A} + cd "${S}" + # use hi def link, bug #101797 / bug #101804 + sed -i -e 's,^hi link,hi def link,' \ + "after/syntax/help.vim.d/extra-help-syntax.vim" || die "sed failed" +} diff --git a/app-vim/help-extra-syntax/metadata.xml b/app-vim/help-extra-syntax/metadata.xml new file mode 100644 index 000000000000..d221a8d4b42c --- /dev/null +++ b/app-vim/help-extra-syntax/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>vim</herd> +</pkgmetadata> diff --git a/app-vim/increment/Manifest b/app-vim/increment/Manifest new file mode 100644 index 000000000000..6d77bbbfcf61 --- /dev/null +++ b/app-vim/increment/Manifest @@ -0,0 +1 @@ +DIST increment-1.1.tar.bz2 3058 SHA256 b8fc54ce0d8f3dd562849bc5f33814a0dad8896eb21af77d9e6e6493fe9a9d0f SHA512 eae4fd492c02e83556646df35c57a50c07a09ea3c9cca0c8d8e15b8a49b621007e3952c23dc997d99d22dd8352852d98332180aa299ecdd4e53ffdafdc6b7a30 WHIRLPOOL 5880d563bdf0f1facfd8bdf13d767f63e372096a3a4b587403ad7a55845d1a596cd2ef988eb91643fc1e7f25e2f33e80a89255fbf5312fa05a442e621ac75cad diff --git a/app-vim/increment/increment-1.1.ebuild b/app-vim/increment/increment-1.1.ebuild new file mode 100644 index 000000000000..8175086339d2 --- /dev/null +++ b/app-vim/increment/increment-1.1.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +inherit vim-plugin + +DESCRIPTION="vim plugin: easily create sequences of incremented values" +HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=842" + +LICENSE="vim.org" +KEYWORDS="alpha amd64 ia64 ppc sparc x86" +IUSE="" + +VIM_PLUGIN_HELPFILES="increment.txt" diff --git a/app-vim/increment/metadata.xml b/app-vim/increment/metadata.xml new file mode 100644 index 000000000000..d221a8d4b42c --- /dev/null +++ b/app-vim/increment/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>vim</herd> +</pkgmetadata> diff --git a/app-vim/info/Manifest b/app-vim/info/Manifest new file mode 100644 index 000000000000..629d0dcd2949 --- /dev/null +++ b/app-vim/info/Manifest @@ -0,0 +1 @@ +DIST info-1.7.tar.bz2 3958 SHA256 c7fe167853d12464c13b5e67d40a2e3a4126c9ca766ce05b45348c94cea06850 SHA512 8d1d00b844a7485544fe02e17a3938a08b25be8cea7cf9f5e139be5b1f1f1b37abed8d717e149154d7bb87028f4d7e94b1ded844a6f83e8e645da2a214eaa81e WHIRLPOOL c4c09479b4698c082ae94d30c27f7123de81b866355c7790fabf025362c80bcd79cdea908d4e3c8ff31bc13c328bac7152f0d49756bea5ed5efe24ffc6265302 diff --git a/app-vim/info/info-1.7-r1.ebuild b/app-vim/info/info-1.7-r1.ebuild new file mode 100644 index 000000000000..f3235d670462 --- /dev/null +++ b/app-vim/info/info-1.7-r1.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +inherit vim-plugin + +DESCRIPTION="vim plugin: GNU info documentation browser" +HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=21" +LICENSE="BSD" +KEYWORDS="x86 alpha sparc ia64 ppc s390 amd64" +IUSE="" + +VIM_PLUGIN_HELPTEXT="This plugin adds the :Info command." + +src_unpack() { + unpack ${A} + cd ${P}/plugin + + # The 'h' key is a bad choice for help. 'H' would have been a + # much better choice. I sent this suggestion to the maintainer, + # but no reply. + sed -i 's/\(noremap <buffer> \)h/\1H/' info.vim || die 'sed failed' +} diff --git a/app-vim/info/metadata.xml b/app-vim/info/metadata.xml new file mode 100644 index 000000000000..d221a8d4b42c --- /dev/null +++ b/app-vim/info/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>vim</herd> +</pkgmetadata> diff --git a/app-vim/json/Manifest b/app-vim/json/Manifest new file mode 100644 index 000000000000..c5a9acc399d9 --- /dev/null +++ b/app-vim/json/Manifest @@ -0,0 +1,3 @@ +DIST json-20130830.tar.bz2 7039 SHA256 c2e3769dab296c5128ec00470d0b56f6ed5a1c2d81aef31f9a1b4c7b711916c3 SHA512 0b282d4180feff9f719c6da901d5ca55acb7aa86bd903faa6771e685efffeb0c2a603798e224354b0316109e177e0319c647e4f402123230842f60d6fb733019 WHIRLPOOL 393544cbbe1548cd8ef93ec3dd026dccd534d2ef0df9aef6e02de53350eeea6a46d8dd0941954621e72f7fe42c68ccb71270ae8d8b9c205db4661a1e08be6792 +DIST json-20140625.tar.bz2 7990 SHA256 d700986adca4d5d9d75e0d4c00771b55a4a092756c4269d52538f0d180daabb8 SHA512 c5eaee9f5a8b72559112b5feb7a721f583bf0f09cc4fbea9b6b0389ea4a07a5f14556c3f55104fe8d3521715d546ed05f99a81d8d0aeab76701a480a1466efc6 WHIRLPOOL 03d929083824e8ebdb3c611303001709e4b380857c37b9aa627a4600e46b1f247b3165ada16b42185729154c89923545c3ab911e11ee2e4f6f327e3a763ed59b +DIST json-20150511.tar.bz2 8620 SHA256 9975f164569224a242c17392f94ad7b7e4768f56b0f7cd44979ca9319ed3b581 SHA512 357ea8ea298c6e2758db75e54334ccdfcd43d3146f032c816756688f35ff163dea99df42b9f1168aaac63e50e6ccedb85ff6f37f234e9faf72c53fb9e05c9b9c WHIRLPOOL a473798595830d8aad2de1190ba0d66abbdd1dfdad2e4dc5271340444e976fd2a24166a70b34e361ce290a0ab3d0b348281419b41bac2aab37c15fb7e44bd720 diff --git a/app-vim/json/json-20130830.ebuild b/app-vim/json/json-20130830.ebuild new file mode 100644 index 000000000000..41bf8d4c08e0 --- /dev/null +++ b/app-vim/json/json-20130830.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit vim-plugin + +DESCRIPTION="vim plugin: a better JSON for Vim" +HOMEPAGE="https://github.com/elzr/vim-json/" +LICENSE="MIT" +KEYWORDS="~amd64 ~x86" + +src_prepare() { + rm *-test.* || die +} diff --git a/app-vim/json/json-20140625.ebuild b/app-vim/json/json-20140625.ebuild new file mode 100644 index 000000000000..bf70f83484b3 --- /dev/null +++ b/app-vim/json/json-20140625.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit vim-plugin + +DESCRIPTION="vim plugin: a better JSON for Vim" +HOMEPAGE="https://github.com/elzr/vim-json/" +LICENSE="MIT" +KEYWORDS="~amd64 ~x86" + +src_prepare() { + rm *-test.* license.md || die +} diff --git a/app-vim/json/json-20150511.ebuild b/app-vim/json/json-20150511.ebuild new file mode 100644 index 000000000000..896c647281e0 --- /dev/null +++ b/app-vim/json/json-20150511.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit vim-plugin + +DESCRIPTION="vim plugin: a better JSON for Vim" +HOMEPAGE="https://github.com/elzr/vim-json/" +LICENSE="MIT" +KEYWORDS="~amd64 ~x86" + +src_prepare() { + rm *-test.* license.md || die +} diff --git a/app-vim/json/metadata.xml b/app-vim/json/metadata.xml new file mode 100644 index 000000000000..8c75be499238 --- /dev/null +++ b/app-vim/json/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>vim</herd> + <upstream> + <remote-id type="github">elzr/vim-json</remote-id> + </upstream> +</pkgmetadata> diff --git a/app-vim/l9/Manifest b/app-vim/l9/Manifest new file mode 100644 index 000000000000..b9337047784c --- /dev/null +++ b/app-vim/l9/Manifest @@ -0,0 +1 @@ +DIST l9-1.1.zip 12363 SHA256 aaa47309c6403c3bc2b58c32aff085c2fd756cd24c6fedfdc89acd443b59e761 SHA512 75a593dd5bb7f6f3abcb6a915218755888d259ba950f3bef0f93eac189c5ed65e6646959c662a7ae9ca3a61fc80fc9e449d1590c718dda6544f86875097949d4 WHIRLPOOL dc81e3669b620b7bcef3ad37e97864eb6e0ff6b28b644e68648c5151b5974f2e951560cb44ba2deb0d9dbe81084a9fc2b6ed1aac33961f88ee7ca54b8976ba07 diff --git a/app-vim/l9/l9-1.1.ebuild b/app-vim/l9/l9-1.1.ebuild new file mode 100644 index 000000000000..7cd9b6cfff74 --- /dev/null +++ b/app-vim/l9/l9-1.1.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=3 + +VIM_PLUGIN_VIM_VERSION="7.2" +inherit vim-plugin + +DESCRIPTION="vim plugin: library for vim scripts" +HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=3252" +SRC_URI="http://www.vim.org/scripts/download_script.php?src_id=13948 -> ${P}.zip" +LICENSE="MIT" +KEYWORDS="amd64 x86" +IUSE="" + +VIM_PLUGIN_HELPFILES="l9" + +DEPEND="app-arch/unzip" +RDEPEND="" + +S="${WORKDIR}" diff --git a/app-vim/l9/metadata.xml b/app-vim/l9/metadata.xml new file mode 100644 index 000000000000..d221a8d4b42c --- /dev/null +++ b/app-vim/l9/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>vim</herd> +</pkgmetadata> diff --git a/app-vim/locateopen/Manifest b/app-vim/locateopen/Manifest new file mode 100644 index 000000000000..854251a2e0d4 --- /dev/null +++ b/app-vim/locateopen/Manifest @@ -0,0 +1 @@ +DIST locateopen-1.3.tar.bz2 1925 SHA256 0db60ec03324034248d5bd1b2233965e2d337b74c60f472120699cd47f60d57d SHA512 93d1f89eef3b877830a01a0fa609855108e3415836128d27f3b66fa6e3c57614a81e0cbcc984e39e0353883b7d8fec86c73f77a4c3f10a1cb8183b8be21a6dbe WHIRLPOOL 1513d5c8a6a96bd4e38163dd48eb3da0b18c079e53970c0184bd879fec21b3a7be9dc6a0e903c0f9ec97f46c2294923ccdd2ddad2ba07bea8807fb1562891c07 diff --git a/app-vim/locateopen/locateopen-1.3.ebuild b/app-vim/locateopen/locateopen-1.3.ebuild new file mode 100644 index 000000000000..5c4b4d04af5d --- /dev/null +++ b/app-vim/locateopen/locateopen-1.3.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +inherit vim-plugin + +DESCRIPTION="vim plugin: open a file without supplying a path" +HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=858" + +LICENSE="vim" +KEYWORDS="alpha amd64 ia64 ~mips ppc sparc x86" +IUSE="" + +RDEPEND="${RDEPEND} sys-apps/mlocate" + +VIM_PLUGIN_HELPTEXT=\ +"This plugin provides commands that hook vim into mlocate: +\ :LocateEdit filename +\ :LocateSplit filename +\ :LocateSource filename +\ :LocateRead filename +To configure: +\ :let g:locateopen_ignorecase = 1 \" enable ignore case mode +\ :let g:locateopen_smartcase = 0 \" disable smart case mode +\ :let g:locateopen_alwaysprompt = 1 \" show menu for one match" diff --git a/app-vim/locateopen/metadata.xml b/app-vim/locateopen/metadata.xml new file mode 100644 index 000000000000..d221a8d4b42c --- /dev/null +++ b/app-vim/locateopen/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>vim</herd> +</pkgmetadata> diff --git a/app-vim/lustyexplorer/Manifest b/app-vim/lustyexplorer/Manifest new file mode 100644 index 000000000000..9cf1268c7463 --- /dev/null +++ b/app-vim/lustyexplorer/Manifest @@ -0,0 +1,2 @@ +DIST lustyexplorer-4.1.tar.bz2 17098 SHA256 7030fa17b5f51afda72184382eb9a211dd5de16d4c5541d0a1b6a8e588e39f38 SHA512 2f9af8c40f93333a4a734722a6ac6532fc05719165d730ac10bb0b3096a769a7a5fc2bb02fe0f457563b9ada69474265b1de6d5b3e2d9ca30503a704be496a86 WHIRLPOOL b558dd70212ad3dec6b49f7a80fecf3b24bff39ad983e527fe217f61c1a47f292ded8155856e751b0726d3815e8e7950371686a173a89b87e94426cb48884183 +DIST lustyexplorer-4.3.tar.bz2 17373 SHA256 acfd2e16778e653d75ff6d5823d799f27de1a7af2045eb09788798659b1024a0 SHA512 24ffa1fe5c1698dfa6093c7cfed2f08540ce130258df5e8ec135356ecea4c1f607f11e643ab859f551e63ecbbf6fc8a615a9514e1d4798b752cc97146c29c661 WHIRLPOOL ab55b1450c2cfb1ef434fa51f9959691b4ffaf3414dae1f0ba43a4eba720054886414bce3bd9136334b79c932f10529dce9c7cb9dadf6fc08f523394530f029c diff --git a/app-vim/lustyexplorer/lustyexplorer-4.1.ebuild b/app-vim/lustyexplorer/lustyexplorer-4.1.ebuild new file mode 100644 index 000000000000..12e65434ed2f --- /dev/null +++ b/app-vim/lustyexplorer/lustyexplorer-4.1.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=4 + +inherit vim-plugin + +DESCRIPTION="vim plugin: dynamic filesystem and buffer explorer" +HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=1890" +LICENSE="bufexplorer.vim" +KEYWORDS="~amd64 ~x86" +IUSE="" + +VIM_PLUGIN_HELPFILES="lusty-explorer.txt" + +RDEPEND="|| ( app-editors/vim[ruby] app-editors/gvim[ruby] )" + +src_prepare() { + # There's good documentation included with the script, but it's not + # in a helpfile. Since there's rather too much information to include + # in a VIM_PLUGIN_HELPTEXT, we'll sed ourselves a help doc. + mkdir "${S}"/doc + sed -e '0,/"$/d' -e '/" GetLatest.\+$/,9999d' -e 's/^" \?//' \ + -e "s/\(Name Of File: \)\([^.]\+\)\.vim/\1*\2.txt*/" \ + plugin/lusty-explorer.vim > doc/lusty-explorer.txt +} diff --git a/app-vim/lustyexplorer/lustyexplorer-4.3.ebuild b/app-vim/lustyexplorer/lustyexplorer-4.3.ebuild new file mode 100644 index 000000000000..12e65434ed2f --- /dev/null +++ b/app-vim/lustyexplorer/lustyexplorer-4.3.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=4 + +inherit vim-plugin + +DESCRIPTION="vim plugin: dynamic filesystem and buffer explorer" +HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=1890" +LICENSE="bufexplorer.vim" +KEYWORDS="~amd64 ~x86" +IUSE="" + +VIM_PLUGIN_HELPFILES="lusty-explorer.txt" + +RDEPEND="|| ( app-editors/vim[ruby] app-editors/gvim[ruby] )" + +src_prepare() { + # There's good documentation included with the script, but it's not + # in a helpfile. Since there's rather too much information to include + # in a VIM_PLUGIN_HELPTEXT, we'll sed ourselves a help doc. + mkdir "${S}"/doc + sed -e '0,/"$/d' -e '/" GetLatest.\+$/,9999d' -e 's/^" \?//' \ + -e "s/\(Name Of File: \)\([^.]\+\)\.vim/\1*\2.txt*/" \ + plugin/lusty-explorer.vim > doc/lusty-explorer.txt +} diff --git a/app-vim/lustyexplorer/metadata.xml b/app-vim/lustyexplorer/metadata.xml new file mode 100644 index 000000000000..d221a8d4b42c --- /dev/null +++ b/app-vim/lustyexplorer/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>vim</herd> +</pkgmetadata> diff --git a/app-vim/matrix/Manifest b/app-vim/matrix/Manifest new file mode 100644 index 000000000000..191802ed1d60 --- /dev/null +++ b/app-vim/matrix/Manifest @@ -0,0 +1 @@ +DIST matrix-1.10.tar.bz2 3365 SHA256 8561e69ce31934e6770ed6af71106330e668847d8cd04db0e51fea26ccac9c66 SHA512 9c268ced7b0a7e3117c88bfe005236f1fc61cfd74fa10d46318b739fe61a97f7bd856d125d69cf599a79efb8fb181d8876641cda65ae5dc80e4c650e7430fa85 WHIRLPOOL fd37835d9dd57e82e0eae9e409456e4c959907d259b1edcfa45cec10d96f296068a606d04bc0a89497f84204a9694510bde9d4cd7ba3cb989b01491332e1f22d diff --git a/app-vim/matrix/matrix-1.10.ebuild b/app-vim/matrix/matrix-1.10.ebuild new file mode 100644 index 000000000000..b3c897d6c08e --- /dev/null +++ b/app-vim/matrix/matrix-1.10.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +inherit vim-plugin + +DESCRIPTION="vim plugin: Screensaver inspired by the Matrix" +HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=1189" + +LICENSE="vim.org" +KEYWORDS="amd64 ~mips ppc sparc x86 ~amd64-linux ~x86-linux ~x86-macos ~sparc-solaris" +IUSE="" + +VIM_PLUGIN_HELPTEXT=\ +"This plugin provides the :Matrix command. To exit the screensaver, +press a key." diff --git a/app-vim/matrix/metadata.xml b/app-vim/matrix/metadata.xml new file mode 100644 index 000000000000..d46a2da4fb29 --- /dev/null +++ b/app-vim/matrix/metadata.xml @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>vim</herd> + <longdescription lang="en"> + A Vim plugin which displays a screensaver based upon the falling green + symbols seen in the Matrix. + </longdescription> +</pkgmetadata> + diff --git a/app-vim/metadata.xml b/app-vim/metadata.xml new file mode 100644 index 000000000000..df7f60378d9b --- /dev/null +++ b/app-vim/metadata.xml @@ -0,0 +1,37 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE catmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<catmetadata> + <longdescription lang="en"> + The app-vim category contains plugins, syntax file and spelling + packages for the Vim text editor. + </longdescription> + <longdescription lang="de"> + Die Kategorie app-vim enthält Plugins und + Syntax-Pakete für den Vim Texteditor. + </longdescription> + <longdescription lang="es"> + La categoría app-vim contiene extensiones y paquetes + de syntaxis para el editor de texto Vim. + </longdescription> + <longdescription lang="nl"> + De app-vim categorie bevat plugins en syntax-bestanden + voor de vim text editor. + </longdescription> + <longdescription lang="vi"> + Nhóm app-vim chứa các plugin và các gói syntax cho + trình soạn thảo văn bản Vim. + </longdescription> + <longdescription lang="it"> + La categoria app-vim contiene estensioni e pacchetti di sintassi + per l'editor di testo Vim. + </longdescription> + <longdescription lang="pt"> + A categoria app-vim contém plugins e pacotes de sintaxe e grafia + para o editor de texto Vim. + </longdescription> + <longdescription lang="pl"> + Kategoria app-vim zawiera rozszerzenia, schematy podświetlania składni + oraz dodatki służące do sprawdzania pisowni dla edytora tekstu Vim. + </longdescription> +</catmetadata> + diff --git a/app-vim/minibufexpl/Manifest b/app-vim/minibufexpl/Manifest new file mode 100644 index 000000000000..affd15e53b09 --- /dev/null +++ b/app-vim/minibufexpl/Manifest @@ -0,0 +1,3 @@ +DIST minibufexpl-6.4.3.tar.gz 27907 SHA256 f9a9bb217e0f64faf146ee2ec4f8ee74e93199f564f5891d750d8f357b09d176 SHA512 631013654bd69479cd119b7f112ab1dd28b94fd3fdf832b2951d6a82e9d9b00a2d180bc1ccaee9abd0e855a17db3cadc0937b3418e8c4313d5f49ac06bd8beff WHIRLPOOL 6ffb447454b85a74592e2b8c1d70754c527b9aae7d793ecc4c56af8c633f929320c1431b70c02fd810eb0a6a7496798dfb5d5a24c9227fee43367bb7fb1fc644 +DIST minibufexpl-6.4.4.tar.gz 27273 SHA256 f4f404273607962a769f34f8057cf36c9547e5db27eb8400a04c11742c5fdafc SHA512 e48151483021860db1cd023d65899216146ee79ebbcd30a2514901c936f7cbc41abc7b023f65a839ceb762f0e15cd80ef2548540a239add9b093ef25ce9145a8 WHIRLPOOL 0e75d9a6253a3b53209380226c11bbb44bd184f435e45d4f4c97443bb52b9ef8d4dd5ad974c30fea77b14b46ce7e0d6948a37af4ab63c17c3807db52b16e9b45 +DIST minibufexpl-6.5.2.tar.gz 32119 SHA256 9638336d41a3550bb82c5b911ac23178d1df72438c3f140450fbd3d4a7f2d148 SHA512 325fb58b025392c5484574c4988ec95eb7374a10b67a4abe28857a0ae8d768316ef4d477b51bf442ffc1bcfb5f68dfd0c924731291b155192731055fed3569d1 WHIRLPOOL 66bfc0fe5787f45cec84c75479d648a62a02cb1e3922e77c4c844f889a3388732bec8775fdd5636de83af91ade33cba8e22f8e5f77961d32c004d819f0c8e0b7 diff --git a/app-vim/minibufexpl/metadata.xml b/app-vim/minibufexpl/metadata.xml new file mode 100644 index 000000000000..7b111b50bc45 --- /dev/null +++ b/app-vim/minibufexpl/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>vim</herd> + <upstream> + <remote-id type="github">fholgado/minibufexpl.vim</remote-id> + </upstream> +</pkgmetadata> diff --git a/app-vim/minibufexpl/minibufexpl-6.4.3.ebuild b/app-vim/minibufexpl/minibufexpl-6.4.3.ebuild new file mode 100644 index 000000000000..6b53d2fe1987 --- /dev/null +++ b/app-vim/minibufexpl/minibufexpl-6.4.3.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=4 + +inherit vim-plugin + +MY_PN="${PN}.vim" +DESCRIPTION="vim plugin: easily switch between buffers" +HOMEPAGE="https://github.com/fholgado/minibufexpl.vim" +SRC_URI="https://github.com/fholgado/${MY_PN}/tarball/${PV} -> ${P}.tar.gz" + +LICENSE="bufexplorer.vim" +KEYWORDS="amd64 ~mips ppc x86" +IUSE="" + +VIM_PLUGIN_HELPFILES="${PN}.txt" + +src_unpack() { + unpack ${A} + mv *-${MY_PN}-* "${S}" +} + +src_prepare() { + # There's good documentation included with the script, but it's not + # in a helpfile. Since there's rather too much information to include + # in a VIM_PLUGIN_HELPTEXT, we'll sed ourselves a help doc. + mkdir "${S}"/doc + sed -e '1,/"=\+$/d' -e '/"=\+$/,9999d' -e 's/^" \?//' \ + -e 's/\(Name Of File: \)\([^.]\+\)\.vim/\1*\2.txt*/' \ + plugin/${PN}.vim \ + > doc/${PN}.txt + + # Discard unwanted files + rm .gitignore README project.html || die +} diff --git a/app-vim/minibufexpl/minibufexpl-6.4.4.ebuild b/app-vim/minibufexpl/minibufexpl-6.4.4.ebuild new file mode 100644 index 000000000000..6a1280bbe315 --- /dev/null +++ b/app-vim/minibufexpl/minibufexpl-6.4.4.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=4 + +inherit vim-plugin vcs-snapshot + +MY_PN="${PN}.vim" +DESCRIPTION="vim plugin: easily switch between buffers" +HOMEPAGE="https://github.com/fholgado/minibufexpl.vim" +SRC_URI="https://github.com/fholgado/${MY_PN}/tarball/${PV} -> ${P}.tar.gz" +LICENSE="bufexplorer.vim" +KEYWORDS="amd64 ~mips ppc x86" +IUSE="" + +VIM_PLUGIN_HELPFILES="${PN}.txt" + +src_prepare() { + # discard unwanted files + rm .gitignore readme.markdown project.html || die +} diff --git a/app-vim/minibufexpl/minibufexpl-6.5.2.ebuild b/app-vim/minibufexpl/minibufexpl-6.5.2.ebuild new file mode 100644 index 000000000000..7db046c4f738 --- /dev/null +++ b/app-vim/minibufexpl/minibufexpl-6.5.2.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit vim-plugin + +MY_PN="${PN}.vim" +DESCRIPTION="vim plugin: easily switch between buffers" +HOMEPAGE="https://github.com/fholgado/minibufexpl.vim" +SRC_URI="https://github.com/fholgado/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" +LICENSE="bufexplorer.vim" +KEYWORDS="amd64 ~mips ppc x86" + +VIM_PLUGIN_HELPFILES="${PN}.txt" + +S=${WORKDIR}/${MY_PN}-${PV} + +src_prepare() { + # discard unwanted files + rm .gitignore README.md || die +} diff --git a/app-vim/multiplesearch/Manifest b/app-vim/multiplesearch/Manifest new file mode 100644 index 000000000000..627f1a8ad9d0 --- /dev/null +++ b/app-vim/multiplesearch/Manifest @@ -0,0 +1 @@ +DIST multiplesearch-1.3.zip 6500 SHA256 4de3a1793c9169eb085179011a7358b09291b18ab6302f5151d2547b38963313 SHA512 015e5744c0b0c496ca9263c901f29d66ea8edb75de6d39eb5b4956d977b1714611fda199be730fd77f6a9c0ceb0fe0cd74744ba3853b747f33bcdc8af92e7235 WHIRLPOOL 91fc7962bf9da68815fc458959f44defa52a62e2a06204868b1ddaee842bf21d2f285463e0e698a61184ca3a000c805e719c005aa23ae64c11ab4f2bd1d9117f diff --git a/app-vim/multiplesearch/metadata.xml b/app-vim/multiplesearch/metadata.xml new file mode 100644 index 000000000000..d221a8d4b42c --- /dev/null +++ b/app-vim/multiplesearch/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>vim</herd> +</pkgmetadata> diff --git a/app-vim/multiplesearch/multiplesearch-1.3.ebuild b/app-vim/multiplesearch/multiplesearch-1.3.ebuild new file mode 100644 index 000000000000..4b051cc52b8d --- /dev/null +++ b/app-vim/multiplesearch/multiplesearch-1.3.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=3 + +inherit vim-plugin + +DESCRIPTION="vim plugin: allows multiple highlighted searches" +HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=479" +SRC_URI="http://www.vim.org/scripts/download_script.php?src_id=9276 -> ${P}.zip" +LICENSE="vim" +KEYWORDS="alpha amd64 ia64 ~mips ppc sparc x86" +IUSE="" + +VIM_PLUGIN_HELPFILES="MultipleSearch" + +DEPEND="app-arch/unzip" +RDEPEND="" + +S="${WORKDIR}" diff --git a/app-vim/multvals/Manifest b/app-vim/multvals/Manifest new file mode 100644 index 000000000000..7c7df37b3a58 --- /dev/null +++ b/app-vim/multvals/Manifest @@ -0,0 +1 @@ +DIST multvals-3.10.tar.bz2 12299 SHA256 d7ad86cf8f0d80f0751fbc6b4a65a6cfcd496117a5ce73e62fd8cf436026a8d1 SHA512 6003b7fd2c16ae7b6ee400482aead44a5b7867d9e010d689b1b25452f78f4a84335a257eef56deba241fae8967e57b877132693b1ded1b4b01c0248da472152f WHIRLPOOL 71fbaf964091cdb2058c4069ea646a1b65f4361130722d1e0424bef2dbae9f3287f183515a8fba80981a5dd7acb94930dded95dea03195c1fe0aa0f41e92db5c diff --git a/app-vim/multvals/metadata.xml b/app-vim/multvals/metadata.xml new file mode 100644 index 000000000000..d221a8d4b42c --- /dev/null +++ b/app-vim/multvals/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>vim</herd> +</pkgmetadata> diff --git a/app-vim/multvals/multvals-3.10.ebuild b/app-vim/multvals/multvals-3.10.ebuild new file mode 100644 index 000000000000..bdffb8ded3f6 --- /dev/null +++ b/app-vim/multvals/multvals-3.10.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +inherit vim-plugin + +DESCRIPTION="vim plugin: library for helping with arrays" +HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=171" +LICENSE="GPL-2" +KEYWORDS="alpha amd64 ia64 ~mips ppc sparc x86" +IUSE="" + +RDEPEND="|| ( >=app-editors/vim-6.3 >=app-editors/gvim-6.3 )" + +VIM_PLUGIN_HELPTEXT=\ +"This plugin provides library functions and is not intended to be used +directly by the user." diff --git a/app-vim/nagios-syntax/Manifest b/app-vim/nagios-syntax/Manifest new file mode 100644 index 000000000000..159f8be3c70a --- /dev/null +++ b/app-vim/nagios-syntax/Manifest @@ -0,0 +1 @@ +DIST nagios-syntax-20050105.tar.bz2 1721 SHA256 76ddf01aefe98d124a8c120c39060c6f374e8333cdd644d075f4e445ecfc3399 SHA512 4bfca41c7aac4580511bf651db67c0dc16fcdcb09137ba27ce5472be9e3695db0ac254dca370b0f3576ab58959cd0ca5235833e45b1186c6f6721ca3d5793c6b WHIRLPOOL b5727573851e7d43a8bd84830e58c8c0cee65316a24ad5fee7d8f2d1890cb5b2f66ea40e738b7182e5800e2710260a0f32b9a22dd8b365807361f1e7cfe98148 diff --git a/app-vim/nagios-syntax/metadata.xml b/app-vim/nagios-syntax/metadata.xml new file mode 100644 index 000000000000..ff9d6ae9fc80 --- /dev/null +++ b/app-vim/nagios-syntax/metadata.xml @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>vim</herd> + <longdescription lang="en"> + This package provides Vim syntax highlighting for Nagios configuration + files, and automatic filetype detection for these files based upon + filename. + </longdescription> +</pkgmetadata> diff --git a/app-vim/nagios-syntax/nagios-syntax-20050105.ebuild b/app-vim/nagios-syntax/nagios-syntax-20050105.ebuild new file mode 100644 index 000000000000..d7d6776f666e --- /dev/null +++ b/app-vim/nagios-syntax/nagios-syntax-20050105.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +inherit vim-plugin + +DESCRIPTION="vim plugin: Nagios configuration files syntax" +HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=2261" +LICENSE="vim.org" +KEYWORDS="alpha amd64 ~arm hppa ia64 ~mips ppc ppc64 sparc x86" +IUSE="" + +VIM_PLUGIN_HELPTEXT=\ +"This plugin provides syntax highlighting for Nagios configuration +files. Detection is by filename (/etc/nagios/)." diff --git a/app-vim/neocomplcache/Manifest b/app-vim/neocomplcache/Manifest new file mode 100644 index 000000000000..01cf8560ba08 --- /dev/null +++ b/app-vim/neocomplcache/Manifest @@ -0,0 +1,2 @@ +DIST neocomplcache-6.1.tar.gz 135387 SHA256 d575cdadbf1b53f055e30cf46cd8118301eaca82c0c0709a63f3064c15ac94e1 SHA512 2e225590505067756d0ea873d083393aac3fbbe06ab4739b4152c841f9568ccab44af2c74859d7f5906deac57d245ea4eb66f7f7fb2efe8558c10b824363f94d WHIRLPOOL 26a485903a88801756899beca9cf8be4f87822d5dadef0c2e3ce6ac9fec9103229eb729e71295b9cd45f69fe0c65746657fa0d08ba3c3a2dedb80207984c3f87 +DIST neocomplcache-7.1.tar.bz2 73724 SHA256 82286c44115e3181749259402876e17f742a40d3f1cd47f0f1cce6d2c1432cbb SHA512 1ed17243722055a08bfda6b3e5524870d55377dd5998cbc5677f673974eebf5ee4019975e6b66c12c8ce5ff804d5c1512e69b7f53f56c1bb6f87638025a3210b WHIRLPOOL fc9345818579a300be55333a14e9003300050075d929e95aba7503980524fa9c77f7e4f7c946a456cfd9bd012f4dc8ce5d647d40f479980384eb09a84212ecc0 diff --git a/app-vim/neocomplcache/metadata.xml b/app-vim/neocomplcache/metadata.xml new file mode 100644 index 000000000000..71d319114053 --- /dev/null +++ b/app-vim/neocomplcache/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>vim</herd> +</pkgmetadata> diff --git a/app-vim/neocomplcache/neocomplcache-6.1.ebuild b/app-vim/neocomplcache/neocomplcache-6.1.ebuild new file mode 100644 index 000000000000..749a8bc2be0a --- /dev/null +++ b/app-vim/neocomplcache/neocomplcache-6.1.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=4 + +inherit vim-plugin + +DESCRIPTION="vim plugin: ultimate auto completion system" +HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=2620" +SRC_URI="https://github.com/vim-scripts/${PN}/tarball/${PV} -> ${P}.tar.gz" +LICENSE="MIT" +KEYWORDS="~amd64 ~x86" +IUSE="" + +VIM_PLUGIN_HELPFILES="${PN}.txt" + +src_unpack() { + unpack ${A} + mv *-${PN}-* "${S}" +} + +src_prepare() { + rm README* || die +} diff --git a/app-vim/neocomplcache/neocomplcache-7.1.ebuild b/app-vim/neocomplcache/neocomplcache-7.1.ebuild new file mode 100644 index 000000000000..e54c2fcd3567 --- /dev/null +++ b/app-vim/neocomplcache/neocomplcache-7.1.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=4 + +inherit vim-plugin + +DESCRIPTION="vim plugin: ultimate auto completion system" +HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=2620" +LICENSE="MIT" +KEYWORDS="amd64 x86" +IUSE="" + +VIM_PLUGIN_HELPFILES="${PN}.txt" diff --git a/app-vim/nerdcommenter/Manifest b/app-vim/nerdcommenter/Manifest new file mode 100644 index 000000000000..9d7657074bb4 --- /dev/null +++ b/app-vim/nerdcommenter/Manifest @@ -0,0 +1 @@ +DIST nerdcommenter-2.3.0.zip 31823 SHA256 c2a153a8538e340576208882b034e6c2de5c689d3bef1a67f7234917d0ded4dd SHA512 2160c624d37319e63640ff0fc98f302afb2eea45409b67ed895f884c43659ba0f81c057c2414287b9a276133ede5418ccf295434d9aebf1106978ab07edb6dbc WHIRLPOOL e2057def601fecbd73170f2171b599b08dda4b168611c67d4f875b7cc6dc8c6f7f43755732398f20cf1b373e78bc4659da466a186924a7ee173399d1258b9552 diff --git a/app-vim/nerdcommenter/metadata.xml b/app-vim/nerdcommenter/metadata.xml new file mode 100644 index 000000000000..c7b901f7dcaf --- /dev/null +++ b/app-vim/nerdcommenter/metadata.xml @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>vim</herd> +</pkgmetadata> + diff --git a/app-vim/nerdcommenter/nerdcommenter-2.3.0.ebuild b/app-vim/nerdcommenter/nerdcommenter-2.3.0.ebuild new file mode 100644 index 000000000000..6e8e0f268f26 --- /dev/null +++ b/app-vim/nerdcommenter/nerdcommenter-2.3.0.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=2 + +VIM_PLUGIN_VIM_VERSION=7.0 +inherit vim-plugin + +DESCRIPTION="vim plugin: easy commenting of code for many filetypes" +HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=1218" +SRC_URI="http://www.vim.org/scripts/download_script.php?src_id=14455 -> ${P}.zip" +LICENSE="public-domain" +KEYWORDS="amd64 x86 ~x86-linux ~x86-macos ~sparc64-solaris" +IUSE="" + +VIM_PLUGIN_HELPFILES="NERD_commenter" + +DEPEND="app-arch/unzip" +RDEPEND="" + +S="${WORKDIR}" diff --git a/app-vim/nerdtree/Manifest b/app-vim/nerdtree/Manifest new file mode 100644 index 000000000000..03430e3e2a90 --- /dev/null +++ b/app-vim/nerdtree/Manifest @@ -0,0 +1,2 @@ +DIST nerdtree-4.1.0.zip 44645 SHA256 34fd5a007a89b78601b6dfa99866c3214a42c46349505a7b1c62768eb4a1ff01 SHA512 d26382d6e1562f7f190b42499acf2417d9a4dfb64039f4673cca578123002e88986a82c3f2e9835970b73656566ef96c9fdd0b12bd68f6aa9c4677d8c3e00441 WHIRLPOOL 1b54c51c781db856c3a03d892ca0755bce4a4869a91c16a5baf82c72a43f754264ee4d764eb551e952fdf36cd81f00debc7841ace2a21aac0f26a47e8afa422e +DIST nerdtree-4.2.0.tar.bz2 36943 SHA256 6504080b52be5b8a17650d12237f516fe5e44ed20b6da9520d2d69189f3be2c5 SHA512 dd8886ee1671e5290a0a094630433979bedb7a5e1f0fdab0c8d6d93e85216bd84dbf12d33be4f249886b6be4e04ae7d6041e290c50fa2e5044035aee4eff8e06 WHIRLPOOL 9a285b4d9a2d1ca1804c3d5c0f3959762d7c391636e1f3eb10198421645ccdf2db1058a9c12f49949e73be58f3a9fb4219a0d0328381f60b19cd9460c47a7ec9 diff --git a/app-vim/nerdtree/metadata.xml b/app-vim/nerdtree/metadata.xml new file mode 100644 index 000000000000..d221a8d4b42c --- /dev/null +++ b/app-vim/nerdtree/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>vim</herd> +</pkgmetadata> diff --git a/app-vim/nerdtree/nerdtree-4.1.0.ebuild b/app-vim/nerdtree/nerdtree-4.1.0.ebuild new file mode 100644 index 000000000000..77866e15f42e --- /dev/null +++ b/app-vim/nerdtree/nerdtree-4.1.0.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=3 + +VIM_PLUGIN_VIM_VERSION="7.0" +inherit vim-plugin + +DESCRIPTION="vim plugin: A tree explorer plugin for navigating the filesystem" +HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=1658" +SRC_URI="http://www.vim.org/scripts/download_script.php?src_id=11834 -> ${P}.zip" +LICENSE="WTFPL-2" +KEYWORDS="~amd64 ~x86" +IUSE="" + +S="${WORKDIR}" + +VIM_PLUGIN_HELPFILES="NERD_tree" + +DEPEND="app-arch/unzip" +RDEPEND="" diff --git a/app-vim/nerdtree/nerdtree-4.2.0.ebuild b/app-vim/nerdtree/nerdtree-4.2.0.ebuild new file mode 100644 index 000000000000..050de913862a --- /dev/null +++ b/app-vim/nerdtree/nerdtree-4.2.0.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=4 + +inherit vim-plugin + +DESCRIPTION="vim plugin: A tree explorer plugin for navigating the filesystem" +HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=1658" +LICENSE="WTFPL-2" +KEYWORDS="amd64 x86 ~x64-macos" +IUSE="" + +VIM_PLUGIN_HELPFILES="NERD_tree" diff --git a/app-vim/nginx-syntax/Manifest b/app-vim/nginx-syntax/Manifest new file mode 100644 index 000000000000..daffa505d506 --- /dev/null +++ b/app-vim/nginx-syntax/Manifest @@ -0,0 +1,2 @@ +DIST nginx-syntax-0.3.2.tar.bz2 5736 SHA256 53481176a8a4197f9ddbb3c355672f990449fc6d50c5e693c1dde92eeebbdd40 SHA512 8397b6428a9141ba761bcbcd2763e9e3c8d676df45ff4e12e07dc59f1520282a390acc33a77ec7718b9cffe08c634170226abdc48d6e345b50e0e83e373b148c WHIRLPOOL 760897d25790480bdc273e1d50e90e1b1f0cbef0c46464d74d264775ec05a067f085f169a466bec98ebdb1a02322806fe64c30ae708faec1d394bcbab09b7e95 +DIST nginx-syntax-0.3.3.tar.bz2 5675 SHA256 1b729f6fb034750568fd7407192ba6787c998fad5c86ccd2d254a8392d4d583c SHA512 0142c9b825b9f9c262145c0d202651f020e5b3f3f3548ecbdd713cf66c5f7098b974e7d16eedfa9d722c2efdfbd9732097bf8b293a610a64c21571ec66a5886d WHIRLPOOL d32a86d52632127e0ce520bca3ccebc80e95aabe9cb3c2c673a41b306937e85165e8eed7b1a8b5cfff9da8396eb6f248c40a500bde68de8f88b2cb8e8dd77ebc diff --git a/app-vim/nginx-syntax/metadata.xml b/app-vim/nginx-syntax/metadata.xml new file mode 100644 index 000000000000..d221a8d4b42c --- /dev/null +++ b/app-vim/nginx-syntax/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>vim</herd> +</pkgmetadata> diff --git a/app-vim/nginx-syntax/nginx-syntax-0.3.2.ebuild b/app-vim/nginx-syntax/nginx-syntax-0.3.2.ebuild new file mode 100644 index 000000000000..3a010e1a3ab9 --- /dev/null +++ b/app-vim/nginx-syntax/nginx-syntax-0.3.2.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="2" + +inherit vim-plugin + +DESCRIPTION="vim plugin: Nginx configuration files syntax" +HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=1886" +LICENSE="vim" +KEYWORDS="amd64 ~arm ppc x86 ~amd64-fbsd" +IUSE="" diff --git a/app-vim/nginx-syntax/nginx-syntax-0.3.3.ebuild b/app-vim/nginx-syntax/nginx-syntax-0.3.3.ebuild new file mode 100644 index 000000000000..84c8408a763e --- /dev/null +++ b/app-vim/nginx-syntax/nginx-syntax-0.3.3.ebuild @@ -0,0 +1,12 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" + +inherit vim-plugin + +DESCRIPTION="vim plugin: Nginx configuration files syntax" +HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=1886" +LICENSE="vim" +KEYWORDS="~amd64 ~arm ~ppc ~x86 ~amd64-fbsd" diff --git a/app-vim/notes/Manifest b/app-vim/notes/Manifest new file mode 100644 index 000000000000..bf900ee6ad22 --- /dev/null +++ b/app-vim/notes/Manifest @@ -0,0 +1,2 @@ +DIST notes-0.29.tar.gz 53079 SHA256 231ad897f7a89067a7ec05366e2bd4782faad1b0abb198b241821c66612ae258 SHA512 9f757f06c9d881cd880ba7d9d0b5c6ab466f511d6a09919dc4febf9fa23132a3f7cf8e9d6f3b548ae94444fa3083e7f88f8d7a8a385cdccdb627e496f6cfefab WHIRLPOOL 230e1855ddc6512d4bee14524b2cab09d01ece02b6898d49054ca8e071ebf5cdd8e4dc17be5dbe459f5879e8b5539847eaa6932b252fb6f39b625a4f2d2b8d85 +DIST notes-0.33.tar.gz 238638 SHA256 f4ca53d17d2e103eccfdeb8fcaf0ad47b02c594ca2587ae5b95fd7ac33407a1e SHA512 0149c12e5feeeaaeca658dd8136ad590694a06f367ef227aad786bc830254acf74903edf2334527274dcdfaff7cd86e605c2ea083a5ec09d4409d5b4fef194f1 WHIRLPOOL a14a65d37c5630c8dcccc4a7620ff679302c07cad05a3baa57a322f75d88199ed73fc70026a1674817a8d20a4e8ed87f3c6b6a9bc32419d508f1024522868be8 diff --git a/app-vim/notes/metadata.xml b/app-vim/notes/metadata.xml new file mode 100644 index 000000000000..309e59933820 --- /dev/null +++ b/app-vim/notes/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>vim</herd> + <upstream> + <remote-id type="github">xolox/vim-notes</remote-id> + </upstream> +</pkgmetadata> diff --git a/app-vim/notes/notes-0.29.ebuild b/app-vim/notes/notes-0.29.ebuild new file mode 100644 index 000000000000..dfc1aeaffa41 --- /dev/null +++ b/app-vim/notes/notes-0.29.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +PYTHON_COMPAT=( python2_7 ) +PYTHON_REQ_USE="sqlite" + +inherit python-single-r1 vim-plugin + +DESCRIPTION="vim plugin: easy note taking in vim" +HOMEPAGE="http://peterodding.com/code/vim/notes/" +SRC_URI="https://github.com/xolox/vim-notes/archive/${PV}.tar.gz -> ${P}.tar.gz" +LICENSE="MIT" +KEYWORDS="amd64 x86" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" + +RDEPEND="${PYTHON_DEPS} + >=app-vim/vim-misc-1.16.1" + +VIM_PLUGIN_HELPFILES="${PN}.txt" + +S=${WORKDIR}/vim-${P} + +src_prepare() { + # remove unnecessary files + rm addon-info.json INSTALL.md README.md || die + + python_fix_shebang . +} diff --git a/app-vim/notes/notes-0.33.ebuild b/app-vim/notes/notes-0.33.ebuild new file mode 100644 index 000000000000..06a63c0a2f61 --- /dev/null +++ b/app-vim/notes/notes-0.33.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +PYTHON_COMPAT=( python2_7 ) +PYTHON_REQ_USE="sqlite" + +inherit python-single-r1 vim-plugin + +DESCRIPTION="vim plugin: easy note taking in vim" +HOMEPAGE="http://peterodding.com/code/vim/notes/" +SRC_URI="https://github.com/xolox/vim-notes/archive/${PV}.tar.gz -> ${P}.tar.gz" +LICENSE="MIT" +KEYWORDS="~amd64 ~x86" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" + +RDEPEND="${PYTHON_DEPS} + >=app-vim/vim-misc-1.17.6" + +VIM_PLUGIN_HELPFILES="${PN}.txt" + +S=${WORKDIR}/vim-${P} + +src_prepare() { + # remove unnecessary files + rm addon-info.json INSTALL.md README.md || die + + python_fix_shebang . +} diff --git a/app-vim/ntp-syntax/Manifest b/app-vim/ntp-syntax/Manifest new file mode 100644 index 000000000000..8e77bc678971 --- /dev/null +++ b/app-vim/ntp-syntax/Manifest @@ -0,0 +1 @@ +DIST ntp-syntax-20031001.tar.bz2 1636 SHA256 a448fd162591e87c8f36f49e136d151df5f20f2fcf36156d545d54c94842e9f5 SHA512 3c427dcd2cc065f3ae76c694ba57954c090a565c389aa4dd277e828eef1e25cf0c21781821526267728b1e2b30486007f618a2ba2f422be079cd540d8471c5d8 WHIRLPOOL da7228b3e92182ee76f2352b56cd007405535d424ac8a346f271ba4f0b19e8ab284e454ddfdfbc16393a30084cee0a4aef55b822fb637332f3193e3da70c58b8 diff --git a/app-vim/ntp-syntax/metadata.xml b/app-vim/ntp-syntax/metadata.xml new file mode 100644 index 000000000000..d221a8d4b42c --- /dev/null +++ b/app-vim/ntp-syntax/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>vim</herd> +</pkgmetadata> diff --git a/app-vim/ntp-syntax/ntp-syntax-20031001.ebuild b/app-vim/ntp-syntax/ntp-syntax-20031001.ebuild new file mode 100644 index 000000000000..0735b15dbd29 --- /dev/null +++ b/app-vim/ntp-syntax/ntp-syntax-20031001.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +inherit vim-plugin + +DESCRIPTION="vim plugin: ntp.conf syntax highlighting" +HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=778" + +LICENSE="vim" +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd" +IUSE="" + +VIM_PLUGIN_HELPTEXT=\ +"This plugin provides syntax highlighting for ntp.conf files." diff --git a/app-vim/omnicppcomplete/Manifest b/app-vim/omnicppcomplete/Manifest new file mode 100644 index 000000000000..3b6cbcf9100e --- /dev/null +++ b/app-vim/omnicppcomplete/Manifest @@ -0,0 +1 @@ +DIST omnicppcomplete-0.41.zip 38331 SHA256 7f0f3e870674458548bf219cba70ae11a5a7076399ca3fc2380982b61fb9d2da SHA512 565703f0e21f818308dbfbfaaec981eb522621568dee5b021bb8fe243da464b1d7defa45dc1cc2ac3370b3b3c67fb39dcb0dd7a1535a4dfe2ad81218f4ac71f3 WHIRLPOOL 7c59b3f14d0727c9e157b26e82957b603dbdf324fcf8c98da50bf684a0c474f5c24ef1ca430a5802aa83d2e3e6b11cd66b8c6d54c0627e0dfeb6eaf73267ea19 diff --git a/app-vim/omnicppcomplete/metadata.xml b/app-vim/omnicppcomplete/metadata.xml new file mode 100644 index 000000000000..d221a8d4b42c --- /dev/null +++ b/app-vim/omnicppcomplete/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>vim</herd> +</pkgmetadata> diff --git a/app-vim/omnicppcomplete/omnicppcomplete-0.41.ebuild b/app-vim/omnicppcomplete/omnicppcomplete-0.41.ebuild new file mode 100644 index 000000000000..347e72fc80ca --- /dev/null +++ b/app-vim/omnicppcomplete/omnicppcomplete-0.41.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="2" + +VIM_PLUGIN_VIM_VERSION="7.0" +inherit vim-plugin + +DESCRIPTION="vim plugin: C/C++ omni-completion with ctags database" +HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=1520" +SRC_URI="http://www.vim.org/scripts/download_script.php?src_id=7722 -> ${P}.zip" + +LICENSE="vim.org" +KEYWORDS="amd64 x86" +IUSE="" + +DEPEND="app-arch/unzip" +RDEPEND=">=dev-util/ctags-5.7" + +S="${WORKDIR}" + +VIM_PLUGIN_HELPFILES="${PN}" diff --git a/app-vim/pam-syntax/Manifest b/app-vim/pam-syntax/Manifest new file mode 100644 index 000000000000..dfef58d29aa5 --- /dev/null +++ b/app-vim/pam-syntax/Manifest @@ -0,0 +1,2 @@ +DIST pam-syntax-20030818.tar.bz2 2521 SHA256 0ecc41a9198d315e65d0eb8377d418f49d45966ca11b65c75b0332b63d95fc4b SHA512 71ed32e0a4360ef33be1fbb3f8123e9a7a9bd6ff75c60a9e29b7f58e35d4a1d811e751a3ff0855c762656d1e3e8d48999bae3ffab919ddc98ed046dace71faeb WHIRLPOOL a7dc05e1040d123d26649048f788391d5b1902a7bafae925cad3f61e1be5367c3e874eda8bc8f6acd1189466e471b160c4d5e8afe2e008fd9a0435d82362248b +DIST pam-syntax-20060424.tar.bz2 2803 SHA256 9b2ca802c54906aa6b9c67b678520970e7ea5277577a76cdc021a206d121db28 SHA512 750028c153111ffdc9472b333375ad8d6312262fb1c8c7ac8563207d11e36ab885bb6ef341a39d59f5e980b69110c35166fa6eeca3a6093b0328ee2c58cf09e0 WHIRLPOOL 5ad1ec68e4a56476b2ea201fe8c1dbcca4a99e9867f25d5ab49c36bf5db9f982647ac00fb6be46a2daf6b579f4890de4dfbfc976a43f06576094272d51798244 diff --git a/app-vim/pam-syntax/metadata.xml b/app-vim/pam-syntax/metadata.xml new file mode 100644 index 000000000000..d221a8d4b42c --- /dev/null +++ b/app-vim/pam-syntax/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>vim</herd> +</pkgmetadata> diff --git a/app-vim/pam-syntax/pam-syntax-20030818.ebuild b/app-vim/pam-syntax/pam-syntax-20030818.ebuild new file mode 100644 index 000000000000..35f1c010d0db --- /dev/null +++ b/app-vim/pam-syntax/pam-syntax-20030818.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +inherit vim-plugin + +DESCRIPTION="vim plugin: PAM configuration syntax highlighting" +HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=735" + +LICENSE="vim.org" +KEYWORDS="alpha amd64 arm ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~sparc-fbsd ~x86-fbsd" +IUSE="" + +VIM_PLUGIN_HELPTEXT=\ +"This plugin provides syntax highlighting for PAM configuration files." diff --git a/app-vim/pam-syntax/pam-syntax-20060424.ebuild b/app-vim/pam-syntax/pam-syntax-20060424.ebuild new file mode 100644 index 000000000000..1b18fed5c514 --- /dev/null +++ b/app-vim/pam-syntax/pam-syntax-20060424.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +inherit vim-plugin + +DESCRIPTION="vim plugin: PAM configuration syntax highlighting" +HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=735" + +LICENSE="vim" +KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd" +IUSE="" + +VIM_PLUGIN_HELPTEXT=\ +"This plugin provides syntax highlighting for PAM configuration files." diff --git a/app-vim/pathogen/Manifest b/app-vim/pathogen/Manifest new file mode 100644 index 000000000000..f3019f2a4586 --- /dev/null +++ b/app-vim/pathogen/Manifest @@ -0,0 +1,2 @@ +DIST pathogen-2.2.tar.gz 5968 SHA256 35fc1413005611130ed1b7543f7a7afc0eadb9956300d301ced006071c6f1cd2 SHA512 b3892fc11215bbc63fdaee2ab533fad025f373f344483223fea4bbbbf256873f8464d7ee35f4a065e3663f6552b973fe59bf87e46463f0ad09c95eeb08bb953e WHIRLPOOL defd4f1972a020416bafbb2fb82f920503c11d16b8287695399f3bf6ffb3da2ba5be55eb14835741d677b8e2c70d331751d4365d542bf183d72a4d403e11625e +DIST pathogen-2.3.tar.gz 6136 SHA256 3a2ec24f47dbb59dd4f3fea12f89cf64add951da4646dedced54b7284fdc38ac SHA512 da603a4d111dce6fba1542e3301a8e180def545d1f81339bc60782698c777625500e158d0f15c01ac0144e6a3045bb2d2d2ed19bfe661c233a0633a9aa14b749 WHIRLPOOL ab99d35d078e65eda60d5b3d96fa77f0913a97bcec19aceb2a104e493561e2fff8874c8fa3bb67f2875356ddcfe827972d84bacc5cb72ba42fd33613495a60bb diff --git a/app-vim/pathogen/metadata.xml b/app-vim/pathogen/metadata.xml new file mode 100644 index 000000000000..d6a3a74a31b0 --- /dev/null +++ b/app-vim/pathogen/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>vim</herd> + <upstream> + <remote-id type="github">tpope/vim-pathogen</remote-id> + </upstream> +</pkgmetadata> diff --git a/app-vim/pathogen/pathogen-2.2.ebuild b/app-vim/pathogen/pathogen-2.2.ebuild new file mode 100644 index 000000000000..fd1f6c49fabb --- /dev/null +++ b/app-vim/pathogen/pathogen-2.2.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit vim-plugin + +DESCRIPTION="vim plugin: manage your runtimepath" +HOMEPAGE="https://github.com/tpope/vim-pathogen/ http://www.vim.org/scripts/script.php?script_id=2332" +SRC_URI="https://github.com/tpope/vim-pathogen/archive/v${PV}.tar.gz -> ${P}.tar.gz" +LICENSE="vim" +KEYWORDS="amd64 x86 ~x64-macos" +IUSE="" + +S=${WORKDIR}/vim-${P} diff --git a/app-vim/pathogen/pathogen-2.3.ebuild b/app-vim/pathogen/pathogen-2.3.ebuild new file mode 100644 index 000000000000..9ec64cc8c30f --- /dev/null +++ b/app-vim/pathogen/pathogen-2.3.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit vim-plugin + +DESCRIPTION="vim plugin: manage your runtimepath" +HOMEPAGE="https://github.com/tpope/vim-pathogen/ http://www.vim.org/scripts/script.php?script_id=2332" +SRC_URI="https://github.com/tpope/vim-pathogen/archive/v${PV}.tar.gz -> ${P}.tar.gz" +LICENSE="vim" +KEYWORDS="amd64 x86 ~x64-macos" + +S=${WORKDIR}/vim-${P} diff --git a/app-vim/pdv/Manifest b/app-vim/pdv/Manifest new file mode 100644 index 000000000000..bbb2b898b0cf --- /dev/null +++ b/app-vim/pdv/Manifest @@ -0,0 +1 @@ +DIST pdv-1.0.1.tar.bz2 4473 SHA256 b21dde083be56ec98bc049eb47cc51763b803278579ef054a74cb9211cea387b SHA512 4d7cff977b690d6bf54885aeeff201033b3445aa118c4cf57ebde9cd71ea6e0e548d6c3419e7344aecfe4ca54de01f306406fe3d2aadc7d05d010093792b679c WHIRLPOOL 724c054c9111900518aaad122589b26d1173cdacbe406c2571bd83b078f28f0421fc3175971db17c6118233d16dc9b8b49588d75b065d87f8f166ad19374a6fa diff --git a/app-vim/pdv/metadata.xml b/app-vim/pdv/metadata.xml new file mode 100644 index 000000000000..d221a8d4b42c --- /dev/null +++ b/app-vim/pdv/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>vim</herd> +</pkgmetadata> diff --git a/app-vim/pdv/pdv-1.0.1.ebuild b/app-vim/pdv/pdv-1.0.1.ebuild new file mode 100644 index 000000000000..13e7a4779ce8 --- /dev/null +++ b/app-vim/pdv/pdv-1.0.1.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +inherit vim-plugin + +DESCRIPTION="vim plugin: PDV (phpDocumentor for Vim)" +HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=1355" +LICENSE="GPL-2" +KEYWORDS="~amd64 ~x86" +IUSE="" + +VIM_PLUGIN_HELPTEXT="To use this plugin, you should map the PhpDoc() function +to something. For example, add the following to your ~/.vimrc: + +imap <C-o> ^[:set paste<CR>:exe PhpDoc()<CR>:set nopaste<CR>i + +For more info, see: +${HOMEPAGE}" diff --git a/app-vim/perl-support/Manifest b/app-vim/perl-support/Manifest new file mode 100644 index 000000000000..24ad9eed8c24 --- /dev/null +++ b/app-vim/perl-support/Manifest @@ -0,0 +1,4 @@ +DIST perl-support-4.14.tar.gz 155754 SHA256 844726c7bcb669fb7d0dc949087905ac45fb8cee4d02b63739d50fc064053ca4 SHA512 b33b582f92a9a7bc9115b5b032b6c99888bedf9cde95e04e09b7a97b38b71f679c7fffb587a5afbfc450430abbfe659e16ce183902b7c4f36cdc93c5487e3194 WHIRLPOOL 077a2e32791743ddecf0970e65d5ace47ea49619de6c3d256ccadb0ead679ee302579890888fba59a918a9fdb90973970202744dd5cb4ae902cc26a6165afe0a +DIST perl-support-4.8.zip 159646 SHA256 170e2013490d3a80f5c71f57d14a7abe09f428ca9107838ff3a0896e4b6d9650 SHA512 658daa78da8aa6feec34e85dae385dcd1e00f974f27af35d7cfb7df4350841ab726409b0bf08352e6f24e302f8767d8dd71759e8c08fa8a3aba972bdee177871 WHIRLPOOL 44846208f2b87bc7fbfb746aede4144eb104097751ab90848f9dbdf0b5cd00fc716e231a0f5f0fd9c60364e43285ab70eed0d04475121c315f9eccc572481ebc +DIST perl-support-5.1.tar.bz2 155313 SHA256 b1757b3c0e148edd721c1f2938a0c801dc9e4ea7fe09ffc30d489be13bffb249 SHA512 eeb000aacbe96bff91491d78898cc6139f7fe5a2fdfc4fd3a0f783bb3fc0d753304b47342a3f3f94a2723d57ce05d2128dfba726db2446cb2ad2f4d1997055d1 WHIRLPOOL e7c8a39337bdfae2042aa0dddc7a7530550999dfc85153f32e6e230d216c26b0b53253462f2f3022848ef4362944c84335e61641ccf232bf1b0cd255fdd88a3d +DIST perl-support-5.2.tar.bz2 171572 SHA256 59eaafd43bd7b4af143968985cd6179f79edf38bd228d58f29ffd306c93a1728 SHA512 6300b4dc9609860b8931a273130d28e112d680b36c8118672d2aaf88eac6acfc84c3f9a29402d6e6895eafe1b9d9c56f6f4bfa10948ddbfc531e045870399071 WHIRLPOOL 92b8818cbad158bb12994f419ea91ce38dd3fd8a150418655a591a23a657b19ac02f345fcdf6353c5c437b33c68a7ddccde37d812bbf54a9e83915d5fa8e98dd diff --git a/app-vim/perl-support/files/perl-support-4.12-local-templates.patch b/app-vim/perl-support/files/perl-support-4.12-local-templates.patch new file mode 100644 index 000000000000..9007fd65a34c --- /dev/null +++ b/app-vim/perl-support/files/perl-support-4.12-local-templates.patch @@ -0,0 +1,11 @@ +--- plugin/perl-support.vim.orig ++++ plugin/perl-support.vim +@@ -145,7 +145,7 @@ + let s:Perl_GlobalTemplateFile = s:Perl_GlobalTemplateDir.'/Templates' + endif + " +- let s:Perl_LocalTemplateFile = s:plugin_dir.'/perl-support/templates/Templates' ++ let s:Perl_LocalTemplateFile = $HOME.'/.vim/perl-support/templates/Templates' + let s:Perl_LocalTemplateDir = fnamemodify( s:Perl_LocalTemplateFile, ":p:h" ).'/' + let s:Perl_CodeSnippets = s:plugin_dir.'/perl-support/codesnippets/' + let s:escfilename = ' \%#[]' diff --git a/app-vim/perl-support/metadata.xml b/app-vim/perl-support/metadata.xml new file mode 100644 index 000000000000..d221a8d4b42c --- /dev/null +++ b/app-vim/perl-support/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>vim</herd> +</pkgmetadata> diff --git a/app-vim/perl-support/perl-support-4.14.ebuild b/app-vim/perl-support/perl-support-4.14.ebuild new file mode 100644 index 000000000000..638f126e6241 --- /dev/null +++ b/app-vim/perl-support/perl-support-4.14.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=4 + +inherit vim-plugin + +MY_PN="${PN}.vim" +DESCRIPTION="vim plugin: Perl-IDE - Write and run Perl scripts using menus and hotkeys" +HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=556" +SRC_URI="https://github.com/vim-scripts/${MY_PN}/tarball/${PV} -> ${P}.tar.gz" +LICENSE="GPL-2 GPL-2+" +KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~x86-macos" +IUSE="" + +VIM_PLUGIN_HELPFILES="${PN}.txt" + +RDEPEND="dev-perl/Perl-Tags + dev-perl/Perl-Critic" + +src_unpack() { + unpack ${A} + mv *-${MY_PN}-* "${S}" +} + +src_prepare() { + # Don't set tabstop and shiftwidth + sed -i -e '/=4/s/^/"/' ftplugin/perl.vim +} + +src_install() { + dodoc doc/{ChangeLog,perl-hot-keys.pdf} + rm doc/{ChangeLog,perl-hot-keys.*,pmdesc3.text} || die + vim-plugin_src_install +} diff --git a/app-vim/perl-support/perl-support-4.8.ebuild b/app-vim/perl-support/perl-support-4.8.ebuild new file mode 100644 index 000000000000..5e1c5a5084d9 --- /dev/null +++ b/app-vim/perl-support/perl-support-4.8.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=3 + +inherit vim-plugin + +DESCRIPTION="vim plugin: Perl-IDE - Write and run Perl scripts using menus and hotkeys" +HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=556" +SRC_URI="http://www.vim.org/scripts/download_script.php?src_id=13075 -> ${P}.zip" +LICENSE="GPL-2 GPL-2+" +KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux ~x86-macos" +IUSE="" + +VIM_PLUGIN_HELPFILES="perlsupport" + +DEPEND="app-arch/unzip" +RDEPEND="" + +S="${WORKDIR}" diff --git a/app-vim/perl-support/perl-support-5.1.ebuild b/app-vim/perl-support/perl-support-5.1.ebuild new file mode 100644 index 000000000000..16113347d9de --- /dev/null +++ b/app-vim/perl-support/perl-support-5.1.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=4 + +inherit vim-plugin + +DESCRIPTION="vim plugin: Perl-IDE - Write and run Perl scripts using menus and hotkeys" +HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=556" +LICENSE="GPL-2 GPL-2+" +KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~x86-macos" +IUSE="" + +VIM_PLUGIN_HELPFILES="perlsupport.txt" + +RDEPEND="dev-perl/Perl-Tags + dev-perl/Perl-Critic" + +src_prepare() { + # Don't set tabstop and shiftwidth + sed -i -e '/=4/s/^/"/' ftplugin/perl.vim +} + +src_install() { + dodoc ${PN}/doc/{ChangeLog,perl-hot-keys.pdf} + rm -r ${PN}/doc/ || die + + vim-plugin_src_install +} diff --git a/app-vim/perl-support/perl-support-5.2.ebuild b/app-vim/perl-support/perl-support-5.2.ebuild new file mode 100644 index 000000000000..9e2a96892e5f --- /dev/null +++ b/app-vim/perl-support/perl-support-5.2.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +inherit vim-plugin + +DESCRIPTION="vim plugin: Perl-IDE - Write and run Perl scripts using menus and hotkeys" +HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=556" +LICENSE="GPL-2 GPL-2+" +KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~x86-macos" + +VIM_PLUGIN_HELPFILES="perlsupport.txt" + +RDEPEND="dev-perl/Perl-Tags + dev-perl/Perl-Critic" + +src_prepare() { + # Don't set tabstop and shiftwidth + sed -i '/=4/s/^/"/' ftplugin/perl.vim +} + +src_install() { + dodoc ${PN}/doc/{ChangeLog,perl-hot-keys.pdf} + rm -r ${PN}/doc/ || die + + vim-plugin_src_install +} diff --git a/app-vim/pgn-syntax/Manifest b/app-vim/pgn-syntax/Manifest new file mode 100644 index 000000000000..e88fd70ee6ad --- /dev/null +++ b/app-vim/pgn-syntax/Manifest @@ -0,0 +1 @@ +DIST pgn-syntax-1.0.tar.bz2 675 SHA256 a382c41d292ceede8ceef201e76ec71e440e3ed90b84248ce4401d59a36b3159 SHA512 8754881ac77d84359609fc55a00fa91f4dbad6e66778c7d9418fb7ed401c8fc063c1bb84d2574368827db0ecdbcd20c6f9e25808a691021f8d0b3afdb3360c5f WHIRLPOOL bfe3f5915ec1b7fa3a4b52a14d07ca0c018b09ee1352a046607c84c8061d98fa33c067b29b9592c6f857618142edc5d45c2e2a42e744b18c2bcd6f96df426933 diff --git a/app-vim/pgn-syntax/metadata.xml b/app-vim/pgn-syntax/metadata.xml new file mode 100644 index 000000000000..d221a8d4b42c --- /dev/null +++ b/app-vim/pgn-syntax/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>vim</herd> +</pkgmetadata> diff --git a/app-vim/pgn-syntax/pgn-syntax-1.0.ebuild b/app-vim/pgn-syntax/pgn-syntax-1.0.ebuild new file mode 100644 index 000000000000..610abf258a30 --- /dev/null +++ b/app-vim/pgn-syntax/pgn-syntax-1.0.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +inherit vim-plugin + +DESCRIPTION="vim plugin: PGN (chess Portable Game Notation) syntax highlighting" +HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=677" + +LICENSE="vim.org" +KEYWORDS="alpha amd64 ia64 ~mips ppc ppc64 sparc x86" +IUSE="" + +VIM_PLUGIN_HELPTEXT=\ +"This plugin provides syntax highlighting for PGN files." diff --git a/app-vim/phpdocs/Manifest b/app-vim/phpdocs/Manifest new file mode 100644 index 000000000000..4c406e2bdde0 --- /dev/null +++ b/app-vim/phpdocs/Manifest @@ -0,0 +1 @@ +DIST phpdocs-0.26.tar.bz2 3772 SHA256 c511a2e52eab9eae34594b91d369b87876c6d3ce5b53bd2fe49e02dc0c0178b1 SHA512 625717ce5e8cfe8ee6fb76611df28838f6bdf54905af138dccf6e2870c29c36f6c618872d81990833c06d30ab3f010445d2d31fb4173eb8b245113f8b5c87bcc WHIRLPOOL 84363c3041985fc7ec483e0b5ec611a79daab7633e655afbd001f2370d0dae94668106d4a2823089253e719b74e14826a93c0ed3e87a47007e30627c355114da diff --git a/app-vim/phpdocs/metadata.xml b/app-vim/phpdocs/metadata.xml new file mode 100644 index 000000000000..d221a8d4b42c --- /dev/null +++ b/app-vim/phpdocs/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>vim</herd> +</pkgmetadata> diff --git a/app-vim/phpdocs/phpdocs-0.26.ebuild b/app-vim/phpdocs/phpdocs-0.26.ebuild new file mode 100644 index 000000000000..8317d06b1bde --- /dev/null +++ b/app-vim/phpdocs/phpdocs-0.26.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +inherit vim-plugin + +DESCRIPTION="vim plugin: PHPDoc Support in VIM" +HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=520" +LICENSE="vim" +KEYWORDS="alpha ~amd64 ia64 ppc sparc x86 ~amd64-linux ~x86-linux ~ppc-macos" +IUSE="" +DEPEND="${DEPEND} >=sys-apps/sed-4" +RDEPEND="${DEPEND}" + +VIM_PLUGIN_HELPURI="http://www.vim.org/scripts/script.php?script_id=520" + +src_unpack() { + unpack ${A} + sed -i 's/\r$//' "${S}"/plugin/phpdoc.vim || die "sed failed" +} diff --git a/app-vim/project/Manifest b/app-vim/project/Manifest new file mode 100644 index 000000000000..132e0e6351c7 --- /dev/null +++ b/app-vim/project/Manifest @@ -0,0 +1 @@ +DIST project-1.4.1.tar.gz 20705 SHA256 6e0c60cb2782d8232182124b0b617fdb6f1e1fcf0259273ce717940976d0b097 SHA512 315d76a375dda2ba6e5523b80e83b6e53590a31713eb8da4ee976e0698a35eb0419ce88bb2eb3b1793e272a9f23ada1b29c7e8f1460cb36f5b57204cbbb54852 WHIRLPOOL d2c7e9b33d8487ac366b5f0adbc16c9fb9df19faee8e60af08480c4e66bbd0a11a544da40a4ea012a4b2540d698697898ca6565ae3c2360e933afd62ac2f06be diff --git a/app-vim/project/metadata.xml b/app-vim/project/metadata.xml new file mode 100644 index 000000000000..d221a8d4b42c --- /dev/null +++ b/app-vim/project/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>vim</herd> +</pkgmetadata> diff --git a/app-vim/project/project-1.4.1.ebuild b/app-vim/project/project-1.4.1.ebuild new file mode 100644 index 000000000000..c9224d856e30 --- /dev/null +++ b/app-vim/project/project-1.4.1.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="2" + +inherit vim-plugin + +DESCRIPTION="vim plugin: Managing multiple projects with multiple sources like +an IDE" +HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=69" +SRC_URI="http://www.vim.org/scripts/download_script.php?src_id=6273 + -> ${P}.tar.gz" + +LICENSE="vim.org" +KEYWORDS="~ppc" +IUSE="" + +S=${WORKDIR} + +VIM_PLUGIN_HELPFILES="project" diff --git a/app-vim/puppet-syntax/Manifest b/app-vim/puppet-syntax/Manifest new file mode 100644 index 000000000000..3375fcb3836d --- /dev/null +++ b/app-vim/puppet-syntax/Manifest @@ -0,0 +1 @@ +DIST puppet-syntax-3.0.1.tar.gz 3548 SHA256 2a9ca4172b2c0d58c4a74bfa579ef44a6760a02d687e42dd5313c9770305a9f4 SHA512 fb96360e784da578d2ab77a021befe874644cf964c1ca2d8b34b316296872a67679606ad0dfd4ab90027b7d259900af20d831d5e3359d76649e0c6f43546938b WHIRLPOOL 8b9d76f3c1d6929b1ec4e5b32e01244f94af3591d5df51ac2bd24fe151193679c97cb1dbfd9bd6ccc8c8602436dd47051bf0e59cac4ec6c643a1330ef27094ce diff --git a/app-vim/puppet-syntax/metadata.xml b/app-vim/puppet-syntax/metadata.xml new file mode 100644 index 000000000000..8081449d6e29 --- /dev/null +++ b/app-vim/puppet-syntax/metadata.xml @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>sysadmin</herd> +<herd>ruby</herd> +</pkgmetadata> diff --git a/app-vim/puppet-syntax/puppet-syntax-3.0.1.ebuild b/app-vim/puppet-syntax/puppet-syntax-3.0.1.ebuild new file mode 100644 index 000000000000..93521c5972bf --- /dev/null +++ b/app-vim/puppet-syntax/puppet-syntax-3.0.1.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=4 + +inherit vim-plugin + +DESCRIPTION="vim plugin: Puppet configuration files syntax" +HOMEPAGE="http://puppetlabs.com/" +SRC_URI="http://dev.gentoo.org/~tampakrap/tarballs/${P}.tar.gz" +LICENSE="Apache-2.0 GPL-2" +KEYWORDS="amd64 hppa ppc sparc x86 ~x64-macos ~x64-solaris" + +VIM_PLUGIN_HELPTEXT=\ +"This plugin provides syntax highlighting for Puppet configuration +files." + +DEPEND="!<app-admin/puppet-3.0.1" +RDEPEND=${DEPEND} diff --git a/app-vim/pushpop/Manifest b/app-vim/pushpop/Manifest new file mode 100644 index 000000000000..f8cb2d24fc08 --- /dev/null +++ b/app-vim/pushpop/Manifest @@ -0,0 +1 @@ +DIST pushpop-4.0.tar.bz2 7486 SHA256 3b7993ca955f8940e4b4de18cf9fd82ed004250488afe7b57a1ee754053a9bf2 SHA512 84f61908ab25ea6028c0f77d935286ffe3b8905400e455e1d123ca6e53cca2422e066adfcd8e75d2ad1d63d7e01524fea286a2eeeda3dd0968076be6a4229684 WHIRLPOOL d08caaf9a71602d663739f6dea4d37433dbe575c9ad01bce975dc2432911e5936a1c763babd81e6de632eae19f77650e1e6619fa9de9fc36b0cab8caf6db208a diff --git a/app-vim/pushpop/metadata.xml b/app-vim/pushpop/metadata.xml new file mode 100644 index 000000000000..d221a8d4b42c --- /dev/null +++ b/app-vim/pushpop/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>vim</herd> +</pkgmetadata> diff --git a/app-vim/pushpop/pushpop-4.0.ebuild b/app-vim/pushpop/pushpop-4.0.ebuild new file mode 100644 index 000000000000..c3835dca4c68 --- /dev/null +++ b/app-vim/pushpop/pushpop-4.0.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +inherit vim-plugin + +DESCRIPTION="vim plugin: pushd / popd from the vim commandline" +HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=129" +LICENSE="GPL-2" +KEYWORDS="alpha amd64 ia64 ~mips ppc sparc x86" +IUSE="" + +RDEPEND=">=app-vim/genutils-1.1 + >=app-vim/cmdalias-1.0" + +VIM_PLUGIN_HELPTEXT=\ +"This plugin provides :Pushd and :Popd commands which emulate bash's pushd +and popd functions." diff --git a/app-vim/pyclewn/Manifest b/app-vim/pyclewn/Manifest new file mode 100644 index 000000000000..67c4fac9c0de --- /dev/null +++ b/app-vim/pyclewn/Manifest @@ -0,0 +1,2 @@ +DIST pyclewn-2.0.1.tar.gz 124914 SHA256 15549d7375299c286abc3da9cb0942cc834f354715aa5464f8c68c104cc67621 SHA512 996acbedbb7922109925f188efba4c71e83f1823c029f92dc00bb21449f024232ef55df0c74a9fd4bfa7229523ed9ad4301aa9dbb8a3c20424082fc6939f63db WHIRLPOOL e92bab273982783f61c0bdfe464673be26225c02ce8ba14a0d7e1d9088167f3c48cc07247b83e36b5d98bdc6e314f76c828d3de1068b5ca4633149bc8aa0be8d +DIST pyclewn-2.1.tar.gz 129697 SHA256 4e6dccb6afa07e34202cc8cba4fc63a53d432b2dbc3f1a08c1945bbdd2a2a855 SHA512 346b98a9e37957a5bf97b8901247f56fa8e38bddac38727867773cf4e78e555d6a85848c4c400d1faf1159ba61122cfd4931c95a67e3b2abdfaae7996beb4f1b WHIRLPOOL ecf35c8e7ef0e60f4297dc3375d31023f26aea645ec95193c5c4ec808f4d8c973524405d14c15317ceb03a5974ab079ee545ecc987d2ed99f4681dc39133df3a diff --git a/app-vim/pyclewn/metadata.xml b/app-vim/pyclewn/metadata.xml new file mode 100644 index 000000000000..f73ba1ba3999 --- /dev/null +++ b/app-vim/pyclewn/metadata.xml @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>vim</herd> + <maintainer> + <email>maksbotan@gentoo.org</email> + <name>Maxim Koltsov</name> + </maintainer> + <upstream> + <remote-id type="pypi">pyclewn</remote-id> + </upstream> +</pkgmetadata> diff --git a/app-vim/pyclewn/pyclewn-2.0.1.ebuild b/app-vim/pyclewn/pyclewn-2.0.1.ebuild new file mode 100644 index 000000000000..e1cc815f98cf --- /dev/null +++ b/app-vim/pyclewn/pyclewn-2.0.1.ebuild @@ -0,0 +1,47 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +PYTHON_COMPAT=( python{2_7,3_3,3_4} ) +inherit eutils vim-plugin distutils-r1 + +SRC_URI="mirror://pypi/p/${PN}/${P}.tar.gz" + +DESCRIPTION="Pyclewn allows using vim as a front end to a debugger (pdb or gdb)" +HOMEPAGE="http://pyclewn.sourceforge.net/" +LICENSE="GPL-2" +KEYWORDS="~amd64 ~x86" + +CDEPEND="|| ( + >=app-editors/vim-7.3[${PYTHON_USEDEP}] + >=app-editors/gvim-7.3[netbeans,${PYTHON_USEDEP}] +)" +DEPEND="${CDEPEND} + app-arch/vimball +" +RDEPEND="${DEPEND} + $(python_gen_cond_dep \ + 'dev-python/trollius[${PYTHON_USEDEP}]' python{2_7,3_3}) +" + +SLOT="0" + +#Completely broken (runs vim), disable for now +#python_test() { +# esetup.py test +#} + +python_install_all() { + distutils-r1_python_install_all + + vimball -x -C "${ED}"/usr/share/vim/vimfiles lib/clewn/runtime/${P}.vmb || die "Extracting vimball failed" +} + +pkg_postinst() { + vim-plugin_pkg_postinst + + optfeature "C/C++ debugging" sys-devel/gdb + optfeature "Python debugging" dev-python/pdb-clone +} diff --git a/app-vim/pyclewn/pyclewn-2.1.ebuild b/app-vim/pyclewn/pyclewn-2.1.ebuild new file mode 100644 index 000000000000..e1cc815f98cf --- /dev/null +++ b/app-vim/pyclewn/pyclewn-2.1.ebuild @@ -0,0 +1,47 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +PYTHON_COMPAT=( python{2_7,3_3,3_4} ) +inherit eutils vim-plugin distutils-r1 + +SRC_URI="mirror://pypi/p/${PN}/${P}.tar.gz" + +DESCRIPTION="Pyclewn allows using vim as a front end to a debugger (pdb or gdb)" +HOMEPAGE="http://pyclewn.sourceforge.net/" +LICENSE="GPL-2" +KEYWORDS="~amd64 ~x86" + +CDEPEND="|| ( + >=app-editors/vim-7.3[${PYTHON_USEDEP}] + >=app-editors/gvim-7.3[netbeans,${PYTHON_USEDEP}] +)" +DEPEND="${CDEPEND} + app-arch/vimball +" +RDEPEND="${DEPEND} + $(python_gen_cond_dep \ + 'dev-python/trollius[${PYTHON_USEDEP}]' python{2_7,3_3}) +" + +SLOT="0" + +#Completely broken (runs vim), disable for now +#python_test() { +# esetup.py test +#} + +python_install_all() { + distutils-r1_python_install_all + + vimball -x -C "${ED}"/usr/share/vim/vimfiles lib/clewn/runtime/${P}.vmb || die "Extracting vimball failed" +} + +pkg_postinst() { + vim-plugin_pkg_postinst + + optfeature "C/C++ debugging" sys-devel/gdb + optfeature "Python debugging" dev-python/pdb-clone +} diff --git a/app-vim/python-mode/Manifest b/app-vim/python-mode/Manifest new file mode 100644 index 000000000000..a0ced5eb03cc --- /dev/null +++ b/app-vim/python-mode/Manifest @@ -0,0 +1,2 @@ +DIST python-mode-0.6.10.tar.gz 474266 SHA256 ed97b9c260cafa38e01d1bc988e611df8a4681922e3ba4022e5ccac692b8f583 SHA512 562d91a377e783b2cf2583910f4c6b0e8530be9533b513198f5ac97e7581672f95f69e752d391d2a6ad9ac0621c967bc46c02f79fdc38d25172f14267fe27f7e WHIRLPOOL 404458e298ab3c093c031ac00cf43e66652a8054fecfb4d2c481d73a2efbb6949409545f5269bcb43f519b19a27dd8b68fb75a166dce1e78d49e1899bfe17901 +DIST python-mode-0.6.18.tar.gz 386846 SHA256 d46ff14b7ee639b698d1b0ae0e7ca0dcfa95a315ffb25e523ae720461f399c1d SHA512 0e3159a055304443c8b15590c424ac0f4a4303e343882ff91f01f5b959274931dea83969ab1dcd19ce95894c7da5be60699d51b852dc73165a99a271feec4e64 WHIRLPOOL 1a6114999c1b832335268dd7dd3e9ebfd48ce9e35cdc7058e4a1011d3ac0aeb36df85ab52599460e449c0ee645303aca17a8ecb44533a5d137a9b904c426b1da diff --git a/app-vim/python-mode/files/python-mode-0.6.18-dont-add-cwd-to-syspath.patch b/app-vim/python-mode/files/python-mode-0.6.18-dont-add-cwd-to-syspath.patch new file mode 100644 index 000000000000..fb92614233bd --- /dev/null +++ b/app-vim/python-mode/files/python-mode-0.6.18-dont-add-cwd-to-syspath.patch @@ -0,0 +1,15 @@ +https://github.com/klen/python-mode/issues/162 +--- a/ftplugin/python/init-pymode.vim ++++ b/ftplugin/python/init-pymode.vim +@@ -46,10 +46,9 @@ if !pymode#Default('g:pymode_path', 1) || g:pymode_path + python << EOF + import sys, vim, os + +-curpath = vim.eval("getcwd()") + libpath = os.path.join(vim.eval("expand('<sfile>:p:h:h:h')"), 'pylibs') + +-sys.path = [libpath, curpath] + vim.eval("g:pymode_paths") + sys.path ++sys.path = [libpath] + vim.eval("g:pymode_paths") + sys.path + EOF + + endif " }}} diff --git a/app-vim/python-mode/metadata.xml b/app-vim/python-mode/metadata.xml new file mode 100644 index 000000000000..a67e512c05d7 --- /dev/null +++ b/app-vim/python-mode/metadata.xml @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>vim</herd> + <maintainer> + <email>xarthisius@gentoo.org</email> + <name>Kacper Kowalik</name> + </maintainer> + <longdescription> + Python-mode is a vim plugin that allows you to use the pylint, rope, + pydoc, pyflakes, pep8, mccabe libraries in vim to provide features like + python code looking for bugs, refactoring and some other useful + things. + </longdescription> + <upstream> + <remote-id type="github">klen/python-mode</remote-id> + </upstream> +</pkgmetadata> diff --git a/app-vim/python-mode/python-mode-0.6.10.ebuild b/app-vim/python-mode/python-mode-0.6.10.ebuild new file mode 100644 index 000000000000..9348671475bf --- /dev/null +++ b/app-vim/python-mode/python-mode-0.6.10.ebuild @@ -0,0 +1,51 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=4 + +VIM_PLUGIN_MESSAGES="filetype" +VIM_PLUGIN_HELPFILES="PythonModeCommands" +VIM_PLUGIN_HELPURI="https://github.com/klen/python-mode" + +inherit vim-plugin vcs-snapshot + +DESCRIPTION="Provide python code looking for bugs, refactoring and other useful things" +HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=3770 https://github.com/klen/python-mode" +SRC_URI="https://github.com/klen/${PN}/tarball/${PV} -> ${P}.tar.gz" + +LICENSE="LGPL-3" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="" +RDEPEND=" + dev-python/astng + dev-python/autopep8 + dev-python/pyflakes + dev-python/pylint + dev-python/rope + dev-python/ropemode + " + +src_prepare() { + rm -rf pylibs/{logilab,*pep8.py,pyflakes,pylint,rope,ropemode} .gitignore + mv pylint.ini "${T}" || die + sed -e "s|expand(\"<sfile>:p:h:h\")|\"${EPREFIX}/usr/share/${PN}\"|" \ + -i plugin/pymode.vim || die # use custom path + sed -e "s/pylibs.autopep8/autopep8/g" -i pylibs/pymode/auto.py || die + sed -e "s/pylibs.ropemode/ropemode/g" -i pylibs/ropevim.py || die +} + +src_install() { + vim-plugin_src_install + insinto usr/share/${PN} + doins "${T}"/pylint.ini +} + +pkg_postinst() { + vim-plugin_pkg_postinst + einfo "If you use custom pylintrc make sure you append the contents of" + einfo " ${EPREFIX}/usr/share/${PN}/pylint.ini" + einfo "to it. Otherwise PyLint command will not work properly." +} diff --git a/app-vim/python-mode/python-mode-0.6.18-r2.ebuild b/app-vim/python-mode/python-mode-0.6.18-r2.ebuild new file mode 100644 index 000000000000..9f493ee16459 --- /dev/null +++ b/app-vim/python-mode/python-mode-0.6.18-r2.ebuild @@ -0,0 +1,54 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +VIM_PLUGIN_MESSAGES="filetype" +VIM_PLUGIN_HELPFILES="PythonModeCommands" +VIM_PLUGIN_HELPURI="https://github.com/klen/python-mode" + +inherit vim-plugin + +DESCRIPTION="Provide python code looking for bugs, refactoring and other useful things" +HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=3770 https://github.com/klen/python-mode" +SRC_URI="https://github.com/klen/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="LGPL-3" +KEYWORDS="~amd64 ~x86" + +RDEPEND=" + dev-python/astng + dev-python/autopep8 + dev-python/pyflakes + dev-python/pylint + dev-python/rope + dev-python/ropemode + " + +src_prepare() { + # debundling fun + rm -rf pylibs/pylama/{pep8.py,pyflakes} pylibs/{autopep8.py} + #rm -rf pylibs/{rope,ropemode} #475686 + sed -e 's/from .pep8/from pep8/g' \ + -e 's/from .pyflakes/from pyflakes/g' \ + -i pylibs/pylama/utils.py || die + # there's still pylint left, I failed to debundle it :/ + + mv pylint.ini "${T}" || die + sed -e "s|expand(\"<sfile>:p:h:h\")|\"${EPREFIX}/usr/share/${PN}\"|" \ + -i autoload/pymode.vim || die # use custom path +} + +src_install() { + vim-plugin_src_install + insinto usr/share/${PN} + doins "${T}"/pylint.ini +} + +pkg_postinst() { + vim-plugin_pkg_postinst + einfo "If you use custom pylintrc make sure you append the contents of" + einfo " ${EPREFIX}/usr/share/${PN}/pylint.ini" + einfo "to it. Otherwise PyLint command will not work properly." +} diff --git a/app-vim/python-mode/python-mode-0.6.18-r3.ebuild b/app-vim/python-mode/python-mode-0.6.18-r3.ebuild new file mode 100644 index 000000000000..a9dd4afab1d3 --- /dev/null +++ b/app-vim/python-mode/python-mode-0.6.18-r3.ebuild @@ -0,0 +1,56 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +VIM_PLUGIN_MESSAGES="filetype" +VIM_PLUGIN_HELPFILES="PythonModeCommands" +VIM_PLUGIN_HELPURI="https://github.com/klen/python-mode" + +inherit vim-plugin eutils + +DESCRIPTION="Provide python code looking for bugs, refactoring and other useful things" +HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=3770 https://github.com/klen/python-mode" +SRC_URI="https://github.com/klen/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="LGPL-3" +KEYWORDS="amd64 x86" + +RDEPEND=" + dev-python/astng + dev-python/autopep8 + dev-python/pyflakes + dev-python/pylint + dev-python/rope + dev-python/ropemode + " + +src_prepare() { + epatch "${FILESDIR}"/${P}-dont-add-cwd-to-syspath.patch + + # debundling fun + rm -rf pylibs/pylama/{pep8.py,pyflakes} pylibs/{autopep8.py} + #rm -rf pylibs/{rope,ropemode} #475686 + sed -e 's/from .pep8/from pep8/g' \ + -e 's/from .pyflakes/from pyflakes/g' \ + -i pylibs/pylama/utils.py || die + # there's still pylint left, I failed to debundle it :/ + + mv pylint.ini "${T}" || die + sed -e "s|expand(\"<sfile>:p:h:h\")|\"${EPREFIX}/usr/share/${PN}\"|" \ + -i autoload/pymode.vim || die # use custom path +} + +src_install() { + vim-plugin_src_install + insinto usr/share/${PN} + doins "${T}"/pylint.ini +} + +pkg_postinst() { + vim-plugin_pkg_postinst + einfo "If you use custom pylintrc make sure you append the contents of" + einfo " ${EPREFIX}/usr/share/${PN}/pylint.ini" + einfo "to it. Otherwise PyLint command will not work properly." +} diff --git a/app-vim/rails/Manifest b/app-vim/rails/Manifest new file mode 100644 index 000000000000..89be729f03c4 --- /dev/null +++ b/app-vim/rails/Manifest @@ -0,0 +1,4 @@ +DIST rails-4.3.zip 62381 SHA256 4d9bf826803f1aa861a72a1981e831a8cd329c47cc035ab2651203a379800f32 SHA512 603d61bebabab583b576ca3676d93e5dffd66574138d9a956a7af6743ca27c660a45adfe60257a447d2d2ca1f239fc8503bcd7c0d778d8b5285c846104f90e6b WHIRLPOOL 2fde7a0ce21fc49c497c69b450c3535776b26c46f213494d8df2fca070da9edf5e51a19b895641bb602b749a2543a26bfdad14f6ff8782059612f83f8ae611e1 +DIST rails-4.4.tar.gz 19618 SHA256 14a75fef42cb41a58c92892a3e7fd7c29b2f1272425626927722b2da9ad691d6 SHA512 1e0f3140c899a50eedd4f18c24e74f669bd8e81e183c2c1e99e342ff0647c38e8bbbc27f03871e73d06b6921f17a9d6331927ef461ee6be8bc83cc13266e2447 WHIRLPOOL c899a1a8c3b2fd5a0093c705e8054997533ac322d6c40dcd4dd00420412de58f2a7392ebe093999da5ddd91d25a2f04f4aa60828ed66d4782208b86112424e8b +DIST rails-5.0.tar.gz 58389 SHA256 1cacf4962e3abe42d0b8719243cd1a79077b61f1bfc3dfff0baa80ce9c108994 SHA512 ce022e01e285cb1909c0951eed96dd61734bb5f21202f4e2bcca4fba55fed11a3570765673c96beb6b43505575bf4e915c584fcf46a41e137a0e53d69dc702d1 WHIRLPOOL c66bc77d57739ff6cb38187e74c162fad87430b54b65f42c79c1724cbb809e65aa5f005beb295e221e3f538968b1d62a606dc45a381187c8e64f55e95d67308f +DIST rails-5.1.tar.gz 57639 SHA256 d7de2f81f41b2895cebd4568bd66c76934453b81a075ec439f22dc79bd7e036d SHA512 15aac8a66c84c939ad7628480ebae8008644a09c4901d1c20c09945232f39ccff236f4d0926dc4f902b9373bda30dc6740d76f7f580e5e74892cb16749ad5a11 WHIRLPOOL 1326312f9ed11e65494698c38c987115689844985eaa67110771b2ac234f9aeaafa2534210bbf77061d958926c287dc3962caa39c5a4b3935cecf8390846deb9 diff --git a/app-vim/rails/metadata.xml b/app-vim/rails/metadata.xml new file mode 100644 index 000000000000..e4ba72cf7cee --- /dev/null +++ b/app-vim/rails/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>vim</herd> + <upstream> + <remote-id type="github">tpope/vim-rails</remote-id> + </upstream> +</pkgmetadata> diff --git a/app-vim/rails/rails-4.3.ebuild b/app-vim/rails/rails-4.3.ebuild new file mode 100644 index 000000000000..325d34f92ba9 --- /dev/null +++ b/app-vim/rails/rails-4.3.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=3 + +inherit vim-plugin + +DESCRIPTION="vim plugin: aids developing Ruby on Rails applications" +HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=1567" +SRC_URI="http://www.vim.org/scripts/download_script.php?src_id=13800 -> ${P}.zip" +LICENSE="vim" +KEYWORDS="~amd64 ~x86" +IUSE="" + +VIM_PLUGIN_HELPFILES="rails" + +DEPEND="app-arch/unzip" +RDEPEND="" + +S="${WORKDIR}" diff --git a/app-vim/rails/rails-4.4.ebuild b/app-vim/rails/rails-4.4.ebuild new file mode 100644 index 000000000000..0d15beace913 --- /dev/null +++ b/app-vim/rails/rails-4.4.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=4 + +inherit vim-plugin + +MY_PN="rails.vim" +DESCRIPTION="vim plugin: aids developing Ruby on Rails applications" +HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=1567" +SRC_URI="https://github.com/vim-scripts/${MY_PN}/tarball/${PV} -> ${P}.tar.gz" +LICENSE="vim" +KEYWORDS="~amd64 ~x86" +IUSE="" + +VIM_PLUGIN_HELPFILES="${PN}.txt" + +src_unpack() { + unpack ${A} + mv *-${MY_PN}-* "${S}" +} + +src_prepare() { + rm README || die +} diff --git a/app-vim/rails/rails-5.0.ebuild b/app-vim/rails/rails-5.0.ebuild new file mode 100644 index 000000000000..fef37b05f080 --- /dev/null +++ b/app-vim/rails/rails-5.0.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit vim-plugin + +MY_PN="vim-rails" +MY_P=${MY_PN}-${PV} + +DESCRIPTION="vim plugin: aids developing Ruby on Rails applications" +HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=1567" +SRC_URI="https://github.com/tpope/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" +LICENSE="vim" +KEYWORDS="~amd64 ~x86" + +VIM_PLUGIN_HELPFILES="${PN}.txt" + +S=${WORKDIR}/${MY_P} + +src_prepare() { + rm *.markdown || die +} diff --git a/app-vim/rails/rails-5.1.ebuild b/app-vim/rails/rails-5.1.ebuild new file mode 100644 index 000000000000..4cc4fa4489d8 --- /dev/null +++ b/app-vim/rails/rails-5.1.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit vim-plugin + +MY_PN="vim-rails" +MY_P=${MY_PN}-${PV} + +DESCRIPTION="vim plugin: aids developing Ruby on Rails applications" +HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=1567 https://github.com/tpope/vim-rails/" +SRC_URI="https://github.com/tpope/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" +LICENSE="vim" +KEYWORDS="~amd64 ~x86" + +VIM_PLUGIN_HELPFILES="${PN}.txt" + +S=${WORKDIR}/${MY_P} + +src_prepare() { + rm *.markdown || die +} diff --git a/app-vim/recover/Manifest b/app-vim/recover/Manifest new file mode 100644 index 000000000000..c097647ff158 --- /dev/null +++ b/app-vim/recover/Manifest @@ -0,0 +1 @@ +DIST recover-0.18.tar.bz2 8137 SHA256 9fcd1d440ef0709b4c9719c758d67ba349970b08027b16341290170a4b27cde4 SHA512 fe31626bd9bfacf299536f4943b65d61262da8bfec9c83b085e67a52833d8fe8c5ecc81fade50c451cfe2889e0cfa938401635a2c9471ebd31191fc1c7beeb71 WHIRLPOOL e1d159a1c182f514a625c9dceadb6ecba6f2a9b9b9f335654cdc53ef4758bb9922a46a441ac8079590d1ba1196548c5a275f31d8ff580510616c5d93e9160f35 diff --git a/app-vim/recover/metadata.xml b/app-vim/recover/metadata.xml new file mode 100644 index 000000000000..4fc7250111cd --- /dev/null +++ b/app-vim/recover/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>vim</herd> + <upstream> + <remote-id type="github">chrisbra/Recover.vim</remote-id> + </upstream> +</pkgmetadata> diff --git a/app-vim/recover/recover-0.18.ebuild b/app-vim/recover/recover-0.18.ebuild new file mode 100644 index 000000000000..8d3382641fdd --- /dev/null +++ b/app-vim/recover/recover-0.18.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +inherit vim-plugin + +DESCRIPTION="vim plugin: show differences for recovered files" +HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=3068 https://github.com/chrisbra/Recover.vim" +LICENSE="vim" +KEYWORDS="~amd64 ~x86" + +VIM_PLUGIN_HELPFILES="${PN}.txt" diff --git a/app-vim/reload/Manifest b/app-vim/reload/Manifest new file mode 100644 index 000000000000..29b569277c7c --- /dev/null +++ b/app-vim/reload/Manifest @@ -0,0 +1 @@ +DIST reload-0.6.17.tar.gz 7028 SHA256 4a51350effee39a13296111e5156559aa4031046ed03102ed8c4a9a9579df3f3 SHA512 639ffcea9bf94b0a8346850078f59ff332ff6180b042d2c22662d5c637307969644607ca3f19e2648a1ef9a019788ef1f83be52b627ca6784e16d1b7bddc39cd WHIRLPOOL b55a7dfa9da13ccc9c0159a43d3048ae2eed717b0f0944e6dd70aed8783ed6bcbfe8b625998c8672fc15e6313d41f3e7a24910c25bfbec41da7be6cc392d313a diff --git a/app-vim/reload/metadata.xml b/app-vim/reload/metadata.xml new file mode 100644 index 000000000000..5eb0db4f75db --- /dev/null +++ b/app-vim/reload/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>vim</herd> + <upstream> + <remote-id type="github">xolox/vim-reload</remote-id> + </upstream> +</pkgmetadata> diff --git a/app-vim/reload/reload-0.6.17.ebuild b/app-vim/reload/reload-0.6.17.ebuild new file mode 100644 index 000000000000..5af977603170 --- /dev/null +++ b/app-vim/reload/reload-0.6.17.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit vim-plugin + +DESCRIPTION="vim plugin: automatic reloading of vim scripts" +HOMEPAGE="http://peterodding.com/code/vim/reload/" +SRC_URI="https://github.com/xolox/vim-${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" +LICENSE="MIT" +KEYWORDS="amd64 x86" + +RDEPEND=">=app-vim/vim-misc-1.8.5" + +VIM_PLUGIN_HELPFILES="${PN}.txt" + +S=${WORKDIR}/vim-${P} + +src_prepare() { + rm addon-info.json *.md || die +} diff --git a/app-vim/repeat/Manifest b/app-vim/repeat/Manifest new file mode 100644 index 000000000000..56c505a60691 --- /dev/null +++ b/app-vim/repeat/Manifest @@ -0,0 +1 @@ +DIST repeat-1.1.tar.gz 2621 SHA256 1e7f98140d126622352e85483ce33f41ab44ca64fd0fea7bc501d2ac5e643c98 SHA512 9df73c7049f38a93da5e6bd36dc0fe833ec23394540de1b6929159910ec9f18af2a76211af612bc8f3c92d9c7f2faacd72a65d7d593584689ac6a7068df60bf9 WHIRLPOOL 5a0c03aadab21f2da125d4fcac6eb6fee8941334ab3f6f839e4db9a5b4651533beafa520a7f6c08b27d82f90ad1e28195240fa379b2eeee4f22ae979da814388 diff --git a/app-vim/repeat/metadata.xml b/app-vim/repeat/metadata.xml new file mode 100644 index 000000000000..df6613320687 --- /dev/null +++ b/app-vim/repeat/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>vim</herd> + <upstream> + <remote-id type="github">tpope/vim-repeat</remote-id> + </upstream> +</pkgmetadata> diff --git a/app-vim/repeat/repeat-1.1.ebuild b/app-vim/repeat/repeat-1.1.ebuild new file mode 100644 index 000000000000..f282d489d8d3 --- /dev/null +++ b/app-vim/repeat/repeat-1.1.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit vim-plugin + +MY_PN="vim-repeat" +MY_P=${MY_PN}-${PV} + +DESCRIPTION="vim plugin: use the repeat command \".\" with plugin maps" +HOMEPAGE="https://github.com/tpope/vim-repeat/ http://www.vim.org/scripts/script.php?script_id=2136" +SRC_URI="https://github.com/tpope/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" +LICENSE="vim" +KEYWORDS="amd64 x86" + +S=${WORKDIR}/${MY_P} + +src_prepare() { + rm *.markdown || die +} diff --git a/app-vim/ri-browser/Manifest b/app-vim/ri-browser/Manifest new file mode 100644 index 000000000000..23f3e0c96705 --- /dev/null +++ b/app-vim/ri-browser/Manifest @@ -0,0 +1 @@ +DIST ri-browser-1.2.tar.bz2 6499 SHA256 0e33657502bd072135ff53fbc433561d412d771eeda5cfb0693ee5d62209f13c SHA512 98ce57ee9368d22c26b7c9e4a609add45296ed0af1b6a2ca0929344ab7cfb92b6640bf61ecf77b16831236594be54449fac38a2d62520676a55737abee24e305 WHIRLPOOL 030578c53789c08209c1bebc5f2ddf83d50af17e79510c622533154d8d5ba38deb23df4d4171b5e260f8db70828cc948ef8337e01339b869720fa9d8c16fe883 diff --git a/app-vim/ri-browser/metadata.xml b/app-vim/ri-browser/metadata.xml new file mode 100644 index 000000000000..c7b901f7dcaf --- /dev/null +++ b/app-vim/ri-browser/metadata.xml @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>vim</herd> +</pkgmetadata> + diff --git a/app-vim/ri-browser/ri-browser-1.2.ebuild b/app-vim/ri-browser/ri-browser-1.2.ebuild new file mode 100644 index 000000000000..9aebffb5796c --- /dev/null +++ b/app-vim/ri-browser/ri-browser-1.2.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +inherit vim-plugin + +DESCRIPTION="vim plugin: interface for browsing ri/ruby documentation" +HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=494" +LICENSE="public-domain" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86 ~sparc" +IUSE="" + +RDEPEND="dev-lang/ruby" + +VIM_PLUGIN_HELPFILES="ri.txt" +VIM_PLUGIN_MESSAGES="filetype" diff --git a/app-vim/rust-mode/Manifest b/app-vim/rust-mode/Manifest new file mode 100644 index 000000000000..4b772f0ce0cb --- /dev/null +++ b/app-vim/rust-mode/Manifest @@ -0,0 +1 @@ +DIST rust-mode-vim-1_beta20150411.tar.gz 14834 SHA256 ae10727c14612905f489afea1146bac24a0ea6309a3a3fcf97a048dd1e156eb4 SHA512 f841768909203475a0cd3589a148d334001351fb23976ee28823a9dbde396d89a4f3c5ac07166420c8ddb64692dcc86b98b3afc3579171115a3a2af17b6aa449 WHIRLPOOL c95fc23f40608be817c7fc7467138efaa25a6b24427b79ab0de7daf84e5f32c4f2cd0db1377e2eaa0e40bf83cb765c86f6e04752b142b1779c194ceddc8b7d07 diff --git a/app-vim/rust-mode/metadata.xml b/app-vim/rust-mode/metadata.xml new file mode 100644 index 000000000000..0b7db932cfa4 --- /dev/null +++ b/app-vim/rust-mode/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer> + <email>jauhien@gentoo.org</email> + <name>Jauhien Piatlicki</name> + </maintainer> +</pkgmetadata> diff --git a/app-vim/rust-mode/rust-mode-1_beta20150411.ebuild b/app-vim/rust-mode/rust-mode-1_beta20150411.ebuild new file mode 100644 index 000000000000..9db3b5b4f78b --- /dev/null +++ b/app-vim/rust-mode/rust-mode-1_beta20150411.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit vim-plugin + +MY_PN="${PN}-vim" +MY_P="${MY_PN}-${PV}" +DESCRIPTION="Rust mode for vim" +HOMEPAGE="http://www.rust-lang.org/" +SRC_URI="http://dev.gentoo.org/~jauhien/distfiles/${MY_P}.tar.gz" + +LICENSE="|| ( MIT Apache-2.0 )" +SLOT="0" +KEYWORDS="~amd64 ~x86" +S="${WORKDIR}/${MY_P}" diff --git a/app-vim/scala-syntax/Manifest b/app-vim/scala-syntax/Manifest new file mode 100644 index 000000000000..6ec4e1bf0310 --- /dev/null +++ b/app-vim/scala-syntax/Manifest @@ -0,0 +1 @@ +DIST scala-syntax-1.0.tar.gz 3622 SHA256 5df41b4183b1b4eb021e914d762a4d7156a8491df28c106f5cbdafaed1391a46 SHA512 b9d4b5f5b0077fdf1c4cfa4ea88e7262c45119d53451bd744490c79a0f5c2890d0f13f0bf58598114899ce6e0cb918fa2933f0194e1e60d9283749ad584347b2 WHIRLPOOL d49421810a2fbccc2cd3fd7de6247c7f482813f8415010005ce75d7cf03b74686bec169c5d94e4dc754c02bac041304c3a7b935e53387a1ef8e63a0de31ecd08 diff --git a/app-vim/scala-syntax/metadata.xml b/app-vim/scala-syntax/metadata.xml new file mode 100644 index 000000000000..8653502db3ff --- /dev/null +++ b/app-vim/scala-syntax/metadata.xml @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer> + <email>monsieurp@gentoo.org</email> + </maintainer> +</pkgmetadata> diff --git a/app-vim/scala-syntax/scala-syntax-1.0.ebuild b/app-vim/scala-syntax/scala-syntax-1.0.ebuild new file mode 100644 index 000000000000..78a95c2ff05b --- /dev/null +++ b/app-vim/scala-syntax/scala-syntax-1.0.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit vim-plugin + +DESCRIPTION="vim plugin: Scala syntax highlighting, filetype and indent settings" +HOMEPAGE="http://www.scala-lang.org/" +SRC_URI="http://dev.gentoo.org/~monsieurp/packages/${P}.tar.gz" + +SLOT="0" +LICENSE="BSD" +KEYWORDS="amd64 x86" +IUSE="" diff --git a/app-vim/screen/Manifest b/app-vim/screen/Manifest new file mode 100644 index 000000000000..422227dfff3b --- /dev/null +++ b/app-vim/screen/Manifest @@ -0,0 +1,3 @@ +DIST screen-1.3.tar.bz2 12047 SHA256 c0fff965c1922eb66cb49dda8d4a00d7bac30c7890ebb8ab2bbc74b316b2bd79 SHA512 55e986518cd8a89557ab2b7034e10c23beeacade2ee676d6b0ecc105ced0a6f2388cdaa45e48c2916db34052442151bd1b2488a80ad3821b7cc8a30e3be998cc WHIRLPOOL 4d675fafec8c49bf93ca49fce8a4896f887840292a5960b23b47b4e218e2b15b2b11a28d09a4b0d84e0cb16b332298f6e22b4320d161cdabc4e0d977d1834343 +DIST screen-1.4.tar.bz2 12690 SHA256 fc2005d57a9093d08975ac2fec2db53cc46f7d3db9b47f9ca5e423750dc81da4 SHA512 4474ec69719b01bc627b7621f1fd994f6acfa4c066a8e0761feca17652766b80a6686ce0611c1b10d3829000a102596297955be6f344d2bec0b62c3d17703c0d WHIRLPOOL 5d86f9a78c2a4fc63be8888b67cf15fb82e258c7d3c22593a6ae4218b1c08efdb222e6c9e48a18dfd894c6e7880b0cddb3539d17ee3076d464c6783ee50606ab +DIST screen-1.5.tar.gz 16395 SHA256 5024d5288240d0a9261ab436dd831bec51e4c03e2a486d7deb2bd761ab854521 SHA512 eef9fbe327b1ef16cb5d5ffb851b04c6d4c8f1b8ef215ae9a0f05c91eaa39538bb470fc1ecd2cbb7697ec23a4fdce2515b97818b47050cbfc4fe7da199648549 WHIRLPOOL 23c7afb8a4258cd58c95774c80b36f4f4bc3b6edaee536db4b8d152cbc75e8bdc9bf8ae5554e1c47bf7e6b8a4a1df41054b59de3abb4572597d282ba3183427b diff --git a/app-vim/screen/metadata.xml b/app-vim/screen/metadata.xml new file mode 100644 index 000000000000..f834882c8236 --- /dev/null +++ b/app-vim/screen/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>vim</herd> + <upstream> + <remote-id type="github">vim-scripts/Screen-vim---gnu-screentmux</remote-id> + </upstream> +</pkgmetadata> diff --git a/app-vim/screen/screen-1.3.ebuild b/app-vim/screen/screen-1.3.ebuild new file mode 100644 index 000000000000..de7ead3525fe --- /dev/null +++ b/app-vim/screen/screen-1.3.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="3" + +inherit vim-plugin + +DESCRIPTION="vim plugin: simulate a split shell with screen or tmux" +HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=2711" +LICENSE="public-domain" +KEYWORDS="~amd64 ~x86" +IUSE="" + +VIM_PLUGIN_HELPFILES="screen.txt" + +RDEPEND="|| ( app-misc/screen app-misc/tmux )" diff --git a/app-vim/screen/screen-1.4.ebuild b/app-vim/screen/screen-1.4.ebuild new file mode 100644 index 000000000000..de7ead3525fe --- /dev/null +++ b/app-vim/screen/screen-1.4.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="3" + +inherit vim-plugin + +DESCRIPTION="vim plugin: simulate a split shell with screen or tmux" +HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=2711" +LICENSE="public-domain" +KEYWORDS="~amd64 ~x86" +IUSE="" + +VIM_PLUGIN_HELPFILES="screen.txt" + +RDEPEND="|| ( app-misc/screen app-misc/tmux )" diff --git a/app-vim/screen/screen-1.5.ebuild b/app-vim/screen/screen-1.5.ebuild new file mode 100644 index 000000000000..1141a38eb804 --- /dev/null +++ b/app-vim/screen/screen-1.5.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="4" + +inherit vim-plugin + +MY_PN="Screen-vim---gnu-screentmux" +DESCRIPTION="vim plugin: simulate a split shell with screen or tmux" +HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=2711" +SRC_URI="https://github.com/vim-scripts/${MY_PN}/tarball/${PV} -> ${P}.tar.gz" +LICENSE="public-domain" +KEYWORDS="~amd64 ~x86" +IUSE="" + +VIM_PLUGIN_HELPFILES="screen.txt" + +RDEPEND="|| ( app-misc/screen app-misc/tmux )" + +src_unpack() { + unpack ${A} + mv *-${MY_PN}-* "${S}" +} + +src_prepare() { + rm README || die +} diff --git a/app-vim/searchcomplete/Manifest b/app-vim/searchcomplete/Manifest new file mode 100644 index 000000000000..3c343359de86 --- /dev/null +++ b/app-vim/searchcomplete/Manifest @@ -0,0 +1 @@ +DIST searchcomplete-1.1.tar.bz2 1204 SHA256 2096ed1e550c24d18288bcf30c52f6bc421015c567b8170e1a50a11881503ed5 SHA512 8c30b446c330665d303935f07566aa0b3ac8bbb89a3068d5da40209f3a4d17dc3371245dd7bef567030b1a33653f9c481cd1165ee200b0c73723da5f5aea2043 WHIRLPOOL 49f24b83d550172fd641c06bdb40e82b43873e3a1bf081489fdccc1376f65e88edff69409af2676cb7d2ea91c4e08e8be82d0789d2e05e25e3fd59555c7bafe4 diff --git a/app-vim/searchcomplete/metadata.xml b/app-vim/searchcomplete/metadata.xml new file mode 100644 index 000000000000..d221a8d4b42c --- /dev/null +++ b/app-vim/searchcomplete/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>vim</herd> +</pkgmetadata> diff --git a/app-vim/searchcomplete/searchcomplete-1.1.ebuild b/app-vim/searchcomplete/searchcomplete-1.1.ebuild new file mode 100644 index 000000000000..e98f62a0e7c4 --- /dev/null +++ b/app-vim/searchcomplete/searchcomplete-1.1.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +inherit vim-plugin + +DESCRIPTION="vim plugin: tab completion in searches" +HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=474" +LICENSE="GPL-2" +KEYWORDS="alpha sparc x86 ia64 ppc amd64" +IUSE="" + +VIM_PLUGIN_HELPURI="http://www.vim.org/scripts/script.php?script_id=474" diff --git a/app-vim/securemodelines/Manifest b/app-vim/securemodelines/Manifest new file mode 100644 index 000000000000..6bd693790885 --- /dev/null +++ b/app-vim/securemodelines/Manifest @@ -0,0 +1 @@ +DIST securemodelines-20140926.tar.bz2 1562 SHA256 57912489453596a3fceaffd8cc59c15cbf5f0b861a48add77e9c3f8649bb7947 SHA512 15a948781751998d832f445e7c3ad936e5c034fcc9936d977c5cf05215dd541a235fc066f7e774b151fac2afb2b0a59665d13f6f981cc59d4e1135f06f6cdc35 WHIRLPOOL e731692ef7c8bb25f3fb1bb936b94c140e57223f5904d3de685440bf1bba9b1ae0fc8bf2ca57cf2e732edb85233b4d15bf97bbbac550c02c621f62f4db007cc7 diff --git a/app-vim/securemodelines/metadata.xml b/app-vim/securemodelines/metadata.xml new file mode 100644 index 000000000000..ca454fc3ec40 --- /dev/null +++ b/app-vim/securemodelines/metadata.xml @@ -0,0 +1,14 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>vim</herd> + <longdescription lang="en"> + Vim's internal modeline support allows all sorts of annoying and + potentially insecure options to be set. This script implements a much + more heavily restricted modeline parser that permits only user-specified + options to be set. + </longdescription> + <upstream> + <remote-id type="github">ciaranm/securemodelines</remote-id> + </upstream> +</pkgmetadata> diff --git a/app-vim/securemodelines/securemodelines-20140926.ebuild b/app-vim/securemodelines/securemodelines-20140926.ebuild new file mode 100644 index 000000000000..b3103dd72e5b --- /dev/null +++ b/app-vim/securemodelines/securemodelines-20140926.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +inherit vim-plugin + +DESCRIPTION="vim plugin: secure, user-configurable modeline support" +HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=1876 https://github.com/ciaranm/securemodelines" +LICENSE="vim" +KEYWORDS="alpha amd64 hppa ia64 ~mips ppc ppc64 sparc x86 ~sparc-fbsd ~x86-fbsd" + +VIM_PLUGIN_HELPTEXT="Make sure that you disable vim's builtin modeline support if you have +enabled it in your .vimrc." diff --git a/app-vim/selinux-syntax/Manifest b/app-vim/selinux-syntax/Manifest new file mode 100644 index 000000000000..8369283eee8d --- /dev/null +++ b/app-vim/selinux-syntax/Manifest @@ -0,0 +1 @@ +DIST selinux-syntax-20041225.tar.bz2 1411 SHA256 5d2cab687bb48a479b22fc4dfd2576f2d5f55f4d5ed1b9c380e5c004a232ef41 SHA512 ff048bc00a7774a8ab265bcaae4e5f7c2a3de48027ebfa4e8cf23611089fa33bbec90edda83b1341df618706d99c6b4fb52111abdc48b68e9924cde0ac1fe4d5 WHIRLPOOL b7d0556cc4abbe740d72656e65af8d2afe8988e8b54f3e5b085e7e5c9ea71fe5cd954004f80ca4130b852210ad9bf25c26d40af3d45c4d62f5cae36a071fe019 diff --git a/app-vim/selinux-syntax/metadata.xml b/app-vim/selinux-syntax/metadata.xml new file mode 100644 index 000000000000..3be0b0323f96 --- /dev/null +++ b/app-vim/selinux-syntax/metadata.xml @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>vim</herd> + <herd>hardened</herd> +</pkgmetadata> diff --git a/app-vim/selinux-syntax/selinux-syntax-20041225.ebuild b/app-vim/selinux-syntax/selinux-syntax-20041225.ebuild new file mode 100644 index 000000000000..9a15016866da --- /dev/null +++ b/app-vim/selinux-syntax/selinux-syntax-20041225.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +inherit vim-plugin + +DESCRIPTION="vim plugin: SELinux type enforcement policy syntax" +HOMEPAGE="http://www.cip.ifi.lmu.de/~bleher/selinux/" +LICENSE="vim" +KEYWORDS="alpha amd64 ia64 ~mips ppc ppc64 sparc x86" +IUSE="" + +VIM_PLUGIN_HELPTEXT=\ +"This plugin provides syntax highlighting for SELinux type enforcement +policy (*.te) files." diff --git a/app-vim/session/Manifest b/app-vim/session/Manifest new file mode 100644 index 000000000000..3ab6a08fd458 --- /dev/null +++ b/app-vim/session/Manifest @@ -0,0 +1,5 @@ +DIST session-2.10.1.tar.gz 33294 SHA256 fc21d822c44823d7c83e31c8d2382a4b659d6e211191adb7565036475e8eb0f8 SHA512 3bb842758c0e0517560208e465039f7830658a1991f9dbc8cbea0bfcd81d8ae3489f7a99e9c9eeab655519bf5c71410ff52ff0cd12c9b5fb248bc8cf6259a9e3 WHIRLPOOL 0117978eaf7c05547e66f3ecb36e7e22d8bea58a3f050abcc34611de8c8b926afbd2299f9ed611e26646b8c1770123974f6e5d61cc550d24f702a4d0637aab61 +DIST session-2.4.14.tar.gz 29673 SHA256 d91ac7dadc8da69b50c6eaf22be8f7afaf5345d2debb9c8f6515cad3b8d77d3f SHA512 92cb7031dd5b99e9b19fc9bca47e45de481c4e2579c1545eb9f19a8cc6ee38e60037d17c4c78a2751f37e748dc15e3cb234c1ac75b9fd66effabbbc6bb1c960b WHIRLPOOL dd3e3df4970b4391ebfbee428acd5e47e5576e3b7fac5bfb0832b1e0844819bead3361c7ec80b0a61518ae4b31d2bfbbf66bb06144dee68101c1ddfd34c63bc6 +DIST session-2.7.tar.gz 31788 SHA256 d500fedd7d6697ba7fb6522538e2bd1cc5d330de2b9d9487f3a782d7f161cb06 SHA512 6bc373b283ed69aa22dd2b305562b07188b98a5ad624593031a9c71242c95832bc56021db6b22c62b806f8be6e0106ddd18319f2eb01a898c2686a322244ad66 WHIRLPOOL 5939ce656cba364de6adb330f8a603276810c8b740aec796aa9732fea057d061dde26a14f66ffcd23ba3799349dfb9687cca43449aeaf13a002be18ffa501dc3 +DIST session-2.8.tar.gz 32228 SHA256 cde50684ed3d8c64ce2ee1f810d1723336e9272f3534aa22a18976477a08a746 SHA512 b35d2e9a4c4db75625aee4308f05aa0968635c7afd261656245a66a0ce86eb0b139c8e4b9477f27968a1d8c3929a13a32d4a29de127b77b14ffabbcb52b21caa WHIRLPOOL 61995822bbbe149bb15eb0a468badf588aa0fd5f20e0f967b48cf1eade49aa80d231db3e77eafed919962735e3a72dc6baeb4a4f5067ed152ec3b04e5a22104e +DIST session-2.9.tar.gz 32720 SHA256 2dc8fb7ec5000481d74b404f6d687fdd4d3538924b02e60261b695fc8b425d31 SHA512 3b9ca9bcc13312f9000ade3e003a4f30f5bb788db17bacf7c6a85eee8b491349a6ab376fca2ceda213052ba1866ad235bf7d97a4f95327e7e1206df45a330d93 WHIRLPOOL f9c53d47381303de53f9c27e67923fa07d44dd566c16800992f233a15ef8aee0dc5b5889da717326ead976abce2d1738334db64c56b890c676a14e94f11b4818 diff --git a/app-vim/session/metadata.xml b/app-vim/session/metadata.xml new file mode 100644 index 000000000000..728907a6f75a --- /dev/null +++ b/app-vim/session/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>vim</herd> + <upstream> + <remote-id type="github">xolox/vim-session</remote-id> + </upstream> +</pkgmetadata> diff --git a/app-vim/session/session-2.10.1.ebuild b/app-vim/session/session-2.10.1.ebuild new file mode 100644 index 000000000000..c4be9c9ce23c --- /dev/null +++ b/app-vim/session/session-2.10.1.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit vim-plugin + +DESCRIPTION="vim plugin: extended session management for vim" +HOMEPAGE="http://peterodding.com/code/vim/session/" +SRC_URI="https://github.com/xolox/vim-${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" +LICENSE="MIT" +KEYWORDS="~amd64 ~x86" + +VIM_PLUGIN_HELPFILES="${PN}.txt" + +RDEPEND=">=app-vim/vim-misc-1.8.5" + +S=${WORKDIR}/vim-${P} + +src_prepare() { + # remove unneeded files + rm addon-info.json *.md || die +} diff --git a/app-vim/session/session-2.4.14.ebuild b/app-vim/session/session-2.4.14.ebuild new file mode 100644 index 000000000000..a36cc0af6b8c --- /dev/null +++ b/app-vim/session/session-2.4.14.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit vim-plugin + +DESCRIPTION="vim plugin: extended session management for vim" +HOMEPAGE="http://peterodding.com/code/vim/session/" +SRC_URI="https://github.com/xolox/vim-${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" +LICENSE="MIT" +KEYWORDS="~amd64 ~x86" + +VIM_PLUGIN_HELPFILES="${PN}.txt" + +RDEPEND=">=app-vim/vim-misc-1.8.5" + +S=${WORKDIR}/vim-${P} + +src_prepare() { + # remove unneeded files + rm addon-info.json *.md || die +} diff --git a/app-vim/session/session-2.7.ebuild b/app-vim/session/session-2.7.ebuild new file mode 100644 index 000000000000..a36cc0af6b8c --- /dev/null +++ b/app-vim/session/session-2.7.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit vim-plugin + +DESCRIPTION="vim plugin: extended session management for vim" +HOMEPAGE="http://peterodding.com/code/vim/session/" +SRC_URI="https://github.com/xolox/vim-${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" +LICENSE="MIT" +KEYWORDS="~amd64 ~x86" + +VIM_PLUGIN_HELPFILES="${PN}.txt" + +RDEPEND=">=app-vim/vim-misc-1.8.5" + +S=${WORKDIR}/vim-${P} + +src_prepare() { + # remove unneeded files + rm addon-info.json *.md || die +} diff --git a/app-vim/session/session-2.8.ebuild b/app-vim/session/session-2.8.ebuild new file mode 100644 index 000000000000..c4be9c9ce23c --- /dev/null +++ b/app-vim/session/session-2.8.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit vim-plugin + +DESCRIPTION="vim plugin: extended session management for vim" +HOMEPAGE="http://peterodding.com/code/vim/session/" +SRC_URI="https://github.com/xolox/vim-${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" +LICENSE="MIT" +KEYWORDS="~amd64 ~x86" + +VIM_PLUGIN_HELPFILES="${PN}.txt" + +RDEPEND=">=app-vim/vim-misc-1.8.5" + +S=${WORKDIR}/vim-${P} + +src_prepare() { + # remove unneeded files + rm addon-info.json *.md || die +} diff --git a/app-vim/session/session-2.9.ebuild b/app-vim/session/session-2.9.ebuild new file mode 100644 index 000000000000..c4be9c9ce23c --- /dev/null +++ b/app-vim/session/session-2.9.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit vim-plugin + +DESCRIPTION="vim plugin: extended session management for vim" +HOMEPAGE="http://peterodding.com/code/vim/session/" +SRC_URI="https://github.com/xolox/vim-${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" +LICENSE="MIT" +KEYWORDS="~amd64 ~x86" + +VIM_PLUGIN_HELPFILES="${PN}.txt" + +RDEPEND=">=app-vim/vim-misc-1.8.5" + +S=${WORKDIR}/vim-${P} + +src_prepare() { + # remove unneeded files + rm addon-info.json *.md || die +} diff --git a/app-vim/showmarks/Manifest b/app-vim/showmarks/Manifest new file mode 100644 index 000000000000..e4e657ef7458 --- /dev/null +++ b/app-vim/showmarks/Manifest @@ -0,0 +1 @@ +DIST showmarks-2.2.tar.bz2 8195 SHA256 7c25f98e14796595400bfb76fe7433eaea00c204e04fce7b339714ba560e5d49 SHA512 0121070d8b8c51b3b31c1d052b368fac304ee38e413881e67e2b9336b1edcae6af165c592d592f42c502834856d2c097b575571286574ba83a51d4fc9964b7a3 WHIRLPOOL af6a6e069f5eee9eac32da0606995b23f76d9dee65577fe8b2d3e92699674c31b7a57e890715ce2038fed0631cf5451a64f913256d6f91e40189aa1f2af1bd67 diff --git a/app-vim/showmarks/metadata.xml b/app-vim/showmarks/metadata.xml new file mode 100644 index 000000000000..d221a8d4b42c --- /dev/null +++ b/app-vim/showmarks/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>vim</herd> +</pkgmetadata> diff --git a/app-vim/showmarks/showmarks-2.2.ebuild b/app-vim/showmarks/showmarks-2.2.ebuild new file mode 100644 index 000000000000..0969132fcf92 --- /dev/null +++ b/app-vim/showmarks/showmarks-2.2.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +inherit vim-plugin + +DESCRIPTION="vim plugin: show location marks visually" +HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=152" + +LICENSE="public-domain" +KEYWORDS="alpha amd64 ia64 ~mips ppc sparc x86" +IUSE="" + +VIM_PLUGIN_HELPFILES="showmarks.txt" + +function src_unpack() { + unpack ${A} + mkdir "${S}"/doc || die "can't make doc dir" + + # This plugin uses an 'automatic HelpExtractor' variant. This causes + # problems for us during the unmerge. Fortunately, sed can fix this + # for us. + sed -e '1,/^" HelpExtractorDoc:$/d' \ + "${S}"/plugin/showmarks.vim > "${S}"/doc/showmarks.txt \ + || die "help extraction failed" + sed -i -e '/^" HelpExtractor:$/,$d' "${S}"/plugin/showmarks.vim \ + || die "help extract remove failed" +} diff --git a/app-vim/sleuth/Manifest b/app-vim/sleuth/Manifest new file mode 100644 index 000000000000..8a7ef7aee981 --- /dev/null +++ b/app-vim/sleuth/Manifest @@ -0,0 +1,2 @@ +DIST sleuth-1.0.tar.bz2 1839 SHA256 8b5dd0c7254766a4a873abf0b8c8998eb9f57c2526164672426a3ba1f547ea40 SHA512 19fb158a28bfa02e7364208f11911d0afcda77f4a35a410202b0342130e48b99b52db56aa687b2484ba0ac9595970ae040c349e7a0fd350f07c40b6b58d43a13 WHIRLPOOL 9d7df8812ba68af3f735e45e7af64d260b34a05d4c43e31ed7bad7ad037bf9e9682a9547330b1a1bc599e727f86b26c165ce442143ea33ec7ef40008d3b1ee60 +DIST sleuth-1.1.tar.bz2 1972 SHA256 4ada9eef22debb07a5e01575f06a992faa8f0a6456e1dc66a2aa44be8d433788 SHA512 76a2bbb651452cb7a2336cebed5f7e8ff79e995bc7ba11d36089f7e58f607df031306bf38fd161e7af728aa6699b37fa8c2c322b8a8cfa7889dfaa3e96d400c9 WHIRLPOOL 58bee1be4f549277215ab84b8f41c03d1e840c2c0fb8fb3213a188b96c8605881efab0f3bd5618d9336390cf19e9310341c0d83639cab1a35da795fead6307a9 diff --git a/app-vim/sleuth/metadata.xml b/app-vim/sleuth/metadata.xml new file mode 100644 index 000000000000..9a7aa0bf9c64 --- /dev/null +++ b/app-vim/sleuth/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>vim</herd> + <upstream> + <remote-id type="github">tpope/vim-sleuth</remote-id> + </upstream> +</pkgmetadata> diff --git a/app-vim/sleuth/sleuth-1.0.ebuild b/app-vim/sleuth/sleuth-1.0.ebuild new file mode 100644 index 000000000000..817ede485b6c --- /dev/null +++ b/app-vim/sleuth/sleuth-1.0.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" + +inherit vim-plugin + +DESCRIPTION="vim plugin: heuristically set buffer options" +HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=4375 https://github.com/tpope/vim-sleuth" +LICENSE="vim" +KEYWORDS="~amd64 ~x86" +IUSE="" + +VIM_PLUGIN_HELPFILES="${PN}" diff --git a/app-vim/sleuth/sleuth-1.1.ebuild b/app-vim/sleuth/sleuth-1.1.ebuild new file mode 100644 index 000000000000..553b1ff4f3e6 --- /dev/null +++ b/app-vim/sleuth/sleuth-1.1.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" + +inherit vim-plugin + +DESCRIPTION="vim plugin: heuristically set buffer options" +HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=4375 https://github.com/tpope/vim-sleuth" +LICENSE="vim" +KEYWORDS="~amd64 ~x86" + +VIM_PLUGIN_HELPFILES="${PN}" diff --git a/app-vim/slimv/Manifest b/app-vim/slimv/Manifest new file mode 100644 index 000000000000..42d9e0dbc399 --- /dev/null +++ b/app-vim/slimv/Manifest @@ -0,0 +1,2 @@ +DIST slimv-0.9.11.tar.bz2 614946 SHA256 97213b2e31c8a5aaf73e3852b27bc08f7556513dfc854bc617628e6bd1d1f579 SHA512 883339af9dcc4a23cd5c142dc849dc064e8785ddd509163c0e31ad81418c5231506209d5b1b089d8dc4b4161ebf49ff65b8898c258522993ee72b5e630106726 WHIRLPOOL 28dd1574ffe974a6e0f6ea1803f1a49126dd99b406083ef437fa3b206844ad87c15dbfe2593acf787875873812642ddd81d27ab2d3f3fe5efe4430b016f8bfca +DIST slimv-0.9.12.tar.bz2 614025 SHA256 ee7785027191fc74041d874e3a390cdd4044dc9dcd85392671016601b77161b1 SHA512 7ccf617780c5d6b8d25738546cb9df6986b4409748a5938e8d9112b057d34626a6b8525fb8622db06d0f300d6ec38f7513ef2c0e49df3bcd89614888887ca057 WHIRLPOOL c455c56422714af809efe18a05e2d12542030bf83d90b11656570e0df94f67624398b7a5953e8b5f1892121ccec3b6608a726b25cf261bbcec6691b94f02a740 diff --git a/app-vim/slimv/metadata.xml b/app-vim/slimv/metadata.xml new file mode 100644 index 000000000000..6e78b9a36777 --- /dev/null +++ b/app-vim/slimv/metadata.xml @@ -0,0 +1,22 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>vim</herd> + <longdescription lang="en"> + Slimv tries to mimic a subset of SLIME's (Superior Lisp Interaction Mode + for Emacs) functionality inside Vim. The script defines functions and + keybindings to send s-expressions to a console mode Lisp or Clojure REPL + (Read-Eval-Print Loop). + + Slimv runs its own REPL or connects to a running REPL started by a + previous Slimv session, the connection is established when the first + Slimv command is executed (e.g. an s-expression is evaluated). The Lisp + REPL buffer can also be opened inside Vim as a Vim buffer with syntax + highlighting and autoindenting, Lisp commands may be entered in the + command line, just as in a regular REPL. The script also has a basic + support for Clojure REPL. + + The script also supports a number of other features provided by SLIME + including profiling, paredit mode, and hyperspec lookups. + </longdescription> +</pkgmetadata> diff --git a/app-vim/slimv/slimv-0.9.11.ebuild b/app-vim/slimv/slimv-0.9.11.ebuild new file mode 100644 index 000000000000..f5a8a95b2d5d --- /dev/null +++ b/app-vim/slimv/slimv-0.9.11.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit vim-plugin vcs-snapshot + +DESCRIPTION="vim plugin: aid Lisp development by providing a SLIME-like Lisp and Clojure REPL" +HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=2531" +SRC_URI="https://bitbucket.org/kovisoft/${PN}/get/${PV}.tar.bz2 -> ${P}.tar.bz2" +LICENSE="public-domain" +KEYWORDS="amd64 x86" + +RDEPEND="|| ( app-editors/vim[python] app-editors/gvim[python] ) + >=dev-lang/python-2.4 + || ( + dev-lisp/clisp + dev-lang/clojure + dev-lisp/abcl + dev-lisp/clozurecl + dev-lisp/ecls + dev-lisp/sbcl + )" + +VIM_PLUGIN_HELPFILES="${PN}.txt" + +src_prepare() { + # remove emacs related files + rm -r slime swank-clojure || die +} diff --git a/app-vim/slimv/slimv-0.9.12-r1.ebuild b/app-vim/slimv/slimv-0.9.12-r1.ebuild new file mode 100644 index 000000000000..533c5124fc10 --- /dev/null +++ b/app-vim/slimv/slimv-0.9.12-r1.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +PYTHON_COMPAT=( python2_7 ) + +inherit python-single-r1 vim-plugin vcs-snapshot + +DESCRIPTION="vim plugin: aid Lisp development by providing a SLIME-like Lisp and Clojure REPL" +HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=2531" +SRC_URI="https://bitbucket.org/kovisoft/${PN}/get/${PV}.tar.bz2 -> ${P}.tar.bz2" +LICENSE="public-domain" +KEYWORDS="~amd64 ~x86" + +RDEPEND="|| ( app-editors/vim[python,${PYTHON_USEDEP}] app-editors/gvim[python,${PYTHON_USEDEP}] ) + ${PYTHON_DEPS} + || ( + dev-lisp/clisp + dev-lang/clojure + dev-lisp/abcl + dev-lisp/clozurecl + dev-lisp/ecls + dev-lisp/sbcl + )" + +REQUIRED_USE=${PYTHON_REQUIRED_USE} + +VIM_PLUGIN_HELPFILES="${PN}.txt" + +src_prepare() { + # remove emacs related files + rm -r slime swank-clojure || die +} diff --git a/app-vim/slimv/slimv-0.9.12.ebuild b/app-vim/slimv/slimv-0.9.12.ebuild new file mode 100644 index 000000000000..0ffa4878879f --- /dev/null +++ b/app-vim/slimv/slimv-0.9.12.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit vim-plugin vcs-snapshot + +DESCRIPTION="vim plugin: aid Lisp development by providing a SLIME-like Lisp and Clojure REPL" +HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=2531" +SRC_URI="https://bitbucket.org/kovisoft/${PN}/get/${PV}.tar.bz2 -> ${P}.tar.bz2" +LICENSE="public-domain" +KEYWORDS="amd64 x86" + +RDEPEND="|| ( app-editors/vim[python] app-editors/gvim[python] ) + >=dev-lang/python-2.4 + || ( + dev-lisp/clisp + dev-lang/clojure + dev-lisp/abcl + dev-lisp/clozurecl + dev-lisp/ecls + dev-lisp/sbcl + )" + +VIM_PLUGIN_HELPFILES="${PN}.txt" + +src_prepare() { + # remove emacs related files + rm -r slime swank-clojure || die +} diff --git a/app-vim/snipmate/Manifest b/app-vim/snipmate/Manifest new file mode 100644 index 000000000000..3316a3d43974 --- /dev/null +++ b/app-vim/snipmate/Manifest @@ -0,0 +1 @@ +DIST snipmate-0.83.zip 30761 SHA256 9f22e7592e074dbafb006b502436a5ccb9c54d30aac2f718b16752f70d19de0e SHA512 3fcc6fccefa356bd78b2a23e2e1613bcdc6d56c103288949fed4b0df4bc38122bd522040b7ac1572e30e44b2e9a37f6197af554da5a301e310d81f8221822184 WHIRLPOOL f56433d19eb75c7f68a63bcdec727f24f3ebef4a8b3ce6838459e646dd83399afef7b110efe1bb9e99c1d8879acb7e8697839a8001ed5cd16cebb96a06116938 diff --git a/app-vim/snipmate/metadata.xml b/app-vim/snipmate/metadata.xml new file mode 100644 index 000000000000..d221a8d4b42c --- /dev/null +++ b/app-vim/snipmate/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>vim</herd> +</pkgmetadata> diff --git a/app-vim/snipmate/snipmate-0.83.ebuild b/app-vim/snipmate/snipmate-0.83.ebuild new file mode 100644 index 000000000000..d363a8919545 --- /dev/null +++ b/app-vim/snipmate/snipmate-0.83.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="2" + +VIM_PLUGIN_VIM_VERSION="7.0" +inherit vim-plugin + +DESCRIPTION="vim plugin: TextMate-style snippets" +HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=2540" +SRC_URI="http://www.vim.org/scripts/download_script.php?src_id=11006 -> ${P}.zip" + +LICENSE="vim.org" +KEYWORDS="amd64 x86" +IUSE="" + +S="${WORKDIR}" + +VIM_PLUGIN_HELPFILES="${PN}" +VIM_PLUGIN_MESSAGES="filetype" + +DEPEND="app-arch/unzip" +RDEPEND="" diff --git a/app-vim/splice/Manifest b/app-vim/splice/Manifest new file mode 100644 index 000000000000..34d2edaa0c3b --- /dev/null +++ b/app-vim/splice/Manifest @@ -0,0 +1 @@ +DIST splice-1.0.1.tar.bz2 12369 SHA256 30e7d947defb29971d8c750670bbdae6625e2238d4f892e6b5590609d6a6a81a SHA512 65826a9054163f59d8dc0a558e3b748f27015bb6075e8d158214e6824c922599552a69c7d09364599285d6effdfc42fa6dd98e858a8bfa47ebc21a4d18394ede WHIRLPOOL a8e4405f5169857c07b81f0a778757aebd198f4c0e73f4cf239a451dfae64911d5fb164121413799a750646df609fcb864a08393510d012a84383261f6c006ab diff --git a/app-vim/splice/metadata.xml b/app-vim/splice/metadata.xml new file mode 100644 index 000000000000..5fcb67350f69 --- /dev/null +++ b/app-vim/splice/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>vim</herd> +</pkgmetadata> diff --git a/app-vim/splice/splice-1.0.1.ebuild b/app-vim/splice/splice-1.0.1.ebuild new file mode 100644 index 000000000000..7aad7b2715b6 --- /dev/null +++ b/app-vim/splice/splice-1.0.1.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +PYTHON_COMPAT=( python2_7 ) + +inherit vim-plugin python-single-r1 + +DESCRIPTION="vim plugin: resolve conflicts during three-way merges" +HOMEPAGE="http://sjl.bitbucket.org/splice.vim/ http://vim.sourceforge.net/scripts/script.php?script_id=4026" +LICENSE="MIT" +KEYWORDS="amd64 x86" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" + +RDEPEND="|| ( app-editors/vim[python] app-editors/gvim[python] )" + +VIM_PLUGIN_HELPFILES="${PN}.txt" + +src_prepare() { + rm LICENSE.markdown || die +} + +src_install() { + vim-plugin_src_install + python_optimize "${ED}"/usr/share/vim/vimfiles/autoload/splicelib +} diff --git a/app-vim/sudoedit/Manifest b/app-vim/sudoedit/Manifest new file mode 100644 index 000000000000..1d599bd8cd7a --- /dev/null +++ b/app-vim/sudoedit/Manifest @@ -0,0 +1,2 @@ +DIST sudoedit-0.20.tar.bz2 11420 SHA256 a9b274e38025e21bc7be430878e8bf1f1a131620236de397f8a99cd651d72384 SHA512 963815cd9c41b54bf1a3aee259460565f4cfe6d5f9d32b5b9986026e2666e1913c89a59706aafc604dbad433d706e4a9cbf533cc7bfe978eb9a0de2194540ebf WHIRLPOOL b6eac2b628252a576656fd0101b7a2afee29acc4c2ca09b535f7320fe13c0408a9c4e415b5cb7a36966b6a95c43d28907302c00c5103994f6debc996338ad25a +DIST sudoedit-0.21.tar.bz2 12483 SHA256 b877c19aaa4f7440b611eafbca4a903f39c5ab5dc19d90eeb54ae3d1ba520e4c SHA512 60d5fde0ef82c4ccba2b62c75651cb1ed1dfc2a4e2815785dcaf4e515222a4d2bed193cdd8323a742109cb43a4123d27db39776a562b150b93ffdb9beec12d3c WHIRLPOOL f15eb65d7c5f583e6ee7c39c889d14f94aae7157995fa69e124a82b44783a6c947e42df89b5b739b7ed61347c4c9cee8706ec66f8d587c3478ced7f03a841ff3 diff --git a/app-vim/sudoedit/metadata.xml b/app-vim/sudoedit/metadata.xml new file mode 100644 index 000000000000..21a3d28e47f3 --- /dev/null +++ b/app-vim/sudoedit/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>vim</herd> + <upstream> + <remote-id type="github">chrisbra/SudoEdit.vim</remote-id> + </upstream> +</pkgmetadata> diff --git a/app-vim/sudoedit/sudoedit-0.20.ebuild b/app-vim/sudoedit/sudoedit-0.20.ebuild new file mode 100644 index 000000000000..caa1fc4488e1 --- /dev/null +++ b/app-vim/sudoedit/sudoedit-0.20.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +inherit vim-plugin + +DESCRIPTION="vim plugin: edit files using sudo or su" +HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=2709 https://github.com/chrisbra/SudoEdit.vim" +LICENSE="vim" +KEYWORDS="~amd64 ~x86" +VIM_PLUGIN_HELPFILES="SudoEdit.txt" + +RDEPEND="|| ( app-admin/sudo sys-apps/shadow )" + +src_prepare() { + # remove unused windows related file + rm autoload/sudo.cmd || die +} diff --git a/app-vim/sudoedit/sudoedit-0.21.ebuild b/app-vim/sudoedit/sudoedit-0.21.ebuild new file mode 100644 index 000000000000..79c63354ee6a --- /dev/null +++ b/app-vim/sudoedit/sudoedit-0.21.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +inherit vim-plugin + +DESCRIPTION="vim plugin: edit files using sudo or su" +HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=2709 https://github.com/chrisbra/SudoEdit.vim" +LICENSE="vim" +KEYWORDS="~amd64 ~x86" +VIM_PLUGIN_HELPFILES="SudoEdit.txt" + +RDEPEND="|| ( app-admin/sudo sys-apps/shadow )" + +src_prepare() { + # remove unused windows related files + rm autoload/{sudo.cmd,SudoEdit.vbs} || die +} diff --git a/app-vim/supertab/Manifest b/app-vim/supertab/Manifest new file mode 100644 index 000000000000..e1072e788a14 --- /dev/null +++ b/app-vim/supertab/Manifest @@ -0,0 +1 @@ +DIST supertab-2.1.tar.gz 16585 SHA256 203d76597f2c183de2d6583de8f3b65423cba3090dda631b51e6eec32301ce1f SHA512 6daec863968be9aaefecb3388a8626f4ebf1c76899e460463fc64a56f15f743d3eae36b03588b5450a2c49b63ecdec8faf3476eda1a07cc48caf731eff77a592 WHIRLPOOL d0928f5a78b03d5e4d06e18fa198665f3fe333f264b55fd80d7c16cc4e01dc1845847308736417bb26688111db3c1ec4cb981c329043d670664ade74171b68b0 diff --git a/app-vim/supertab/metadata.xml b/app-vim/supertab/metadata.xml new file mode 100644 index 000000000000..b4ec7dcae796 --- /dev/null +++ b/app-vim/supertab/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>vim</herd> + <upstream> + <remote-id type="github">ervandew/supertab</remote-id> + </upstream> +</pkgmetadata> diff --git a/app-vim/supertab/supertab-2.1.ebuild b/app-vim/supertab/supertab-2.1.ebuild new file mode 100644 index 000000000000..76a18c32787d --- /dev/null +++ b/app-vim/supertab/supertab-2.1.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" + +inherit vim-plugin + +DESCRIPTION="vim plugin: enhanced Tab key functionality" +HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=1643 https://github.com/ervandew/supertab/" +SRC_URI="https://github.com/ervandew/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" +LICENSE="BSD" +KEYWORDS="amd64 ~mips ppc x86" + +VIM_PLUGIN_HELPFILES="${PN}.txt" + +src_prepare() { + rm Makefile .gitignore || die +} diff --git a/app-vim/surround/Manifest b/app-vim/surround/Manifest new file mode 100644 index 000000000000..113d3948e99a --- /dev/null +++ b/app-vim/surround/Manifest @@ -0,0 +1,2 @@ +DIST surround-2.0.tar.bz2 8285 SHA256 4203e827030ebcb782eb2c166b05888036ed060e1a2f2415878a1230041a495c SHA512 0e9eb05865300ef089217edac474908d0e73a2343069b9806523164a98506cff02a8f2b09425edf9c574f7b6173f57e66cc1017195e1d5aba57e25ac5afe087a WHIRLPOOL 5ba9a1ff43c5578289d2021ef1456d00db2b4c7a37371cf9da640d00fe82b254ff39cfe5763d05f757d67df343fd12c30a6da621dac00595fbafe6283b745de5 +DIST surround-2.1.tar.bz2 8441 SHA256 0bc6d088294e608fc0fee92af9aebea933b4e3aff441011786d19a11809b45dc SHA512 2b4283f77dac468ab91cdc941ac2dd5a2b99a35c23d6ffdc1e1c819a04bf45ecb934c5a111898ed45539a02d1f1ce6c702da80685f609944cbec9bdd25a1e22e WHIRLPOOL f21035d8829c4a41c47d339812769ec11337ae4125622058b1795135d0a77b81294385bd9149b410530407961c6f792dc9a83e8d8541f6d8683bf204a60b2dcb diff --git a/app-vim/surround/metadata.xml b/app-vim/surround/metadata.xml new file mode 100644 index 000000000000..d221a8d4b42c --- /dev/null +++ b/app-vim/surround/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>vim</herd> +</pkgmetadata> diff --git a/app-vim/surround/surround-2.0.ebuild b/app-vim/surround/surround-2.0.ebuild new file mode 100644 index 000000000000..0e9fcfce8c64 --- /dev/null +++ b/app-vim/surround/surround-2.0.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" + +inherit vim-plugin + +DESCRIPTION="vim plugin: Delete/change/add parentheses/quotes/XML-tags/much more" +HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=1697" +LICENSE="vim" +KEYWORDS="amd64 x86" +IUSE="" + +VIM_PLUGIN_HELPFILES="${PN}" diff --git a/app-vim/surround/surround-2.1.ebuild b/app-vim/surround/surround-2.1.ebuild new file mode 100644 index 000000000000..214b875bff90 --- /dev/null +++ b/app-vim/surround/surround-2.1.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" + +inherit vim-plugin + +DESCRIPTION="vim plugin: Delete/change/add parentheses/quotes/XML-tags/much more" +HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=1697" +LICENSE="vim" +KEYWORDS="~amd64 ~x86" + +VIM_PLUGIN_HELPFILES="${PN}.txt" diff --git a/app-vim/syntastic/Manifest b/app-vim/syntastic/Manifest new file mode 100644 index 000000000000..745a477436ae --- /dev/null +++ b/app-vim/syntastic/Manifest @@ -0,0 +1,2 @@ +DIST syntastic-3.5.0.tar.gz 181707 SHA256 3e86936612e279bf5a5dc3e8ec7d7ce64277453ae05b17579e662fd6271e6313 SHA512 052470c359c9ec2d13b1d3a39f2f40c798b06f75a17ee77b81e2d72ccf9b59b2b676c211a3cb4f855111ad2af0ad08ce1cadd32c72329ae7961a9410d52bbf98 WHIRLPOOL d9c9bceeeb815a1fe95c9585761ac87dafafdadae2910b5fbdf63c946ec2d222887384f5ac4f7346f122706668433de4d628f61b1202dc9f3d9b8f0a0bc412a1 +DIST syntastic-3.6.0.tar.gz 189617 SHA256 b47c5ad0290f7f8e5fda49fde996258509c939b0244de812bed847de1d2a0557 SHA512 855577a796ffd8e9077d4f900928beba3f5f78348f81d39a776c7659713be75170285b421e8751b06639100a2580a2b7fc5f1e4aefb4c7225dc6b2f11ef02e25 WHIRLPOOL 5df8dc3a01f14e4e83366b37d819efb176cf17d49cbfe4a14ce990a4027eb4e507e29a3e408f472b637f180713d969b88a298fb0cf4edd3deaa02dad79b0fdb1 diff --git a/app-vim/syntastic/metadata.xml b/app-vim/syntastic/metadata.xml new file mode 100644 index 000000000000..847bbf0fce2c --- /dev/null +++ b/app-vim/syntastic/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>vim</herd> + <upstream> + <remote-id type="github">scrooloose/syntastic</remote-id> + </upstream> +</pkgmetadata> diff --git a/app-vim/syntastic/syntastic-3.5.0.ebuild b/app-vim/syntastic/syntastic-3.5.0.ebuild new file mode 100644 index 000000000000..c2b454f4c0ae --- /dev/null +++ b/app-vim/syntastic/syntastic-3.5.0.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +inherit vim-plugin + +DESCRIPTION="vim plugin: syntax checking using external tools" +HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=2736 https://github.com/scrooloose/syntastic/" +SRC_URI="https://github.com/scrooloose/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" +LICENSE="WTFPL-2" +KEYWORDS="amd64 x86" + +VIM_PLUGIN_HELPFILES="${PN}" + +src_prepare() { + rm -r _assets LICENCE README.markdown || die +} + +pkg_postinst() { + if [[ -z ${REPLACING_VERSIONS} ]] ; then + elog "Syntastic has many optional dependencies depending on the type" + elog "of syntax checking being performed. Look in the related files in" + elog "the syntax_checkers directory to help figure out what programs" + elog "different languages need." + fi +} diff --git a/app-vim/syntastic/syntastic-3.6.0.ebuild b/app-vim/syntastic/syntastic-3.6.0.ebuild new file mode 100644 index 000000000000..be5b783accd2 --- /dev/null +++ b/app-vim/syntastic/syntastic-3.6.0.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +inherit vim-plugin + +if [[ ${PV} == "9999" ]] ; then + inherit git-r3 + EGIT_REPO_URI="https://github.com/scrooloose/syntastic.git" +else + SRC_URI="https://github.com/scrooloose/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" + KEYWORDS="~amd64 ~x86" +fi + +DESCRIPTION="vim plugin: syntax checking using external tools" +HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=2736 https://github.com/scrooloose/syntastic/" +LICENSE="WTFPL-2" + +VIM_PLUGIN_HELPFILES="${PN}" + +src_prepare() { + rm -r _assets LICENCE README.markdown || die +} + +pkg_postinst() { + if [[ -z ${REPLACING_VERSIONS} ]] ; then + elog "Syntastic has many optional dependencies depending on the type" + elog "of syntax checking being performed. Look in the related files in" + elog "the syntax_checkers directory to help figure out what programs" + elog "different languages need." + fi +} diff --git a/app-vim/syntastic/syntastic-9999.ebuild b/app-vim/syntastic/syntastic-9999.ebuild new file mode 100644 index 000000000000..be5b783accd2 --- /dev/null +++ b/app-vim/syntastic/syntastic-9999.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +inherit vim-plugin + +if [[ ${PV} == "9999" ]] ; then + inherit git-r3 + EGIT_REPO_URI="https://github.com/scrooloose/syntastic.git" +else + SRC_URI="https://github.com/scrooloose/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" + KEYWORDS="~amd64 ~x86" +fi + +DESCRIPTION="vim plugin: syntax checking using external tools" +HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=2736 https://github.com/scrooloose/syntastic/" +LICENSE="WTFPL-2" + +VIM_PLUGIN_HELPFILES="${PN}" + +src_prepare() { + rm -r _assets LICENCE README.markdown || die +} + +pkg_postinst() { + if [[ -z ${REPLACING_VERSIONS} ]] ; then + elog "Syntastic has many optional dependencies depending on the type" + elog "of syntax checking being performed. Look in the related files in" + elog "the syntax_checkers directory to help figure out what programs" + elog "different languages need." + fi +} diff --git a/app-vim/tagbar/Manifest b/app-vim/tagbar/Manifest new file mode 100644 index 000000000000..82cbfac1a123 --- /dev/null +++ b/app-vim/tagbar/Manifest @@ -0,0 +1,3 @@ +DIST tagbar-2.5.tar.gz 44838 SHA256 b9632c1924dbe2c4b39ecda49a61bf956e059a09cf0017995059cc85078b8ae8 SHA512 da6491abc77fdcaf5f8ed1de82533d5d007f07d13bda67efeaf50a2a227117417a21bef92b5b05bed9ab5c0031d51ee386352581969ac714f92393de989da690 WHIRLPOOL 2dca052fdd03d5eb1207a4e12a4050f9a3d35b671fe2b6a786ab6ac5531e8cce7f3f28614986d57503e5369af67f6fe00a3d144df332ba6a656c88f8be76249c +DIST tagbar-2.6.1.tar.gz 51639 SHA256 c061a7e0a45a166f4558b31e6c47b9fd701f5fa1319527b65a268ea054dea5fb SHA512 eb0f29dc2f08d943e1ac0c0fe97ed72a49b85e22d105815a5557e205532be379d3ce8429c5303b917c005b465a7385161ff2edc96efc0fc312178155c67a7c22 WHIRLPOOL d5f7b0916e1eb0faa9a7887a4249ace5f0b8e369527a89010dabfee55507516050a5e5dd2184ab43c095ff514708bf25ab6d78fea85db8821804bbe908ebbc27 +DIST tagbar-2.6.tar.gz 51432 SHA256 46b14e1b3059ffe7d736ae586d94978898e29d03e0cc3545110e6eb8e309e399 SHA512 f51832805c6dd882972192186b67720b87408b78d3d13cb3577a785821fdc750e90a6415437381a259b465f31bc9ca5b4a73f09564a35d4b2bbb1c0cf9fa9fb4 WHIRLPOOL cc9a1c30afea5ac3ef695010f078e5f4f95dd5d92b203ba679c37e087b59621000cbe4358e09a8c44983239dfbd50b8ba282ba2804a307978283468c6ee99759 diff --git a/app-vim/tagbar/metadata.xml b/app-vim/tagbar/metadata.xml new file mode 100644 index 000000000000..af364a726fc2 --- /dev/null +++ b/app-vim/tagbar/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>vim</herd> + <upstream> + <remote-id type="github">majutsushi/tagbar</remote-id> + </upstream> +</pkgmetadata> diff --git a/app-vim/tagbar/tagbar-2.5.ebuild b/app-vim/tagbar/tagbar-2.5.ebuild new file mode 100644 index 000000000000..6ed8e95f4ad8 --- /dev/null +++ b/app-vim/tagbar/tagbar-2.5.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit vim-plugin + +DESCRIPTION="vim plugin: display tags of the current file ordered by scope" +HOMEPAGE="http://majutsushi.github.com/tagbar/ + http://www.vim.org/scripts/script.php?script_id=3465" +SRC_URI="https://github.com/majutsushi/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" +LICENSE="vim" +KEYWORDS="amd64 x86" + +RDEPEND=">=dev-util/ctags-5.5" + +VIM_PLUGIN_HELPFILES="${PN}.txt" diff --git a/app-vim/tagbar/tagbar-2.6.1.ebuild b/app-vim/tagbar/tagbar-2.6.1.ebuild new file mode 100644 index 000000000000..3d5587692e8e --- /dev/null +++ b/app-vim/tagbar/tagbar-2.6.1.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit vim-plugin + +DESCRIPTION="vim plugin: display tags of the current file ordered by scope" +HOMEPAGE="http://majutsushi.github.com/tagbar/ + http://www.vim.org/scripts/script.php?script_id=3465" +SRC_URI="https://github.com/majutsushi/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" +LICENSE="vim" +KEYWORDS="amd64 x86" + +RDEPEND=">=dev-util/ctags-5.5" + +VIM_PLUGIN_HELPFILES="${PN}.txt" diff --git a/app-vim/tagbar/tagbar-2.6.ebuild b/app-vim/tagbar/tagbar-2.6.ebuild new file mode 100644 index 000000000000..1c6876a05a4f --- /dev/null +++ b/app-vim/tagbar/tagbar-2.6.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit vim-plugin + +DESCRIPTION="vim plugin: display tags of the current file ordered by scope" +HOMEPAGE="http://majutsushi.github.com/tagbar/ + http://www.vim.org/scripts/script.php?script_id=3465" +SRC_URI="https://github.com/majutsushi/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" +LICENSE="vim" +KEYWORDS="~amd64 ~x86" + +RDEPEND=">=dev-util/ctags-5.5" + +VIM_PLUGIN_HELPFILES="${PN}.txt" diff --git a/app-vim/taglist/Manifest b/app-vim/taglist/Manifest new file mode 100644 index 000000000000..7ef37dcc3fc2 --- /dev/null +++ b/app-vim/taglist/Manifest @@ -0,0 +1,2 @@ +DIST taglist-4.5.tar.bz2 39272 SHA256 94170e61c3a05f5d1ed8e8475ab2e3eeafc264629d245f1a8717ec2ddc8ca84c SHA512 71b9fe005753e1a211db0f264cd48a4aa3a2fbccfe97bab392c5ecc68db317c591aecdd7586cbecdf11950fd4dcc56d6f94f15599df7aec020924fa6f064035e WHIRLPOOL 7cd850668152f1516501f63361b3206ce79fe9fce2dfe6f78f42cd294e9eaf4db093674c1ad05db874aef83da2ecb1b7527b0e0c5bf79494d9e120f5564cff1b +DIST taglist-4.6.tar.bz2 40344 SHA256 30716a97b4667a862849dee122b843c2522c649e60553e8cbe2277bb93ccb6a3 SHA512 64686f2685cf4f9b09eeb7e1981a1b9d514cce2f6ea4bdf3e3613037d9818556ad6ed95740a84b4d73eba3fa1d5d58a41f15e1bc0a1403c50a810f5a704f3073 WHIRLPOOL 4e7b154e1c693cfee821e55e9b4d8f2b26f1c5dbacce6015757ee4b13586927ba5dca2ab726e23ad090944e55e0cce9676c01c8c21efa9ece967cb24d8bd5acd diff --git a/app-vim/taglist/files/taglist-3.4-ebuilds.patch b/app-vim/taglist/files/taglist-3.4-ebuilds.patch new file mode 100644 index 000000000000..8fcc928d4497 --- /dev/null +++ b/app-vim/taglist/files/taglist-3.4-ebuilds.patch @@ -0,0 +1,12 @@ +--- taglist-3.4/plugin/taglist.vim.orig 2004-10-02 00:12:58.400215576 +0100 ++++ taglist-3.4/plugin/taglist.vim 2004-10-02 00:26:28.535056360 +0100 +@@ -205,6 +205,9 @@ + let s:tlist_def_cobol_settings = 'cobol;d:data;f:file;g:group;p:paragraph;' . + \ 'P:program;s:section' + ++" ebuilds ++let s:tlist_def_ebuild_settings = 'sh;f:function' ++ + " eiffel language + let s:tlist_def_eiffel_settings = 'eiffel;c:class;f:feature' + diff --git a/app-vim/taglist/metadata.xml b/app-vim/taglist/metadata.xml new file mode 100644 index 000000000000..d221a8d4b42c --- /dev/null +++ b/app-vim/taglist/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>vim</herd> +</pkgmetadata> diff --git a/app-vim/taglist/taglist-4.5.ebuild b/app-vim/taglist/taglist-4.5.ebuild new file mode 100644 index 000000000000..5fbdd6f1a409 --- /dev/null +++ b/app-vim/taglist/taglist-4.5.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +inherit vim-plugin eutils + +DESCRIPTION="vim plugin: ctags-based source code browser" +HOMEPAGE="http://vim-taglist.sourceforge.net/" + +LICENSE="vim" +KEYWORDS="alpha amd64 hppa ia64 ~mips ppc sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris" +IUSE="" + +RDEPEND="dev-util/ctags" + +VIM_PLUGIN_HELPFILES="taglist-intro" + +src_unpack() { + unpack ${A} + cd "${S}" + epatch "${FILESDIR}"/${PN}-3.4-ebuilds.patch + [[ -f plugin/${PN}.vim.orig ]] && rm plugin/${PN}.vim.orig +} diff --git a/app-vim/taglist/taglist-4.6.ebuild b/app-vim/taglist/taglist-4.6.ebuild new file mode 100644 index 000000000000..d1f9b9773341 --- /dev/null +++ b/app-vim/taglist/taglist-4.6.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit vim-plugin eutils + +DESCRIPTION="vim plugin: ctags-based source code browser" +HOMEPAGE="http://vim-taglist.sourceforge.net/" +LICENSE="vim" +KEYWORDS="alpha amd64 hppa ia64 ~mips ppc sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris" + +RDEPEND="dev-util/ctags" + +VIM_PLUGIN_HELPFILES="${PN}.txt" + +src_prepare() { + epatch "${FILESDIR}"/${PN}-3.4-ebuilds.patch +} diff --git a/app-vim/tcomment/Manifest b/app-vim/tcomment/Manifest new file mode 100644 index 000000000000..50f45ed3ea6e --- /dev/null +++ b/app-vim/tcomment/Manifest @@ -0,0 +1,2 @@ +DIST tcomment-3.04.tar.gz 36010 SHA256 5bf571b2753fae513c4adc0726274b2094ae5fb0071a9cb634cf0309685a2cbb SHA512 b9fc84ea606b97ae5679ae1b695c9c06cf533d945391fd8ffe55411784334285be5c9d01e672679890b5fe7e1ac7dcb0140389e36c9e9d70b26b394ceae1b371 WHIRLPOOL 7193b298642392554ada0e3004df530b0ada23fb3e72c1d3b2d4cbff34198204c27b7b20777a829701d25d623306d7638da3743468d91959b2361c4f2066ba4e +DIST tcomment-3.06.tar.gz 37691 SHA256 5a12cb8da962758f6635d328cde0421f4e34e4cffa99503f259f7939127ae690 SHA512 f26310d69e9a81f85e0270ca6a85b86c9ad841fbff98a0ea06134209d82f7f33298a7d7e07e641c5fde1c01a59a52fdfd8f5d649665d73f07a4ed42b1b41ca92 WHIRLPOOL 3531681fefe140911e7cb1683ba8b1969f328cd8658bfda57a659a66ded56dba05910daa4c097e9d10d6b101adcc9757858e69ea3d14eca48c3818ba31b575dc diff --git a/app-vim/tcomment/metadata.xml b/app-vim/tcomment/metadata.xml new file mode 100644 index 000000000000..14dde9048045 --- /dev/null +++ b/app-vim/tcomment/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>vim</herd> + <upstream> + <remote-id type="github">tomtom/tcomment_vim</remote-id> + </upstream> +</pkgmetadata> diff --git a/app-vim/tcomment/tcomment-3.04.ebuild b/app-vim/tcomment/tcomment-3.04.ebuild new file mode 100644 index 000000000000..1321bbc6388b --- /dev/null +++ b/app-vim/tcomment/tcomment-3.04.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit vim-plugin + +MY_PN="tcomment_vim" +DESCRIPTION="vim plugin: an extensible and universal comment toggler" +HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=1173 https://github.com/tomtom/tcomment_vim" +SRC_URI="https://github.com/tomtom/${MY_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" +LICENSE="GPL-3" +KEYWORDS="~amd64 ~x86" + +VIM_PLUGIN_HELPFILES="${PN}.txt" + +S=${WORKDIR}/${MY_PN}-${PV} + +src_prepare() { + rm -r README spec addon* || die +} diff --git a/app-vim/tcomment/tcomment-3.06.ebuild b/app-vim/tcomment/tcomment-3.06.ebuild new file mode 100644 index 000000000000..4b2666e3e2bd --- /dev/null +++ b/app-vim/tcomment/tcomment-3.06.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit vim-plugin + +MY_PN="tcomment_vim" +DESCRIPTION="vim plugin: an extensible and universal comment toggler" +HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=1173 https://github.com/tomtom/tcomment_vim" +SRC_URI="https://github.com/tomtom/${MY_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" +LICENSE="GPL-3" +KEYWORDS="~amd64 ~x86" + +VIM_PLUGIN_HELPFILES="${PN}.txt" + +S=${WORKDIR}/${MY_PN}-${PV} + +src_prepare() { + rm -r README spec addon* || die +} diff --git a/app-vim/thlnk/Manifest b/app-vim/thlnk/Manifest new file mode 100644 index 000000000000..ff72db2d541b --- /dev/null +++ b/app-vim/thlnk/Manifest @@ -0,0 +1 @@ +DIST thlnk-1.2.1.tar.bz2 35428 SHA256 8a9b57d857230d5c6df706e0009acdd04e6b2d75fd6a3470678cecfa55dd4485 SHA512 c3de0452a5a5d068f9c64d7ef1f7e390a3f870546a7ab2daec41d301c19f57d4a0e254fd45de4775455746312f48f3223b6ddbaa80159a0ff56cf707b9cc0945 WHIRLPOOL 69bcaacc7fab3d0e36a5d0debd69afe784086a54c5bcdf7807ebd2a5ad12d7c0fdce03e3036cab8416eda48477e4ba0045da7a48fd3046ca3ee7b88de5ffafb0 diff --git a/app-vim/thlnk/metadata.xml b/app-vim/thlnk/metadata.xml new file mode 100644 index 000000000000..d221a8d4b42c --- /dev/null +++ b/app-vim/thlnk/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>vim</herd> +</pkgmetadata> diff --git a/app-vim/thlnk/thlnk-1.2.1.ebuild b/app-vim/thlnk/thlnk-1.2.1.ebuild new file mode 100644 index 000000000000..e9f1e180a742 --- /dev/null +++ b/app-vim/thlnk/thlnk-1.2.1.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +inherit vim-plugin + +DESCRIPTION="vim plugin: linking in plaintext" +HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=293" +LICENSE="GPL-2" +KEYWORDS="alpha ~amd64 ia64 ppc sparc x86" +IUSE="" + +VIM_PLUGIN_HELPFILES="thlnk thlnk-reference-manual" diff --git a/app-vim/tmpl/Manifest b/app-vim/tmpl/Manifest new file mode 100644 index 000000000000..7303465fe79d --- /dev/null +++ b/app-vim/tmpl/Manifest @@ -0,0 +1 @@ +DIST tmpl-0.1.tar.bz2 1165 SHA256 da9cf364dc16d2e16e4aaccdf551e14f2cd113ce690b119ab43a4546825b1b0b SHA512 c50d15be556224544ae99bb1a4ec78fca6d0cc4c1df11c4ef5302ce851b8f92baca04e498774cd1352ca3f1a8789498e7f47bb371828da13a7703a2f654ab51c WHIRLPOOL 15512498a205e3dd6c169d0b61c6789bd925852a31d222bb06316c803875b4e39a6cb4ddd3f0c478e5c333fb1833cba19b33f7867f3de6ce5cfb30db553b4987 diff --git a/app-vim/tmpl/metadata.xml b/app-vim/tmpl/metadata.xml new file mode 100644 index 000000000000..d221a8d4b42c --- /dev/null +++ b/app-vim/tmpl/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>vim</herd> +</pkgmetadata> diff --git a/app-vim/tmpl/tmpl-0.1.ebuild b/app-vim/tmpl/tmpl-0.1.ebuild new file mode 100644 index 000000000000..e6952f2e0713 --- /dev/null +++ b/app-vim/tmpl/tmpl-0.1.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +inherit vim-plugin + +DESCRIPTION="vim plugin: Syntax for Sam Tregar's HTML::Template" +HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=254" +LICENSE="vim" +KEYWORDS="x86 alpha ia64 sparc amd64 ppc" +IUSE="" + +VIM_PLUGIN_HELPURL="http://www.vim.org/scripts/script.php?script_id=254" diff --git a/app-vim/toggle/Manifest b/app-vim/toggle/Manifest new file mode 100644 index 000000000000..356b4d87e2ab --- /dev/null +++ b/app-vim/toggle/Manifest @@ -0,0 +1 @@ +DIST toggle-0.5.tar.bz2 2790 SHA256 ec9c1b8d2bcc9ab477dd6e1b0885c412c1434602c2c9b6a97b4861d3ee27e204 SHA512 bac60e8e09cb3d82ba1569c333174fa58596fcd009181a56feabeeba4590942805a14cf08c3ff3dc7920e8481d14b3bb659bb85ad1c8bd85ca66a5d491dae05c WHIRLPOOL 93fba31126708a0993a89bfde3b880a08fb4a6ae8895bd83654b2e5dbc0fe2164a0992e833b2e955e9178494bafcdc60235b4dfca1d8f56f9c01a0011edf1fa1 diff --git a/app-vim/toggle/metadata.xml b/app-vim/toggle/metadata.xml new file mode 100644 index 000000000000..d221a8d4b42c --- /dev/null +++ b/app-vim/toggle/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>vim</herd> +</pkgmetadata> diff --git a/app-vim/toggle/toggle-0.5.ebuild b/app-vim/toggle/toggle-0.5.ebuild new file mode 100644 index 000000000000..fc7d681e7c43 --- /dev/null +++ b/app-vim/toggle/toggle-0.5.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +inherit vim-plugin + +DESCRIPTION="vim plugin: quickly toggle boolean-type keywords" +HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=895" +LICENSE="GPL-2" +KEYWORDS="alpha amd64 ia64 ~mips ppc sparc x86" +IUSE="" + +VIM_PLUGIN_HELPTEXT=\ +"This plugin will toggle true/false, on/off, yes/no and so on when <C-T> +is pressed." diff --git a/app-vim/tt2-syntax/Manifest b/app-vim/tt2-syntax/Manifest new file mode 100644 index 000000000000..eee457b1e849 --- /dev/null +++ b/app-vim/tt2-syntax/Manifest @@ -0,0 +1 @@ +DIST tt2-syntax-1.13.tar.bz2 2991 SHA256 6b5ed46f6dc66c3a7e0b0a7f0498de83a481ffee5637d8d37c9906ef480306d7 SHA512 0e7f5ca2b5dd53598778bb85a76fbb8be52ce789221342cb5ab51a5084c7d679b8b2f5cee4f8f05db9648a5828471eeba3d0367959f09d280d9c098a9c21e52e WHIRLPOOL c561fdbe410af2b2011e658796fd25471319b9a85228a84cbbf8ff47268cfc38c5578f2d6e899674b0978b5fc1d079cec5c65eabd0b83daa228818c46e3c7606 diff --git a/app-vim/tt2-syntax/metadata.xml b/app-vim/tt2-syntax/metadata.xml new file mode 100644 index 000000000000..c7b901f7dcaf --- /dev/null +++ b/app-vim/tt2-syntax/metadata.xml @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>vim</herd> +</pkgmetadata> + diff --git a/app-vim/tt2-syntax/tt2-syntax-1.13.ebuild b/app-vim/tt2-syntax/tt2-syntax-1.13.ebuild new file mode 100644 index 000000000000..31167d563879 --- /dev/null +++ b/app-vim/tt2-syntax/tt2-syntax-1.13.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +inherit vim-plugin + +DESCRIPTION="vim plugin: syntax highlighting for perl module Template-Toolkit" +HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=830" +LICENSE="vim" +KEYWORDS="amd64 ~arm ppc ppc64 x86 ~x86-fbsd" +IUSE="" + +VIM_PLUGIN_HELPTEXT=\ +"This plugin provides syntax highlighting for perl module Template-Toolkit" diff --git a/app-vim/txtfmt/Manifest b/app-vim/txtfmt/Manifest new file mode 100644 index 000000000000..10442e9ec26a --- /dev/null +++ b/app-vim/txtfmt/Manifest @@ -0,0 +1 @@ +DIST txtfmt-2.4.tar.gz 127123 SHA256 1d3880e4c23e2bdaf8065a569f54bda84292ee9e276ca4e055fca9c8e542f2e0 SHA512 4f3a32c34b11477a7b78fca47367754093b04dbe60bdfee16d2f05c992a82f9f64fb82b8dc811afd43fd4206f426c88ade95943cc1686e6bf57813596b9652f8 WHIRLPOOL 15815e7b69ecc07dc9ca7721c867b752bf2278732152402ff63276a930cacd1564c9fa8030b02054c494495b2447ab421fee4045d0b50d509da5e3d2a103f59f diff --git a/app-vim/txtfmt/metadata.xml b/app-vim/txtfmt/metadata.xml new file mode 100644 index 000000000000..d221a8d4b42c --- /dev/null +++ b/app-vim/txtfmt/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>vim</herd> +</pkgmetadata> diff --git a/app-vim/txtfmt/txtfmt-2.4.ebuild b/app-vim/txtfmt/txtfmt-2.4.ebuild new file mode 100644 index 000000000000..22c9ef73e580 --- /dev/null +++ b/app-vim/txtfmt/txtfmt-2.4.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=4 +VIM_PLUGIN_VIM_VERSION="7.2" + +inherit vim-plugin + +DESCRIPTION="vim plugin: rich text highlighting in vim" +HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=2208" +SRC_URI="http://www.vim.org/scripts/download_script.php?src_id=13856 -> ${P}.tar.gz" +LICENSE="public-domain" +KEYWORDS="~amd64 ~x86" +IUSE="" + +VIM_PLUGIN_HELPFILES="txtfmt.txt" + +S=${WORKDIR} + +src_prepare() { + rm indent_patch.txt +} diff --git a/app-vim/udev-syntax/Manifest b/app-vim/udev-syntax/Manifest new file mode 100644 index 000000000000..543861ea000c --- /dev/null +++ b/app-vim/udev-syntax/Manifest @@ -0,0 +1 @@ +DIST udev-syntax-20051016.tar.bz2 1161 SHA256 32e34a163f49e68bce41dc3fe944b52bbc279399a0a422e995a9c77263316239 SHA512 3952cddd2598eb4e09fd6bc7538419c9dbb3eb94d55a81418fc66b5c3fb46f34853d4b97a5475f3330b752d4dbdd3bcf22a3f47c73d1d3e18b5efcc2b4696e34 WHIRLPOOL 9bd909f5c68cd70fb24e108146e144c5f14d4917b9b9418c6d0fd83f9c08bea348d592e239af2ea92bbff79ebc7404a3269addc5f24c8af81f6ea04b547c5ae6 diff --git a/app-vim/udev-syntax/files/udev-syntax-20051016-ftdetect.patch b/app-vim/udev-syntax/files/udev-syntax-20051016-ftdetect.patch new file mode 100644 index 000000000000..3792be01ce23 --- /dev/null +++ b/app-vim/udev-syntax/files/udev-syntax-20051016-ftdetect.patch @@ -0,0 +1,6 @@ +diff -ru udev-syntax-20051016/ftdetect/udev.vim udev-syntax-20051016/ftdetect/udev.vim +--- udev-syntax-20051016/ftdetect/udev.vim 2007-01-10 16:11:32.876871120 +0100 ++++ udev-syntax-20051016/ftdetect/udev.vim 2007-01-10 16:12:04.412703024 +0100 +@@ -1,4 +1,4 @@ +-au BufNewFile,BufRead *udev.rules* set filetype=udev ++au BufNewFile,BufRead *udev/rules.d* set filetype=udev diff --git a/app-vim/udev-syntax/metadata.xml b/app-vim/udev-syntax/metadata.xml new file mode 100644 index 000000000000..d62456a21ff0 --- /dev/null +++ b/app-vim/udev-syntax/metadata.xml @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>vim</herd> + <longdescription lang="en"> + Vim syntax highlighting for udev.rules files. + </longdescription> +</pkgmetadata> + diff --git a/app-vim/udev-syntax/udev-syntax-20051016-r1.ebuild b/app-vim/udev-syntax/udev-syntax-20051016-r1.ebuild new file mode 100644 index 000000000000..29dd012372b9 --- /dev/null +++ b/app-vim/udev-syntax/udev-syntax-20051016-r1.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +inherit vim-plugin eutils + +DESCRIPTION="vim plugin: syntax highlighting for udev rules files" +HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=1381" +LICENSE="vim" +KEYWORDS="amd64 hppa ~mips ppc sparc x86" +IUSE="" + +VIM_PLUGIN_HELPTEXT=\ +"This plugin provides syntax highlighting for udev.rules files. These files +are automatically detected by filename; manual loading is also possible, +via :set filetype=udev" + +src_unpack() { + unpack ${A} + epatch "${FILESDIR}/${P}-ftdetect.patch" +} diff --git a/app-vim/undotree/Manifest b/app-vim/undotree/Manifest new file mode 100644 index 000000000000..0de167be13ce --- /dev/null +++ b/app-vim/undotree/Manifest @@ -0,0 +1,2 @@ +DIST undotree-4.3.tar.gz 11556 SHA256 45a700e8d6c0924144ded612af7ac66a63b6f1927b4b0044557c3bc7a5cac46a SHA512 8143be996230d15ff538e007ebe7d8d7f71f8115f450bffabd47706ae6052316b251b3cfc1187039ecc351c9d5765763c9150fb14944944c65768ccc434f244d WHIRLPOOL 4000274dbdb6a2c9a92ca08a88377df8c2d94f20daffc0d82c87b5e3f47bd2a10846222b7c154a2628e0a19797493d5e88492c417b9d966961e17c5af8bfbc00 +DIST undotree-5.0.tar.gz 13646 SHA256 57e49c1c819e53e340b9f76c639c4148ddaec88e050eb22095373dd051151cc7 SHA512 093202633000c15db731c9664b606ced7dd4d259f9fac04e886509a440eb5e31de073250eb400be0b1e4cdabb393d1d88bbcb88fa162c89a3783c961b33d33a0 WHIRLPOOL f3a887362bfc3c3c128fffa9be9365cf45608ada100780d7e6c1315a8c2ca98ea0998f246076e36b0275c3299db5bc56ff80b093c662107a2077050bb4148cc6 diff --git a/app-vim/undotree/metadata.xml b/app-vim/undotree/metadata.xml new file mode 100644 index 000000000000..a5d7a719ea1a --- /dev/null +++ b/app-vim/undotree/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>vim</herd> + <upstream> + <remote-id type="github">mbbill/undotree</remote-id> + </upstream> +</pkgmetadata> diff --git a/app-vim/undotree/undotree-4.3.ebuild b/app-vim/undotree/undotree-4.3.ebuild new file mode 100644 index 000000000000..6c156a90114d --- /dev/null +++ b/app-vim/undotree/undotree-4.3.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit vim-plugin vcs-snapshot + +DESCRIPTION="vim plugin: display your undo history in a graph" +HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=4177 https://github.com/mbbill/undotree" +SRC_URI="https://github.com/mbbill/${PN}/archive/rel_${PV}.tar.gz -> ${P}.tar.gz" +LICENSE="BSD" +KEYWORDS="amd64 x86" diff --git a/app-vim/undotree/undotree-5.0.ebuild b/app-vim/undotree/undotree-5.0.ebuild new file mode 100644 index 000000000000..08488329fbff --- /dev/null +++ b/app-vim/undotree/undotree-5.0.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit vim-plugin vcs-snapshot + +DESCRIPTION="vim plugin: display your undo history in a graph" +HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=4177 https://github.com/mbbill/undotree" +SRC_URI="https://github.com/mbbill/${PN}/archive/rel_${PV}.tar.gz -> ${P}.tar.gz" +LICENSE="BSD" +KEYWORDS="~amd64 ~x86" diff --git a/app-vim/unite/Manifest b/app-vim/unite/Manifest new file mode 100644 index 000000000000..4cdb3fcafb07 --- /dev/null +++ b/app-vim/unite/Manifest @@ -0,0 +1,2 @@ +DIST unite-2.0.tar.bz2 56031 SHA256 ede13c053933f633d7050b6f7866a413d9e2f54949f6a3322e016db5d5ee91d8 SHA512 f537a4a7c399555efec01fb165d4ad7b984bc94e7596e86e93bd5ef378e3bc7c539d54f5d8f886f8b88315283960c9deb4d35b41046a3e212ba9139d9cc9c414 WHIRLPOOL 11e1cd224a10d369da9216d6320d20cb48e10ff8e701a36d3b13720c32b30a50c24529651b6b0a97b256370f4993789ccd562e501e32fc714f6767377996a852 +DIST unite-4.0.tar.bz2 80472 SHA256 46e3cc1439e6d9d581975c2b742a53ab2c076c01ebdf0d0dbebe1fdf425adc39 SHA512 e554e48d740b0ce6406d8512a0c769e25f78b763d267bbbf8228197835b724154f33452571c771fede1415a9b3108deb096e3bc90291a95e8a3b00d216287928 WHIRLPOOL 0244c1d7da2d9b0e474a429f9d3ebf012635981f7a0b8437172cebcf6c560a584f86143738532d2d9af8609a025ed92aeb31a2839c343496edc2bb3823785e0f diff --git a/app-vim/unite/metadata.xml b/app-vim/unite/metadata.xml new file mode 100644 index 000000000000..ef7e62c357fc --- /dev/null +++ b/app-vim/unite/metadata.xml @@ -0,0 +1,14 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>vim</herd> + <longdescription lang="en"> + Unite searches and displays information from arbitrary sources like files, + buffers, recently used files or registers. You can run one of defined action + on a target displayed. + + The differences between unite and similar plugins like fuzzyfinder or ku are + that unite doesn't use the built-in completion interface of Vim, and integrates + sources at the same time. + </longdescription> +</pkgmetadata> diff --git a/app-vim/unite/unite-2.0.ebuild b/app-vim/unite/unite-2.0.ebuild new file mode 100644 index 000000000000..91a5178c4cd4 --- /dev/null +++ b/app-vim/unite/unite-2.0.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=4 + +inherit vim-plugin + +DESCRIPTION="vim plugin: unite all sources" +HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=3396" +LICENSE="MIT" +KEYWORDS="~amd64 ~x86" +IUSE="" + +VIM_PLUGIN_HELPFILES="unite.txt" + +src_prepare() { + # remove unused tests + rm -rf test +} diff --git a/app-vim/unite/unite-4.0.ebuild b/app-vim/unite/unite-4.0.ebuild new file mode 100644 index 000000000000..fb5505999254 --- /dev/null +++ b/app-vim/unite/unite-4.0.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=4 + +inherit vim-plugin + +DESCRIPTION="vim plugin: unite all sources" +HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=3396" +LICENSE="MIT" +KEYWORDS="~amd64 ~x86" +IUSE="" + +VIM_PLUGIN_HELPFILES="${PN}.txt" diff --git a/app-vim/uptime/Manifest b/app-vim/uptime/Manifest new file mode 100644 index 000000000000..b6ebcde8d30f --- /dev/null +++ b/app-vim/uptime/Manifest @@ -0,0 +1 @@ +DIST uptime-1.3.tar.bz2 2315 SHA256 bd28b9dfaf51c1ccbc43c83dc7e2ab9fb70fba6e3d30120b8d34ea5f7211d6ff SHA512 42291261eb9f7246b68c32bef08599f604a5e1186eccff0b4ea118bb336e79a5c84cfbc2a834d5e50db3c2341c95c05f2961589efc3e459d3c6dac5f5baf50e4 WHIRLPOOL 2d13afde8858398f3831e2b145f3a3d0599d3dbcc7c2fedcdcf354609bbe67a91de38090ab10cef20dfb61a32ffb836dd0e51d3752a628f1ae1e157c685e6999 diff --git a/app-vim/uptime/metadata.xml b/app-vim/uptime/metadata.xml new file mode 100644 index 000000000000..d221a8d4b42c --- /dev/null +++ b/app-vim/uptime/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>vim</herd> +</pkgmetadata> diff --git a/app-vim/uptime/uptime-1.3.ebuild b/app-vim/uptime/uptime-1.3.ebuild new file mode 100644 index 000000000000..98cac85c5aff --- /dev/null +++ b/app-vim/uptime/uptime-1.3.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +inherit vim-plugin + +DESCRIPTION="vim plugin: display vim uptimes" +HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=965" +LICENSE="vim" +KEYWORDS="alpha amd64 ia64 ~mips ppc sparc x86" +IUSE="" + +VIM_PLUGIN_HELPFILES="uptime" diff --git a/app-vim/vcscommand/Manifest b/app-vim/vcscommand/Manifest new file mode 100644 index 000000000000..185588d02006 --- /dev/null +++ b/app-vim/vcscommand/Manifest @@ -0,0 +1 @@ +DIST vcscommand-1.99.47.tar.bz2 27281 SHA256 1e219f3e941e49086fb5083a1493c9563cffd004e8bae8a7f6ac65596adf3f56 SHA512 df9180cc3a87dc5fab52d149c1f87993822658edabd77965756fa8ba05ef6f1c5a4f336b54d0b18e3c2bba8f53324ca60526258953a85ce170ab065b5f2e11c7 WHIRLPOOL 9c056921e8757b234ce71a840a7fcebb507dfe7813f2034bdb360ac60038cbfc01fc333353ec8b24b8142236271fa1295d53d7c5650046cbbb61f5bc6a80d478 diff --git a/app-vim/vcscommand/metadata.xml b/app-vim/vcscommand/metadata.xml new file mode 100644 index 000000000000..a3908f63d553 --- /dev/null +++ b/app-vim/vcscommand/metadata.xml @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>vim</herd> +<longdescription lang="en"> + VIM 7 plugin useful for manipulating files controlled by CVS, SVN, SVK, git, + bzr, and hg within VIM, including committing changes and performing diffs + using the vimdiff system. +</longdescription> +</pkgmetadata> diff --git a/app-vim/vcscommand/vcscommand-1.99.47.ebuild b/app-vim/vcscommand/vcscommand-1.99.47.ebuild new file mode 100644 index 000000000000..f28a27b4b1fb --- /dev/null +++ b/app-vim/vcscommand/vcscommand-1.99.47.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit vim-plugin + +DESCRIPTION="vim plugin: CVS/SVN/SVK/git/bzr/hg integration plugin" +HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=90" +LICENSE="MIT" +KEYWORDS="amd64 ~hppa ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris" + +RDEPEND="!app-vim/cvscommand" + +VIM_PLUGIN_HELPFILES="${PN}.txt" diff --git a/app-vim/vim-latex/Manifest b/app-vim/vim-latex/Manifest new file mode 100644 index 000000000000..1ae458a527ec --- /dev/null +++ b/app-vim/vim-latex/Manifest @@ -0,0 +1 @@ +DIST vim-latex-1.8.23-20130116.788-git2ef9956.tar.gz 287749 SHA256 99f47151d5108901f85c793496a301341fe6be66b39bd5b42ea7db2e0afd426c SHA512 27cbea24ef5cf8c5ef6c2a9790bd1745d7d907640dd47dd199e579b8e04c33e30b1907f89e9898f8197e46f002ce4145e5c63635801ca8729d4ad988aaa7b590 WHIRLPOOL 74d11d665568ff4afaa40e3208764919e32c9f899ba3e993ed4e4d0049c9f067c2446e2abdecdf3b598ec89c9d4187f24f9ca04a654ecbaa4dc2cfdcc0e06975 diff --git a/app-vim/vim-latex/metadata.xml b/app-vim/vim-latex/metadata.xml new file mode 100644 index 000000000000..59dc87257b51 --- /dev/null +++ b/app-vim/vim-latex/metadata.xml @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>vim</herd> + <maintainer> + <email>ferret@explodingferret.com</email> + <description>Please Cc: James Noble (ferret on IRC, not a Gentoo + developer) on any bugs related to this package as he knows more + about it than me.</description> + </maintainer> + <use> + <flag name="html">Install HTML documentation</flag> + <flag name="python">Enable python support which can help speed up some functionality</flag> + </use> + <upstream> + <remote-id type="sourceforge">vim-latex</remote-id> + </upstream> +</pkgmetadata> diff --git a/app-vim/vim-latex/vim-latex-1.8.23.20130116.ebuild b/app-vim/vim-latex/vim-latex-1.8.23.20130116.ebuild new file mode 100644 index 000000000000..bb75db87c7b7 --- /dev/null +++ b/app-vim/vim-latex/vim-latex-1.8.23.20130116.ebuild @@ -0,0 +1,62 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +PYTHON_COMPAT=( python2_7 ) + +inherit vim-plugin versionator python-single-r1 + +MY_REV="788-git2ef9956" +MY_P="${PN}-$( replace_version_separator 3 - ).${MY_REV}" + +DESCRIPTION="vim plugin: a comprehensive set of tools to view, edit and compile LaTeX documents" +HOMEPAGE="http://vim-latex.sourceforge.net/" +SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz" + +LICENSE="vim" +KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris" +IUSE="html python" + +RDEPEND="|| ( app-editors/vim[python?] app-editors/gvim[python?] ) + virtual/latex-base" + +S=${WORKDIR}/${MY_P} + +VIM_PLUGIN_HELPFILES="latex-suite.txt latex-suite-quickstart.txt latexhelp.txt imaps.txt" + +src_prepare() { + # The makefiles do weird stuff, including running the svn command + rm Makefile Makefile.in || die "rm Makefile Makefile.in failed" +} + +src_install() { + use html && dohtml -r doc/ + + # Don't mess up vim's doc dir with random files + mv doc mydoc || die + mkdir doc || die + mv mydoc/*.txt doc/ || die + rm -rf mydoc || die + + # Don't install buggy tags scripts, use ctags instead + rm latextags ltags || die + + vim-plugin_src_install + + # Use executable permissions (bug #352403) + fperms a+x /usr/share/vim/vimfiles/ftplugin/latex-suite/outline.py + + python_fix_shebang "${ED}" +} + +pkg_postinst() { + vim-plugin_pkg_postinst + elog + elog "To use the vim-latex plugin add:" + elog " filetype plugin on" + elog ' set grepprg=grep\ -nH\ $*' + elog " let g:tex_flavor='latex'" + elog "to your ~/.vimrc-file" + elog +} diff --git a/app-vim/vim-misc/Manifest b/app-vim/vim-misc/Manifest new file mode 100644 index 000000000000..c453215b9ea1 --- /dev/null +++ b/app-vim/vim-misc/Manifest @@ -0,0 +1,7 @@ +DIST vim-misc-1.11.tar.gz 50573 SHA256 a9454c5e9bb296b2fa1a2e192fff2db41ec1b01742d939c898e84e4f8265a2f1 SHA512 170e7c6b0e114b13decbd21cc60c45cdf6025cbef7b1fa593767a240b707abf3995ff161e7a76078f9883ce05cf93f7e3b0b8882bfc012792e4dd988e172ba19 WHIRLPOOL 0bd23eb38be576190822e00d5f9db4e03011c0816f8ab9fd54910bf23a127776c5bcf2887b76bc247372839a7b714cfb8d52412e3da2f7925dcc91a0959b5315 +DIST vim-misc-1.13.1.tar.gz 53469 SHA256 3340b11115eca665ceb349a7824bb1ea592d38c390e719ce3f2359590e6d8054 SHA512 64a88d1100a775702d4142cdd1c4e800d7e455c571101c592f3e446a07af344ac515bf48c46a3427cdb2f209c7ee54cef6d8d6970119e173099494e6d7472a10 WHIRLPOOL c02777dc4917e85039b0db9b52587e10b511e214b1b606de80cb656f6427fbee50a4472daa0ddcb2625dd921b6afad96527945f52e4252a9129aa7e9e9ab66f0 +DIST vim-misc-1.16.1.tar.gz 55532 SHA256 cb4abbc2cfad35ca56b5077395204e04c65ff95718a9b69f2a92e87ae417aea6 SHA512 365d091f91d6bb6cba39e7a880b7cc40c65ccf8a6117d881ae6e0c4317bee77273cd3b27e3cf6b66b8c7fb321a603143b917a2e884c52eded66f19a613340651 WHIRLPOOL 7d1649c5e1641d7041b898fae29c2354003991c62eeadba1e82ee087f177a48932fb01025841b1e63fad569c891b5d3d52e7273c9301aa5fc026b1dca64d8a62 +DIST vim-misc-1.17.1.tar.gz 55585 SHA256 3e86714d16005682cbdb36edf90a1a8ace09a5729d3ba1d9075583dae6066118 SHA512 32b64f0fbe26a27b7969be93fc0295fe8a4165f9df72af3e61279890c564ec859d58210393a7545d3a0a68638dd5cf3ae43146b3d5a562cd5dbf26d5584c4b83 WHIRLPOOL 792df79e373386b1f77401af87191321997bd59a8f818d13ded16c35e6359da605ffc57d6cb73e8c87240823a170f537d7d1d3b3a75e7db469dc64c630883dcd +DIST vim-misc-1.17.6.tar.gz 56548 SHA256 66c9c91062c91a1d3c33d37a2f3bb6d9853c6bec70051c7c32a8a5f16caf5dc7 SHA512 04896559a9179e4f117de4ae78564309c9459ebb78ba1f9aceb7c3abf064e38d403567d01c347eb9ec0a09ed57c8ae51e01c4967e393c58c7b613cf926663e64 WHIRLPOOL c4be7ff87a889be92734a2798a0323cf33c318b5705364e0fc1327cd2d06e66ba891bfaf6bc3d98405c8fd8940430521c6dc199f97b5533c8dba9fa462b6e007 +DIST vim-misc-1.17.tar.gz 55536 SHA256 0a04d2e90fce57fad28eb84f1a830d3557d828145124fd883c99855c71159378 SHA512 bc3b1b7cb863d48b0ae2c69177c067c00c8ce6cffa4e5503aefc64029012f6b77ccbf169539200ae2e87b6116a57a7c6c67766d964aac7e6f6c6d17b372914bc WHIRLPOOL 5c1e614a0515b7d48cd5cd0473c2bc59b2ccd46211a10a1e0e798e469745ef4f018c28a7fe882cf0cc2d82d4907e27b32f2eee03e2aee0d7fe69b86b697f2db9 +DIST vim-misc-1.8.5.tar.gz 36377 SHA256 2cb84c92a8caa2ce0d2a1b5513161cf065b8e51df8a918b7afdea24e48c005ab SHA512 bf85e2942a549fdabf7d8c3b85a6bece4643ef2c34e43e70836e1a2ae9654cabaab045878b854722a77b1d8cf2e4b1d66827f5ea39e5fd3502265f3444f79066 WHIRLPOOL cdcdf3f985a8c7025a7614cc644d22ee3036d4d67485ef27ce90a98bedb9d0b7fc2fd4db729f84b292c1df24a63aa4c8a7f5a723733b72bad7639f279b0b0475 diff --git a/app-vim/vim-misc/metadata.xml b/app-vim/vim-misc/metadata.xml new file mode 100644 index 000000000000..66b5ce937f97 --- /dev/null +++ b/app-vim/vim-misc/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>vim</herd> + <upstream> + <remote-id type="github">xolox/vim-misc</remote-id> + </upstream> +</pkgmetadata> diff --git a/app-vim/vim-misc/vim-misc-1.11.ebuild b/app-vim/vim-misc/vim-misc-1.11.ebuild new file mode 100644 index 000000000000..33aadecfbc85 --- /dev/null +++ b/app-vim/vim-misc/vim-misc-1.11.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit vim-plugin + +DESCRIPTION="vim plugin: miscellaneous auto-load scripts" +HOMEPAGE="http://peterodding.com/code/vim/misc/" +SRC_URI="https://github.com/xolox/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" +LICENSE="MIT" +KEYWORDS="~amd64 ~x86" + +RDEPEND="!app-vim/xolox-misc" + +VIM_PLUGIN_HELPFILES="misc.txt" + +src_prepare() { + rm addon-info.json autoload/xolox/misc/echo.exe || die +} diff --git a/app-vim/vim-misc/vim-misc-1.13.1.ebuild b/app-vim/vim-misc/vim-misc-1.13.1.ebuild new file mode 100644 index 000000000000..33aadecfbc85 --- /dev/null +++ b/app-vim/vim-misc/vim-misc-1.13.1.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit vim-plugin + +DESCRIPTION="vim plugin: miscellaneous auto-load scripts" +HOMEPAGE="http://peterodding.com/code/vim/misc/" +SRC_URI="https://github.com/xolox/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" +LICENSE="MIT" +KEYWORDS="~amd64 ~x86" + +RDEPEND="!app-vim/xolox-misc" + +VIM_PLUGIN_HELPFILES="misc.txt" + +src_prepare() { + rm addon-info.json autoload/xolox/misc/echo.exe || die +} diff --git a/app-vim/vim-misc/vim-misc-1.16.1.ebuild b/app-vim/vim-misc/vim-misc-1.16.1.ebuild new file mode 100644 index 000000000000..33aadecfbc85 --- /dev/null +++ b/app-vim/vim-misc/vim-misc-1.16.1.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit vim-plugin + +DESCRIPTION="vim plugin: miscellaneous auto-load scripts" +HOMEPAGE="http://peterodding.com/code/vim/misc/" +SRC_URI="https://github.com/xolox/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" +LICENSE="MIT" +KEYWORDS="~amd64 ~x86" + +RDEPEND="!app-vim/xolox-misc" + +VIM_PLUGIN_HELPFILES="misc.txt" + +src_prepare() { + rm addon-info.json autoload/xolox/misc/echo.exe || die +} diff --git a/app-vim/vim-misc/vim-misc-1.17.1.ebuild b/app-vim/vim-misc/vim-misc-1.17.1.ebuild new file mode 100644 index 000000000000..4c4b20a0865a --- /dev/null +++ b/app-vim/vim-misc/vim-misc-1.17.1.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit vim-plugin + +DESCRIPTION="vim plugin: miscellaneous auto-load scripts" +HOMEPAGE="http://peterodding.com/code/vim/misc/" +SRC_URI="https://github.com/xolox/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" +LICENSE="MIT" +KEYWORDS="amd64 x86" + +RDEPEND="!app-vim/xolox-misc" + +VIM_PLUGIN_HELPFILES="misc.txt" + +src_prepare() { + rm addon-info.json autoload/xolox/misc/echo.exe || die +} diff --git a/app-vim/vim-misc/vim-misc-1.17.6.ebuild b/app-vim/vim-misc/vim-misc-1.17.6.ebuild new file mode 100644 index 000000000000..ba5e89910f97 --- /dev/null +++ b/app-vim/vim-misc/vim-misc-1.17.6.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit vim-plugin + +DESCRIPTION="vim plugin: miscellaneous auto-load scripts" +HOMEPAGE="http://peterodding.com/code/vim/misc/" +SRC_URI="https://github.com/xolox/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" +LICENSE="MIT" +KEYWORDS="~amd64 ~x86" + +VIM_PLUGIN_HELPFILES="misc.txt" + +src_prepare() { + rm INSTALL.md addon-info.json autoload/xolox/misc/echo.exe || die +} diff --git a/app-vim/vim-misc/vim-misc-1.17.ebuild b/app-vim/vim-misc/vim-misc-1.17.ebuild new file mode 100644 index 000000000000..33aadecfbc85 --- /dev/null +++ b/app-vim/vim-misc/vim-misc-1.17.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit vim-plugin + +DESCRIPTION="vim plugin: miscellaneous auto-load scripts" +HOMEPAGE="http://peterodding.com/code/vim/misc/" +SRC_URI="https://github.com/xolox/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" +LICENSE="MIT" +KEYWORDS="~amd64 ~x86" + +RDEPEND="!app-vim/xolox-misc" + +VIM_PLUGIN_HELPFILES="misc.txt" + +src_prepare() { + rm addon-info.json autoload/xolox/misc/echo.exe || die +} diff --git a/app-vim/vim-misc/vim-misc-1.8.5.ebuild b/app-vim/vim-misc/vim-misc-1.8.5.ebuild new file mode 100644 index 000000000000..c0b01ccba44b --- /dev/null +++ b/app-vim/vim-misc/vim-misc-1.8.5.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit vim-plugin + +DESCRIPTION="vim plugin: miscellaneous auto-load scripts" +HOMEPAGE="http://peterodding.com/code/vim/misc/" +SRC_URI="https://github.com/xolox/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" +LICENSE="MIT" +KEYWORDS="amd64 x86" + +RDEPEND="!app-vim/xolox-misc" + +VIM_PLUGIN_HELPFILES="misc.txt" + +src_prepare() { + rm addon-info.json autoload/xolox/misc/echo.exe || die +} diff --git a/app-vim/vim-r/Manifest b/app-vim/vim-r/Manifest new file mode 100644 index 000000000000..662ed412da99 --- /dev/null +++ b/app-vim/vim-r/Manifest @@ -0,0 +1,7 @@ +DIST vim-r-0.9.9.2.tar.bz2 125721 SHA256 4e6f73f9c2c9032e5e0480b0ffc52e8967bf24188545599ad5eda6021a449340 SHA512 c6e4ad970e0f80c35883cb059a7649b182c3c89587725a992b0e5190b113b7bbe4a130ff6d99c6f5d480f21e9dfcd241d87b57e59a2fe6e02ac7ee7a630f38f4 WHIRLPOOL 257445cba31341523c3c245f92e36705783539015c61caeb3bb38b228fd2ecc2586dc0e2dcd5050b66ab414dc55ea1d46a70a8bad158f8a7754ea09ff5065499 +DIST vim-r-0.9.9.3.tar.bz2 126223 SHA256 e395b346c755da4f7844d914641d03af315860d8d0f70afe9b4519e254e2d3c6 SHA512 6660e34cdaa14613cdc7b4a6992001b615740bddc4fafd15ffb3d10a51c055dbc8cb18a4ec7013f2587e7075de3826d7c24eed79571efdf466420a8bbea30bab WHIRLPOOL 62e9292af83c6ec987140b76834dd9958301ee8a9e3ba57a83cd246ea09599e85bf8ff8937c485629f614c24a3412c54c59b88fd0629a60b1c505985695321ad +DIST vim-r-0.9.9.4.tar.bz2 124665 SHA256 cc7a88d1b7eb810586d184e3a13424226da5c38c46480faaccad2143feb8283e SHA512 90a5239e8a581f31168e81f651dfb8a650b5400cccb24d1b4a4a4eda51c317e8f9d917779b6a7d174e4e4b7a032bf43982d787b8351a425721169cec579d0a67 WHIRLPOOL 8ed5ac058069aab31edcd39b6c77e476b38903f97625fb97ec1fdf29e285d723be5eba384f0baa132e52cc00ab3f12077d8227c9f973cb6b14cb3939a32f4d8d +DIST vim-r-0.9.9.7.tar.bz2 126403 SHA256 4b2a95dab6d51621b31ae25edb8dbd724757bc4d5ee6030c2b7cd1d1039b4c79 SHA512 785175dc9033afaa5fc7f8e274774095fdddddd2979be5c7d92b5f4726224db4687e6460964f1c1c28c04e0bcdeb3c190d7d94a273e321443900f5759230071a WHIRLPOOL 6711fbfcd4cc389c4159b5e360af17415368c6d692255cf16c5e473df2dbd729ee12b0233c0875f9ec14da7ea3a45a11cef8396adaa856088bb592fe2db079ff +DIST vim-r-0.9.9.8.tar.bz2 75236 SHA256 eb6048d872b0156a0cdc9644d48fa6eb2418f2d784698c43a1e333d40790a75f SHA512 4356ca4493b564ec0881dfc6e596983f88124f79bfd5a20483f6d3b72488807c31090f43b676abc89f3c5aefe8f533c72f22bec89ee580ff244d22b0b7d3aa4d WHIRLPOOL b0031e1a238f3c7e0b0332306d10dda5ead65abf1ead95efe2129538f15f900ed51a11a346e33e5d50c8510dcf10b0eec1645aac64fa5c0f0975e6d79c76df4d +DIST vim-r-0.9.9.9.tar.bz2 76020 SHA256 728aead76d0d70495f48b12482cdcaa590e5f9586e6298e53e6116a3676529f7 SHA512 90420a5b4f86765e4a376aef0c4008600cb010832f86c585d05248218e6736adec192d7ddccf8a581cdbb4b85e60741398023a88a213dc7c847ee078ae528078 WHIRLPOOL ab1823829e86aa9e1a308b75e015b64f49bb0284a9f80d2013697f8c07d4f31bac628f21a319451d083ea9f2355095f0a3579fe9bb5474810fa650c0e6fabd6b +DIST vim-r-1.0.tar.bz2 82116 SHA256 6836f4adc44355607d08b4bed03f4afa2359b40f95afdf685fb771a84bdbbfc9 SHA512 9df3bf35da9da6f650c3de23f0a7607e5e02a6193e1f2352d8129668d0ad37a63088a6ae7ac77831952aa7d35bde2d2d7b6f592a15dc856eaf64a1cbb5cd07cc WHIRLPOOL 9d24f09d7e3c22a0ebe71f1e65809acaffb3d8dbaf511f3703dc327706774634d9722a2093afaabb75178d8f9d62a4c51dddd0b21068089e75d647478c80f2ed diff --git a/app-vim/vim-r/metadata.xml b/app-vim/vim-r/metadata.xml new file mode 100644 index 000000000000..d221a8d4b42c --- /dev/null +++ b/app-vim/vim-r/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>vim</herd> +</pkgmetadata> diff --git a/app-vim/vim-r/vim-r-0.9.9.2.ebuild b/app-vim/vim-r/vim-r-0.9.9.2.ebuild new file mode 100644 index 000000000000..958f52894307 --- /dev/null +++ b/app-vim/vim-r/vim-r-0.9.9.2.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit vim-plugin + +DESCRIPTION="vim plugin: integrate vim with R" +HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=2628" +LICENSE="public-domain" +KEYWORDS="~amd64 ~x86" + +RDEPEND="dev-lang/R + || ( app-vim/conque app-vim/screen )" + +VIM_PLUGIN_HELPFILES="r-plugin.txt" diff --git a/app-vim/vim-r/vim-r-0.9.9.3.ebuild b/app-vim/vim-r/vim-r-0.9.9.3.ebuild new file mode 100644 index 000000000000..958f52894307 --- /dev/null +++ b/app-vim/vim-r/vim-r-0.9.9.3.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit vim-plugin + +DESCRIPTION="vim plugin: integrate vim with R" +HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=2628" +LICENSE="public-domain" +KEYWORDS="~amd64 ~x86" + +RDEPEND="dev-lang/R + || ( app-vim/conque app-vim/screen )" + +VIM_PLUGIN_HELPFILES="r-plugin.txt" diff --git a/app-vim/vim-r/vim-r-0.9.9.4.ebuild b/app-vim/vim-r/vim-r-0.9.9.4.ebuild new file mode 100644 index 000000000000..958f52894307 --- /dev/null +++ b/app-vim/vim-r/vim-r-0.9.9.4.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit vim-plugin + +DESCRIPTION="vim plugin: integrate vim with R" +HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=2628" +LICENSE="public-domain" +KEYWORDS="~amd64 ~x86" + +RDEPEND="dev-lang/R + || ( app-vim/conque app-vim/screen )" + +VIM_PLUGIN_HELPFILES="r-plugin.txt" diff --git a/app-vim/vim-r/vim-r-0.9.9.7.ebuild b/app-vim/vim-r/vim-r-0.9.9.7.ebuild new file mode 100644 index 000000000000..958f52894307 --- /dev/null +++ b/app-vim/vim-r/vim-r-0.9.9.7.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit vim-plugin + +DESCRIPTION="vim plugin: integrate vim with R" +HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=2628" +LICENSE="public-domain" +KEYWORDS="~amd64 ~x86" + +RDEPEND="dev-lang/R + || ( app-vim/conque app-vim/screen )" + +VIM_PLUGIN_HELPFILES="r-plugin.txt" diff --git a/app-vim/vim-r/vim-r-0.9.9.8.ebuild b/app-vim/vim-r/vim-r-0.9.9.8.ebuild new file mode 100644 index 000000000000..958f52894307 --- /dev/null +++ b/app-vim/vim-r/vim-r-0.9.9.8.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit vim-plugin + +DESCRIPTION="vim plugin: integrate vim with R" +HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=2628" +LICENSE="public-domain" +KEYWORDS="~amd64 ~x86" + +RDEPEND="dev-lang/R + || ( app-vim/conque app-vim/screen )" + +VIM_PLUGIN_HELPFILES="r-plugin.txt" diff --git a/app-vim/vim-r/vim-r-0.9.9.9.ebuild b/app-vim/vim-r/vim-r-0.9.9.9.ebuild new file mode 100644 index 000000000000..222484afc273 --- /dev/null +++ b/app-vim/vim-r/vim-r-0.9.9.9.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit vim-plugin + +DESCRIPTION="vim plugin: integrate vim with R" +HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=2628" +LICENSE="public-domain" +KEYWORDS="~amd64 ~x86" + +RDEPEND="dev-lang/R + || ( app-vim/conque app-vim/screen )" + +VIM_PLUGIN_HELPFILES="r-plugin.txt" diff --git a/app-vim/vim-r/vim-r-1.0.ebuild b/app-vim/vim-r/vim-r-1.0.ebuild new file mode 100644 index 000000000000..6da98773669e --- /dev/null +++ b/app-vim/vim-r/vim-r-1.0.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit vim-plugin + +DESCRIPTION="vim plugin: integrate vim with R" +HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=2628" +LICENSE="public-domain" +KEYWORDS="~amd64 ~x86" + +RDEPEND="dev-lang/R" + +VIM_PLUGIN_HELPFILES="r-plugin.txt" + +pkg_postinst() { + if [[ -z ${REPLACING_VERSIONS} ]]; then + elog "This plugin requires the vimcom R package to be installed," + elog "see https://github.com/jalvesaq/VimCom for instructions." + fi +} diff --git a/app-vim/vim-spell-cs/Manifest b/app-vim/vim-spell-cs/Manifest new file mode 100644 index 000000000000..a4936e02a9bd --- /dev/null +++ b/app-vim/vim-spell-cs/Manifest @@ -0,0 +1 @@ +DIST vim-spell-cs-20061021.tar.bz2 1320356 SHA256 f15748bfc46761c4d8d2056740553a3aeebb449a5071dbf79434a2afcae977f2 SHA512 cb9cae6dab11c5cbbe16e0902b18cdbea81dbd7844eda4774f45c6e5a5f3eebb09e062a37845a0e6ff5bc5c0abf7219001824768c0e058998a7c922790006e99 WHIRLPOOL daef13d6398718e9483c58742a1c9f29097d52d152cb87cf63a756f2d5db7e07f68e06b7f90c08aa0b06006e93ae9103a5aeecb3244a1bbff8ffce4f3cd4cb6a diff --git a/app-vim/vim-spell-cs/metadata.xml b/app-vim/vim-spell-cs/metadata.xml new file mode 100644 index 000000000000..403c997c8a10 --- /dev/null +++ b/app-vim/vim-spell-cs/metadata.xml @@ -0,0 +1,20 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>vim</herd> + <herd>proxy-maintainers</herd> + <!-- Proxy maintainer. Be sure to also CC vim@ on any bugs. --> + <maintainer> + <email>jkt@gentoo.org</email> + <name>Jan Kundrát</name> + </maintainer> + <longdescription lang="en"> + Vim spell files for Czech (cs). Supported character sets are cp1250, + iso-8859-2, and UTF-8. + </longdescription> + <longdescription lang="cs"> + Kontrola českého pravopisu pro Vim. Podporuje kódování cp1250, + iso-8859-2 a UTF-8. + </longdescription> +</pkgmetadata> + diff --git a/app-vim/vim-spell-cs/vim-spell-cs-20061021.ebuild b/app-vim/vim-spell-cs/vim-spell-cs-20061021.ebuild new file mode 100644 index 000000000000..fde05a15541c --- /dev/null +++ b/app-vim/vim-spell-cs/vim-spell-cs-20061021.ebuild @@ -0,0 +1,11 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +VIM_SPELL_LANGUAGE="Czech" + +inherit vim-spell + +LICENSE="GPL-2" +KEYWORDS="amd64 sparc x86" +IUSE="" diff --git a/app-vim/vim-spell-da/Manifest b/app-vim/vim-spell-da/Manifest new file mode 100644 index 000000000000..23b16b981a2b --- /dev/null +++ b/app-vim/vim-spell-da/Manifest @@ -0,0 +1 @@ +DIST vim-spell-da-20060116.tar.bz2 629196 SHA256 ad496445e84d1bb30cc65d08a550706ab64d779b19d624b187f018d9c567f21e SHA512 0d055972b15acdd2ea7166711e344b1718975f7de6a49653240fb2e1bb31a82a8174e46de83f38d93d226782b97e2c58aff50cc0efab95dcde3d53b80205f444 WHIRLPOOL aff174966ac527233fc2acc77a74d8a898e38d21f85332971fca6f245d8ce188811f1a843a671abb3105273cdcf58c549b03910cddfd2cf20d54ae9ba8d6d93d diff --git a/app-vim/vim-spell-da/metadata.xml b/app-vim/vim-spell-da/metadata.xml new file mode 100644 index 000000000000..2ad91c45eba7 --- /dev/null +++ b/app-vim/vim-spell-da/metadata.xml @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>vim</herd> + <longdescription lang="en"> + Vim spell files for Danish (da). Supported character sets are UTF-8, + latin-1. + </longdescription> +</pkgmetadata> + diff --git a/app-vim/vim-spell-da/vim-spell-da-20060116.ebuild b/app-vim/vim-spell-da/vim-spell-da-20060116.ebuild new file mode 100644 index 000000000000..95b665184151 --- /dev/null +++ b/app-vim/vim-spell-da/vim-spell-da-20060116.ebuild @@ -0,0 +1,11 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +VIM_SPELL_LANGUAGE="Danish" + +inherit vim-spell + +LICENSE="GPL-2" +KEYWORDS="~alpha ~amd64 ~ia64 ppc sparc x86" +IUSE="" diff --git a/app-vim/vim-spell-de/Manifest b/app-vim/vim-spell-de/Manifest new file mode 100644 index 000000000000..6cde03c06940 --- /dev/null +++ b/app-vim/vim-spell-de/Manifest @@ -0,0 +1,2 @@ +DIST vim-spell-de-20051008.tar.bz2 2156892 SHA256 d54c6dd12a4ffc5374c4957c7510cc48416a0f27dcfcbb97dc2e130b7284fd65 SHA512 015620f87a44709fc73b69465eddf8fb5658f9962370c33eda51a7546f3b8ccafa84b756217f230759b2b1c3b15c0500581c34ad6115d232c5b0353fe08a023c WHIRLPOOL 0bd599686cb3ac26fcc08f3c041b419f38a69a6a5c8975eda8ff01f341ad6b5577f8fc83703132ffb9ce5d722d8779eee217088aa7ed5139aafca1807f0fff58 +DIST vim-spell-de-20080213.tar.bz2 11171578 SHA256 33ba51cb41f2c5d6f6366efb2219e00d9214f7b487f8d0d2ecb7e21699fe8d48 SHA512 6b18d527a61573f865dc51bad1c8f4aca17453c2605c390e330a52f041f1392c438190dcc6168803bf415b4e9e470055a52013ee16ea32c7a8c42b2843fb3698 WHIRLPOOL e550cb191c1bbfe5042ad1cc949d599cbe4a7874bdf7e10f5ceb1a3b50e2a273fad494727ec175a6465d90413f03769298c5ecab8ab4281fc5613d0c9815d9b9 diff --git a/app-vim/vim-spell-de/metadata.xml b/app-vim/vim-spell-de/metadata.xml new file mode 100644 index 000000000000..d4c93c7b4ae8 --- /dev/null +++ b/app-vim/vim-spell-de/metadata.xml @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>vim</herd> + <longdescription lang="en"> + Vim spell files for German (de). Supported character sets are UTF-8 + and latin-1. + </longdescription> +</pkgmetadata> diff --git a/app-vim/vim-spell-de/vim-spell-de-20051008.ebuild b/app-vim/vim-spell-de/vim-spell-de-20051008.ebuild new file mode 100644 index 000000000000..0b949ce96149 --- /dev/null +++ b/app-vim/vim-spell-de/vim-spell-de-20051008.ebuild @@ -0,0 +1,11 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +VIM_SPELL_LANGUAGE="German" + +inherit vim-spell + +LICENSE="GPL-2" +KEYWORDS="amd64 ppc sparc x86 ~amd64-linux ~x86-linux ~x86-macos" +IUSE="" diff --git a/app-vim/vim-spell-de/vim-spell-de-20080213.ebuild b/app-vim/vim-spell-de/vim-spell-de-20080213.ebuild new file mode 100644 index 000000000000..8a52af43d4d4 --- /dev/null +++ b/app-vim/vim-spell-de/vim-spell-de-20080213.ebuild @@ -0,0 +1,11 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +VIM_SPELL_LANGUAGE="German" + +inherit vim-spell + +LICENSE="GPL-2" +KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos" +IUSE="" diff --git a/app-vim/vim-spell-el/Manifest b/app-vim/vim-spell-el/Manifest new file mode 100644 index 000000000000..4e8f75e9dd38 --- /dev/null +++ b/app-vim/vim-spell-el/Manifest @@ -0,0 +1 @@ +DIST vim-spell-el-20080402.tar.bz2 3360601 SHA256 b8cdd20f6c9e472f6b7d948d3cb194b49eaab0e520a2ea6b2d7e02baeaa17389 SHA512 5cf68b43e213c3d6f36c96c7414927314e25bd45283759490628cd40c6b4052e6f4c7b43db27e9a3393dc32c8960452f94ba42e279c4dad4a5a5520e338d38e9 WHIRLPOOL 9834aad6081fa7abb1e95526d6605726c7424744cb5ef2aefb540653254f4c601f8747ce7c3d7106ea908f6e91f838254f01dc48dd2d54b97b5c60f95b0019b0 diff --git a/app-vim/vim-spell-el/metadata.xml b/app-vim/vim-spell-el/metadata.xml new file mode 100644 index 000000000000..0adf59aa9aff --- /dev/null +++ b/app-vim/vim-spell-el/metadata.xml @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>vim</herd> + <longdescription> + Vim spell files for Greek (el). Supported character sets are UTF-8 and + ISO-8859-7. + </longdescription> +</pkgmetadata> diff --git a/app-vim/vim-spell-el/vim-spell-el-20080402.ebuild b/app-vim/vim-spell-el/vim-spell-el-20080402.ebuild new file mode 100644 index 000000000000..122af17b577b --- /dev/null +++ b/app-vim/vim-spell-el/vim-spell-el-20080402.ebuild @@ -0,0 +1,11 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +VIM_SPELL_LANGUAGE="Greek" + +inherit vim-spell + +LICENSE="GPL-2" +KEYWORDS="amd64 x86" +IUSE="" diff --git a/app-vim/vim-spell-en/Manifest b/app-vim/vim-spell-en/Manifest new file mode 100644 index 000000000000..676095941097 --- /dev/null +++ b/app-vim/vim-spell-en/Manifest @@ -0,0 +1 @@ +DIST vim-spell-en-20060123.tar.bz2 1819791 SHA256 e9e8b8714a940226de8936914a6e77296b277658d5f0fdb7e9e8d42e08fe8365 SHA512 145a4cbf976b5472b2474f9d84978e9907f0dabdee05fa55b0b4ce5f56dc27ef568e8c28fe67d9d8b86a33e0392b1fc6af6f44d6f147ce894070b58e40109dc0 WHIRLPOOL 2ac5d667befe3079618239ec8291e1a58c7b5f174239bd5db5f61ee39b155db64653f58d6d4dfe75856923d4d35d274774a726994ff2fae7b7f39b98b446c8d0 diff --git a/app-vim/vim-spell-en/metadata.xml b/app-vim/vim-spell-en/metadata.xml new file mode 100644 index 000000000000..1daaf6a12a34 --- /dev/null +++ b/app-vim/vim-spell-en/metadata.xml @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>vim</herd> + <longdescription lang="en"> + Vim spell files for English (en). Supported character sets are UTF-8, + latin-1 and ASCII. + </longdescription> +</pkgmetadata> + diff --git a/app-vim/vim-spell-en/vim-spell-en-20060123.ebuild b/app-vim/vim-spell-en/vim-spell-en-20060123.ebuild new file mode 100644 index 000000000000..0318f7394af9 --- /dev/null +++ b/app-vim/vim-spell-en/vim-spell-en-20060123.ebuild @@ -0,0 +1,11 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +VIM_SPELL_LANGUAGE="English" + +inherit vim-spell + +LICENSE="BSD LGPL-2.1 public-domain" +KEYWORDS="~alpha amd64 ~arm ppc sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" +IUSE="" diff --git a/app-vim/vim-spell-es/Manifest b/app-vim/vim-spell-es/Manifest new file mode 100644 index 000000000000..946dd24c8094 --- /dev/null +++ b/app-vim/vim-spell-es/Manifest @@ -0,0 +1 @@ +DIST vim-spell-es-20060208.tar.bz2 2417510 SHA256 9c7d86d8a3405c16fc9a7a7468ed4a1aed0e9da6e51378c1f7df6bd917cba983 SHA512 e035e587191eabc78672ff4cb72c637e8f582480c67ab79b93879de6791d09484108ddd213213186a0fef02869012d28d31793274a638ac7c87fe9e2aeeadec2 WHIRLPOOL 22eb1f7a155727a62032febd1a3776111a8d91b902aaeb070c21de1e74d4a0cc4a98ce4f0cc0a1e1c3a9e3ca3e83a39e0fc0287ae10fda05f94b8844fc9e6819 diff --git a/app-vim/vim-spell-es/metadata.xml b/app-vim/vim-spell-es/metadata.xml new file mode 100644 index 000000000000..e7a3bc9baaf3 --- /dev/null +++ b/app-vim/vim-spell-es/metadata.xml @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>vim</herd> + <longdescription lang="en"> + Vim spell files for Spanish (es). Supported character sets are UTF-8 and + latin1. + </longdescription> +</pkgmetadata> diff --git a/app-vim/vim-spell-es/vim-spell-es-20060208.ebuild b/app-vim/vim-spell-es/vim-spell-es-20060208.ebuild new file mode 100644 index 000000000000..4d63d53d14f8 --- /dev/null +++ b/app-vim/vim-spell-es/vim-spell-es-20060208.ebuild @@ -0,0 +1,11 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +VIM_SPELL_LANGUAGE="Spanish" + +inherit vim-spell + +LICENSE="GPL-2" +KEYWORDS="~alpha amd64 ppc sparc x86" +IUSE="" diff --git a/app-vim/vim-spell-fr/Manifest b/app-vim/vim-spell-fr/Manifest new file mode 100644 index 000000000000..a859d3c00496 --- /dev/null +++ b/app-vim/vim-spell-fr/Manifest @@ -0,0 +1 @@ +DIST vim-spell-fr-20060121.tar.bz2 408587 SHA256 050cc224b78f3368379b5f00ad89b9a755c0855c9c87d7fc1c61e348dd3c1cce SHA512 2f826751d450bae22aff918004e980fb3f9065fdf418bc0071510b8b0fa2d4bae3d4c9563231e4e6be8320a39018d8b2bee0ea06c6206c3b5a60b6c3d4db2575 WHIRLPOOL e7052b320c8bc4153704996ec0892a4aa74b3d692496ccefb754e3caf6e9b9049f4bc0f3c08b19004e8a2f642a11c6f93136515131b578d3ff3a69170454c14b diff --git a/app-vim/vim-spell-fr/metadata.xml b/app-vim/vim-spell-fr/metadata.xml new file mode 100644 index 000000000000..03e277596287 --- /dev/null +++ b/app-vim/vim-spell-fr/metadata.xml @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>vim</herd> + <longdescription lang="en"> + Vim spell files for French (fr). Supported character sets are UTF-8, + latin-1 and ASCII. + </longdescription> +</pkgmetadata> diff --git a/app-vim/vim-spell-fr/vim-spell-fr-20060121.ebuild b/app-vim/vim-spell-fr/vim-spell-fr-20060121.ebuild new file mode 100644 index 000000000000..23d0af977a6e --- /dev/null +++ b/app-vim/vim-spell-fr/vim-spell-fr-20060121.ebuild @@ -0,0 +1,11 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +VIM_SPELL_LANGUAGE="French" + +inherit vim-spell + +LICENSE="GPL-2" +KEYWORDS="amd64 ppc sparc x86" +IUSE="" diff --git a/app-vim/vim-spell-he/Manifest b/app-vim/vim-spell-he/Manifest new file mode 100644 index 000000000000..e8a608318585 --- /dev/null +++ b/app-vim/vim-spell-he/Manifest @@ -0,0 +1 @@ +DIST vim-spell-he-20100312.tar.bz2 177495 SHA256 1ae7bb6569b5e47fd95180b0acd2e9b6940187ca442c3771cd7c5836f6e52530 SHA512 c6cb7c7eca7b842ceb0aa8b62e0afb215403004fb76d11ef2bfd55398657799e92dfc7d6ed3802008bd7f5bc3caf8cf15697fbfb64f935361c6958d26c7e5775 WHIRLPOOL eda5640f4db969729d8c4835866028cb2bf490a2de6bff18dd4b456c71d29828e61be4cbb535f8b74a4a936717bbdc1f440c964405a0b0a63bc8940f06b3698b diff --git a/app-vim/vim-spell-he/metadata.xml b/app-vim/vim-spell-he/metadata.xml new file mode 100644 index 000000000000..8ec43ac57cce --- /dev/null +++ b/app-vim/vim-spell-he/metadata.xml @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>vim</herd> + <longdescription> + Vim spell files for Hebrew (he). Supported character sets are UTF-8 and + ISO-8859-8. + </longdescription> +</pkgmetadata> diff --git a/app-vim/vim-spell-he/vim-spell-he-20100312.ebuild b/app-vim/vim-spell-he/vim-spell-he-20100312.ebuild new file mode 100644 index 000000000000..4476ebc18987 --- /dev/null +++ b/app-vim/vim-spell-he/vim-spell-he-20100312.ebuild @@ -0,0 +1,11 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +VIM_SPELL_LANGUAGE="Hebrew" + +inherit vim-spell + +LICENSE="GPL-2" +KEYWORDS="amd64 x86" +IUSE="" diff --git a/app-vim/vim-spell-hu/Manifest b/app-vim/vim-spell-hu/Manifest new file mode 100644 index 000000000000..001f80e576a0 --- /dev/null +++ b/app-vim/vim-spell-hu/Manifest @@ -0,0 +1 @@ +DIST vim-spell-hu-20100312.tar.bz2 2516564 SHA256 0da634528c98e7aa2bff23b8992d713291155b1e9e09eeb61dff7face8326469 SHA512 44c94f84c3edd94020fdae430723b2e264113d29f5e295e6593274741ef094a8fe1dfa1d692cddc266f2cb3d58fa5601f80576d4ca55fd185c1213e983a3fb99 WHIRLPOOL c68ea642bf1598a924896149af8dfad8311acf4492e150519ea023b0fbc51be2ec05dcf6034665ef24c2de662f33f52ed3181ff14d113aa78bae5c0259335831 diff --git a/app-vim/vim-spell-hu/metadata.xml b/app-vim/vim-spell-hu/metadata.xml new file mode 100644 index 000000000000..742448c07d57 --- /dev/null +++ b/app-vim/vim-spell-hu/metadata.xml @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>vim</herd> + <longdescription> + Vim spell files for Hungarian (hu). Supported character sets are UTF-8, + ISO-8859-2 and CP-1250. + </longdescription> +</pkgmetadata> diff --git a/app-vim/vim-spell-hu/vim-spell-hu-20100312.ebuild b/app-vim/vim-spell-hu/vim-spell-hu-20100312.ebuild new file mode 100644 index 000000000000..3064ad451171 --- /dev/null +++ b/app-vim/vim-spell-hu/vim-spell-hu-20100312.ebuild @@ -0,0 +1,11 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +VIM_SPELL_LANGUAGE="Hungarian" + +inherit vim-spell + +LICENSE="GPL-2" +KEYWORDS="amd64 x86" +IUSE="" diff --git a/app-vim/vim-spell-it/Manifest b/app-vim/vim-spell-it/Manifest new file mode 100644 index 000000000000..0a1801d3a44f --- /dev/null +++ b/app-vim/vim-spell-it/Manifest @@ -0,0 +1 @@ +DIST vim-spell-it-20100312.tar.bz2 874072 SHA256 e9e8092d8cc3cb4b949c8a96aa08d0b6fd66aa3ab6fa610fae511184217ec236 SHA512 7f215d65a798c64c33f38c52205f5c15ce132361d078eb0c48ea5058c97da21b25c24952b15a2737b6b8d1de1d5bb6fbbc880acb57834e6d00773ce97c80de5d WHIRLPOOL 3bfca30a21881111c27d9faf8f0bcdb87a98a131f74bd094abf46dbb988b60e62c09e67a6acd5556f7cb1c8fc613cc8fac0483dffeb0c8ff782e55434e3e7d17 diff --git a/app-vim/vim-spell-it/metadata.xml b/app-vim/vim-spell-it/metadata.xml new file mode 100644 index 000000000000..91cd94894971 --- /dev/null +++ b/app-vim/vim-spell-it/metadata.xml @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>vim</herd> + <longdescription> + Vim spell files for Italian (it). Supported character sets are UTF-8 and + latin1. + </longdescription> +</pkgmetadata> diff --git a/app-vim/vim-spell-it/vim-spell-it-20100312.ebuild b/app-vim/vim-spell-it/vim-spell-it-20100312.ebuild new file mode 100644 index 000000000000..0c74a9bc804e --- /dev/null +++ b/app-vim/vim-spell-it/vim-spell-it-20100312.ebuild @@ -0,0 +1,11 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +VIM_SPELL_LANGUAGE="Italian" + +inherit vim-spell + +LICENSE="GPL-2" +KEYWORDS="amd64 x86" +IUSE="" diff --git a/app-vim/vim-spell-nl/Manifest b/app-vim/vim-spell-nl/Manifest new file mode 100644 index 000000000000..029dce89558a --- /dev/null +++ b/app-vim/vim-spell-nl/Manifest @@ -0,0 +1 @@ +DIST vim-spell-nl-20051007.tar.bz2 670750 SHA256 053f1f37d6df8e281797368d810dfa78e7939015b57c492727b98f37e5659c67 SHA512 5d62c84178c91e139516181e35c6e2802aaeb1897e70f50dcad93f7ad7efad1e9f983334bc7d3a3a3355e20a535c2e81096583a3ee11aab0f49698f4dee03c5e WHIRLPOOL 00f264f4b6079de691ec347a6a82f577da860ac639ea844022f0419c916b48a96a6bd651b822708ce80efc002c326005d16143febd055bac0711f8827094d7db diff --git a/app-vim/vim-spell-nl/metadata.xml b/app-vim/vim-spell-nl/metadata.xml new file mode 100644 index 000000000000..baa216679bb0 --- /dev/null +++ b/app-vim/vim-spell-nl/metadata.xml @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>vim</herd> + <longdescription lang="en"> + Vim spell files for Dutch (nl). Supported character sets are UTF-8, + and latin-1. + </longdescription> +</pkgmetadata> diff --git a/app-vim/vim-spell-nl/vim-spell-nl-20051007.ebuild b/app-vim/vim-spell-nl/vim-spell-nl-20051007.ebuild new file mode 100644 index 000000000000..0d10685e2dc7 --- /dev/null +++ b/app-vim/vim-spell-nl/vim-spell-nl-20051007.ebuild @@ -0,0 +1,11 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +VIM_SPELL_LANGUAGE="Dutch" + +inherit vim-spell + +LICENSE="GPL-2" +KEYWORDS="amd64 ppc sparc x86 ~amd64-linux ~x86-linux ~ppc-macos" +IUSE="" diff --git a/app-vim/vim-spell-pl/Manifest b/app-vim/vim-spell-pl/Manifest new file mode 100644 index 000000000000..e7b59f5e29a2 --- /dev/null +++ b/app-vim/vim-spell-pl/Manifest @@ -0,0 +1 @@ +DIST vim-spell-pl-20060218.tar.bz2 1489524 SHA256 3321d7c6f0a8163d5a20a35cb591c85393d9e2259f3408e19cb6ce15570821aa SHA512 a83900e0cf0702c70498bbf47c9db5048205d0a70ed8fcd7c984353987fa5a97334093cce7844ad639a80a910bdfa644302191d8f27d465af4a53bcaa42acde0 WHIRLPOOL 43bb2e14736e2ab5e27290c6014b1ec3d771adbc851ec6eb95af1773422c7a3c9a6823e426c2818157c2a589d78ab86fef31afc87f0a8eae5693ef61672eff56 diff --git a/app-vim/vim-spell-pl/metadata.xml b/app-vim/vim-spell-pl/metadata.xml new file mode 100644 index 000000000000..9b8af51d772a --- /dev/null +++ b/app-vim/vim-spell-pl/metadata.xml @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>vim</herd> + <longdescription lang="en"> + Vim spell files for Polish (pl). Supported character sets are UTF-8, + ISO-8859-2 and CP1250. + </longdescription> +</pkgmetadata> + diff --git a/app-vim/vim-spell-pl/vim-spell-pl-20060218.ebuild b/app-vim/vim-spell-pl/vim-spell-pl-20060218.ebuild new file mode 100644 index 000000000000..5220728a7d15 --- /dev/null +++ b/app-vim/vim-spell-pl/vim-spell-pl-20060218.ebuild @@ -0,0 +1,11 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +VIM_SPELL_LANGUAGE="Polish" + +inherit vim-spell + +LICENSE="CC-BY-SA-2.0" +KEYWORDS="amd64 ppc sparc x86" +IUSE="" diff --git a/app-vim/vim-spell-pt/Manifest b/app-vim/vim-spell-pt/Manifest new file mode 100644 index 000000000000..d5e5375d9e72 --- /dev/null +++ b/app-vim/vim-spell-pt/Manifest @@ -0,0 +1 @@ +DIST vim-spell-pt-20100312.tar.bz2 2018267 SHA256 d6438b991192ef92b61140d832367349256ab40fd0c6cffd839e772e90de6f32 SHA512 0bd90524a4066f1b7d29ad85389557718cae5d3b6815a0037e2ca55987658278f0a1aa5e02614fc84a5862721a58404d8582d62ee6e8d15ef954e004481af49e WHIRLPOOL a9356edf1d987d31e83eff9ee24d87007f7adad93d449a1586f88c5c891ac0b0fab28d1ee1b193d55abd6e791496e957b8a73efef7fb2fa1fea6997b163bad17 diff --git a/app-vim/vim-spell-pt/metadata.xml b/app-vim/vim-spell-pt/metadata.xml new file mode 100644 index 000000000000..4ffc718da365 --- /dev/null +++ b/app-vim/vim-spell-pt/metadata.xml @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>vim</herd> + <longdescription> + Vim spell files for Portuguese (pt). Supported character sets are UTF-8 + and latin1. + </longdescription> +</pkgmetadata> diff --git a/app-vim/vim-spell-pt/vim-spell-pt-20100312.ebuild b/app-vim/vim-spell-pt/vim-spell-pt-20100312.ebuild new file mode 100644 index 000000000000..6fbac604c63c --- /dev/null +++ b/app-vim/vim-spell-pt/vim-spell-pt-20100312.ebuild @@ -0,0 +1,11 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +VIM_SPELL_LANGUAGE="Portuguese" + +inherit vim-spell + +LICENSE="GPL-2 LGPL-2.1 MPL-1.1" +KEYWORDS="amd64 x86" +IUSE="" diff --git a/app-vim/vim-spell-ru/Manifest b/app-vim/vim-spell-ru/Manifest new file mode 100644 index 000000000000..63c577ed0c95 --- /dev/null +++ b/app-vim/vim-spell-ru/Manifest @@ -0,0 +1,2 @@ +DIST vim-spell-ru-20060506.tar.bz2 7242609 SHA256 c5d7ddd556a7cb2ff3325e66f76189bbdbf142a8357f3de6af74094044fa138b SHA512 d36bec4b984a3eaa45ca8c634fb4bf83fbdb1eb7b282b1d71838c503da4f70f82eda589dbb6972a70ad7f1fe89bedf0d54b51bef8f46ae7d09114a535746b4b5 WHIRLPOOL 611f1e2b8105e3296c75a6092e2bcba81d250387ca8d61ada5b9c92309ea3b183b8b7efc06af320f123a00273fd2bc6205fdc8b644507602eae4c2cb56c2a0d6 +DIST vim-spell-ru-20070506.tar.bz2 7232867 SHA256 cdfbea6e6ba8f8714ebf5e5078f6e6a129a834b9e4d130f91ee7c7ebfec01a3e SHA512 268ff4c56299ed06e329c8342c3d9ec567278c8a8c0a90d56f6320052d7ee38b17b1724e0f8fbf72d616285a9d7ba3a8e7a1f5f4d78ff8bdc41c73655eebdf33 WHIRLPOOL e493bd448e3a4c7565018f1b6effd941c4a83b0f5c5975022eb1c21a5c517bce1d7f57faedb1e545b6616d733d242b9b553cab9b9892cafe470bbdbe5fae032f diff --git a/app-vim/vim-spell-ru/metadata.xml b/app-vim/vim-spell-ru/metadata.xml new file mode 100644 index 000000000000..8f8f7ada8381 --- /dev/null +++ b/app-vim/vim-spell-ru/metadata.xml @@ -0,0 +1,14 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>vim</herd> + <longdescription lang="en"> + Vim spell files for Russian (ru). Supported character sets are UTF-8, + koi8-r and cp1251. + </longdescription> + <longdescription lang="ru"> + Файлы необходимые для проверки правописания Русского языка (ru) в vim'е. + Поддерживаемые кодировки UTF-8, koi8-r and cp1251. + </longdescription> +</pkgmetadata> + diff --git a/app-vim/vim-spell-ru/vim-spell-ru-20060506.ebuild b/app-vim/vim-spell-ru/vim-spell-ru-20060506.ebuild new file mode 100644 index 000000000000..b078698d8864 --- /dev/null +++ b/app-vim/vim-spell-ru/vim-spell-ru-20060506.ebuild @@ -0,0 +1,11 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +VIM_SPELL_LANGUAGE="Russian" + +inherit vim-spell + +LICENSE="myspell-ru_RU-ALexanderLebedev" +KEYWORDS="~amd64 ~ppc sparc ~x86" +IUSE="" diff --git a/app-vim/vim-spell-ru/vim-spell-ru-20070506.ebuild b/app-vim/vim-spell-ru/vim-spell-ru-20070506.ebuild new file mode 100644 index 000000000000..0b7e823bc93f --- /dev/null +++ b/app-vim/vim-spell-ru/vim-spell-ru-20070506.ebuild @@ -0,0 +1,11 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +VIM_SPELL_LANGUAGE="Russian" + +inherit vim-spell + +LICENSE="myspell-ru_RU-ALexanderLebedev" +KEYWORDS="amd64 ppc sparc x86" +IUSE="" diff --git a/app-vim/vimbuddy/Manifest b/app-vim/vimbuddy/Manifest new file mode 100644 index 000000000000..8f2c86d1380a --- /dev/null +++ b/app-vim/vimbuddy/Manifest @@ -0,0 +1 @@ +DIST vimbuddy-0.9.2.tar.bz2 1011 SHA256 867ca2f08921470aa50e92c0da614448f813b62a62f995dc756640e09e6c0dab SHA512 2ac66192347b0529aedc17f844a60254f8773afc45506c341d1e0279d800132e6fd864b5821631de32ea67ab00ff613162ac68376c6ec94f11d1a9c96eba0461 WHIRLPOOL e6b3cf03ddd7cac6c6b58b20ee9184d952909ab3f7bf3ff632e0aacb0f767e79bdd6f715e5a00c65d8710f9e1924782b34707f5f2d8d2544db21b6e8147bf0ce diff --git a/app-vim/vimbuddy/metadata.xml b/app-vim/vimbuddy/metadata.xml new file mode 100644 index 000000000000..d221a8d4b42c --- /dev/null +++ b/app-vim/vimbuddy/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>vim</herd> +</pkgmetadata> diff --git a/app-vim/vimbuddy/vimbuddy-0.9.2.ebuild b/app-vim/vimbuddy/vimbuddy-0.9.2.ebuild new file mode 100644 index 000000000000..85196d4248e3 --- /dev/null +++ b/app-vim/vimbuddy/vimbuddy-0.9.2.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +inherit vim-plugin eutils + +DESCRIPTION="vim plugin: vimbuddy for the status line" +HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=8" + +LICENSE="vim.org" +KEYWORDS="alpha amd64 hppa ia64 ~mips ppc sparc x86" +IUSE="" + +VIM_PLUGIN_HELPURI="http://www.vim.org/scripts/script.php?script_id=8" diff --git a/app-vim/vimcalc/Manifest b/app-vim/vimcalc/Manifest new file mode 100644 index 000000000000..51dacbf94375 --- /dev/null +++ b/app-vim/vimcalc/Manifest @@ -0,0 +1 @@ +DIST vimcalc-1.3.zip 24993 SHA256 16216a413f54f2e0143306ae535c620204faf255f3259cfd3f55a68e9f1c6b86 SHA512 1b377f284a7b68d200b08bdacee2080a60412e6ba1fd530eb0075dbc84fba30b37cec45e60d916aa80d057809b79f4d816f3a85f903d0e2fc7d06240dcdbb600 WHIRLPOOL b099c23e0c84006a7cb8a1f4d912aa0234a3a063b85de275948882659d75e946ce088f289e2d4b3c750f9b019d8ba15bbff2ef8642487d1ed42b53c95b5e85b7 diff --git a/app-vim/vimcalc/metadata.xml b/app-vim/vimcalc/metadata.xml new file mode 100644 index 000000000000..d221a8d4b42c --- /dev/null +++ b/app-vim/vimcalc/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>vim</herd> +</pkgmetadata> diff --git a/app-vim/vimcalc/vimcalc-1.3-r2.ebuild b/app-vim/vimcalc/vimcalc-1.3-r2.ebuild new file mode 100644 index 000000000000..297c20ddb6f9 --- /dev/null +++ b/app-vim/vimcalc/vimcalc-1.3-r2.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +PYTHON_COMPAT=( python{2_7,3_3,3_4} ) + +inherit python-single-r1 vim-plugin + +DESCRIPTION="vim plugin: provides an interactive calculator inside vim" +HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=3329" +SRC_URI="http://www.vim.org/scripts/download_script.php?src_id=15317 -> ${P}.zip" +LICENSE="vim" +KEYWORDS="~amd64 ~x86" + +VIM_PLUGIN_HELPFILES="vimcalc" + +DEPEND="app-arch/unzip + ${PYTHON_DEPS}" +RDEPEND="|| ( app-editors/vim[python,${PYTHON_USEDEP}] app-editors/gvim[python,${PYTHON_USEDEP}] ) + ${PYTHON_DEPS}" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" + +S="${WORKDIR}/${PN}-v${PV}" + +src_prepare() { + # Remove .DS_Store files that should not be installed + find -type f -name '.DS*' -delete +} + +src_test() { + cd plugin || die + "${PYTHON}" tests.py || die "Tests failed" +} + +src_install() { + rm plugin/tests.py || die + vim-plugin_src_install +} diff --git a/app-vim/vimcalc/vimcalc-1.3.ebuild b/app-vim/vimcalc/vimcalc-1.3.ebuild new file mode 100644 index 000000000000..f16a412c529a --- /dev/null +++ b/app-vim/vimcalc/vimcalc-1.3.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="4" + +inherit vim-plugin + +DESCRIPTION="vim plugin: provides an interactive calculator inside vim" +HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=3329" +SRC_URI="http://www.vim.org/scripts/download_script.php?src_id=15317 -> ${P}.zip" +LICENSE="vim" +KEYWORDS="amd64 x86" +IUSE="" + +VIM_PLUGIN_HELPFILES="vimcalc" + +DEPEND="app-arch/unzip" +RDEPEND="|| ( app-editors/vim[python] app-editors/gvim[python] ) + =dev-lang/python-2*" + +S="${WORKDIR}/${PN}-v${PV}" + +src_prepare() { + # Remove .DS_Store files that should not be installed + find -type f -name '.*' -exec rm -f {} + || die +} diff --git a/app-vim/vimcommander/Manifest b/app-vim/vimcommander/Manifest new file mode 100644 index 000000000000..c66076306798 --- /dev/null +++ b/app-vim/vimcommander/Manifest @@ -0,0 +1,2 @@ +DIST vimcommander-0.81.tar.bz2 8447 SHA256 0f2f2f4c0d9f8d9207dff30c961a7f2a179fb01e6136c97e662b082889415ef2 SHA512 903c97cd56d24f9c568b863c52f69878bc3aab7f8728de38697437bf0c0697b585b1d5ac5d824d472518dabf0f2367dff24b1881742b7d28c0f5452d74c37fab WHIRLPOOL cc24b8b80b2bc750f9c22010a443d0c8ae04a2477ee34b446fd14e4be271536f6691a6b0b52757e90bfae88405141deb67619951aed672fb5ac3355ead32f875 +DIST vimcommander-80.tar.bz2 8238 SHA256 e0349b15d785875ac50790a31147b098c5cced343f02a78165168e4a739bce28 SHA512 0c64c005c48bf1169d23a49b474e617bba0e1968349b22639065d4d2bbe2f70f291279c03322452201f9481bcdf4f63d3ec5cb4feaafcf37b6c6364949644647 WHIRLPOOL 0a0092db44346d346b258b3820c406a5e6d54246f0bcd38b64f1e42a18900194e87f8f5bc0514934b9109acac93de90e708edf9634a20b64510057bb3976466d diff --git a/app-vim/vimcommander/metadata.xml b/app-vim/vimcommander/metadata.xml new file mode 100644 index 000000000000..d221a8d4b42c --- /dev/null +++ b/app-vim/vimcommander/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>vim</herd> +</pkgmetadata> diff --git a/app-vim/vimcommander/vimcommander-0.80.ebuild b/app-vim/vimcommander/vimcommander-0.80.ebuild new file mode 100644 index 000000000000..3fb0c4498800 --- /dev/null +++ b/app-vim/vimcommander/vimcommander-0.80.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +inherit vim-plugin + +MY_PV=${PV/0./} +MY_P=${PN}-${MY_PV} + +DESCRIPTION="vim plugin: Total Commander style file explorer" +HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=808" +SRC_URI="mirror://gentoo/${MY_P}.tar.bz2" +LICENSE="GPL-2" +KEYWORDS="alpha amd64 ia64 ppc sparc x86 ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos" +IUSE="" + +VIM_PLUGIN_HELPFILES="vimcommander" + +S=${WORKDIR}/${MY_P} diff --git a/app-vim/vimcommander/vimcommander-0.81.ebuild b/app-vim/vimcommander/vimcommander-0.81.ebuild new file mode 100644 index 000000000000..b7b9bc7bab26 --- /dev/null +++ b/app-vim/vimcommander/vimcommander-0.81.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +inherit vim-plugin + +DESCRIPTION="vim plugin: Total Commander style file explorer" +HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=808" +LICENSE="GPL-2" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86 ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos" + +VIM_PLUGIN_HELPFILES="${PN}.txt" diff --git a/app-vim/vimoutliner/Manifest b/app-vim/vimoutliner/Manifest new file mode 100644 index 000000000000..b373fbe6fe60 --- /dev/null +++ b/app-vim/vimoutliner/Manifest @@ -0,0 +1 @@ +DIST vimoutliner-0.3.4.tar.gz 52753 SHA256 9e6e85e67dad1a220eee0031821a93fe27dcd2c3881446049ab8644fc7e100f5 SHA512 6a48e3fa65e83733e4731dd63d9a9c91e9fb37e47ac726d1938bbecc2c37d8be0d72f45c534c4bd231c9bed352cd7db1e3f754529efc4779a50d25cae27982d1 WHIRLPOOL 844f7b13bdd1fcaaf9827ff775c6aae3edf974eb244987e03c89f6f7a13be648419f0d6f3aa7433a605150c661d71de18b081ddd04c592fd6bed2d7cbb16e430 diff --git a/app-vim/vimoutliner/metadata.xml b/app-vim/vimoutliner/metadata.xml new file mode 100644 index 000000000000..d221a8d4b42c --- /dev/null +++ b/app-vim/vimoutliner/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>vim</herd> +</pkgmetadata> diff --git a/app-vim/vimoutliner/vimoutliner-0.3.4-r2.ebuild b/app-vim/vimoutliner/vimoutliner-0.3.4-r2.ebuild new file mode 100644 index 000000000000..6e1f43a7fbfa --- /dev/null +++ b/app-vim/vimoutliner/vimoutliner-0.3.4-r2.ebuild @@ -0,0 +1,46 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +inherit vim-plugin + +DESCRIPTION="vim plugin: easy and fast outlining" +HOMEPAGE="http://www.vimoutliner.org/" +SRC_URI="mirror://gentoo/${P}.tar.gz" +LICENSE="GPL-2" +KEYWORDS="alpha amd64 ia64 ~mips ppc sparc x86" +IUSE="" + +VIM_PLUGIN_HELPFILES="vimoutliner" +VIM_PLUGIN_MESSAGES="filetype" + +src_unpack() { + unpack ${A} + cd "${S}" + sed -i -e '/^if exists/,/endif/d' ftdetect/vo_base.vim + sed -i -e 's/g:vo_modules2load/g:vo_modules_load/' vimoutlinerrc + find "${S}" -type f | xargs chmod a+r +} + +src_install() { + p=/usr/share/vim/vimfiles + insinto ${p} + doins -r doc ftdetect ftplugin syntax colors || die "doins failed" + + # Custom vimoutlinerrc so we actually find the plugins + cp vimoutlinerrc vimoutlinerrc.global + cat >>vimoutlinerrc.global <<-EOF + + "Gentoo-specific Configuration ************************************** + "Search path for vimoutliner plugins + setlocal runtimepath+=\$VIM/vimfiles/vimoutliner + EOF + newins vimoutlinerrc.global vimoutlinerrc + + insinto ${p}/vimoutliner/plugins + doins add-ons/plugins/*.vim + + dobin scripts/* add-ons/scripts/* + + dodoc vimoutlinerrc add-ons/plugins/*.otl doc/* +} diff --git a/app-vim/vimpress/Manifest b/app-vim/vimpress/Manifest new file mode 100644 index 000000000000..58ee4a9d84d9 --- /dev/null +++ b/app-vim/vimpress/Manifest @@ -0,0 +1,2 @@ +DIST vimpress-2.1.5.tar.gz 11341 SHA256 2c08753b0a022f74232b895fe73146f91795585bf2102f425c2b7773ce6d1071 SHA512 34bbf205ecc92dee4ab897bd3d3d34fc808acdd0a60eb3c3e763056aa2c0487d9423a1e5e9fe252d0da5a8ecaaa7a64a3dc406bea472942a35ada4875b30db47 WHIRLPOOL 8877dcd0ead65b5c8d0019161c46d8e846bdffb606211373de763ab2b758c814159f0ed5ef16309facd57c3c07a3b76a729f7b6a80aaadf46d38748cce82af79 +DIST vimpress-3.2.0.tar.bz2 11456 SHA256 27371c8279ee9a4f656ffa245784979bcedc8544ff68729b3abf185d172ebe39 SHA512 793f013ccc42180e095c2e8cc847719479418cc0b184688924520f0782ee27e99a7fc64e44bf5c25f2a720b19dd813a4756fc90b87c18e13766ef0ce7772334a WHIRLPOOL 63ef626d59babcdad3c9600db49d15801d1365617384d07124acb7272b9cf26e63a552710c0e3d4b23e7fe3b63f84dbe08ffbae5c2d573c8d7c036aff6180e67 diff --git a/app-vim/vimpress/metadata.xml b/app-vim/vimpress/metadata.xml new file mode 100644 index 000000000000..d221a8d4b42c --- /dev/null +++ b/app-vim/vimpress/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>vim</herd> +</pkgmetadata> diff --git a/app-vim/vimpress/vimpress-2.1.5.ebuild b/app-vim/vimpress/vimpress-2.1.5.ebuild new file mode 100644 index 000000000000..52a001ee3ed6 --- /dev/null +++ b/app-vim/vimpress/vimpress-2.1.5.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=4 + +inherit vim-plugin + +MY_PN="VimRepress" +DESCRIPTION="vim plugin: manage wordpress blogs from vim" +HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=3510" +SRC_URI="https://github.com/vim-scripts/${MY_PN}/tarball/${PV} -> ${P}.tar.gz" +LICENSE="vim" +KEYWORDS="amd64 x86" +IUSE="" + +RDEPEND="|| ( app-editors/vim[python] app-editors/gvim[python] ) + || ( dev-lang/python:2.7 dev-lang/python:2.6 ) + dev-python/markdown" + +VIM_PLUGIN_HELPFILES="${PN}.txt" + +src_unpack() { + unpack ${A} + mv *-${MY_PN}-* "${S}" +} + +src_prepare() { + rm README || die +} diff --git a/app-vim/vimpress/vimpress-3.2.0.ebuild b/app-vim/vimpress/vimpress-3.2.0.ebuild new file mode 100644 index 000000000000..7d9e88b691d7 --- /dev/null +++ b/app-vim/vimpress/vimpress-3.2.0.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +PYTHON_COMPAT=( python2_7 ) + +inherit python-single-r1 vim-plugin + +DESCRIPTION="vim plugin: manage wordpress blogs from vim" +HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=3510" +LICENSE="vim" +KEYWORDS="amd64 x86" +IUSE="" + +RDEPEND="|| ( app-editors/vim[python,${PYTHON_USEDEP}] app-editors/gvim[python,${PYTHON_USEDEP}] ) + ${PYTHON_DEPS} + dev-python/markdown" +REQUIRED_USE=${PYTHON_REQUIRED_USE} + +VIM_PLUGIN_HELPFILES="${PN}.txt" diff --git a/app-vim/vimpython/Manifest b/app-vim/vimpython/Manifest new file mode 100644 index 000000000000..9ee54493fcaa --- /dev/null +++ b/app-vim/vimpython/Manifest @@ -0,0 +1 @@ +DIST vimpython-1.13.tar.bz2 4270 SHA256 1760148137c19756b62ef9ae8ca5701621bf6a14e93fff283499229bc350852d SHA512 467217ad160f02d3ecdc8c43e35966e496e6c5f99bef115bd4905795c0fd5b8f68f68bc8edd64ca1dbb1c6fbc088ef6ae996f524f0343943702f2a92dcc144ce WHIRLPOOL e95b0827c7553985be857a1ac86f70db8740939e8b315fca82506cb9cd0b240613ce6b5892bb87889eba9f29f040910ece07d8b8edafbe182dff4b932080c743 diff --git a/app-vim/vimpython/metadata.xml b/app-vim/vimpython/metadata.xml new file mode 100644 index 000000000000..d221a8d4b42c --- /dev/null +++ b/app-vim/vimpython/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>vim</herd> +</pkgmetadata> diff --git a/app-vim/vimpython/vimpython-1.13.ebuild b/app-vim/vimpython/vimpython-1.13.ebuild new file mode 100644 index 000000000000..5a27e29deefc --- /dev/null +++ b/app-vim/vimpython/vimpython-1.13.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +VIM_PLUGIN_VIM_VERSION="7.0" +inherit vim-plugin + +DESCRIPTION="vim plugin: A set of menus/shortcuts to work with Python files" +HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=30" + +LICENSE="vim" +KEYWORDS="alpha amd64 ia64 ppc sparc x86" +IUSE="" + +RDEPEND="${DEPEND}" + +VIM_PLUGIN_HELPURI="${HOMEPAGE}" diff --git a/app-vim/voom/Manifest b/app-vim/voom/Manifest new file mode 100644 index 000000000000..ccd3c53d9d71 --- /dev/null +++ b/app-vim/voom/Manifest @@ -0,0 +1,4 @@ +DIST voom-4.6.tar.bz2 108007 SHA256 c81b6c1f425ea49aea342a949c8fb45ee659f8f301913f7097b4afe9ce6cf543 SHA512 a29cf58f22edf0e6b1f381f703fea443fd4719262ae507a871f70b7a2aad9c4771642d7024c61fb809876e6c9779d901308cfa63e229c99801127a74883fcbba WHIRLPOOL d68b4efcefa194f12642f702acd659c0f6d212a18369492603e19ffe6a421310523bbce843e54553f96039b2ac1b750cc52836b83548f0973266eb416f36f3f1 +DIST voom-4.7.tar.bz2 109314 SHA256 744b2ea7f6ccdfcd10ad1815e0d233d65e3905e6bfdb91e041270555307b160e SHA512 83b600baa28c2af11028646c34e09fb28f35a7746c9c681e9dd789f3f8f0c37fe4bcf57e34abcf5c462703cbc4d44244345f298d66109bcd3d8364a313eb20b5 WHIRLPOOL 480e56b8dbd9192669de58ade5e4dab8012745c946d68ab89b65d0163415d57568f134970b2ffe1b43297747264b85dfdf48dcfe58f364398249972bbba113e2 +DIST voom-5.0.tar.bz2 99786 SHA256 9ee8d015ad2fab4ef975b6ac3c5785bb6a72d70e57db7a44d6f0ed537aee06e0 SHA512 9447fc65832aa0b7bd423a91d2f80979f44f9576af3a4eedb7bb7f6e3d6dc2732b6e18f57557099976630f3f8938134e0898393787768375d0edfab704590384 WHIRLPOOL 2ef7dd3e29d96217c4b4f38ed290cfec4feb1ce5d2694fdc8ce1f52159400afd12bc45a52bfbacc22449f05e2eaab939acecc2d3a94d8541c05b16d79fea0622 +DIST voom-5.1.tar.bz2 102211 SHA256 2af7f5589606ecb214671fc817aacf599f3bb39e38e295ff76891839b161e931 SHA512 3798c6d5079ebdf4f447f62613340e46a6b593e0a97226b0aecc90889c6cd2f6f2ce36eb88395a12a0e27ff3803c7693f1c56443928914bfea134d8a75df8c91 WHIRLPOOL 4c96caedc4413487c6fd213c62315334c9e8bc2707455413f0c39d297576d076bddc6a5cf99a99ecd40c55b453f370e8f021402c5139607cf55f79a7f3e153da diff --git a/app-vim/voom/metadata.xml b/app-vim/voom/metadata.xml new file mode 100644 index 000000000000..5fcb67350f69 --- /dev/null +++ b/app-vim/voom/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>vim</herd> +</pkgmetadata> diff --git a/app-vim/voom/voom-4.6.ebuild b/app-vim/voom/voom-4.6.ebuild new file mode 100644 index 000000000000..4f4b88f672ce --- /dev/null +++ b/app-vim/voom/voom-4.6.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" + +inherit vim-plugin + +DESCRIPTION="vim plugin: emulates a two-pane text outliner" +HOMEPAGE="http://vim-voom.github.com/ http://www.vim.org/scripts/script.php?script_id=2657" +LICENSE="WTFPL-2" +KEYWORDS="~amd64 ~x86" +IUSE="" + +VIM_PLUGIN_HELPFILES="${PN}.txt" + +RDEPEND="|| ( app-editors/vim[python] app-editors/gvim[python] )" diff --git a/app-vim/voom/voom-4.7.ebuild b/app-vim/voom/voom-4.7.ebuild new file mode 100644 index 000000000000..77964f679362 --- /dev/null +++ b/app-vim/voom/voom-4.7.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit vim-plugin + +DESCRIPTION="vim plugin: emulates a two-pane text outliner" +HOMEPAGE="http://vim-voom.github.com/ http://www.vim.org/scripts/script.php?script_id=2657" +LICENSE="CC0-1.0" +KEYWORDS="~amd64 ~x86" + +VIM_PLUGIN_HELPFILES="${PN}.txt" + +RDEPEND="|| ( app-editors/vim[python] app-editors/gvim[python] )" + +src_prepare() { + rm -r voom_extras || die +} diff --git a/app-vim/voom/voom-5.0.ebuild b/app-vim/voom/voom-5.0.ebuild new file mode 100644 index 000000000000..ed55552e9989 --- /dev/null +++ b/app-vim/voom/voom-5.0.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit vim-plugin + +DESCRIPTION="vim plugin: emulates a two-pane text outliner" +HOMEPAGE="http://vim-voom.github.com/ http://www.vim.org/scripts/script.php?script_id=2657" +LICENSE="CC0-1.0" +KEYWORDS="~amd64 ~x86" + +VIM_PLUGIN_HELPFILES="${PN}.txt" + +RDEPEND="|| ( app-editors/vim[python] app-editors/gvim[python] )" diff --git a/app-vim/voom/voom-5.1.ebuild b/app-vim/voom/voom-5.1.ebuild new file mode 100644 index 000000000000..6a81da922764 --- /dev/null +++ b/app-vim/voom/voom-5.1.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit vim-plugin + +DESCRIPTION="vim plugin: emulates a two-pane text outliner" +HOMEPAGE="http://vim-voom.github.com/ http://www.vim.org/scripts/script.php?script_id=2657" +LICENSE="CC0-1.0" +KEYWORDS="~amd64 ~x86" + +VIM_PLUGIN_HELPFILES="${PN}.txt" + +RDEPEND="|| ( app-editors/vim[python] app-editors/gvim[python] )" diff --git a/app-vim/webapi/Manifest b/app-vim/webapi/Manifest new file mode 100644 index 000000000000..ae3dd3053fc3 --- /dev/null +++ b/app-vim/webapi/Manifest @@ -0,0 +1,2 @@ +DIST webapi-0.1.tar.bz2 19686 SHA256 250f51f3dfbffe6b91864429df3cb98b6a5cce64c1d99fdcab0e348de214de6d SHA512 9bc4e34876b19e60cda06d6c4ccb7ca0dbed235b30b2c1407e057170bca40e17d7aa7557a51e4b64cfc16a46acda3d6012d9cdeca5029ce98ac8c8313f708f95 WHIRLPOOL c30767b12c428e98e438f052422ce407787fd0c36b67c4030789b9657c7436384c7764422ffc19c90d0632a5fc9aa7529484796bd54796fa13a99273c537a68a +DIST webapi-0.2.tar.bz2 20690 SHA256 ab2c4a6f693e04787ccb9570e22e512cbd0f8011e40b559fb1b728c0f960cc24 SHA512 ca513053c361041bfaeeea11a0bb70c8e6e011985dc5ba801c654f919dd7d94304b6ff475ce49525909b575e7cc0d9233b56cab2326adc6a689e05c5faf4a3da WHIRLPOOL 13f22c36f930ff2d6d507b61b7873a0aaeac9e274606c731355f16229fa98fedaa99aa6b2555d64a91fa7a4e0547a53990433f9c59a36abec328662120460000 diff --git a/app-vim/webapi/metadata.xml b/app-vim/webapi/metadata.xml new file mode 100644 index 000000000000..5fcb67350f69 --- /dev/null +++ b/app-vim/webapi/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>vim</herd> +</pkgmetadata> diff --git a/app-vim/webapi/webapi-0.1.ebuild b/app-vim/webapi/webapi-0.1.ebuild new file mode 100644 index 000000000000..af8f47402259 --- /dev/null +++ b/app-vim/webapi/webapi-0.1.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=4 + +inherit vim-plugin + +DESCRIPTION="vim plugin: interface to Web APIs" +HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=4019" +LICENSE="BSD" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="net-misc/curl" + +VIM_PLUGIN_HELPFILES="${PN}.txt" diff --git a/app-vim/webapi/webapi-0.2.ebuild b/app-vim/webapi/webapi-0.2.ebuild new file mode 100644 index 000000000000..5328ad2102e9 --- /dev/null +++ b/app-vim/webapi/webapi-0.2.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit vim-plugin + +DESCRIPTION="vim plugin: interface to Web APIs" +HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=4019" +LICENSE="BSD" +KEYWORDS="~amd64 ~x86 ~x64-macos" +IUSE="" + +RDEPEND="net-misc/curl" diff --git a/app-vim/wikipedia-syntax/Manifest b/app-vim/wikipedia-syntax/Manifest new file mode 100644 index 000000000000..6266e0581e55 --- /dev/null +++ b/app-vim/wikipedia-syntax/Manifest @@ -0,0 +1 @@ +DIST wikipedia-syntax-20101113.tar.bz2 3463 SHA256 7b8d87d1875725eb766bd6f33710e63c3ca9e79ec7a3d95437ee08b8ca97b4bd SHA512 e0e52d4cf6e6e5a3f6cb32b0dc22c91c6b3b58292f1e0d67cb4de4ed2675d7f6bbb069d37e6a59b0cfad201c082322e3cb5300639e39447bbcda22d99c88b4b4 WHIRLPOOL 42ce70408b0ee04315496479873a2759091b634184ffa4b4a0542b56dcb63363df3846adb8e606d851d1939060fa2247c3eb949d7e74868c8b79c12e033133f7 diff --git a/app-vim/wikipedia-syntax/metadata.xml b/app-vim/wikipedia-syntax/metadata.xml new file mode 100644 index 000000000000..25d65657c38b --- /dev/null +++ b/app-vim/wikipedia-syntax/metadata.xml @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>vim</herd> + <longdescription lang="en"> + This package provides Vim syntax highlighting for Wikipedia + files, and automatic filetype detection for these files based upon + filename. + </longdescription> +</pkgmetadata> diff --git a/app-vim/wikipedia-syntax/wikipedia-syntax-20101113.ebuild b/app-vim/wikipedia-syntax/wikipedia-syntax-20101113.ebuild new file mode 100644 index 000000000000..b3d118a7956c --- /dev/null +++ b/app-vim/wikipedia-syntax/wikipedia-syntax-20101113.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +inherit vim-plugin + +DESCRIPTION="vim plugin: Wikipedia syntax highlighting" +HOMEPAGE="http://en.wikipedia.org/wiki/Wikipedia:Text_editor_support#Vim" +LICENSE="CC-BY-SA-3.0" +KEYWORDS="amd64 ~hppa ~mips ppc ppc64 x86" +IUSE="" + +VIM_PLUGIN_HELPTEXT=\ +"This plugin provides syntax highlighting for Wikipedia article +files. Detection is by filename (*.wiki)." +VIM_PLUGIN_MESSAGES="filetype" diff --git a/app-vim/xquery-syntax/Manifest b/app-vim/xquery-syntax/Manifest new file mode 100644 index 000000000000..0d634386ac8b --- /dev/null +++ b/app-vim/xquery-syntax/Manifest @@ -0,0 +1 @@ +DIST xquery-syntax-0.1.tar.bz2 1552 SHA256 b1939738070242ad2d7448b7cf4203e63afefce9020f61cc0b3280e99b9bd448 SHA512 277503e2d7089702c58b2e04a48345e579b6cfdee5042da90e8401b914c1d515c811cbf71f6dedbeee4a21e7a4807bd0d694323ddb2bd6b9437edaaba5a0f2fd WHIRLPOOL b2d332392183ae3d8b1aaa9a63665a8d9e55aeb3c900abe285c66297edaa5b1df8ab5eee9d1b3e53c9c8e9bdfef86b4b5916a840759fb5250933ab6fdf14e915 diff --git a/app-vim/xquery-syntax/metadata.xml b/app-vim/xquery-syntax/metadata.xml new file mode 100644 index 000000000000..d221a8d4b42c --- /dev/null +++ b/app-vim/xquery-syntax/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>vim</herd> +</pkgmetadata> diff --git a/app-vim/xquery-syntax/xquery-syntax-0.1-r1.ebuild b/app-vim/xquery-syntax/xquery-syntax-0.1-r1.ebuild new file mode 100644 index 000000000000..28777671b047 --- /dev/null +++ b/app-vim/xquery-syntax/xquery-syntax-0.1-r1.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +inherit vim-plugin + +DESCRIPTION="vim plugin: XQuery syntax highlighting" +HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=803" + +LICENSE="vim.org" +KEYWORDS="alpha amd64 ia64 ~mips ppc ppc64 sparc x86" +IUSE="" + +VIM_PLUGIN_HELPTEXT=\ +"This plugin provides syntax highlighting for XQuery files." + +src_unpack() { + unpack ${A} + cd "${S}" + # use hi def link. Bug #101788, bug #101804. + sed -i -e 's,^hi\(ghlight\)\? link,hi def link,' syntax/xquery.vim \ + || die "sed failed" +} diff --git a/app-vim/xsl-syntax/Manifest b/app-vim/xsl-syntax/Manifest new file mode 100644 index 000000000000..bc9d3fb9306a --- /dev/null +++ b/app-vim/xsl-syntax/Manifest @@ -0,0 +1 @@ +DIST xsl-syntax-0.3.11.tar.bz2 5770 SHA256 ad4e5eefaf8ba7ce7bb6190d263b6331164d379831f33a577ad32ad9c6937155 SHA512 e09f0f6ebe023a681560a12e919c9573abc2bf0f1a6fe1bda233ca296fa4fa81bead99aeb7eafb387f04e199f7601d8ce6593c767be1b3e94ff73135ea0f4361 WHIRLPOOL 5a5e004bb941a215cba37c3d63b77c0d238f03c3333b253925c81b70df3899c723cf3c06d9ea848cb21cfed5f6d8ff37d0f9ee04f0a86bdbbbb4a48e40570c1d diff --git a/app-vim/xsl-syntax/metadata.xml b/app-vim/xsl-syntax/metadata.xml new file mode 100644 index 000000000000..d221a8d4b42c --- /dev/null +++ b/app-vim/xsl-syntax/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>vim</herd> +</pkgmetadata> diff --git a/app-vim/xsl-syntax/xsl-syntax-0.3.11-r1.ebuild b/app-vim/xsl-syntax/xsl-syntax-0.3.11-r1.ebuild new file mode 100644 index 000000000000..8ce20c7d5fce --- /dev/null +++ b/app-vim/xsl-syntax/xsl-syntax-0.3.11-r1.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +inherit vim-plugin + +DESCRIPTION="vim plugin: Syntax for XSLT (with HTML and others)" +HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=257" +LICENSE="vim" +KEYWORDS="alpha amd64 ia64 ~mips ppc ppc64 sparc x86" +IUSE="" +VIM_PLUGIN_HELPURI="http://www.vim.org/scripts/script.php?script_id=257" + +src_unpack() { + unpack ${A} + cd "${S}" + # hi link is evil. See bug #101787, bug #101804. + sed -i -e 's,^hi link,hi def link,' syntax/xsl.vim || die "sed failed" +} diff --git a/app-vim/yankring/Manifest b/app-vim/yankring/Manifest new file mode 100644 index 000000000000..6115e1d26b3f --- /dev/null +++ b/app-vim/yankring/Manifest @@ -0,0 +1,5 @@ +DIST yankring-12.0.tar.gz 39957 SHA256 c497a2a74df0aade1eadeb8becabb96eeb968da46ec164c1e545ffe508d7b5d8 SHA512 91c4e08bd8e79403005eb174c558b37f699097a3f3749eeb4d82031c905e0c2b1242ea04222e90be5f24deaac951b263d8e50a49f3c0df34e805ab3b5b13c876 WHIRLPOOL e1bb8c8683bbaba954112e0170895c1f901c6148ecf189fed419a1e154f7f50f003c59312dead5261daadc8bb3d988025af8c4634fef9376a5b2b821602dc5e5 +DIST yankring-14.0.tar.bz2 35248 SHA256 b9e5e6fb7db09fc55dee8773c2e8f8e738d46656b7d0b9d95046239481b93988 SHA512 81d8e9fa2082c86c741b236174af877f27c3c4d4a93cb836919b42c044ecb57e86114d9c7eadb63a03780874fbf0f5592ff43d0145c8378b001af1fd87dea076 WHIRLPOOL 37c82a276f63e3d87384e755b385f6da1f6bb8ebd8f39157cb6cae42f98f469f3a2bd67185d99c0454a14969d9ab45a89808d368cf5892f7fc9047a88ca6e0fc +DIST yankring-15.0.tar.bz2 36057 SHA256 8a5d68f2483f9a71f6a595f5e23e0e7dc6466991525103c663a0b60da1eeff8a SHA512 f65ee24c2c845f957eca4a7a2b2362effbdebe1b875ebd4b83c2be49c10b06c0f07e795caf013ee4e66535364b5696c8fdfd6be00a23597691b002e4220f69dd WHIRLPOOL 22d6409d2a26ae9e500faabcae0915f9a9db1127f26cdf028b771213105b240dc9199c8bced6df21e8c089d8cb4984ea18475105ff4aa3137deb968f01e361dd +DIST yankring-17.0.tar.bz2 36605 SHA256 72f0cf64bf0ce181e4695f39fa858716f085377f61b4fb664f91b188ca5fcce9 SHA512 e0e112a834b029078a5f81ad53ecb503e69daa799974bffa309690f071f0baf37a09be49f79dacceeb6e183845b7884575bf32e59f9e5c8ae5e2165fc74505a0 WHIRLPOOL 933a8f097d61d6493322c1142589e0bb3fcb08064cbd488a0d7366d49f7c8be9983489e352dc0086830c2264c5faeb0377bc3f6c159031e8701ca4e14a611e5f +DIST yankring-18.0.tar.bz2 36694 SHA256 b48b0a3515664d7d77c3fd142412ca5fb9f49ee18d1ece50572fab015c4417ed SHA512 5ae4310d3f8944f9e24afd6b5edbd54ecbdfe16cd8d0f5a2840023441ecc4cc2217e73ab54ece4be0e99f8921b67651b66e58d043afdf1454dd82e264827aa67 WHIRLPOOL f054026c4e00813d934f9d56cdfd2eb7472e0c3cf187650d30e2ed017a7d59395e4f6358574405ad260e83d410447268965ca14fbbfea4027d08c40c70f3b703 diff --git a/app-vim/yankring/metadata.xml b/app-vim/yankring/metadata.xml new file mode 100644 index 000000000000..d221a8d4b42c --- /dev/null +++ b/app-vim/yankring/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>vim</herd> +</pkgmetadata> diff --git a/app-vim/yankring/yankring-12.0.ebuild b/app-vim/yankring/yankring-12.0.ebuild new file mode 100644 index 000000000000..b1c9b1e973b3 --- /dev/null +++ b/app-vim/yankring/yankring-12.0.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="4" +VIM_PLUGIN_VIM_VERSION="7.3" + +inherit vim-plugin + +MY_PN="YankRing.vim" +DESCRIPTION="vim plugin: maintains a history of previous yanks and deletes" +HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=1234" +SRC_URI="https://github.com/vim-scripts/${MY_PN}/tarball/${PV} -> ${P}.tar.gz" +LICENSE="vim" +KEYWORDS="~amd64 ~x86" +IUSE="" + +VIM_PLUGIN_HELPFILES="${PN}.txt" + +src_unpack() { + unpack ${A} + mv *-${MY_PN}-* "${S}" +} + +src_prepare() { + rm README || die +} diff --git a/app-vim/yankring/yankring-14.0.ebuild b/app-vim/yankring/yankring-14.0.ebuild new file mode 100644 index 000000000000..3706417bbc34 --- /dev/null +++ b/app-vim/yankring/yankring-14.0.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="4" + +inherit vim-plugin + +DESCRIPTION="vim plugin: maintains a history of previous yanks and deletes" +HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=1234" +LICENSE="vim" +KEYWORDS="~amd64 ~x86" +IUSE="" + +VIM_PLUGIN_HELPFILES="${PN}.txt" diff --git a/app-vim/yankring/yankring-15.0.ebuild b/app-vim/yankring/yankring-15.0.ebuild new file mode 100644 index 000000000000..0855fd6d7c3e --- /dev/null +++ b/app-vim/yankring/yankring-15.0.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" + +inherit vim-plugin + +DESCRIPTION="vim plugin: maintains a history of previous yanks and deletes" +HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=1234" +LICENSE="vim" +KEYWORDS="~amd64 ~x86" +IUSE="" + +VIM_PLUGIN_HELPFILES="${PN}.txt" diff --git a/app-vim/yankring/yankring-17.0.ebuild b/app-vim/yankring/yankring-17.0.ebuild new file mode 100644 index 000000000000..ef8b8b2a36e6 --- /dev/null +++ b/app-vim/yankring/yankring-17.0.ebuild @@ -0,0 +1,12 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +inherit vim-plugin + +DESCRIPTION="vim plugin: maintains a history of previous yanks and deletes" +HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=1234" +LICENSE="vim" +KEYWORDS="~amd64 ~x86" +VIM_PLUGIN_HELPFILES="${PN}.txt" diff --git a/app-vim/yankring/yankring-18.0.ebuild b/app-vim/yankring/yankring-18.0.ebuild new file mode 100644 index 000000000000..ef8b8b2a36e6 --- /dev/null +++ b/app-vim/yankring/yankring-18.0.ebuild @@ -0,0 +1,12 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +inherit vim-plugin + +DESCRIPTION="vim plugin: maintains a history of previous yanks and deletes" +HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=1234" +LICENSE="vim" +KEYWORDS="~amd64 ~x86" +VIM_PLUGIN_HELPFILES="${PN}.txt" diff --git a/app-vim/youcompleteme/Manifest b/app-vim/youcompleteme/Manifest new file mode 100644 index 000000000000..a903e652f00e --- /dev/null +++ b/app-vim/youcompleteme/Manifest @@ -0,0 +1 @@ +DIST youcompleteme-20130910.tar.xz 2340104 SHA256 00906c92ba3c0f113c73398997008d9c8b3f31d617f5da233f25174a6d488bac SHA512 c1022a27ced00e8ba8e9aa25029a0032805331cf0f80342aaaf9d7d4ec7780a098ffbd315068f19f6c98b00c4b4b43e59c7fa40070057e097ca40f6398b53b6b WHIRLPOOL 867c3f0c08473246c52377bdb9ac52b96af1d1b3a970cb087784e54082afe19e6549c54bb37f460d379b5fac8f5f7aa4bccb1e24b0984a98c08750469ff518c6 diff --git a/app-vim/youcompleteme/metadata.xml b/app-vim/youcompleteme/metadata.xml new file mode 100644 index 000000000000..0398088bee2e --- /dev/null +++ b/app-vim/youcompleteme/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>vim</herd> +<use> + <flag name="clang">Enable semantic support for C-family languages using <pkg>sys-devel/clang</pkg></flag> +</use> +</pkgmetadata> diff --git a/app-vim/youcompleteme/youcompleteme-20130910.ebuild b/app-vim/youcompleteme/youcompleteme-20130910.ebuild new file mode 100644 index 000000000000..4a78befe4b53 --- /dev/null +++ b/app-vim/youcompleteme/youcompleteme-20130910.ebuild @@ -0,0 +1,88 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +PYTHON_COMPAT=( python2_7 ) +inherit multilib python-single-r1 cmake-utils vim-plugin + +if [[ ${PV} == 9999* ]] ; then + EGIT_REPO_URI="git://github.com/Valloric/YouCompleteMe.git" + inherit git-r3 +else + KEYWORDS="~amd64 ~x86" + SRC_URI="http://dev.gentoo.org/~radhermit/vim/${P}.tar.xz" +fi + +DESCRIPTION="vim plugin: a code-completion engine for Vim" +HOMEPAGE="http://valloric.github.io/YouCompleteMe/" + +LICENSE="GPL-3" +IUSE="+clang test" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" + +RDEPEND="${PYTHON_DEPS} + clang? ( >=sys-devel/clang-3.3 ) + || ( + app-editors/vim[python,${PYTHON_USEDEP}] + app-editors/gvim[python,${PYTHON_USEDEP}] + )" +DEPEND="${RDEPEND} + test? ( + >=dev-python/mock-1.0.1[${PYTHON_USEDEP}] + >=dev-python/nose-1.3.0[${PYTHON_USEDEP}] + )" + +CMAKE_IN_SOURCE_BUILD=1 +CMAKE_USE_DIR=${S}/cpp + +VIM_PLUGIN_HELPFILES="${PN}" + +src_prepare() { + if ! use test ; then + sed -i '/^add_subdirectory( tests )/d' cpp/ycm/CMakeLists.txt || die + fi +} + +src_configure() { + local mycmakeargs=( + $(cmake-utils_use_use clang CLANG_COMPLETER) + $(cmake-utils_use_use clang SYSTEM_LIBCLANG) + ) + cmake-utils_src_configure +} + +src_test() { + # TODO: use system gmock/gtest + cd "${S}"/cpp + emake ycm_core_tests + cd ycm/tests || die + LD_LIBRARY_PATH="${EROOT}"/usr/$(get_libdir)/llvm \ + "${S}"/cpp/ycm/tests/ycm_core_tests || die + + cd "${S}"/python/ycm + nosetests || die +} + +src_install() { + dodoc *.md + rm -r *.md *.sh COPYING.txt cpp || die + find python -name *test* -exec rm -rf {} + || die + rm python/libclang.so || die + + vim-plugin_src_install + + python_optimize "${ED}" + python_fix_shebang "${ED}" +} + +pkg_postinst() { + vim-plugin_pkg_postinst + + if [[ -z ${REPLACING_VERSIONS} ]] ; then + elog + elog "optional dependencies:" + elog " dev-python/jedi (better python autocompletion)" + elog + fi +} diff --git a/app-vim/youcompleteme/youcompleteme-99999999.ebuild b/app-vim/youcompleteme/youcompleteme-99999999.ebuild new file mode 100644 index 000000000000..2d9f013d1128 --- /dev/null +++ b/app-vim/youcompleteme/youcompleteme-99999999.ebuild @@ -0,0 +1,105 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +PYTHON_COMPAT=( python2_7 ) +inherit multilib python-single-r1 cmake-utils vim-plugin + +if [[ ${PV} == 9999* ]] ; then + EGIT_REPO_URI="git://github.com/Valloric/YouCompleteMe.git" + inherit git-r3 +else + KEYWORDS="~amd64 ~x86" + SRC_URI="http://dev.gentoo.org/~radhermit/vim/${P}.tar.xz" +fi + +DESCRIPTION="vim plugin: a code-completion engine for Vim" +HOMEPAGE="http://valloric.github.io/YouCompleteMe/" + +LICENSE="GPL-3" +IUSE="+clang test" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" + +COMMON_DEPEND=" + ${PYTHON_DEPS} + clang? ( >=sys-devel/clang-3.3 ) + dev-libs/boost[python,threads,${PYTHON_USEDEP}] + || ( + app-editors/vim[python,${PYTHON_USEDEP}] + app-editors/gvim[python,${PYTHON_USEDEP}] + ) +" +RDEPEND=" + ${COMMON_DEPEND} + dev-python/bottle[${PYTHON_USEDEP}] + dev-python/futures[${PYTHON_USEDEP}] + dev-python/jedi[${PYTHON_USEDEP}] + dev-python/requests[${PYTHON_USEDEP}] + dev-python/sh[${PYTHON_USEDEP}] + dev-python/waitress[${PYTHON_USEDEP}] +" +DEPEND=" + ${COMMON_DEPEND} + test? ( + >=dev-python/mock-1.0.1[${PYTHON_USEDEP}] + >=dev-python/nose-1.3.0[${PYTHON_USEDEP}] + dev-cpp/gmock + dev-cpp/gtest + ) +" + +CMAKE_IN_SOURCE_BUILD=1 +CMAKE_USE_DIR=${S}/third_party/ycmd/cpp + +VIM_PLUGIN_HELPFILES="${PN}" + +src_prepare() { + if ! use test ; then + sed -i '/^add_subdirectory( tests )/d' third_party/ycmd/cpp/ycm/CMakeLists.txt || die + fi + for third_party_module in requests pythonfutures; do + rm -r "${S}"/third_party/${third_party_module} || die "Failed to remove third party module ${third_party_module}" + done + # Argparse is included in python 2.7 + for third_party_module in argparse bottle jedi waitress sh requests; do + rm -r "${S}"/third_party/ycmd/third_party/${third_party_module} || die "Failed to remove third party module ${third_party_module}" + done +} + +src_configure() { + local mycmakeargs=( + $(cmake-utils_use_use clang CLANG_COMPLETER) + $(cmake-utils_use_use clang SYSTEM_LIBCLANG) + -DUSE_SYSTEM_BOOST=ON + -DUSE_SYSTEM_GMOCK=ON + ) + cmake-utils_src_configure +} + +src_test() { + cd "${S}/third_party/ycmd/cpp/ycm/tests" + LD_LIBRARY_PATH="${EROOT}"/usr/$(get_libdir)/llvm \ + ./ycm_core_tests || die + + cd "${S}"/python/ycm + + local dirs=( "${S}"/third_party/*/ "${S}"/third_party/ycmd/third_party/*/ ) + local -x PYTHONPATH=${PYTHONPATH}:$(IFS=:; echo "${dirs[*]}") + + nosetests || die +} + +src_install() { + dodoc *.md third_party/ycmd/*.md + rm -r *.md *.sh COPYING.txt third_party/ycmd/cpp || die + rm -r third_party/ycmd/{*.md,*.sh} || die + find python -name *test* -exec rm -rf {} + || die + find "${S}" -name '.git*' -exec rm -rf {} + || die + rm third_party/ycmd/libclang.so || die + + vim-plugin_src_install + + python_optimize "${ED}" + python_fix_shebang "${ED}" +} diff --git a/app-vim/zoomwin/Manifest b/app-vim/zoomwin/Manifest new file mode 100644 index 000000000000..4bc7ccc83490 --- /dev/null +++ b/app-vim/zoomwin/Manifest @@ -0,0 +1,2 @@ +DIST zoomwin-23.tar.bz2 6156 SHA256 1287eca8cf2bf438ec74a0b8e05e8dd8a82e05d79d70e701175af7e7e7e12caa SHA512 a45b474a9a69eb7841b4bcd1e8dbdd00157c2b93bdd03e01b0619acd646bec800729dc3ad0056940093c469ad15928c83c0b9de3c2e984adfae937360871e828 WHIRLPOOL 05b0bb4f668b0c940073f263257ef1d965c498496c825722165e0b1564ca48550d645ee6e01333e3daebf8a8a1689240a34b0b5add68a99b1826c7574d61cdb3 +DIST zoomwin-24.tar.bz2 7928 SHA256 b33c0283e3739bdb832d43668fae6ea1df225977374f93ac22579cc2856d64e5 SHA512 fb20958813c1cd956c25f34c9355454b5003cf1a2d3582149c07ea3cdb4630a0407f2407f3a8f96abec37659e75facef13094d6d1ec2972b937dab8bdf9d61a9 WHIRLPOOL d6814dedaef5554d72db83b37809eea66e7228c6c845ecb9f571739509d2524ffe3336ded32b0f7179829a24813e33f432dfb32ac3fa7db5e87794f032d757ef diff --git a/app-vim/zoomwin/metadata.xml b/app-vim/zoomwin/metadata.xml new file mode 100644 index 000000000000..d221a8d4b42c --- /dev/null +++ b/app-vim/zoomwin/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>vim</herd> +</pkgmetadata> diff --git a/app-vim/zoomwin/zoomwin-23.ebuild b/app-vim/zoomwin/zoomwin-23.ebuild new file mode 100644 index 000000000000..5549c0b84f50 --- /dev/null +++ b/app-vim/zoomwin/zoomwin-23.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +VIM_PLUGIN_VIM_VERSION="7.2" +inherit vim-plugin + +DESCRIPTION="vim plugin: brief-style window zooming" +HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=508" +LICENSE="vim" +KEYWORDS="alpha amd64 ia64 ~mips ppc sparc x86" +IUSE="" + +VIM_PLUGIN_HELPFILES="zoomwin" diff --git a/app-vim/zoomwin/zoomwin-24.ebuild b/app-vim/zoomwin/zoomwin-24.ebuild new file mode 100644 index 000000000000..dcb311b9f8fb --- /dev/null +++ b/app-vim/zoomwin/zoomwin-24.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=4 + +inherit vim-plugin + +DESCRIPTION="vim plugin: brief-style window zooming" +HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=508" +LICENSE="vim" +KEYWORDS="alpha amd64 ia64 ~mips ppc sparc x86" +IUSE="" + +VIM_PLUGIN_HELPFILES="zoomwin" |