public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:master commit in: dev-cpp/mustache/
@ 2024-06-25  9:10 David Roman
  0 siblings, 0 replies; 2+ messages in thread
From: David Roman @ 2024-06-25  9:10 UTC (permalink / raw
  To: gentoo-commits

commit:     393e07c6b8b7eeda26b3960cfd355bfda631f6e1
Author:     Vitaly Zdanevich <zdanevich.vitaly <AT> ya <DOT> ru>
AuthorDate: Wed Jun 19 21:12:05 2024 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Wed Jun 19 21:12:05 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=393e07c6

dev-cpp/mustache: new package

Copy from https://data.gpo.zugaina.org/stefantalpalaru/dev-cpp/mustache

Signed-off-by: Vitaly Zdanevich <zdanevich.vitaly <AT> ya.ru>

 dev-cpp/mustache/Manifest            |  1 +
 dev-cpp/mustache/metadata.xml        | 11 +++++++++++
 dev-cpp/mustache/mustache-4.1.ebuild | 22 ++++++++++++++++++++++
 3 files changed, 34 insertions(+)

diff --git a/dev-cpp/mustache/Manifest b/dev-cpp/mustache/Manifest
new file mode 100644
index 000000000..5302e8881
--- /dev/null
+++ b/dev-cpp/mustache/Manifest
@@ -0,0 +1 @@
+DIST mustache-4.1.tar.gz 98905 BLAKE2B 1acf265ebc83881ac86c0db0a43c8a0984f2fc0bf70b4c946528e97a49feab7d1945272f3ed8e67087998db2594227776950319d5923cbd2aabafe672ed65ea3 SHA512 609c876fc085d1331355ec1f0396e588edf1fb3ea6765abcd06043cc5f7288f015d6bb7fdeb560df78aab54ae8d97e934375de577b944a09c9ae93f9915e7aff

diff --git a/dev-cpp/mustache/metadata.xml b/dev-cpp/mustache/metadata.xml
new file mode 100644
index 000000000..518822031
--- /dev/null
+++ b/dev-cpp/mustache/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person" proxied="yes">
+		<email>zdanevich.vitaly@ya.ru</email>
+		<name>Vitaly Zdanevich</name>
+	</maintainer>
+	<upstream>
+		<remote-id type="github">nulloy/nulloy</remote-id>
+	</upstream>
+</pkgmetadata>

diff --git a/dev-cpp/mustache/mustache-4.1.ebuild b/dev-cpp/mustache/mustache-4.1.ebuild
new file mode 100644
index 000000000..0f3d3ed2a
--- /dev/null
+++ b/dev-cpp/mustache/mustache-4.1.ebuild
@@ -0,0 +1,22 @@
+# Copyright 2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Mustache implementation for modern C++"
+HOMEPAGE="https://github.com/kainjow/Mustache"
+SRC_URI="https://github.com/kainjow/$PN/archive/v$PV.tar.gz -> $P.tar.gz"
+
+S="${WORKDIR}/Mustache-${PV}"
+LICENSE="Boost-1.0"
+SLOT="0"
+KEYWORDS="~amd64"
+
+src_compile() {
+	:
+}
+
+src_install() {
+	insinto /usr/include
+	doins mustache.hpp
+}


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [gentoo-commits] repo/proj/guru:master commit in: dev-cpp/mustache/
@ 2024-06-25  9:52 David Roman
  0 siblings, 0 replies; 2+ messages in thread
From: David Roman @ 2024-06-25  9:52 UTC (permalink / raw
  To: gentoo-commits

commit:     7a6bc724c7ea451e25ad3d6e8830d16d514499e2
Author:     Lucio Sauer <watermanpaint <AT> posteo <DOT> net>
AuthorDate: Sat Jun 22 23:09:09 2024 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Sat Jun 22 23:09:09 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7a6bc724

dev-cpp/mustache: add 4.1_p20211210

Signed-off-by: Lucio Sauer <watermanpaint <AT> posteo.net>

 dev-cpp/mustache/Manifest                      |  1 +
 dev-cpp/mustache/mustache-4.1_p20211210.ebuild | 25 +++++++++++++++++++++++++
 2 files changed, 26 insertions(+)

diff --git a/dev-cpp/mustache/Manifest b/dev-cpp/mustache/Manifest
index 5302e8881..9ac5f7573 100644
--- a/dev-cpp/mustache/Manifest
+++ b/dev-cpp/mustache/Manifest
@@ -1 +1,2 @@
 DIST mustache-4.1.tar.gz 98905 BLAKE2B 1acf265ebc83881ac86c0db0a43c8a0984f2fc0bf70b4c946528e97a49feab7d1945272f3ed8e67087998db2594227776950319d5923cbd2aabafe672ed65ea3 SHA512 609c876fc085d1331355ec1f0396e588edf1fb3ea6765abcd06043cc5f7288f015d6bb7fdeb560df78aab54ae8d97e934375de577b944a09c9ae93f9915e7aff
+DIST mustache-4.1_p20211210.gh.tar.gz 146337 BLAKE2B 5fac7d2ee4ed0e2e8ab80861a2d809287b877786668e87c594bbc5d9ff1b562f98e39bcb89d6fd14374d25ccfa415b38dadb68bf22dd710f37396298b05b4e13 SHA512 5251393f5d31bee04fa57e56fff9c232be35e7b930ca68d9bdd9605a3fda81edb43dc7c7a996d09b854cb50fbcb5b93820ac994331118c53575e75d14ba1f88b

diff --git a/dev-cpp/mustache/mustache-4.1_p20211210.ebuild b/dev-cpp/mustache/mustache-4.1_p20211210.ebuild
new file mode 100644
index 000000000..ee71cb14a
--- /dev/null
+++ b/dev-cpp/mustache/mustache-4.1_p20211210.ebuild
@@ -0,0 +1,25 @@
+# Copyright 2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake
+
+COMMIT="04277d5552c6e46bee41a946b7d175a660ea1b3d"
+DESCRIPTION="Mustache implementation for modern C++"
+HOMEPAGE="https://github.com/kainjow/Mustache"
+SRC_URI="https://github.com/kainjow/${PN}/archive/${COMMIT}.tar.gz -> ${P}.gh.tar.gz"
+
+S="${WORKDIR}/Mustache-${COMMIT}"
+LICENSE="Boost-1.0"
+SLOT="0"
+KEYWORDS="~amd64"
+
+src_test() {
+	"${BUILD_DIR}"/tests/mustache-unit-tests || die "Tests failed!"
+}
+
+src_install() {
+	insinto /usr/include
+	doins mustache.hpp
+}


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-06-25  9:52 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-25  9:52 [gentoo-commits] repo/proj/guru:master commit in: dev-cpp/mustache/ David Roman
  -- strict thread matches above, loose matches on Subject: below --
2024-06-25  9:10 David Roman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox