public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:master commit in: dev-cpp/tomlplusplus/
@ 2023-12-11  6:50 Viorel Munteanu
  0 siblings, 0 replies; 2+ messages in thread
From: Viorel Munteanu @ 2023-12-11  6:50 UTC (permalink / raw
  To: gentoo-commits

commit:     296f305c9e1a6c3d704557f1edfcb1e0fd1d121e
Author:     brettalcox <brettalcox <AT> gmail <DOT> com>
AuthorDate: Fri Dec  8 01:22:24 2023 +0000
Commit:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Fri Dec  8 01:22:24 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=296f305c

dev-cpp/tomlplusplus: new package, add 3.4.0

Signed-off-by: brettalcox <brettalcox <AT> gmail.com>

 dev-cpp/tomlplusplus/Manifest                  |  1 +
 dev-cpp/tomlplusplus/metadata.xml              | 10 ++++++++++
 dev-cpp/tomlplusplus/tomlplusplus-3.4.0.ebuild | 20 ++++++++++++++++++++
 3 files changed, 31 insertions(+)

diff --git a/dev-cpp/tomlplusplus/Manifest b/dev-cpp/tomlplusplus/Manifest
new file mode 100644
index 0000000000..e56e8881ad
--- /dev/null
+++ b/dev-cpp/tomlplusplus/Manifest
@@ -0,0 +1 @@
+DIST tomlplusplus-3.4.0.tar.gz 1294731 BLAKE2B 9495ccd78707ced11744eab7c1c0bf0c0c28e283d186195bb48d1059bae7eb1a874bc964b0fc45210fd73ffd7485ecf3e1159da227d0e1c8ff249e79c08eecf0 SHA512 c227fc8147c9459b29ad24002aaf6ab2c42fac22ea04c1c52b283a0172581ccd4527b33c1931e0ef0d1db6b6a53f9e9882c6d4231c7f3494cf070d0220741aa5

diff --git a/dev-cpp/tomlplusplus/metadata.xml b/dev-cpp/tomlplusplus/metadata.xml
new file mode 100644
index 0000000000..0a17b284ff
--- /dev/null
+++ b/dev-cpp/tomlplusplus/metadata.xml
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM 'https://www.gentoo.org/dtd/metadata.dtd'>
+<pkgmetadata>
+	<maintainer type="person">
+		<email>brettalcox@gmail.com</email>
+	</maintainer>
+	<upstream>
+		<remote-id type="github">marzer/tomlplusplus.git</remote-id>
+	</upstream>
+</pkgmetadata>

diff --git a/dev-cpp/tomlplusplus/tomlplusplus-3.4.0.ebuild b/dev-cpp/tomlplusplus/tomlplusplus-3.4.0.ebuild
new file mode 100644
index 0000000000..dccc0317a7
--- /dev/null
+++ b/dev-cpp/tomlplusplus/tomlplusplus-3.4.0.ebuild
@@ -0,0 +1,20 @@
+# Copyright 2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit meson
+
+DESCRIPTION="TOML config parser and serializer for C++"
+HOMEPAGE="https://github.com/marzer/tomlplusplus.git"
+SRC_URI="https://github.com/marzer/tomlplusplus/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="${DEPEND}"
+BDEPEND="
+	dev-util/cmake
+	dev-util/meson
+"


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

* [gentoo-commits] repo/proj/guru:master commit in: dev-cpp/tomlplusplus/
@ 2023-12-14  7:25 Viorel Munteanu
  0 siblings, 0 replies; 2+ messages in thread
From: Viorel Munteanu @ 2023-12-14  7:25 UTC (permalink / raw
  To: gentoo-commits

commit:     3c9915aafc9e3b61e589d564776735891e160bc0
Author:     Leonardo Hernández Hernández <leohdz172 <AT> proton <DOT> me>
AuthorDate: Wed Dec 13 16:49:50 2023 +0000
Commit:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Wed Dec 13 16:49:54 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3c9915aa

dev-cpp/tomlplusplus: treeclean, moved to ::gentoo

Signed-off-by: Leonardo Hernández Hernández <leohdz172 <AT> proton.me>

 dev-cpp/tomlplusplus/Manifest                  |  1 -
 dev-cpp/tomlplusplus/metadata.xml              | 10 ----------
 dev-cpp/tomlplusplus/tomlplusplus-3.4.0.ebuild | 20 --------------------
 3 files changed, 31 deletions(-)

diff --git a/dev-cpp/tomlplusplus/Manifest b/dev-cpp/tomlplusplus/Manifest
deleted file mode 100644
index e56e8881ad..0000000000
--- a/dev-cpp/tomlplusplus/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST tomlplusplus-3.4.0.tar.gz 1294731 BLAKE2B 9495ccd78707ced11744eab7c1c0bf0c0c28e283d186195bb48d1059bae7eb1a874bc964b0fc45210fd73ffd7485ecf3e1159da227d0e1c8ff249e79c08eecf0 SHA512 c227fc8147c9459b29ad24002aaf6ab2c42fac22ea04c1c52b283a0172581ccd4527b33c1931e0ef0d1db6b6a53f9e9882c6d4231c7f3494cf070d0220741aa5

diff --git a/dev-cpp/tomlplusplus/metadata.xml b/dev-cpp/tomlplusplus/metadata.xml
deleted file mode 100644
index 0a17b284ff..0000000000
--- a/dev-cpp/tomlplusplus/metadata.xml
+++ /dev/null
@@ -1,10 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM 'https://www.gentoo.org/dtd/metadata.dtd'>
-<pkgmetadata>
-	<maintainer type="person">
-		<email>brettalcox@gmail.com</email>
-	</maintainer>
-	<upstream>
-		<remote-id type="github">marzer/tomlplusplus.git</remote-id>
-	</upstream>
-</pkgmetadata>

diff --git a/dev-cpp/tomlplusplus/tomlplusplus-3.4.0.ebuild b/dev-cpp/tomlplusplus/tomlplusplus-3.4.0.ebuild
deleted file mode 100644
index dccc0317a7..0000000000
--- a/dev-cpp/tomlplusplus/tomlplusplus-3.4.0.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit meson
-
-DESCRIPTION="TOML config parser and serializer for C++"
-HOMEPAGE="https://github.com/marzer/tomlplusplus.git"
-SRC_URI="https://github.com/marzer/tomlplusplus/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="${DEPEND}"
-BDEPEND="
-	dev-util/cmake
-	dev-util/meson
-"


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

end of thread, other threads:[~2023-12-14  7:25 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-11  6:50 [gentoo-commits] repo/proj/guru:master commit in: dev-cpp/tomlplusplus/ Viorel Munteanu
  -- strict thread matches above, loose matches on Subject: below --
2023-12-14  7:25 Viorel Munteanu

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