diff options
author | Patrice Clement <monsieurp@gentoo.org> | 2016-06-15 11:42:37 +0000 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2016-06-15 11:44:47 +0000 |
commit | 4c532a74d73dde602f8958c11b6dbe823438ede4 (patch) | |
tree | ad7dc352fb9aa979b083ca86c6b5c72b3675a247 | |
parent | app-admin/puppet-agent: bup (diff) | |
download | gentoo-4c532a74d73dde602f8958c11b6dbe823438ede4.tar.gz gentoo-4c532a74d73dde602f8958c11b6dbe823438ede4.tar.bz2 gentoo-4c532a74d73dde602f8958c11b6dbe823438ede4.zip |
app-vim/vimbuddy: EAPI 6 bump. Update HOMEPAGE and LICENSE.
Package-Manager: portage-2.2.28
-rw-r--r-- | app-vim/vimbuddy/Manifest | 1 | ||||
-rw-r--r-- | app-vim/vimbuddy/vimbuddy-0.9.2-r1.ebuild | 19 |
2 files changed, 20 insertions, 0 deletions
diff --git a/app-vim/vimbuddy/Manifest b/app-vim/vimbuddy/Manifest index 8f2c86d1380a..cceeea377ee0 100644 --- a/app-vim/vimbuddy/Manifest +++ b/app-vim/vimbuddy/Manifest @@ -1 +1,2 @@ DIST vimbuddy-0.9.2.tar.bz2 1011 SHA256 867ca2f08921470aa50e92c0da614448f813b62a62f995dc756640e09e6c0dab SHA512 2ac66192347b0529aedc17f844a60254f8773afc45506c341d1e0279d800132e6fd864b5821631de32ea67ab00ff613162ac68376c6ec94f11d1a9c96eba0461 WHIRLPOOL e6b3cf03ddd7cac6c6b58b20ee9184d952909ab3f7bf3ff632e0aacb0f767e79bdd6f715e5a00c65d8710f9e1924782b34707f5f2d8d2544db21b6e8147bf0ce +DIST vimbuddy-0.9.2.zip 1547 SHA256 53cb3ebbe6c0ce74e0a1edc668ff55f62a37e3594b7cb5377d181239e2cc7f72 SHA512 cf42e9c2898e4b5335341215019c732075da7821c25c2887e718d0ae428c390afc5c81c9724c738f74b81d125e9b995dc279411e3a23e048e704bb1e3648e680 WHIRLPOOL e2768e2d34ee391cdaf10e9a0b6c6d8e8ddc1ce8afedbf42d263922cd9aee43a7071354782742f80665ba3caf95504f746a6c7582996130ae43eb121133df041 diff --git a/app-vim/vimbuddy/vimbuddy-0.9.2-r1.ebuild b/app-vim/vimbuddy/vimbuddy-0.9.2-r1.ebuild new file mode 100644 index 000000000000..40125d8fb5ef --- /dev/null +++ b/app-vim/vimbuddy/vimbuddy-0.9.2-r1.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +inherit vim-plugin eutils + +DESCRIPTION="vim plugin: vimbuddy for the status line" +HOMEPAGE="https://github.com/vim-scripts/vimbuddy.vim" +SRC_URI="https://github.com/vim-scripts/${PN}.vim/archive/${PV}.zip -> ${P}.zip" + +LICENSE="public-domain" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~sparc ~x86" +IUSE="" + +S="${WORKDIR}/${PN}.vim-${PV}" + +VIM_PLUGIN_HELPURI="http://www.vim.org/scripts/script.php?script_id=8" |