public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Alfredo Tupone" <tupone@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/breakpad/
Date: Fri, 13 Jan 2023 21:38:12 +0000 (UTC)	[thread overview]
Message-ID: <1673645865.f42b9413299b109e628d8064bc25b2b8c3605aa3.tupone@gentoo> (raw)

commit:     f42b9413299b109e628d8064bc25b2b8c3605aa3
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 13 21:37:03 2023 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Fri Jan 13 21:37:45 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f42b9413

dev-util/breakpad: add 2022.07.12

Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>

 dev-util/breakpad/Manifest                   |  1 +
 dev-util/breakpad/breakpad-2022.07.12.ebuild | 55 ++++++++++++++++++++++++++++
 2 files changed, 56 insertions(+)

diff --git a/dev-util/breakpad/Manifest b/dev-util/breakpad/Manifest
index 90aef3b97f99..c40a261b2261 100644
--- a/dev-util/breakpad/Manifest
+++ b/dev-util/breakpad/Manifest
@@ -1 +1,2 @@
 DIST breakpad-2022.06.04.tar.gz 5365322 BLAKE2B eec33092a9a75161d16554af22276195945f3e1c7ce9590f89010a4d11484fe4327849c1717e159a9e019ca44d437b601b7080c68bba8c95111b97d6662dfc3f SHA512 150e5e955dc9de55d5cb4c726ae6f1a2e79e9f7bb283bae2ba835b684e7fd7532a7070e9ba982b66b68c936592bc48550a22ed8ac40e829b11aa80530f338749
+DIST breakpad-2022.07.12.tar.gz 5373070 BLAKE2B 3598bcebf249c73a13eb77743ee993fb96ebf9585a68e45169afcf34fb836a126ce3b8d71e78dedd3407b843297857619de39fc38661ff80545d572dde098ea1 SHA512 872fa74520709d6510b798c7adfb7fed34a84b1831e774087515c23a005b0ea76ef7758bb565f0ff9f2153206cf53958621463fba0e055c9d31dc68f687e2b8f

diff --git a/dev-util/breakpad/breakpad-2022.07.12.ebuild b/dev-util/breakpad/breakpad-2022.07.12.ebuild
new file mode 100644
index 000000000000..5fb691383145
--- /dev/null
+++ b/dev-util/breakpad/breakpad-2022.07.12.ebuild
@@ -0,0 +1,55 @@
+# Copyright 2022-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit autotools
+
+DESCRIPTION="implement a crash-reporting system."
+HOMEPAGE="https://chromium.googlesource.com/breakpad/breakpad/"
+SRC_URI="https://github.com/google/${PN}/archive/refs/tags/v${PV}.tar.gz
+	-> ${P}.tar.gz"
+
+LICENSE="BSD BSD-4"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="test"
+
+RDEPEND="
+	net-misc/curl
+"
+DEPEND="${RDEPEND}
+	dev-libs/linux-syscall-support
+	dev-embedded/libdisasm
+"
+BDEPEND="test? ( dev-cpp/gtest )"
+RESTRICT="!test? ( test )"
+
+PATCHES=(
+	"${FILESDIR}"/${PN}-2022.06.04-gentoo.patch
+)
+
+src_prepare() {
+	default
+	sed -i \
+		-e 's|"third_party/lss\(.*\)"|<lss\1>|' \
+		$(find src -name '*.cc' -o -name '*.h') \
+		|| die
+	sed -i \
+		-e '/includelss/d' \
+		-e '/third_party\/curl/d' \
+		Makefile.am \
+		|| die
+	sed -i \
+		-e "/AC_INIT/s:0.1:${PVR}:" \
+		-e "/AS_VAR_APPEND/d" \
+		configure.ac \
+		|| die
+	eautoreconf
+}
+
+src_configure() {
+	econf \
+		--enable-system-test-libs \
+		|| die
+}


             reply	other threads:[~2023-01-13 21:38 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-01-13 21:38 Alfredo Tupone [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-05-20 20:28 [gentoo-commits] repo/gentoo:master commit in: dev-util/breakpad/ Alfredo Tupone
2023-01-10 20:27 Alfredo Tupone
2022-06-09 19:09 Alfredo Tupone

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=1673645865.f42b9413299b109e628d8064bc25b2b8c3605aa3.tupone@gentoo \
    --to=tupone@gentoo.org \
    --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