Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-vim/gist/
Date: Thu, 25 Aug 2016 20:58:32
Message-Id: 1472158681.7cad6104902f981a77768e1e905c149c041c7948.monsieurp@gentoo
1 commit: 7cad6104902f981a77768e1e905c149c041c7948
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Thu Aug 25 19:58:53 2016 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 25 20:58:01 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7cad6104
7
8 app-vim/gist: Clean up old.
9
10 Package-Manager: portage-2.2.28
11
12 app-vim/gist/Manifest | 1 -
13 app-vim/gist/gist-7.1.ebuild | 19 -------------------
14 2 files changed, 20 deletions(-)
15
16 diff --git a/app-vim/gist/Manifest b/app-vim/gist/Manifest
17 index 9349520..ee85558 100644
18 --- a/app-vim/gist/Manifest
19 +++ b/app-vim/gist/Manifest
20 @@ -1,2 +1 @@
21 -DIST gist-7.1.tar.bz2 9398 SHA256 1864e90da1c68b9941e2104c42c96404b18d59f9c89cdcca76ff9e48fd79b897 SHA512 47492ab5c31d29e6a939c9631f2bac67c3ea0a2d2af783df3fa589a20ec2bb5d7e0f961c370b81a5ad3e05952140e0cc9a8c5a8e034b5ff8f9afd9447b8a3807 WHIRLPOOL c533ab9052daee3412284dcc2e560a877eb34524afa3e8fd1fe065eacfae483f77e118988ec6f3921d0605b31f8dab5c8c5acc59d61d01f7661554e0b441ccfb
22 DIST gist-7.2.tar.gz 15987 SHA256 6ae5df2a1c783c94ce978a00914e5ef6d4b52317d0c7eb9abfcc6d0b54b87922 SHA512 76a526c73bdc4fe35dea6001f73329a683fd12406950027a6697253b12469d15d4b92fb6ca64b9374817a68a2384856e98bca01aa19fa781b7e6a99e5b9202b6 WHIRLPOOL 60f0a47933a9e2600d418407fc42b7b3db688f67c16c61fa5834aa63e1abc5b6a8bb0a4147c56c18c97d708e5508255e7113312480f0ed2d41f370d2cc17114b
23
24 diff --git a/app-vim/gist/gist-7.1.ebuild b/app-vim/gist/gist-7.1.ebuild
25 deleted file mode 100644
26 index 17b482c..00000000
27 --- a/app-vim/gist/gist-7.1.ebuild
28 +++ /dev/null
29 @@ -1,19 +0,0 @@
30 -# Copyright 1999-2013 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 -# $Id$
33 -
34 -EAPI=5
35 -
36 -inherit vim-plugin
37 -
38 -DESCRIPTION="vim plugin: interact with gists (gist.github.com)"
39 -HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=2423"
40 -LICENSE="BSD"
41 -KEYWORDS="~amd64 ~x86 ~x64-macos"
42 -IUSE=""
43 -
44 -RDEPEND="app-vim/webapi
45 - net-misc/curl
46 - dev-vcs/git"
47 -
48 -VIM_PLUGIN_HELPFILES="Gist.vim"