From: "David Roman" <davidroman96@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-cpp/cpptrace/
Date: Thu, 6 Jun 2024 15:06:40 +0000 (UTC) [thread overview]
Message-ID: <1717686374.d5d259b2f156924b685dbea9be69b7cf0b5b7828.davidroman@gentoo> (raw)
commit: d5d259b2f156924b685dbea9be69b7cf0b5b7828
Author: David Roman <davidroman96 <AT> gmail <DOT> com>
AuthorDate: Thu Jun 6 15:06:14 2024 +0000
Commit: David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Thu Jun 6 15:06:14 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d5d259b2
dev-cpp/cpptrace: add 0.6.0
Signed-off-by: David Roman <davidroman96 <AT> gmail.com>
dev-cpp/cpptrace/Manifest | 1 +
dev-cpp/cpptrace/cpptrace-0.6.0.ebuild | 25 +++++++++++++++++++++++++
2 files changed, 26 insertions(+)
diff --git a/dev-cpp/cpptrace/Manifest b/dev-cpp/cpptrace/Manifest
index 064eb6f8d..edb2d9526 100644
--- a/dev-cpp/cpptrace/Manifest
+++ b/dev-cpp/cpptrace/Manifest
@@ -1 +1,2 @@
DIST cpptrace-0.5.2.tar.gz 311215 BLAKE2B 77f5bce58ac088c5430cfa6b427bc8f019590520be8648a848108f4dbb23d3ce1260f6a3dd1d6bc9acf3a069218f3a25853083f88700d9dbdbeeadd20f9bc873 SHA512 e05a8a070ec7be0a1b36f25901c3ed7b566e4ca69e8e87cde558a0e65743d2dabd4cbad614af32d62a4da4b6a77144853adf7cb1be33335a86f7b1ef2d08c72f
+DIST cpptrace-0.6.0.tar.gz 318375 BLAKE2B 5c1694b6e579fb097379e9e9788ae84f89e1cd65848cf6fce79c8f9415e1b047fb018142a4d6fd868c021ae1d140d21e955d30f7eeb55f341f74ce7a4de68e32 SHA512 c5ebd1a733e22006abe2ef2b5e65a9f967ef2a433194d1c2dbed2dea7a81034a56717ad54698eaad20b3c53b941a2766587dc32936b3703ef87fda29eafc5dbf
diff --git a/dev-cpp/cpptrace/cpptrace-0.6.0.ebuild b/dev-cpp/cpptrace/cpptrace-0.6.0.ebuild
new file mode 100644
index 000000000..116c15b9d
--- /dev/null
+++ b/dev-cpp/cpptrace/cpptrace-0.6.0.ebuild
@@ -0,0 +1,25 @@
+# Copyright 2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake
+
+DESCRIPTION="Simple, portable, and self-contained stacktrace library for C++"
+HOMEPAGE="https://github.com/jeremy-rifkin/cpptrace"
+SRC_URI="https://github.com/jeremy-rifkin/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+DEPEND="dev-libs/libdwarf"
+RDEPEND="${DEPEND}"
+
+src_configure() {
+ local mycmakeargs=(
+ -DCPPTRACE_USE_EXTERNAL_LIBDWARF=On
+ )
+
+ cmake_src_configure
+}
next reply other threads:[~2024-06-06 15:06 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-06-06 15:06 David Roman [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-01-06 20:44 [gentoo-commits] repo/proj/guru:dev commit in: dev-cpp/cpptrace/ David Roman
2025-01-06 20:44 David Roman
2024-11-18 9:36 David Roman
2024-11-18 9:36 David Roman
2024-10-11 15:37 David Roman
2024-10-08 15:06 David Roman
2024-09-02 10:27 David Roman
2024-07-17 8:40 [gentoo-commits] repo/proj/guru:master " David Roman
2024-07-17 8:32 ` [gentoo-commits] repo/proj/guru:dev " David Roman
2024-07-03 16:07 Lucio Sauer
2024-07-02 12:59 David Roman
2024-06-06 15:06 David Roman
2024-04-18 16:24 [gentoo-commits] repo/proj/guru:master " David Roman
2024-04-18 14:41 ` [gentoo-commits] repo/proj/guru:dev " David Roman
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1717686374.d5d259b2f156924b685dbea9be69b7cf0b5b7828.davidroman@gentoo \
--to=davidroman96@gmail.com \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox