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/bash-support/
Date: Thu, 25 Aug 2016 20:58:36
Message-Id: 1472158690.e971f167ea055e7975c73f717dd58e210f533395.monsieurp@gentoo
1 commit: e971f167ea055e7975c73f717dd58e210f533395
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Thu Aug 25 20:18:24 2016 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 25 20:58:10 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e971f167
7
8 app-vim/bash-support: Clean up old.
9
10 Package-Manager: portage-2.2.28
11
12 app-vim/bash-support/Manifest | 2 --
13 app-vim/bash-support/bash-support-3.12.ebuild | 22 ----------------------
14 app-vim/bash-support/bash-support-4.1.ebuild | 21 ---------------------
15 3 files changed, 45 deletions(-)
16
17 diff --git a/app-vim/bash-support/Manifest b/app-vim/bash-support/Manifest
18 index 5e72034..182c3c0 100644
19 --- a/app-vim/bash-support/Manifest
20 +++ b/app-vim/bash-support/Manifest
21 @@ -1,3 +1 @@
22 -DIST bash-support-3.12.tar.bz2 84647 SHA256 029754c033c3a0e4583d21c1888e19a6b5e982f1eff8d9dec1c540652a571452 SHA512 5c4b778482be34fe9e60389dd6ee94c4db7c067ae5a4d8c00a3dcfd831fbb3e32073f05826b43687536b7dcb892df8f12ba6732fb723e418e12870058a0b1eb5 WHIRLPOOL b36daa58ddb86a9df82628d5906151d5b2a62545f4daaefba08bf48ccf909b52885835b262a44df9f16169511856c78cdce51d9276da4e4b17cce3a8b5e41dc7
23 -DIST bash-support-4.1.tar.bz2 112365 SHA256 a2b5f309a23a01bcb972b6465faf37bba26a426b4360f675e607b019b8fef42b SHA512 705f2f7e20ebb9925b73d84661382afd54833264cbc1047bb32e95b64e8a10781539edb8c78915ac2765904787321704e622a578d05bfd34a59db980de42bd1a WHIRLPOOL 69f7271d394fcf9adbd503fac9a614ecc780a07ffbe875d53a37245ef80f4ddc5ab8c9269f312da5c94bfd20b42e441a4f3ed447d276f65afddb0f8c76ece717
24 DIST bash-support-4.2.1.tar.bz2 115200 SHA256 a231394928bb82db90bb9b6b39b32843fd706998abce07ec712125a1fa968fdd SHA512 12ab39f5cffb58e4adb2137265d6c4f1a61b5f2e360f6866c21ead0a67e02a5445bd12fec5b00b26e5d6102b3aaab99b8b13539a67575067c3ef9b26c4ef8fba WHIRLPOOL 5e2dd6579033d3febbc70a02c6b6aef61cfa27ed6fb185a8a54ecbbe150a953a8ec618d61768023f4c22e8430a88e6aac17539bff92dda5b65c5a764935f91da
25
26 diff --git a/app-vim/bash-support/bash-support-3.12.ebuild b/app-vim/bash-support/bash-support-3.12.ebuild
27 deleted file mode 100644
28 index c45dd23..00000000
29 --- a/app-vim/bash-support/bash-support-3.12.ebuild
30 +++ /dev/null
31 @@ -1,22 +0,0 @@
32 -# Copyright 1999-2013 Gentoo Foundation
33 -# Distributed under the terms of the GNU General Public License v2
34 -# $Id$
35 -
36 -EAPI=5
37 -
38 -inherit vim-plugin
39 -
40 -DESCRIPTION="vim plugin: Bash-IDE - Write and run bash scripts using menus and hotkeys"
41 -HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=365"
42 -LICENSE="public-domain"
43 -KEYWORDS="amd64 x86"
44 -IUSE=""
45 -
46 -VIM_PLUGIN_HELPFILES="${PN}"
47 -
48 -src_install() {
49 - dodoc ${PN}/doc/{ChangeLog,bash-hot-keys.pdf}
50 - rm -rf ${PN}/doc
51 -
52 - vim-plugin_src_install
53 -}
54
55 diff --git a/app-vim/bash-support/bash-support-4.1.ebuild b/app-vim/bash-support/bash-support-4.1.ebuild
56 deleted file mode 100644
57 index 0500950..00000000
58 --- a/app-vim/bash-support/bash-support-4.1.ebuild
59 +++ /dev/null
60 @@ -1,21 +0,0 @@
61 -# Copyright 1999-2014 Gentoo Foundation
62 -# Distributed under the terms of the GNU General Public License v2
63 -# $Id$
64 -
65 -EAPI=5
66 -
67 -inherit vim-plugin
68 -
69 -DESCRIPTION="vim plugin: Bash-IDE - Write and run bash scripts using menus and hotkeys"
70 -HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=365"
71 -LICENSE="public-domain"
72 -KEYWORDS="amd64 x86"
73 -
74 -VIM_PLUGIN_HELPFILES="${PN}"
75 -
76 -src_install() {
77 - dodoc ${PN}/doc/{ChangeLog,bash-hotkeys.pdf}
78 - rm -rf ${PN}/doc
79 -
80 - vim-plugin_src_install
81 -}