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/easy-align/
Date: Thu, 27 Oct 2016 22:08:07
Message-Id: 1477605532.738fc28582f1d58bfaae0ee56210419c7cad31d3.monsieurp@gentoo
1 commit: 738fc28582f1d58bfaae0ee56210419c7cad31d3
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Thu Oct 27 21:58:52 2016 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Thu Oct 27 21:58:52 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=738fc285
7
8 app-vim/easy-align: clean up old.
9
10 Package-Manager: portage-2.3.0
11
12 app-vim/easy-align/Manifest | 2 --
13 app-vim/easy-align/easy-align-2.9.4.ebuild | 23 -----------------------
14 app-vim/easy-align/easy-align-2.9.6.ebuild | 24 ------------------------
15 3 files changed, 49 deletions(-)
16
17 diff --git a/app-vim/easy-align/Manifest b/app-vim/easy-align/Manifest
18 index 02a16b5..ab78e63 100644
19 --- a/app-vim/easy-align/Manifest
20 +++ b/app-vim/easy-align/Manifest
21 @@ -1,3 +1 @@
22 DIST easy-align-2.10.0.tar.gz 20056 SHA256 c6a4e0a360aa8e642f5c628ae273bfbe7e513a394302eef8c668e16949bd2cbb SHA512 4a6a46db96b78d830fc0191b77b2226e9c1a2de585b731d1997f69ee31c8c76038ceb14f18e13f30fee00b5ce9ca7aed4241db06cac303b8ae903a856e4baabd WHIRLPOOL d9fae82909535a849a9ebc937f5c74674df3375f29f5ee8fccb420c00b2d1ee75842fd6f6ecc592c9e986244b415a785eb4623083cd6339db9e2a5e4d3131987
23 -DIST easy-align-2.9.4.tar.gz 21247 SHA256 f01c57335acdd6982789e636aa9586417d39a991410882d82bacf3a2fd6491b5 SHA512 ba2f7f38202cb5ca959a40e8b1de37e3687577f71b39fb16765a8c50f8c1c51563375b34ae407e13874990ac5e9af8bbd9f36256b8a9563417b4f561adbb0f9a WHIRLPOOL 26d101fac05b3ccbee92b221be72ded5cce3a10872c4bd59dd7689c6faf992f1065490948b7c23545d75358927c734113a5772f2044a06df870f0a98792fd239
24 -DIST easy-align-2.9.6.tar.gz 21391 SHA256 212499ef4311b2dd7bd303f618c1b7e7b42396e2a7e13156d769d3f673c96e22 SHA512 ae351ef1789253ce541656dc455969148f9e8d28de3a44cd579eae7eff0e9cca1d89c508c60f5cead4e43e64038dd0c93a933a2e147ebdae1b98f0f4d2eaacc8 WHIRLPOOL 72de29a96882ca903eba5877666bb1a8eb11b7ba80034489f4d442aa96118bf5900ccd5b9fca4d08a32489af2ca4fa14e8e60db6b230de07f425093039207ea0
25
26 diff --git a/app-vim/easy-align/easy-align-2.9.4.ebuild b/app-vim/easy-align/easy-align-2.9.4.ebuild
27 deleted file mode 100644
28 index 45c8f0b..00000000
29 --- a/app-vim/easy-align/easy-align-2.9.4.ebuild
30 +++ /dev/null
31 @@ -1,23 +0,0 @@
32 -# Copyright 1999-2014 Gentoo Foundation
33 -# Distributed under the terms of the GNU General Public License v2
34 -# $Id$
35 -
36 -EAPI=5
37 -inherit vim-plugin
38 -
39 -MY_PN=vim-${PN}
40 -MY_P=${MY_PN}-${PV}
41 -
42 -DESCRIPTION="vim plugin: a simple alignment plugin"
43 -HOMEPAGE="https://github.com/junegunn/vim-easy-align http://www.vim.org/scripts/script.php?script_id=4520"
44 -SRC_URI="https://github.com/junegunn/${MY_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
45 -LICENSE="MIT"
46 -KEYWORDS="~amd64 ~x86"
47 -
48 -VIM_PLUGIN_HELPFILES="${PN}"
49 -
50 -S=${WORKDIR}/${MY_PN}-${PV}
51 -
52 -src_prepare() {
53 - rmdir test || die
54 -}
55
56 diff --git a/app-vim/easy-align/easy-align-2.9.6.ebuild b/app-vim/easy-align/easy-align-2.9.6.ebuild
57 deleted file mode 100644
58 index 3957f05..00000000
59 --- a/app-vim/easy-align/easy-align-2.9.6.ebuild
60 +++ /dev/null
61 @@ -1,24 +0,0 @@
62 -# Copyright 1999-2016 Gentoo Foundation
63 -# Distributed under the terms of the GNU General Public License v2
64 -# $Id$
65 -
66 -EAPI=5
67 -
68 -inherit vim-plugin
69 -
70 -MY_PN=vim-${PN}
71 -MY_P=${MY_PN}-${PV}
72 -
73 -DESCRIPTION="vim plugin: a simple alignment plugin"
74 -HOMEPAGE="https://github.com/junegunn/vim-easy-align http://www.vim.org/scripts/script.php?script_id=4520"
75 -SRC_URI="https://github.com/junegunn/${MY_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
76 -LICENSE="MIT"
77 -KEYWORDS="~amd64 ~x86"
78 -
79 -VIM_PLUGIN_HELPFILES="${PN}"
80 -
81 -S=${WORKDIR}/${MY_PN}-${PV}
82 -
83 -src_prepare() {
84 - rmdir test || die
85 -}