diff options
author | Patrice Clement <monsieurp@gentoo.org> | 2016-11-22 18:38:41 +0100 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2016-11-22 18:38:41 +0100 |
commit | 42cea86f83ad36229463ea160efc4e43d8ca5825 (patch) | |
tree | bd3d880750c436043f5050d015e1dbc154c0b085 /app-vim | |
parent | app-vim/gist: Stable for amd64+x86. (diff) | |
download | gentoo-42cea86f83ad36229463ea160efc4e43d8ca5825.tar.gz gentoo-42cea86f83ad36229463ea160efc4e43d8ca5825.tar.bz2 gentoo-42cea86f83ad36229463ea160efc4e43d8ca5825.zip |
app-vim/gist: Clean up old.
Package-Manager: portage-2.3.0
Diffstat (limited to 'app-vim')
-rw-r--r-- | app-vim/gist/Manifest | 1 | ||||
-rw-r--r-- | app-vim/gist/gist-7.2.ebuild | 29 |
2 files changed, 0 insertions, 30 deletions
diff --git a/app-vim/gist/Manifest b/app-vim/gist/Manifest index c40875087b6d..25357d8a3aaa 100644 --- a/app-vim/gist/Manifest +++ b/app-vim/gist/Manifest @@ -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 diff --git a/app-vim/gist/gist-7.2.ebuild b/app-vim/gist/gist-7.2.ebuild deleted file mode 100644 index 9235f2eac642..000000000000 --- a/app-vim/gist/gist-7.2.ebuild +++ /dev/null @@ -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 -} |