diff options
author | Tim Harder <radhermit@gentoo.org> | 2015-06-19 06:15:48 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2015-06-19 06:15:48 +0000 |
commit | c3baf1bce3b0b3143a43bfcf998842efa87da5bd (patch) | |
tree | 916a39d351fbe69a5a29971b37653d9d80984d18 /app-vim | |
parent | Remove old. (diff) | |
download | gentoo-2-c3baf1bce3b0b3143a43bfcf998842efa87da5bd.tar.gz gentoo-2-c3baf1bce3b0b3143a43bfcf998842efa87da5bd.tar.bz2 gentoo-2-c3baf1bce3b0b3143a43bfcf998842efa87da5bd.zip |
Version bump.
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Diffstat (limited to 'app-vim')
-rw-r--r-- | app-vim/vim-misc/ChangeLog | 7 | ||||
-rw-r--r-- | app-vim/vim-misc/vim-misc-1.17.6.ebuild | 19 |
2 files changed, 25 insertions, 1 deletions
diff --git a/app-vim/vim-misc/ChangeLog b/app-vim/vim-misc/ChangeLog index 487850613e4d..37fc0af22374 100644 --- a/app-vim/vim-misc/ChangeLog +++ b/app-vim/vim-misc/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-vim/vim-misc # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/vim-misc/ChangeLog,v 1.11 2015/06/16 10:50:16 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/vim-misc/ChangeLog,v 1.12 2015/06/19 06:15:48 radhermit Exp $ + +*vim-misc-1.17.6 (19 Jun 2015) + + 19 Jun 2015; Tim Harder <radhermit@gentoo.org> +vim-misc-1.17.6.ebuild: + Version bump. 16 Jun 2015; Mikle Kolyada <zlogene@gentoo.org> vim-misc-1.17.1.ebuild: x86 stable wrt bug #534938 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..431b011a86b9 --- /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 +# $Header: /var/cvsroot/gentoo-x86/app-vim/vim-misc/vim-misc-1.17.6.ebuild,v 1.1 2015/06/19 06:15:48 radhermit Exp $ + +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 +} |