From b04fe1156d3f4ebb164a64eb7e2e2051b9c68c26 Mon Sep 17 00:00:00 2001 From: Patrick McLean Date: Wed, 6 May 2020 22:45:09 -0700 Subject: app-vim/vim-clang-format: new package Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Patrick McLean --- app-vim/vim-clang-format/Manifest | 1 + app-vim/vim-clang-format/metadata.xml | 8 +++++++ .../vim-clang-format-0_pre20200506.ebuild | 25 ++++++++++++++++++++++ 3 files changed, 34 insertions(+) create mode 100644 app-vim/vim-clang-format/Manifest create mode 100644 app-vim/vim-clang-format/metadata.xml create mode 100644 app-vim/vim-clang-format/vim-clang-format-0_pre20200506.ebuild (limited to 'app-vim') diff --git a/app-vim/vim-clang-format/Manifest b/app-vim/vim-clang-format/Manifest new file mode 100644 index 000000000000..80478ac92c1f --- /dev/null +++ b/app-vim/vim-clang-format/Manifest @@ -0,0 +1 @@ +DIST vim-clang-format-0_pre20200506.tar.gz 12836 BLAKE2B be6882788c4ea582f2fbabfe3fdbd4184ab407b09b8c68177539999620413919f074bef72a52ae0cfddd58d85d9f716c36bc8593b1b745d47887dbfbd599aa63 SHA512 5bf2f9082ef64953122e87659fbafae5af4cd7e2fda1ed5bcee52ed49a3727dae0dc3bc3ab172ac4200f93421898d6cbf26def019ac33d77ca4cc67c2da37846 diff --git a/app-vim/vim-clang-format/metadata.xml b/app-vim/vim-clang-format/metadata.xml new file mode 100644 index 000000000000..cee379b15409 --- /dev/null +++ b/app-vim/vim-clang-format/metadata.xml @@ -0,0 +1,8 @@ + + + + + chutzpah@gentoo.org + Patrick McLean + + diff --git a/app-vim/vim-clang-format/vim-clang-format-0_pre20200506.ebuild b/app-vim/vim-clang-format/vim-clang-format-0_pre20200506.ebuild new file mode 100644 index 000000000000..3a12f0b17060 --- /dev/null +++ b/app-vim/vim-clang-format/vim-clang-format-0_pre20200506.ebuild @@ -0,0 +1,25 @@ +# Copyright 2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +#VIM_PLUGIN_VIM_VERSION="7.0" +inherit vim-plugin + +COMMIT_HASH="95593b67723f23979cd7344ecfd049f2f917830f" +DESCRIPTION="Vim plugin for clang-format" +HOMEPAGE="https://github.com/rhysd/vim-clang-format" +SRC_URI="https://github.com/rhysd/${PN}/archive/${COMMIT_HASH}.tar.gz -> ${P}.tar.gz" +S="${WORKDIR}/${PN}-${COMMIT_HASH}" + +LICENSE="MIT" +KEYWORDS="~amd64 ~x86" + +RDEPEND="sys-devel/clang" + +src_prepare() { + default + + # tests are written in ruby, prefer to avoid that + rm -r .travis.yml test || die +} -- cgit v1.2.3-18-g5258