summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <mmk@levelnine.at>2023-03-19 17:40:49 +0100
committerConrad Kostecki <conikost@gentoo.org>2023-09-14 23:22:42 +0200
commitbdd2fbf2f197bddb9028d1fd65ce8cd0c3230fab (patch)
tree7c27d666246e765f0ad6c838c00ba95c047d2834 /app-vim/omnicppcomplete
parentapp-vim/ntp-syntax: EAPI8 bump (diff)
downloadgentoo-bdd2fbf2f197bddb9028d1fd65ce8cd0c3230fab.tar.gz
gentoo-bdd2fbf2f197bddb9028d1fd65ce8cd0c3230fab.tar.bz2
gentoo-bdd2fbf2f197bddb9028d1fd65ce8cd0c3230fab.zip
app-vim/omnicppcomplete: EAPI8 bump
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'app-vim/omnicppcomplete')
-rw-r--r--app-vim/omnicppcomplete/omnicppcomplete-0.41-r1.ebuild20
1 files changed, 20 insertions, 0 deletions
diff --git a/app-vim/omnicppcomplete/omnicppcomplete-0.41-r1.ebuild b/app-vim/omnicppcomplete/omnicppcomplete-0.41-r1.ebuild
new file mode 100644
index 000000000000..c68d0db8cdeb
--- /dev/null
+++ b/app-vim/omnicppcomplete/omnicppcomplete-0.41-r1.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+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"
+S="${WORKDIR}"
+
+LICENSE="vim.org"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+
+DEPEND="app-arch/unzip"
+RDEPEND=">=dev-util/ctags-5.7"
+
+VIM_PLUGIN_HELPFILES="${PN}"