public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "David Roman" <davidroman96@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-libs/libdwarf/
Date: Thu, 18 Apr 2024 16:24:11 +0000 (UTC)	[thread overview]
Message-ID: <1713448647.1526886f9ca2bce1760eff346fa141a21c6ccafb.davidroman@gentoo> (raw)
Message-ID: <20240418162411.0YKIXabVOK14aTRAHF7PaxYFE0vZkD9hBIrIAe1-DZU@z> (raw)

commit:     1526886f9ca2bce1760eff346fa141a21c6ccafb
Author:     David Roman <davidroman96 <AT> gmail <DOT> com>
AuthorDate: Thu Apr 18 13:57:27 2024 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Thu Apr 18 13:57:27 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1526886f

dev-libs/libdwarf: add 0.9.2

Closes: https://bugs.gentoo.org/294661
Signed-off-by: David Roman <davidroman96 <AT> gmail.com>

 dev-libs/libdwarf/Manifest              |  1 +
 dev-libs/libdwarf/libdwarf-0.9.2.ebuild | 47 +++++++++++++++++++++++++++++++++
 dev-libs/libdwarf/metadata.xml          |  5 +++-
 3 files changed, 52 insertions(+), 1 deletion(-)

diff --git a/dev-libs/libdwarf/Manifest b/dev-libs/libdwarf/Manifest
index 73dc11253a..2240a5dcbc 100644
--- a/dev-libs/libdwarf/Manifest
+++ b/dev-libs/libdwarf/Manifest
@@ -1 +1,2 @@
 DIST libdwarf-0.9.1.tar.xz 2677488 BLAKE2B 811103cfd12420b35483c3929709d7759747a70d1a7790250fe84e7a467c03fcf095656dda1992b60488ffc15e45fa2ad6197d321fa3483740cd5dc92f363e9b SHA512 ec66f0dbc72df3dd689a2d38ebae029e081e0ec3008dd510372e0c2c387f0092c2f9fe8d9928ded87b9c2ec30f1c3dc63bfaca7cc4a14e1c8c557d3c3b37d227
+DIST libdwarf-0.9.2.tar.xz 2692980 BLAKE2B bef2788b217916cf0887915a12695a82232bdeaf91bf1c5f5844db079d13e8b38996c5b8137ade9fd58297b5bf5ca2af4bce99c9bdf526217fce161755881c69 SHA512 f502b6da4b96d5962da1197c4ae522bfdb2858496c4af198109d844e0021318cb2a5ebc9c8cf9fc2e4439997ca9545c650ca4f28f0d96cb66b05c9b89b98f2f8

diff --git a/dev-libs/libdwarf/libdwarf-0.9.2.ebuild b/dev-libs/libdwarf/libdwarf-0.9.2.ebuild
new file mode 100644
index 0000000000..d30bcfb27a
--- /dev/null
+++ b/dev-libs/libdwarf/libdwarf-0.9.2.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2023 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="BSD GPL-2 LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="doc dwarfexample dwarfgen"
+
+DEPEND="
+	app-arch/zstd:=
+	sys-libs/zlib:=
+"
+RDEPEND="${DEPEND}"
+BDEPEND="doc? ( app-text/doxygen )"
+
+DOCS=( AUTHORS NEWS README.md )
+
+src_configure() {
+	local emesonargs=(
+		$(meson_use dwarfgen)
+		$(meson_use dwarfexample)
+		$(meson_use doc)
+	)
+	meson_src_configure
+}
+
+src_install(){
+	meson_src_install
+
+	dodoc ChangeLog* doc/*.pdf
+	if use doc; then
+		mv "${ED}"/usr/share/doc/${PN}/* "${ED}"/usr/share/doc/${PF}/ || die
+		rmdir "${ED}"/usr/share/doc/${PN} || die
+	fi
+}

diff --git a/dev-libs/libdwarf/metadata.xml b/dev-libs/libdwarf/metadata.xml
index 5326540c35..e6c010504f 100644
--- a/dev-libs/libdwarf/metadata.xml
+++ b/dev-libs/libdwarf/metadata.xml
@@ -1,7 +1,10 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-	<!-- maintainer-needed -->
+	<maintainer type="person" proxied="yes">
+		<email>davidroman96@gmail.com</email>
+		<name>David Roman</name>
+	</maintainer>
 	<upstream>
 		<remote-id type="github">davea42/libdwarf-code</remote-id>
 	</upstream>


             reply	other threads:[~2024-04-18 16:24 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-04-18 14:41 David Roman [this message]
2024-04-18 16:24 ` [gentoo-commits] repo/proj/guru:master commit in: dev-libs/libdwarf/ David Roman
  -- strict thread matches above, loose matches on Subject: below --
2025-04-07  8:45 [gentoo-commits] repo/proj/guru:dev " 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-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-07-07  7:59 Alessandro Barbieri
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=1713448647.1526886f9ca2bce1760eff346fa141a21c6ccafb.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