summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Smith <matt@offtopica.uk>2021-10-17 10:31:45 +0100
committerNick Sarnie <sarnex@gentoo.org>2021-10-21 19:49:34 -0400
commit2606c4c4370bda7d28fb833b26a765e7f8d628ee (patch)
treee49efbe4ec08255f71c67d7fca30054b890cc815 /dev-libs/tree-sitter-cpp
parentdev-libs/tree-sitter-c: Init at 0.20.1 (diff)
downloadgentoo-2606c4c4370bda7d28fb833b26a765e7f8d628ee.tar.gz
gentoo-2606c4c4370bda7d28fb833b26a765e7f8d628ee.tar.bz2
gentoo-2606c4c4370bda7d28fb833b26a765e7f8d628ee.zip
dev-libs/tree-sitter-cpp: Init at 0.19.0
Package-Manager: Portage-3.0.26, Repoman-3.0.3 Signed-off-by: Matt Smith <matt@offtopica.uk> Signed-off-by: Nick Sarnie <sarnex@gentoo.org>
Diffstat (limited to 'dev-libs/tree-sitter-cpp')
-rw-r--r--dev-libs/tree-sitter-cpp/Manifest1
-rw-r--r--dev-libs/tree-sitter-cpp/metadata.xml15
-rw-r--r--dev-libs/tree-sitter-cpp/tree-sitter-cpp-0.19.0.ebuild13
3 files changed, 29 insertions, 0 deletions
diff --git a/dev-libs/tree-sitter-cpp/Manifest b/dev-libs/tree-sitter-cpp/Manifest
new file mode 100644
index 000000000000..bc5440cf43ec
--- /dev/null
+++ b/dev-libs/tree-sitter-cpp/Manifest
@@ -0,0 +1 @@
+DIST tree-sitter-cpp-0.19.0.tar.gz 474622 BLAKE2B 4bfadb81913c936bef9f3a3d743b61d2ef1da51c22034a9e98ac2807b9175963cc62450f2da8d8b48163b0e4c8695fd98b0ccf6a8f9579bb2347f3bb6302f3a7 SHA512 0347b6d8c677041c93a6558b9772ff02e71bc9300a908e9a2319d1db90fd50405b51003a4ed7314b71b7d5b1bbfc7fbaaaeba11265ebb6c094236d06e9776621
diff --git a/dev-libs/tree-sitter-cpp/metadata.xml b/dev-libs/tree-sitter-cpp/metadata.xml
new file mode 100644
index 000000000000..ab56d355774c
--- /dev/null
+++ b/dev-libs/tree-sitter-cpp/metadata.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person" proxied="yes">
+ <email>matt@offtopica.uk</email>
+ <name>Matthew Smith</name>
+ </maintainer>
+ <maintainer type="person" proxied="proxy">
+ <email>sarnex@gentoo.org</email>
+ <name>Nick Sarnie</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="github">tree-sitter/tree-sitter-cpp</remote-id>
+ </upstream>
+</pkgmetadata>
diff --git a/dev-libs/tree-sitter-cpp/tree-sitter-cpp-0.19.0.ebuild b/dev-libs/tree-sitter-cpp/tree-sitter-cpp-0.19.0.ebuild
new file mode 100644
index 000000000000..93a7bffb6882
--- /dev/null
+++ b/dev-libs/tree-sitter-cpp/tree-sitter-cpp-0.19.0.ebuild
@@ -0,0 +1,13 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit tree-sitter-grammar
+
+DESCRIPTION="C++ grammar for Tree-sitter"
+HOMEPAGE="https://github.com/tree-sitter/tree-sitter-cpp"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"