* [gentoo-commits] repo/gentoo:master commit in: app-vim/vim-clang-format/
@ 2020-05-07 5:45 Patrick McLean
0 siblings, 0 replies; only message in thread
From: Patrick McLean @ 2020-05-07 5:45 UTC (permalink / raw
To: gentoo-commits
commit: b04fe1156d3f4ebb164a64eb7e2e2051b9c68c26
Author: Patrick McLean <chutzpah <AT> gentoo <DOT> org>
AuthorDate: Thu May 7 05:45:09 2020 +0000
Commit: Patrick McLean <chutzpah <AT> gentoo <DOT> org>
CommitDate: Thu May 7 05:45:15 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b04fe115
app-vim/vim-clang-format: new package
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Patrick McLean <chutzpah <AT> gentoo.org>
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(+)
diff --git a/app-vim/vim-clang-format/Manifest b/app-vim/vim-clang-format/Manifest
new file mode 100644
index 00000000000..80478ac92c1
--- /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 00000000000..cee379b1540
--- /dev/null
+++ b/app-vim/vim-clang-format/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>chutzpah@gentoo.org</email>
+ <name>Patrick McLean</name>
+ </maintainer>
+</pkgmetadata>
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 00000000000..3a12f0b1706
--- /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
+}
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2020-05-07 5:45 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-05-07 5:45 [gentoo-commits] repo/gentoo:master commit in: app-vim/vim-clang-format/ Patrick McLean
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox