diff options
author | Patrice Clement <monsieurp@gentoo.org> | 2016-08-25 21:58:53 +0200 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2016-08-25 22:58:01 +0200 |
commit | 7cad6104902f981a77768e1e905c149c041c7948 (patch) | |
tree | 6de46cff9263e69b987884bb51553be8d5a8ce94 /app-vim | |
parent | app-vim/gist: Stable for amd64. Retroactively mark stable for the remaining a... (diff) | |
download | gentoo-7cad6104902f981a77768e1e905c149c041c7948.tar.gz gentoo-7cad6104902f981a77768e1e905c149c041c7948.tar.bz2 gentoo-7cad6104902f981a77768e1e905c149c041c7948.zip |
app-vim/gist: Clean up old.
Package-Manager: portage-2.2.28
Diffstat (limited to 'app-vim')
-rw-r--r-- | app-vim/gist/Manifest | 1 | ||||
-rw-r--r-- | app-vim/gist/gist-7.1.ebuild | 19 |
2 files changed, 0 insertions, 20 deletions
diff --git a/app-vim/gist/Manifest b/app-vim/gist/Manifest index 9349520119c7..ee85558da84a 100644 --- a/app-vim/gist/Manifest +++ b/app-vim/gist/Manifest @@ -1,2 +1 @@ -DIST gist-7.1.tar.bz2 9398 SHA256 1864e90da1c68b9941e2104c42c96404b18d59f9c89cdcca76ff9e48fd79b897 SHA512 47492ab5c31d29e6a939c9631f2bac67c3ea0a2d2af783df3fa589a20ec2bb5d7e0f961c370b81a5ad3e05952140e0cc9a8c5a8e034b5ff8f9afd9447b8a3807 WHIRLPOOL c533ab9052daee3412284dcc2e560a877eb34524afa3e8fd1fe065eacfae483f77e118988ec6f3921d0605b31f8dab5c8c5acc59d61d01f7661554e0b441ccfb DIST gist-7.2.tar.gz 15987 SHA256 6ae5df2a1c783c94ce978a00914e5ef6d4b52317d0c7eb9abfcc6d0b54b87922 SHA512 76a526c73bdc4fe35dea6001f73329a683fd12406950027a6697253b12469d15d4b92fb6ca64b9374817a68a2384856e98bca01aa19fa781b7e6a99e5b9202b6 WHIRLPOOL 60f0a47933a9e2600d418407fc42b7b3db688f67c16c61fa5834aa63e1abc5b6a8bb0a4147c56c18c97d708e5508255e7113312480f0ed2d41f370d2cc17114b diff --git a/app-vim/gist/gist-7.1.ebuild b/app-vim/gist/gist-7.1.ebuild deleted file mode 100644 index 17b482c3d1eb..000000000000 --- a/app-vim/gist/gist-7.1.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -inherit vim-plugin - -DESCRIPTION="vim plugin: interact with gists (gist.github.com)" -HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=2423" -LICENSE="BSD" -KEYWORDS="~amd64 ~x86 ~x64-macos" -IUSE="" - -RDEPEND="app-vim/webapi - net-misc/curl - dev-vcs/git" - -VIM_PLUGIN_HELPFILES="Gist.vim" |