From 26594dadd5124ecea9c0f6fd9e9be8dc46eb1546 Mon Sep 17 00:00:00 2001 From: "Alex Xu (Hello71)" Date: Mon, 9 Jun 2025 09:02:17 -0400 Subject: dev-libs/libdwarf: update to 2.0.0 --- dev-libs/libdwarf/Manifest | 2 +- dev-libs/libdwarf/libdwarf-0.11.1.ebuild | 38 -------------------------------- dev-libs/libdwarf/libdwarf-2.0.0.ebuild | 38 ++++++++++++++++++++++++++++++++ 3 files changed, 39 insertions(+), 39 deletions(-) delete mode 100644 dev-libs/libdwarf/libdwarf-0.11.1.ebuild create mode 100644 dev-libs/libdwarf/libdwarf-2.0.0.ebuild (limited to 'dev-libs/libdwarf') diff --git a/dev-libs/libdwarf/Manifest b/dev-libs/libdwarf/Manifest index 09c1620..17c5375 100644 --- a/dev-libs/libdwarf/Manifest +++ b/dev-libs/libdwarf/Manifest @@ -1 +1 @@ -DIST libdwarf-0.11.1.tar.xz 2747004 BLAKE2B b98467abd547e222594843263ef36a9362aa4a8c8ace770d128016e65a50c7ae15d91e769e6fd966ca9b8c5b5ed471d14e5e7259c713c126ac17e13d5d074a77 SHA512 d927b1d0e8dd1540c2f5da2a9d39b2914bb48225b2b9bdca94e7b36349358e1f537044eadc345f11d75de717fdda07ad99a8a7a5eb45e64fe4c79c37e165012f +DIST libdwarf-2.0.0.tar.xz 2935108 BLAKE2B 1573f39518eb4a63008281942c44545e114fb5af60dcf26b90c25f8061e1ab7ee0e9b4cb7b0a4025754727521e3646577b964112746060b817f0d1bfa34090fb SHA512 49c7c5c490e0bb2108508fdbe9f78dbe6b115a7dc63a672b127a0dc8958798b9d29212639d2c8f785bc4816bc3386729ea882ed554ea795c5f77fb5de109b6f9 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 5c4daa8..0000000 --- a/dev-libs/libdwarf/libdwarf-0.11.1.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DESCRIPTION="The DWARF Debugging Information Format" -HOMEPAGE="https://github.com/davea42/libdwarf-code" -SRC_URI="https://github.com/davea42/libdwarf-code/releases/download/v${PV}/${P}.tar.xz" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="+decompression dwarfexample dwarfgen static-libs" - -DEPEND=" - decompression? ( - app-arch/zstd - sys-libs/zlib - } -" -RDEPEND="${DEPEND}" - -src_configure() { - local myeconfargs=( - --includedir="${EPREFIX}/usr/include/${PN}" - --enable-shared - $(use_enable decompression) - $(use_enable dwarfexample) - $(use_enable dwarfgen) - $(use_enable static-libs static) - ) - econf "${myeconfargs[@]}" -} - -src_install() { - default - find "${ED}" -name '*.la' -delete || die -} diff --git a/dev-libs/libdwarf/libdwarf-2.0.0.ebuild b/dev-libs/libdwarf/libdwarf-2.0.0.ebuild new file mode 100644 index 0000000..ec3fc45 --- /dev/null +++ b/dev-libs/libdwarf/libdwarf-2.0.0.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DESCRIPTION="The DWARF Debugging Information Format" +HOMEPAGE="https://github.com/davea42/libdwarf-code" +SRC_URI="https://github.com/davea42/libdwarf-code/releases/download/v${PV}/${P}.tar.xz" + +LICENSE="LGPL-2.1" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="+decompression dwarfexample dwarfgen static-libs" + +DEPEND=" + decompression? ( + app-arch/zstd + sys-libs/zlib + ) +" +RDEPEND="${DEPEND}" + +src_configure() { + local myeconfargs=( + --includedir="${EPREFIX}/usr/include/${PN}" + --enable-shared + $(use_enable decompression) + $(use_enable dwarfexample) + $(use_enable dwarfgen) + $(use_enable static-libs static) + ) + econf "${myeconfargs[@]}" +} + +src_install() { + default + find "${ED}" -name '*.la' -delete || die +} -- cgit v1.2.3-70-g09d2