Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-vim/c-support/
Date: Thu, 24 Sep 2020 19:53:50
Message-Id: 1600977212.71b3889614008f43af255baad6449dde7f287828.bman@gentoo
1 commit: 71b3889614008f43af255baad6449dde7f287828
2 Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 24 19:52:54 2020 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 24 19:53:32 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71b38896
7
8 app-vim/c-support: drop old EAPI=5
9
10 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
11
12 app-vim/c-support/Manifest | 2 --
13 app-vim/c-support/c-support-6.0.ebuild | 21 ---------------------
14 app-vim/c-support/c-support-6.1.ebuild | 20 --------------------
15 3 files changed, 43 deletions(-)
16
17 diff --git a/app-vim/c-support/Manifest b/app-vim/c-support/Manifest
18 index faa539c8c51..f9a7284f8d5 100644
19 --- a/app-vim/c-support/Manifest
20 +++ b/app-vim/c-support/Manifest
21 @@ -1,3 +1 @@
22 -DIST c-support-6.0.tar.bz2 130832 BLAKE2B 0cec691b367904647b2d8ea0e284027b3b7ce0d3f8db0c8e8d5c9ceac996d0cdcd2899cc4432425fd2ab0ee205069ab95a239686de81c13c77dbf7c16db06811 SHA512 280e8e91b8961ad856524f1869ecd580870ccbb6064c02aefdd5cec7f55a7bf12a17c76a4de91c8d2a7fed25bd96e793909f7cc258b9664f295e1324e0b392da
23 DIST c-support-6.1.1.tar.bz2 167371 BLAKE2B 2c1d333d377eb57c52845f215c98d41e15029bd34fbef9cd8844cc2f237d129ed471d64dc71a55495189500de90b6e7fc3bb41cec18d62c51ba3b4ceb0331cc3 SHA512 dda33732505341bc260b9c3f73f95c70c3ee6f0eb50b9d1fd534fc8e83fb21d0caa3feea0ae50cf59da4abbef455c31fe1c02c80bb9168423cfa332941ff0886
24 -DIST c-support-6.1.tar.bz2 164255 BLAKE2B d57ab7d74eb0cc13767401aa2bad1f7883842d24e47ec0a03fb5354d5a6950029021ec1084acd7e5e86c42e9682eb4b1cc19c8c1f4c4f9d0a147571d88d51f8c SHA512 6fdc4f757ba0febfebe0c8898b6b0d582e03d6f7d08523e8663368011c41d6444df2620f96c6276d959b4a05b7c83a0e377bc5a8e75aaed5cf478f8bc83ce9ec
25
26 diff --git a/app-vim/c-support/c-support-6.0.ebuild b/app-vim/c-support/c-support-6.0.ebuild
27 deleted file mode 100644
28 index 9432efcde23..00000000000
29 --- a/app-vim/c-support/c-support-6.0.ebuild
30 +++ /dev/null
31 @@ -1,21 +0,0 @@
32 -# Copyright 1999-2018 Gentoo Foundation
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI="5"
36 -
37 -inherit vim-plugin
38 -
39 -DESCRIPTION="vim plugin: C/C++-IDE -- Write and run programs using menus and hotkeys"
40 -HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=213"
41 -LICENSE="public-domain"
42 -KEYWORDS="amd64 x86"
43 -IUSE=""
44 -
45 -VIM_PLUGIN_HELPFILES="${PN}"
46 -
47 -src_install() {
48 - dodoc ${PN}/doc/{ChangeLog,c-hotkeys.pdf}
49 - rm -r ${PN}/doc || die
50 -
51 - vim-plugin_src_install
52 -}
53
54 diff --git a/app-vim/c-support/c-support-6.1.ebuild b/app-vim/c-support/c-support-6.1.ebuild
55 deleted file mode 100644
56 index b845e2e7abf..00000000000
57 --- a/app-vim/c-support/c-support-6.1.ebuild
58 +++ /dev/null
59 @@ -1,20 +0,0 @@
60 -# Copyright 1999-2018 Gentoo Foundation
61 -# Distributed under the terms of the GNU General Public License v2
62 -
63 -EAPI="5"
64 -
65 -inherit vim-plugin
66 -
67 -DESCRIPTION="vim plugin: C/C++-IDE -- Write and run programs using menus and hotkeys"
68 -HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=213"
69 -LICENSE="public-domain"
70 -KEYWORDS="amd64 x86"
71 -
72 -VIM_PLUGIN_HELPFILES="${PN}"
73 -
74 -src_install() {
75 - dodoc ${PN}/doc/{ChangeLog,c-hotkeys.pdf}
76 - rm -r ${PN}/doc || die
77 -
78 - vim-plugin_src_install
79 -}