commit:     16d574c25258e8578a33bbb0b864156f6bdb06ba
Author:     Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 31 04:37:24 2016 +0000
Commit:     Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Mon Oct 31 04:37:24 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16d574c2

app-vim/gist: version bump to 7.3

 app-vim/gist/Manifest        |  1 +
 app-vim/gist/gist-7.3.ebuild | 31 +++++++++++++++++++++++++++++++
 2 files changed, 32 insertions(+)

diff --git a/app-vim/gist/Manifest b/app-vim/gist/Manifest
index ee85558..c408750 100644
--- a/app-vim/gist/Manifest
+++ b/app-vim/gist/Manifest
@@ -1 +1,2 @@
 DIST gist-7.2.tar.gz 15987 SHA256 
6ae5df2a1c783c94ce978a00914e5ef6d4b52317d0c7eb9abfcc6d0b54b87922 SHA512 
76a526c73bdc4fe35dea6001f73329a683fd12406950027a6697253b12469d15d4b92fb6ca64b9374817a68a2384856e98bca01aa19fa781b7e6a99e5b9202b6
 WHIRLPOOL 
60f0a47933a9e2600d418407fc42b7b3db688f67c16c61fa5834aa63e1abc5b6a8bb0a4147c56c18c97d708e5508255e7113312480f0ed2d41f370d2cc17114b
+DIST gist-7.3.tar.gz 18170 SHA256 
17ff0413b6c222ed240b64259e32ac0020d764934b9cae31e679675207eb661f SHA512 
dbd3f638a365c8ee419140d9a934dd2c80fed181910137f61cec3c2d8d61300c21cabc9fdf85d83caa185cf78edb92990e04d49d937cd3fc546b6ae889e5cbb8
 WHIRLPOOL 
98b2570547059de65b53f5cf8770851c15e505f6f893050cf3083f34ba9c4b0dcca2df8ebf718e42dc35f64f957f5109aefc3c7f484742c0e4fcdfa18fadeb9c

diff --git a/app-vim/gist/gist-7.3.ebuild b/app-vim/gist/gist-7.3.ebuild
new file mode 100644
index 00000000..8ba3f10
--- /dev/null
+++ b/app-vim/gist/gist-7.3.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit vim-plugin
+
+MY_PN=gist-vim
+MY_P=${MY_PN}-${PV}
+
+DESCRIPTION="vim plugin: interact with gists (gist.github.com)"
+HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=2423 
https://github.com/mattn/gist-vim";
+SRC_URI="https://github.com/mattn/${MY_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+LICENSE="BSD"
+KEYWORDS="~amd64 ~x86 ~x64-macos"
+
+RDEPEND="
+       app-vim/webapi
+       net-misc/curl
+       dev-vcs/git
+"
+
+VIM_PLUGIN_HELPFILES="Gist.vim"
+
+S=${WORKDIR}/${MY_P}
+
+src_prepare() {
+       default
+       rm README.md gist.vim* Makefile || die
+}

Reply via email to