From: "David Roman" <davidroman96@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-cpp/cpptrace/
Date: Sat, 12 Oct 2024 18:59:53 +0000 (UTC) [thread overview]
Message-ID: <1728661047.57e67bf3c4ffa351d6cb46a57330b956e7e6dfb1.davidroman@gentoo> (raw)
Message-ID: <20241012185953.BhEiBYS6UyC564bzgK-LyCakg83tJR9hamZmgIoZDCY@z> (raw)
commit: 57e67bf3c4ffa351d6cb46a57330b956e7e6dfb1
Author: David Roman <davidroman96 <AT> gmail <DOT> com>
AuthorDate: Fri Oct 11 15:37:27 2024 +0000
Commit: David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Fri Oct 11 15:37:27 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=57e67bf3
dev-cpp/cpptrace: add 9999
Signed-off-by: David Roman <davidroman96 <AT> gmail.com>
dev-cpp/cpptrace/cpptrace-9999.ebuild | 39 +++++++++++++++++++++++++++++++++++
1 file changed, 39 insertions(+)
diff --git a/dev-cpp/cpptrace/cpptrace-9999.ebuild b/dev-cpp/cpptrace/cpptrace-9999.ebuild
new file mode 100644
index 000000000..7c1760e24
--- /dev/null
+++ b/dev-cpp/cpptrace/cpptrace-9999.ebuild
@@ -0,0 +1,39 @@
+# 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"
+
+if [[ ${PV} == *9999 ]]; then
+ inherit git-r3
+ EGIT_BRANCH=dev
+ EGIT_REPO_URI="https://github.com/jeremy-rifkin/${PN}"
+else
+ SRC_URI="https://github.com/jeremy-rifkin/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
+ KEYWORDS="~amd64"
+fi
+
+LICENSE="MIT"
+SLOT="0"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+DEPEND="dev-libs/libdwarf
+ test? ( dev-cpp/gtest )"
+RDEPEND="${DEPEND}"
+
+QA_FLAGS_IGNORED="unittest"
+
+src_configure() {
+ local mycmakeargs=(
+ -DCPPTRACE_USE_EXTERNAL_LIBDWARF=On
+ -DCPPTRACE_USE_EXTERNAL_GTEST=On
+ -DCPPTRACE_BUILD_TESTING=$(usex test)
+ )
+
+ cmake_src_configure
+}
next reply other threads:[~2024-10-12 18:59 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-10-11 15:37 David Roman [this message]
2024-10-12 18:59 ` [gentoo-commits] repo/proj/guru:master commit in: dev-cpp/cpptrace/ David Roman
-- strict thread matches above, loose matches on Subject: below --
2025-01-06 20:44 [gentoo-commits] repo/proj/guru:dev " 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-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-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=1728661047.57e67bf3c4ffa351d6cb46a57330b956e7e6dfb1.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