commit:     42cea86f83ad36229463ea160efc4e43d8ca5825
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 22 17:38:41 2016 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Tue Nov 22 17:38:41 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42cea86f

app-vim/gist: Clean up old.

Package-Manager: portage-2.3.0

 app-vim/gist/Manifest        |  1 -
 app-vim/gist/gist-7.2.ebuild | 29 -----------------------------
 2 files changed, 30 deletions(-)

diff --git a/app-vim/gist/Manifest b/app-vim/gist/Manifest
index c408750..25357d8 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 9235f2e..00000000
--- 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
-}

Reply via email to