summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Bauman <bman@gentoo.org>2020-09-24 15:52:54 -0400
committerAaron Bauman <bman@gentoo.org>2020-09-24 15:53:32 -0400
commit71b3889614008f43af255baad6449dde7f287828 (patch)
treee577f31f23d151842f4f232d56fcb2a23e8fac88 /app-vim
parentapp-vim/sleuth: drop old EAPI=5 (diff)
downloadgentoo-71b3889614008f43af255baad6449dde7f287828.tar.gz
gentoo-71b3889614008f43af255baad6449dde7f287828.tar.bz2
gentoo-71b3889614008f43af255baad6449dde7f287828.zip
app-vim/c-support: drop old EAPI=5
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'app-vim')
-rw-r--r--app-vim/c-support/Manifest2
-rw-r--r--app-vim/c-support/c-support-6.0.ebuild21
-rw-r--r--app-vim/c-support/c-support-6.1.ebuild20
3 files changed, 0 insertions, 43 deletions
diff --git a/app-vim/c-support/Manifest b/app-vim/c-support/Manifest
index faa539c8c51c..f9a7284f8d58 100644
--- a/app-vim/c-support/Manifest
+++ b/app-vim/c-support/Manifest
@@ -1,3 +1 @@
-DIST c-support-6.0.tar.bz2 130832 BLAKE2B 0cec691b367904647b2d8ea0e284027b3b7ce0d3f8db0c8e8d5c9ceac996d0cdcd2899cc4432425fd2ab0ee205069ab95a239686de81c13c77dbf7c16db06811 SHA512 280e8e91b8961ad856524f1869ecd580870ccbb6064c02aefdd5cec7f55a7bf12a17c76a4de91c8d2a7fed25bd96e793909f7cc258b9664f295e1324e0b392da
DIST c-support-6.1.1.tar.bz2 167371 BLAKE2B 2c1d333d377eb57c52845f215c98d41e15029bd34fbef9cd8844cc2f237d129ed471d64dc71a55495189500de90b6e7fc3bb41cec18d62c51ba3b4ceb0331cc3 SHA512 dda33732505341bc260b9c3f73f95c70c3ee6f0eb50b9d1fd534fc8e83fb21d0caa3feea0ae50cf59da4abbef455c31fe1c02c80bb9168423cfa332941ff0886
-DIST c-support-6.1.tar.bz2 164255 BLAKE2B d57ab7d74eb0cc13767401aa2bad1f7883842d24e47ec0a03fb5354d5a6950029021ec1084acd7e5e86c42e9682eb4b1cc19c8c1f4c4f9d0a147571d88d51f8c SHA512 6fdc4f757ba0febfebe0c8898b6b0d582e03d6f7d08523e8663368011c41d6444df2620f96c6276d959b4a05b7c83a0e377bc5a8e75aaed5cf478f8bc83ce9ec
diff --git a/app-vim/c-support/c-support-6.0.ebuild b/app-vim/c-support/c-support-6.0.ebuild
deleted file mode 100644
index 9432efcde238..000000000000
--- a/app-vim/c-support/c-support-6.0.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-inherit vim-plugin
-
-DESCRIPTION="vim plugin: C/C++-IDE -- Write and run programs using menus and hotkeys"
-HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=213"
-LICENSE="public-domain"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-VIM_PLUGIN_HELPFILES="${PN}"
-
-src_install() {
- dodoc ${PN}/doc/{ChangeLog,c-hotkeys.pdf}
- rm -r ${PN}/doc || die
-
- vim-plugin_src_install
-}
diff --git a/app-vim/c-support/c-support-6.1.ebuild b/app-vim/c-support/c-support-6.1.ebuild
deleted file mode 100644
index b845e2e7abfc..000000000000
--- a/app-vim/c-support/c-support-6.1.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-inherit vim-plugin
-
-DESCRIPTION="vim plugin: C/C++-IDE -- Write and run programs using menus and hotkeys"
-HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=213"
-LICENSE="public-domain"
-KEYWORDS="amd64 x86"
-
-VIM_PLUGIN_HELPFILES="${PN}"
-
-src_install() {
- dodoc ${PN}/doc/{ChangeLog,c-hotkeys.pdf}
- rm -r ${PN}/doc || die
-
- vim-plugin_src_install
-}