public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Alessandro Barbieri" <lssndrbarbieri@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-libs/libdwarf/
Date: Thu,  7 Jul 2022 07:59:08 +0000 (UTC)	[thread overview]
Message-ID: <1657180746.a73d2a017de31a44c79d1322a3f26e3c9ba2a5fa.Alessandro-Barbieri@gentoo> (raw)

commit:     a73d2a017de31a44c79d1322a3f26e3c9ba2a5fa
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Thu Jul  7 07:58:29 2022 +0000
Commit:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Thu Jul  7 07:59:06 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a73d2a01

dev-libs/libdwarf: add 0.4.1

Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>

 dev-libs/libdwarf/Manifest              |  1 +
 dev-libs/libdwarf/libdwarf-0.4.1.ebuild | 45 +++++++++++++++++++++++++++++++++
 2 files changed, 46 insertions(+)

diff --git a/dev-libs/libdwarf/Manifest b/dev-libs/libdwarf/Manifest
index 1c18e87bb..d431a7a54 100644
--- a/dev-libs/libdwarf/Manifest
+++ b/dev-libs/libdwarf/Manifest
@@ -1 +1,2 @@
 DIST libdwarf-0.4.0.tar.xz 2380228 BLAKE2B ee9d02284740b3f4961299e2e4530c2934cde4defefebd8a8ca3aab232f0a18fc35d376c2f61ee323f7db7e6460a3f5e662781f8086438c287f716067c2b7594 SHA512 30e5c6c1fc95aa28a014007a45199160e1d9ba870b196d6f98e6dd21a349e9bb31bba1bd6817f8ef9a89303bed0562182a7d46fcbb36aedded76c2f1e0052e1e
+DIST libdwarf-0.4.1.tar.xz 2410800 BLAKE2B 88753ebc2606fbcc7a41ea3db8f5bc1b41357705f7b4e21acb49c13d96f3741a7305b764ab973bc9ac0c6c4246b668f82d93886451d9963f4237a9ff47694429 SHA512 793fe487de80fe6878f022b90f49ec334a0d7db071ff22a11902db5e3457cc7f3f853945a9ac74de2c40f7f388277f21c5b2e62745bca92d2bb55c51e9577693

diff --git a/dev-libs/libdwarf/libdwarf-0.4.1.ebuild b/dev-libs/libdwarf/libdwarf-0.4.1.ebuild
new file mode 100644
index 000000000..6616b03bf
--- /dev/null
+++ b/dev-libs/libdwarf/libdwarf-0.4.1.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit meson
+
+DESCRIPTION="The DWARF Debugging Information Format"
+HOMEPAGE="
+	https://www.prevanders.net/dwarf.html
+	https://www.dwarfstd.org
+	https://github.com/davea42/libdwarf-code
+"
+SRC_URI="https://www.prevanders.net/${P}.tar.xz"
+
+LICENSE="LGPL-2.1 GPL-2 BSD"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="doc dwarfexample dwarfgen +elf"
+
+DEPEND="
+	sys-libs/zlib
+	elf? ( virtual/libelf:= )
+"
+RDEPEND="${DEPEND}"
+BDEPEND="doc? ( app-doc/doxygen )"
+
+src_configure() {
+	local emesonargs=(
+		$(meson_use dwarfgen)
+		$(meson_use dwarfexample)
+		$(meson_use doc)
+		$(meson_use elf libelf)
+	)
+	meson_src_configure
+}
+
+src_install(){
+	meson_src_install
+	dodoc AUTHORS README README.md ChangeLog* NEWS doc/*.pdf
+	if use doc; then
+		dodoc -r "${ED}/usr/share/doc/${PN}/html"
+		rm -r "${ED}/usr/share/doc/${PN}" || die
+	fi
+}


             reply	other threads:[~2022-07-07  7:59 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-07-07  7:59 Alessandro Barbieri [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-07-22 12:56 [gentoo-commits] repo/proj/guru:dev commit in: dev-libs/libdwarf/ David Roman
2025-07-22 12:56 David Roman
2025-05-29  8:25 David Roman
2025-05-29  8:25 David Roman
2025-04-07  8:45 David Roman
2025-04-07  8:45 David Roman
2024-12-10 11:53 David Roman
2024-12-04 15:57 David Roman
2024-12-04 15:57 David Roman
2024-09-01 15:53 [gentoo-commits] repo/proj/guru:master " David Roman
2024-09-01 15:24 ` [gentoo-commits] repo/proj/guru:dev " David Roman
2024-09-01 15:24 David Roman
2024-07-09  9:46 [gentoo-commits] repo/proj/guru:master " David Roman
2024-07-09  9:31 ` [gentoo-commits] repo/proj/guru:dev " David Roman
2024-07-09  9:31 David Roman
2024-06-28 10:57 [gentoo-commits] repo/proj/guru:master " David Roman
2024-06-27 13:15 ` [gentoo-commits] repo/proj/guru:dev " David Roman
2024-04-20 13:49 David Roman
2024-04-18 14:41 David Roman
2024-02-22 13:57 David Roman
2024-02-22 13:57 David Roman
2023-05-17 22:26 Lucio Sauer
2023-01-17 14:27 Anna Vyalkova
2023-01-14 13:34 Anna Vyalkova
2022-06-17  2:21 Alessandro Barbieri
2022-06-11 12:24 Alessandro Barbieri
2021-06-14 23:09 Alessandro Barbieri
2021-05-19 17:36 Alessandro Barbieri
2021-04-18  2:07 Alessandro Barbieri
2021-04-18  1:20 Alessandro Barbieri

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=1657180746.a73d2a017de31a44c79d1322a3f26e3c9ba2a5fa.Alessandro-Barbieri@gentoo \
    --to=lssndrbarbieri@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