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/lustyexplorer/
Date: Tue, 12 Mar 2019 23:25:06
Message-Id: 1552429746.c9b73348a6ab69763dc6171943f5febeaeb849e4.monsieurp@gentoo
1 commit: c9b73348a6ab69763dc6171943f5febeaeb849e4
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Tue Mar 12 22:28:15 2019 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Tue Mar 12 22:29:06 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9b73348
7
8 app-vim/lustyexplorer: 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/lustyexplorer/Manifest | 1 -
14 app-vim/lustyexplorer/lustyexplorer-4.1.ebuild | 26 --------------------------
15 app-vim/lustyexplorer/lustyexplorer-4.3.ebuild | 26 --------------------------
16 3 files changed, 53 deletions(-)
17
18 diff --git a/app-vim/lustyexplorer/Manifest b/app-vim/lustyexplorer/Manifest
19 index 7b7e7f26caa..2e8f3daaf9e 100644
20 --- a/app-vim/lustyexplorer/Manifest
21 +++ b/app-vim/lustyexplorer/Manifest
22 @@ -1,2 +1 @@
23 -DIST lustyexplorer-4.1.tar.bz2 17098 BLAKE2B 6ede97cc83962d4bb95751a2a1a83c06178bc427e9ea2f10d4fcf235133b4ec2de5bc1f8fa8676bb555c0108be25b5e85f5ffd3351e8c6e3c6e81f021b22f091 SHA512 2f9af8c40f93333a4a734722a6ac6532fc05719165d730ac10bb0b3096a769a7a5fc2bb02fe0f457563b9ada69474265b1de6d5b3e2d9ca30503a704be496a86
24 DIST lustyexplorer-4.3.tar.bz2 17373 BLAKE2B 643eb4c7573932fa63030766670d7c398e307b72e08e93e53e31b7f21086a80196c8d4d7811032b8b945306fcdc7d86d59eb6b48ce0b79f38e628d6b4bec7519 SHA512 24ffa1fe5c1698dfa6093c7cfed2f08540ce130258df5e8ec135356ecea4c1f607f11e643ab859f551e63ecbbf6fc8a615a9514e1d4798b752cc97146c29c661
25
26 diff --git a/app-vim/lustyexplorer/lustyexplorer-4.1.ebuild b/app-vim/lustyexplorer/lustyexplorer-4.1.ebuild
27 deleted file mode 100644
28 index 563cf2c9e83..00000000000
29 --- a/app-vim/lustyexplorer/lustyexplorer-4.1.ebuild
30 +++ /dev/null
31 @@ -1,26 +0,0 @@
32 -# Copyright 1999-2012 Gentoo Foundation
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=4
36 -
37 -inherit vim-plugin
38 -
39 -DESCRIPTION="vim plugin: dynamic filesystem and buffer explorer"
40 -HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=1890"
41 -LICENSE="bufexplorer.vim"
42 -KEYWORDS="~amd64 ~x86"
43 -IUSE=""
44 -
45 -VIM_PLUGIN_HELPFILES="lusty-explorer.txt"
46 -
47 -RDEPEND="|| ( app-editors/vim[ruby] app-editors/gvim[ruby] )"
48 -
49 -src_prepare() {
50 - # There's good documentation included with the script, but it's not
51 - # in a helpfile. Since there's rather too much information to include
52 - # in a VIM_PLUGIN_HELPTEXT, we'll sed ourselves a help doc.
53 - mkdir "${S}"/doc
54 - sed -e '0,/"$/d' -e '/" GetLatest.\+$/,9999d' -e 's/^" \?//' \
55 - -e "s/\(Name Of File: \)\([^.]\+\)\.vim/\1*\2.txt*/" \
56 - plugin/lusty-explorer.vim > doc/lusty-explorer.txt
57 -}
58
59 diff --git a/app-vim/lustyexplorer/lustyexplorer-4.3.ebuild b/app-vim/lustyexplorer/lustyexplorer-4.3.ebuild
60 deleted file mode 100644
61 index 563cf2c9e83..00000000000
62 --- a/app-vim/lustyexplorer/lustyexplorer-4.3.ebuild
63 +++ /dev/null
64 @@ -1,26 +0,0 @@
65 -# Copyright 1999-2012 Gentoo Foundation
66 -# Distributed under the terms of the GNU General Public License v2
67 -
68 -EAPI=4
69 -
70 -inherit vim-plugin
71 -
72 -DESCRIPTION="vim plugin: dynamic filesystem and buffer explorer"
73 -HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=1890"
74 -LICENSE="bufexplorer.vim"
75 -KEYWORDS="~amd64 ~x86"
76 -IUSE=""
77 -
78 -VIM_PLUGIN_HELPFILES="lusty-explorer.txt"
79 -
80 -RDEPEND="|| ( app-editors/vim[ruby] app-editors/gvim[ruby] )"
81 -
82 -src_prepare() {
83 - # There's good documentation included with the script, but it's not
84 - # in a helpfile. Since there's rather too much information to include
85 - # in a VIM_PLUGIN_HELPTEXT, we'll sed ourselves a help doc.
86 - mkdir "${S}"/doc
87 - sed -e '0,/"$/d' -e '/" GetLatest.\+$/,9999d' -e 's/^" \?//' \
88 - -e "s/\(Name Of File: \)\([^.]\+\)\.vim/\1*\2.txt*/" \
89 - plugin/lusty-explorer.vim > doc/lusty-explorer.txt
90 -}