forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
app-vim/session: version bump to 2.13.1
- Loading branch information
Showing
2 changed files
with
27 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
DIST session-2.10.1.tar.gz 33294 SHA256 fc21d822c44823d7c83e31c8d2382a4b659d6e211191adb7565036475e8eb0f8 SHA512 3bb842758c0e0517560208e465039f7830658a1991f9dbc8cbea0bfcd81d8ae3489f7a99e9c9eeab655519bf5c71410ff52ff0cd12c9b5fb248bc8cf6259a9e3 WHIRLPOOL 0117978eaf7c05547e66f3ecb36e7e22d8bea58a3f050abcc34611de8c8b926afbd2299f9ed611e26646b8c1770123974f6e5d61cc550d24f702a4d0637aab61 | ||
DIST session-2.12.tar.gz 78846 SHA256 97c904fde38e97eeb907b1338d670f7704964622cac4fd089348cb514bed59d4 SHA512 6b7ca72d3e267ff9daebd8c9fe816dedb7711dd24a12575b4e80d5f198ec68a1c6540b53d36e44baa3e118793484d9b601e1450dc91198e53187198f06de9eb5 WHIRLPOOL 46ce822e35ec958017efd2278c89fdb1a06ebbfce937e01df887afe3400f914820f0c1ade6f2578e885397bd5253ec8657e0437fc90ca2ed18cd7529f4ec738c | ||
DIST session-2.13.1.tar.gz 79688 SHA256 827dc571b22d8f6bce4da6a939950164a915894781444920cda07dd5113df29c SHA512 44a7ca107da6710f70705646b4ace26a92abfd56802dc38e22e620f4155c3752d4c880b0055089d85d52b54e34a5c7b47bfc4c39721bd3569ec335c4d3a91efe WHIRLPOOL 17affbf3a603902b5c27eaf510ffa06103a68aa77bda47a6261f510843e8757fd7bffe7f123d311c5d5c946d90d6cec0f10b352fb7b160b2063b06085a5c0ebe |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
# Copyright 1999-2016 Gentoo Foundation | ||
# Distributed under the terms of the GNU General Public License v2 | ||
# $Id$ | ||
|
||
EAPI=6 | ||
|
||
inherit vim-plugin | ||
|
||
DESCRIPTION="vim plugin: extended session management for vim" | ||
HOMEPAGE="http://peterodding.com/code/vim/session/" | ||
SRC_URI="https://github.com/xolox/vim-${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" | ||
LICENSE="MIT" | ||
KEYWORDS="~amd64 ~x86" | ||
|
||
VIM_PLUGIN_HELPFILES="${PN}.txt" | ||
|
||
RDEPEND=">=app-vim/vim-misc-1.17.6" | ||
|
||
S=${WORKDIR}/vim-${P} | ||
|
||
src_prepare() { | ||
default | ||
|
||
# remove unneeded files | ||
rm addon-info.json *.md || die | ||
} |