app-vim/clang_complete: treeclean

Signed-off-by: Yongxiang Liang <tanekliang@gmail.com>
This commit is contained in:
Yongxiang Liang 2024-06-02 20:22:34 +08:00 committed by 梁永祥
parent 07f24c72ed
commit 4355c44815
3 changed files with 0 additions and 54 deletions

View File

@ -1 +0,0 @@
DIST clang_complete-1.8.tar.gz 24921 BLAKE2B e33c2ade3c11da475aa5dd6452e33faf27330a4f82a796bf843ba3a8f7ea90ab83820bf207eaf16ae736e50372d090997c80ec35d574b58027998977d456eb8f SHA512 8bf7a899f8c998071920ec10830c7b025c134ee84ef619410a9b704087124f0a8140a1a5bd1d4576620937881d69ab871304b76801d4a599ecd4a900ecd017b2

View File

@ -1,39 +0,0 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{9..11} )
VIM_PLUGIN_VIM_VERSION="7.3"
inherit vim-plugin python-single-r1
DESCRIPTION="vim plugin: use clang for completing C/C++ code."
HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=3526"
SRC_URI="https://github.com/xavierd/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="all-rights-reserved"
KEYWORDS="~amd64 ~x86"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
RDEPEND="
${PYTHON_DEPS}
|| (
app-editors/vim[python,${PYTHON_SINGLE_USEDEP}]
app-editors/gvim[python,${PYTHON_SINGLE_USEDEP}]
)
sys-devel/clang"
VIM_PLUGIN_HELPFILES="${PN}"
src_prepare() {
default
rm Makefile || die
}
src_install() {
dodoc README
rm .gitignore README || die
vim-plugin_src_install
}

View File

@ -1,14 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<name>loong0</name>
<email>longlene@gmail.com</email>
</maintainer>
<longdescription>
This plugin uses clang for accurately completing C and C++ code.
</longdescription>
<upstream>
<remote-id type="github">xavierd/clang_complete</remote-id>
</upstream>
</pkgmetadata>