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/surround/
Date: Mon, 31 Oct 2016 12:09:56
Message-Id: 1477914828.74d4191f09ea1d22cde73eee8c1c943c48f40ed1.monsieurp@gentoo
1 commit: 74d4191f09ea1d22cde73eee8c1c943c48f40ed1
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 30 20:16:12 2016 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 31 11:53:48 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74d4191f
7
8 app-vim/surround: clean up old.
9
10 Package-Manager: portage-2.3.0
11
12 app-vim/surround/Manifest | 1 -
13 app-vim/surround/surround-2.0.ebuild | 15 ---------------
14 app-vim/surround/surround-2.1.ebuild | 14 --------------
15 3 files changed, 30 deletions(-)
16
17 diff --git a/app-vim/surround/Manifest b/app-vim/surround/Manifest
18 index 113d394..ae1f9dd 100644
19 --- a/app-vim/surround/Manifest
20 +++ b/app-vim/surround/Manifest
21 @@ -1,2 +1 @@
22 -DIST surround-2.0.tar.bz2 8285 SHA256 4203e827030ebcb782eb2c166b05888036ed060e1a2f2415878a1230041a495c SHA512 0e9eb05865300ef089217edac474908d0e73a2343069b9806523164a98506cff02a8f2b09425edf9c574f7b6173f57e66cc1017195e1d5aba57e25ac5afe087a WHIRLPOOL 5ba9a1ff43c5578289d2021ef1456d00db2b4c7a37371cf9da640d00fe82b254ff39cfe5763d05f757d67df343fd12c30a6da621dac00595fbafe6283b745de5
23 DIST surround-2.1.tar.bz2 8441 SHA256 0bc6d088294e608fc0fee92af9aebea933b4e3aff441011786d19a11809b45dc SHA512 2b4283f77dac468ab91cdc941ac2dd5a2b99a35c23d6ffdc1e1c819a04bf45ecb934c5a111898ed45539a02d1f1ce6c702da80685f609944cbec9bdd25a1e22e WHIRLPOOL f21035d8829c4a41c47d339812769ec11337ae4125622058b1795135d0a77b81294385bd9149b410530407961c6f792dc9a83e8d8541f6d8683bf204a60b2dcb
24
25 diff --git a/app-vim/surround/surround-2.0.ebuild b/app-vim/surround/surround-2.0.ebuild
26 deleted file mode 100644
27 index 0e9fcfc..00000000
28 --- a/app-vim/surround/surround-2.0.ebuild
29 +++ /dev/null
30 @@ -1,15 +0,0 @@
31 -# Copyright 1999-2013 Gentoo Foundation
32 -# Distributed under the terms of the GNU General Public License v2
33 -# $Id$
34 -
35 -EAPI="5"
36 -
37 -inherit vim-plugin
38 -
39 -DESCRIPTION="vim plugin: Delete/change/add parentheses/quotes/XML-tags/much more"
40 -HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=1697"
41 -LICENSE="vim"
42 -KEYWORDS="amd64 x86"
43 -IUSE=""
44 -
45 -VIM_PLUGIN_HELPFILES="${PN}"
46
47 diff --git a/app-vim/surround/surround-2.1.ebuild b/app-vim/surround/surround-2.1.ebuild
48 deleted file mode 100644
49 index 214b875..00000000
50 --- a/app-vim/surround/surround-2.1.ebuild
51 +++ /dev/null
52 @@ -1,14 +0,0 @@
53 -# Copyright 1999-2015 Gentoo Foundation
54 -# Distributed under the terms of the GNU General Public License v2
55 -# $Id$
56 -
57 -EAPI="5"
58 -
59 -inherit vim-plugin
60 -
61 -DESCRIPTION="vim plugin: Delete/change/add parentheses/quotes/XML-tags/much more"
62 -HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=1697"
63 -LICENSE="vim"
64 -KEYWORDS="~amd64 ~x86"
65 -
66 -VIM_PLUGIN_HELPFILES="${PN}.txt"