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: Tue, 22 Jan 2019 22:58:47
Message-Id: 1548197908.42e2a5e7f16f00a2a4f1229452b86f5fc1073d0d.monsieurp@gentoo
1 commit: 42e2a5e7f16f00a2a4f1229452b86f5fc1073d0d
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 22 22:58:28 2019 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 22 22:58:28 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42e2a5e7
7
8 app-vim/easy-align: clean up old.
9
10 Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
11 Package-Manager: Portage-2.3.51, Repoman-2.3.11
12
13 app-vim/easy-align/easy-align-2.10.0.ebuild | 23 -----------------------
14 1 file changed, 23 deletions(-)
15
16 diff --git a/app-vim/easy-align/easy-align-2.10.0.ebuild b/app-vim/easy-align/easy-align-2.10.0.ebuild
17 deleted file mode 100644
18 index e13cbff4ce5..00000000000
19 --- a/app-vim/easy-align/easy-align-2.10.0.ebuild
20 +++ /dev/null
21 @@ -1,23 +0,0 @@
22 -# Copyright 1999-2018 Gentoo Foundation
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=5
26 -
27 -inherit vim-plugin
28 -
29 -MY_PN=vim-${PN}
30 -MY_P=${MY_PN}-${PV}
31 -
32 -DESCRIPTION="vim plugin: a simple alignment plugin"
33 -HOMEPAGE="https://github.com/junegunn/vim-easy-align https://www.vim.org/scripts/script.php?script_id=4520"
34 -SRC_URI="https://github.com/junegunn/${MY_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
35 -LICENSE="MIT"
36 -KEYWORDS="amd64 x86"
37 -
38 -VIM_PLUGIN_HELPFILES="${PN}"
39 -
40 -S="${WORKDIR}/${MY_PN}-${PV}"
41 -
42 -src_prepare() {
43 - rm -rv test || die
44 -}