From: "David Roman" <davidroman96@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-libs/libdwarf/
Date: Thu, 29 May 2025 08:25:48 +0000 (UTC) [thread overview]
Message-ID: <1748506764.249c5e2bcbb4121f99c2a8affcc9253bfeeab5ee.davidroman@gentoo> (raw)
commit: 249c5e2bcbb4121f99c2a8affcc9253bfeeab5ee
Author: David Roman <davidroman96 <AT> gmail <DOT> com>
AuthorDate: Thu May 29 08:19:24 2025 +0000
Commit: David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Thu May 29 08:19:24 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=249c5e2b
dev-libs/libdwarf: drop 0.11.1
Signed-off-by: David Roman <davidroman96 <AT> gmail.com>
dev-libs/libdwarf/Manifest | 1 -
dev-libs/libdwarf/libdwarf-0.11.1.ebuild | 47 --------------------------------
2 files changed, 48 deletions(-)
diff --git a/dev-libs/libdwarf/Manifest b/dev-libs/libdwarf/Manifest
index 6457986e51..d830efa150 100644
--- a/dev-libs/libdwarf/Manifest
+++ b/dev-libs/libdwarf/Manifest
@@ -1,3 +1,2 @@
-DIST libdwarf-0.11.1.tar.xz 2747004 BLAKE2B b98467abd547e222594843263ef36a9362aa4a8c8ace770d128016e65a50c7ae15d91e769e6fd966ca9b8c5b5ed471d14e5e7259c713c126ac17e13d5d074a77 SHA512 d927b1d0e8dd1540c2f5da2a9d39b2914bb48225b2b9bdca94e7b36349358e1f537044eadc345f11d75de717fdda07ad99a8a7a5eb45e64fe4c79c37e165012f
DIST libdwarf-0.12.0.tar.xz 2920164 BLAKE2B aafa6c8ce66cf1dda40baafe24f7a322637af166f30abbfec0342428884ed077521466b786a9482a2438351d8d3e06d96a90ca5fc533c2860b9cffa83b2eb4a1 SHA512 64d99bcb1436d3ad1faacc3f43b7b42c80ae236b6de3d66a132a72d452bc220b12de430ec99b827fb051badc683fc237f4f8fa8f7d67749ed5b81284ae5fbd2e
DIST libdwarf-0.9.1.tar.xz 2677488 BLAKE2B 811103cfd12420b35483c3929709d7759747a70d1a7790250fe84e7a467c03fcf095656dda1992b60488ffc15e45fa2ad6197d321fa3483740cd5dc92f363e9b SHA512 ec66f0dbc72df3dd689a2d38ebae029e081e0ec3008dd510372e0c2c387f0092c2f9fe8d9928ded87b9c2ec30f1c3dc63bfaca7cc4a14e1c8c557d3c3b37d227
diff --git a/dev-libs/libdwarf/libdwarf-0.11.1.ebuild b/dev-libs/libdwarf/libdwarf-0.11.1.ebuild
deleted file mode 100644
index f521a1e30a..0000000000
--- a/dev-libs/libdwarf/libdwarf-0.11.1.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake
-
-DESCRIPTION="The DWARF Debugging Information Format"
-HOMEPAGE="
- https://www.prevanders.net/dwarf.html
- https://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="test dwarfexample dwarfgen"
-RESTRICT="!test? ( test )"
-
-DEPEND="
- app-arch/zstd:=
- sys-libs/zlib:=
-"
-RDEPEND="${DEPEND}"
-
-DOCS=( AUTHORS NEWS README.md )
-
-PATCHES=( "${FILESDIR}/${PN}-0.9.2-fix-include-patch.patch" )
-
-src_configure() {
- local mycmakeargs=(
- -DBUILD_SHARED=ON
- -DBUILD_DWARFGEN=$(usex dwarfgen)
- -DBUILD_DWARFEXAMPLE=$(usex dwarfexample)
- -DDO_TESTING=$(usex test)
- )
-
- cmake_src_configure
-}
-
-src_install(){
- cmake_src_install
-
- dodoc ChangeLog* doc/*.pdf
-}
next reply other threads:[~2025-05-29 8:26 UTC|newest]
Thread overview: 28+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-05-29 8:25 David Roman [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-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-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=1748506764.249c5e2bcbb4121f99c2a8affcc9253bfeeab5ee.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