summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2012-08-03 10:25:05 +0000
committerTim Harder <radhermit@gentoo.org>2012-08-03 10:25:05 +0000
commitfd29a5387ea39523e444958c34cb56a11d75746b (patch)
tree6d7f1398976dab4e6460b60b67b5d89b66d89a0e /app-vim/webapi/webapi-0.1.ebuild
parentRemove old. (diff)
downloadgentoo-2-fd29a5387ea39523e444958c34cb56a11d75746b.tar.gz
gentoo-2-fd29a5387ea39523e444958c34cb56a11d75746b.tar.bz2
gentoo-2-fd29a5387ea39523e444958c34cb56a11d75746b.zip
Initial import. Required by new versions of app-vim/gist.
(Portage version: 2.2.0_alpha120/cvs/Linux x86_64)
Diffstat (limited to 'app-vim/webapi/webapi-0.1.ebuild')
-rw-r--r--app-vim/webapi/webapi-0.1.ebuild17
1 files changed, 17 insertions, 0 deletions
diff --git a/app-vim/webapi/webapi-0.1.ebuild b/app-vim/webapi/webapi-0.1.ebuild
new file mode 100644
index 000000000000..25d0be6c4fa5
--- /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
+# $Header: /var/cvsroot/gentoo-x86/app-vim/webapi/webapi-0.1.ebuild,v 1.1 2012/08/03 10:25:05 radhermit Exp $
+
+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"