app-vim/gist: Clean up old.

Package-Manager: portage-2.3.0
This commit is contained in:
Patrice Clement
2016-11-22 18:38:41 +01:00
parent 2576834ac3
commit 42cea86f83
2 changed files with 0 additions and 30 deletions

View File

@@ -1,2 +1 @@
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

View File

@@ -1,29 +0,0 @@
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
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() {
rm -v README.md gist.vim* Makefile || die
}