From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/dwz/
Date: Tue, 19 Aug 2025 00:33:42 +0000 (UTC) [thread overview]
Message-ID: <1755563570.fbe7740ab080c5b78dc3771bbed2b23e20467eb1.sam@gentoo> (raw)
commit: fbe7740ab080c5b78dc3771bbed2b23e20467eb1
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 18 23:55:52 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Aug 19 00:32:50 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fbe7740a
sys-devel/dwz: drop 0.15-r4
Signed-off-by: Sam James <sam <AT> gentoo.org>
sys-devel/dwz/dwz-0.15-r4.ebuild | 77 ----------------------------------------
1 file changed, 77 deletions(-)
diff --git a/sys-devel/dwz/dwz-0.15-r4.ebuild b/sys-devel/dwz/dwz-0.15-r4.ebuild
deleted file mode 100644
index 5ca87a13592a..000000000000
--- a/sys-devel/dwz/dwz-0.15-r4.ebuild
+++ /dev/null
@@ -1,77 +0,0 @@
-# Copyright 1999-2025 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"
-if [[ ${PV} == 9999 ]] ; then
- EGIT_REPO_URI="https://sourceware.org/git/dwz.git"
- inherit git-r3
-else
- SRC_URI="https://sourceware.org/ftp/dwz/releases/${P}.tar.xz"
- S="${WORKDIR}/${PN}"
-
- #KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
- KEYWORDS="amd64 arm arm64 hppa ~loong ppc ppc64 ~riscv sparc x86"
-fi
-
-LICENSE="GPL-2+ GPL-3+"
-SLOT="0"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
- dev-libs/elfutils
- dev-libs/xxhash
- elibc_musl? (
- >=sys-libs/error-standalone-2.0
- sys-libs/obstack-standalone
- )
-"
-DEPEND="${RDEPEND}"
-BDEPEND="
- test? (
- dev-debug/gdb
- dev-libs/elfutils[utils]
- dev-util/dejagnu
- )
- virtual/pkgconfig
-"
-
-PATCHES=(
- "${FILESDIR}"/${P}-gdb-15.patch
- "${FILESDIR}"/${P}-readelf.patch
-)
-
-src_prepare() {
- default
- tc-export CC
-}
-
-src_compile() {
- export LANG=C LC_ALL=C # grep find nothing for non-ascii locales
-
- local current_binutils_path=$(binutils-config -B)
- export READELF="${current_binutils_path}/readelf"
-
- tc-export PKG_CONFIG READELF
-
- export LIBS="-lelf"
- if use elibc_musl; then
- export CFLAGS="${CFLAGS} $(${PKG_CONFIG} --cflags obstack-standalone error-standalone)"
- export LIBS="${LIBS} $(${PKG_CONFIG} --libs obstack-standalone error-standalone)"
- fi
-
- emake CFLAGS="${CFLAGS}" LIBS="${LIBS}" srcdir="${S}" prefix="${EPREFIX}/usr"
-}
-
-src_test() {
- emake CFLAGS="${CFLAGS}" LIBS="${LIBS}" srcdir="${S}" prefix="${EPREFIX}/usr" check
-}
-
-src_install() {
- emake DESTDIR="${D}" CFLAGS="${CFLAGS}" LIBS="${LIBS}" srcdir="${S}" prefix="${EPREFIX}/usr" install
-}
next reply other threads:[~2025-08-19 0:33 UTC|newest]
Thread overview: 62+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-08-19 0:33 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-07-21 3:22 [gentoo-commits] repo/gentoo:master commit in: sys-devel/dwz/ Sam James
2025-07-21 3:22 Sam James
2025-07-21 3:22 Sam James
2025-07-21 3:22 Sam James
2025-07-21 3:22 Sam James
2025-07-21 2:57 Sam James
2025-07-08 16:49 Mike Gilbert
2025-06-21 12:50 Sam James
2025-06-14 10:05 Sam James
2025-06-14 9:36 Sam James
2025-06-12 12:25 Sam James
2025-06-12 12:25 Sam James
2025-06-11 7:58 Sam James
2025-05-23 11:42 Arthur Zamarin
2025-05-21 16:44 Sam James
2025-05-13 3:24 Sam James
2025-05-13 0:18 Sam James
2025-03-27 17:01 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ć
2023-03-19 15:25 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=1755563570.fbe7740ab080c5b78dc3771bbed2b23e20467eb1.sam@gentoo \
--to=sam@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