summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrice Clement <monsieurp@gentoo.org>2016-06-15 11:42:37 +0000
committerPatrice Clement <monsieurp@gentoo.org>2016-06-15 11:44:47 +0000
commit4c532a74d73dde602f8958c11b6dbe823438ede4 (patch)
treead7dc352fb9aa979b083ca86c6b5c72b3675a247 /app-vim/vimbuddy/vimbuddy-0.9.2-r1.ebuild
parentapp-admin/puppet-agent: bup (diff)
downloadgentoo-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
Diffstat (limited to 'app-vim/vimbuddy/vimbuddy-0.9.2-r1.ebuild')
-rw-r--r--app-vim/vimbuddy/vimbuddy-0.9.2-r1.ebuild19
1 files changed, 19 insertions, 0 deletions
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"