From: "Arsen Arsenović" <arsen@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/dwz/
Date: Sun, 19 Mar 2023 15:25:58 +0000 (UTC) [thread overview]
Message-ID: <1679239497.e21a0edb7ad53a105f3867b98c3815151b576e46.arsen@gentoo> (raw)
commit: e21a0edb7ad53a105f3867b98c3815151b576e46
Author: Arsen Arsenović <arsen <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 19 15:23:22 2023 +0000
Commit: Arsen Arsenović <arsen <AT> gentoo <DOT> org>
CommitDate: Sun Mar 19 15:24:57 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e21a0edb
sys-devel/dwz: add 0.15
Signed-off-by: Arsen Arsenović <arsen <AT> gentoo.org>
sys-devel/dwz/Manifest | 1 +
sys-devel/dwz/dwz-0.15.ebuild | 43 +++++++++++++++++++++++++++++++++++++++++++
2 files changed, 44 insertions(+)
diff --git a/sys-devel/dwz/Manifest b/sys-devel/dwz/Manifest
index e46195dbc905..c5d5a1555852 100644
--- a/sys-devel/dwz/Manifest
+++ b/sys-devel/dwz/Manifest
@@ -1 +1,2 @@
DIST dwz-0.14.tar.xz 147428 BLAKE2B 286350a8276a1a674937a7adc99560562782044fd6caa50c9a55ec08343f34d8bd27140cca904e648859aba61d181e01ab0755f2115151fab16d498aa1549450 SHA512 62c39f79723ca99305dbb08d1d24a17699b9a84dd98c30904103da116831b1253bf1edbfb905c76fdc4d48305bd1ea0046314c5619209c40a1e624b8ae4908b1
+DIST dwz-0.15.tar.xz 150080 BLAKE2B 4ce1722a53cb588cda8195211a26b28d69891ed32cc59e44897270298d033590c79c8c73168dc3b261cb017fc12874a9cbd50db3bfaa0aa7de8ed7cf8a588cca SHA512 43eb4b08c1f529859dc3466697d5ad7e172d6efbf21409530a67a2492ae4acc3734d5134bbd6e07c089ecc358d915871b13e22f6e4f1dd4c3af19ef804f8fcc5
diff --git a/sys-devel/dwz/dwz-0.15.ebuild b/sys-devel/dwz/dwz-0.15.ebuild
new file mode 100644
index 000000000000..f0f823edc849
--- /dev/null
+++ b/sys-devel/dwz/dwz-0.15.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit toolchain-funcs
+
+DESCRIPTION="DWARF optimization and duplicate removal tool"
+HOMEPAGE="https://sourceware.org/dwz"
+SRC_URI="https://sourceware.org/ftp/dwz/releases/${P}.tar.xz"
+
+S="${WORKDIR}/${PN}"
+
+LICENSE="GPL-2+ GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="dev-libs/elfutils"
+DEPEND="${RDEPEND}"
+BDEPEND="test? (
+ dev-libs/elfutils[utils]
+ dev-util/dejagnu
+ sys-devel/gdb
+)"
+
+src_prepare() {
+ default
+ tc-export CC
+}
+
+src_compile() {
+ emake CFLAGS="${CFLAGS}" srcdir="${S}"
+}
+
+src_test() {
+ emake CFLAGS="${CFLAGS}" srcdir="${S}" check
+}
+
+src_install() {
+ emake CFLAGS="${CFLAGS}" srcdir="${S}" install
+}
next reply other threads:[~2023-03-19 15:26 UTC|newest]
Thread overview: 44+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-03-19 15:25 Arsen Arsenović [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-03-27 17:01 [gentoo-commits] repo/gentoo:master commit in: sys-devel/dwz/ Sam James
2025-03-27 17:01 Sam James
2025-01-26 2:01 Sam James
2025-01-26 1:56 Sam James
2025-01-25 14:17 Sam James
2025-01-25 14:15 Sam James
2025-01-25 14:15 Sam James
2025-01-25 13:50 Sam James
2025-01-25 13:43 Sam James
2025-01-07 2:24 Sam James
2025-01-07 2:01 Sam James
2025-01-07 2:01 Sam James
2025-01-05 12:32 WANG Xuerui
2025-01-05 12:32 WANG Xuerui
2024-12-14 10:43 Sam James
2024-12-14 10:43 Sam James
2024-08-31 1:08 Sam James
2024-02-21 2:15 Sam James
2024-02-03 23:23 Jakov Smolić
2024-02-03 21:34 Sam James
2024-02-03 14:19 Arthur Zamarin
2024-02-03 11:32 Arthur Zamarin
2024-02-03 11:07 Sam James
2024-02-03 11:05 Arthur Zamarin
2024-02-03 11:05 Arthur Zamarin
2024-02-03 11:03 Arthur Zamarin
2024-02-03 10:21 Arthur Zamarin
2024-02-03 8:22 Arthur Zamarin
2024-02-03 8:22 Arthur Zamarin
2024-02-03 8:22 Arthur Zamarin
2024-02-03 8:22 Arthur Zamarin
2023-11-29 4:23 Sam James
2023-03-19 20:51 Arsen Arsenović
2023-03-19 20:51 Arsen Arsenović
2021-11-30 7:27 Joonas Niilola
2021-11-30 7:27 Joonas Niilola
2021-11-30 7:27 Joonas Niilola
2020-09-23 21:54 Conrad Kostecki
2020-09-22 21:19 Conrad Kostecki
2020-09-22 21:19 Conrad Kostecki
2019-04-13 10:36 Tiziano Müller
2019-04-13 10:36 Tiziano Müller
2018-07-15 20:30 Tiziano Müller
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=1679239497.e21a0edb7ad53a105f3867b98c3815151b576e46.arsen@gentoo \
--to=arsen@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