diff options
author | Patrice Clement <monsieurp@gentoo.org> | 2016-06-15 11:43:28 +0000 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2016-06-15 11:44:51 +0000 |
commit | fb136bc03ff2ee083539a4bf8a10610792911160 (patch) | |
tree | cb16e26b536b2aa2770f66fd83f35a3c67c4c11e /app-vim/vimbuddy | |
parent | app-vim/vimbuddy: EAPI 6 bump. Update HOMEPAGE and LICENSE. (diff) | |
download | gentoo-fb136bc03ff2ee083539a4bf8a10610792911160.tar.gz gentoo-fb136bc03ff2ee083539a4bf8a10610792911160.tar.bz2 gentoo-fb136bc03ff2ee083539a4bf8a10610792911160.zip |
app-vim/vimbuddy: Clean up old.
Package-Manager: portage-2.2.28
Diffstat (limited to 'app-vim/vimbuddy')
-rw-r--r-- | app-vim/vimbuddy/Manifest | 1 | ||||
-rw-r--r-- | app-vim/vimbuddy/vimbuddy-0.9.2-r1.ebuild | 2 | ||||
-rw-r--r-- | app-vim/vimbuddy/vimbuddy-0.9.2.ebuild | 14 |
3 files changed, 1 insertions, 16 deletions
diff --git a/app-vim/vimbuddy/Manifest b/app-vim/vimbuddy/Manifest index cceeea377ee0..74b7f3682c3e 100644 --- a/app-vim/vimbuddy/Manifest +++ b/app-vim/vimbuddy/Manifest @@ -1,2 +1 @@ -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 index 40125d8fb5ef..e0edf8aca60e 100644 --- a/app-vim/vimbuddy/vimbuddy-0.9.2-r1.ebuild +++ b/app-vim/vimbuddy/vimbuddy-0.9.2-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ diff --git a/app-vim/vimbuddy/vimbuddy-0.9.2.ebuild b/app-vim/vimbuddy/vimbuddy-0.9.2.ebuild deleted file mode 100644 index 85196d4248e3..000000000000 --- a/app-vim/vimbuddy/vimbuddy-0.9.2.ebuild +++ /dev/null @@ -1,14 +0,0 @@ -# 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" |