diff options
author | 2024-01-13 18:32:19 +0100 | |
---|---|---|
committer | 2024-01-13 19:50:25 +0100 | |
commit | 80d5c27947f041f9d959d06d4b3108356ce29b22 (patch) | |
tree | 5a966150bbf91962d49eac4aba5fe0b1f81a33f2 /app-vim | |
parent | app-vim/ntp-syntax: drop 20031001-r1, EAPI6-- (diff) | |
download | gentoo-80d5c27947f041f9d959d06d4b3108356ce29b22.tar.gz gentoo-80d5c27947f041f9d959d06d4b3108356ce29b22.tar.bz2 gentoo-80d5c27947f041f9d959d06d4b3108356ce29b22.zip |
app-vim/omnicppcomplete: drop 0.41, EAPI6--
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-vim')
-rw-r--r-- | app-vim/omnicppcomplete/omnicppcomplete-0.41.ebuild | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/app-vim/omnicppcomplete/omnicppcomplete-0.41.ebuild b/app-vim/omnicppcomplete/omnicppcomplete-0.41.ebuild deleted file mode 100644 index a5bfffb40832..000000000000 --- a/app-vim/omnicppcomplete/omnicppcomplete-0.41.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -VIM_PLUGIN_VIM_VERSION="7.0" -inherit vim-plugin - -DESCRIPTION="vim plugin: C/C++ omni-completion with ctags database" -HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=1520" -SRC_URI="https://www.vim.org/scripts/download_script.php?src_id=7722 -> ${P}.zip" - -LICENSE="vim.org" -KEYWORDS="amd64 ppc ppc64 x86" -IUSE="" - -DEPEND="app-arch/unzip" -RDEPEND=">=dev-util/ctags-5.7" - -S="${WORKDIR}" - -VIM_PLUGIN_HELPFILES="${PN}" |