diff options
| author | Patrice Clement <monsieurp@gentoo.org> | 2018-06-04 23:58:30 +0200 |
|---|---|---|
| committer | Patrice Clement <monsieurp@gentoo.org> | 2018-06-04 23:58:44 +0200 |
| commit | 19221e7c91412bb81acd751b70dce215ad35e245 (patch) | |
| tree | cd430e73a7e9af608009fd58fff0d95a71c436fa /app-vim/webapi/webapi-0.3.ebuild | |
| parent | e435f351fb9f9ee3b5f9c1ea3f3a117547d3fecc (diff) | |
| download | gentoo-19221e7c91412bb81acd751b70dce215ad35e245.tar.gz gentoo-19221e7c91412bb81acd751b70dce215ad35e245.tar.bz2 gentoo-19221e7c91412bb81acd751b70dce215ad35e245.zip | |
app-vim/webapi: version bump.
Closes: https://bugs.gentoo.org/657318
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'app-vim/webapi/webapi-0.3.ebuild')
| -rw-r--r-- | app-vim/webapi/webapi-0.3.ebuild | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/app-vim/webapi/webapi-0.3.ebuild b/app-vim/webapi/webapi-0.3.ebuild new file mode 100644 index 000000000000..7a9673e4e753 --- /dev/null +++ b/app-vim/webapi/webapi-0.3.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit vim-plugin + +DESCRIPTION="vim plugin: interface to Web APIs" +HOMEPAGE="https://github.com/mattn/webapi-vim" +SRC_URI="https://github.com/mattn/${PN}-vim/archive/${PV}.tar.gz -> ${P}.tar.gz" +LICENSE="BSD" +KEYWORDS="~amd64 ~x86 ~x64-macos" + +RDEPEND="net-misc/curl" + +S="${WORKDIR}/${PN}-vim-${PV}" + +src_prepare() { + default + rm -v Makefile || die +} |
