mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-31 23:08:09 -07:00
dev-libs/libdwarf: drop 2.1.0
Signed-off-by: David Roman <davidroman96@gmail.com> Part-of: https://codeberg.org/gentoo/gentoo/pulls/221 Merges: https://codeberg.org/gentoo/gentoo/pulls/221 Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
DIST libdwarf-2.1.0.tar.xz 2946744 BLAKE2B a6bae4f65140b58457be2a175b73fd5588bc9579ed5bf64cf073a0f5f0861e40c227457011f69572ed1bb4a4da2d239d3477c5622bfd556549bd079dbc04cf45 SHA512 fd58ee55fc7f685f70cf7e79733d926d7064752c4e1ffe3eede1b1cc1090e127c76c59def3a3b32d5514384cd901bb69f9f2afeefa518d0ce9460f529b498078
|
||||
DIST libdwarf-2.2.0.tar.xz 3027540 BLAKE2B f7a1d28afc4ed3997432a2d5ce472d48ea18a2b8812c5c569d93b55bf39fcfa246ae749b1f1a6016c65a8497c852d7d5169652d6626cfc35ba1bee71fb339735 SHA512 1a5145b3b9bebbae6e6691590521c56327adb92c0ae95f145bcba8e4402b637d1479c2c6adad069ef9e0e36b2f7c8afc2811173f39e444418e2de7f4277ec393
|
||||
DIST libdwarf-2.3.0.tar.xz 3147992 BLAKE2B 1486cd0e9cfb56db5661dcbd9b52aaa3c1aa6f28fe69a9e8e20f9a0b714564a87ec9545208da31c27c89013c94dadcbf92e6204ba6b5d791a7d5e06a959723af SHA512 c6d91016d190af0761a3efa5ef77e8c964fcf853841b90b516294f716f50c876db73e20876db9f6ccd1888be7ffa0c0608418e52719a18e95e149d99d950b2a6
|
||||
DIST libdwarf-2.3.1.tar.xz 3397452 BLAKE2B 17526b18043dedcc963885844ab2039eef82d8e1b4b43bb8fb665f1a5949db801433f724d2bce5fbb6a53fb9a93e78299cff43fa46e9f636d032056398036c2d SHA512 45489f19a0547c286a7f7606743860dd93f9feeec84bc32068c04b8a85d31c103948e044991ca89d2bb28ef56d467f1e57e2ea51d53ce86f53444ee75a6158a4
|
||||
|
||||
@@ -1,46 +0,0 @@
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit cmake
|
||||
|
||||
DESCRIPTION="Library intended to simplify reading (and writing) applications using DWARF"
|
||||
HOMEPAGE="
|
||||
https://www.prevanders.net/dwarf.html
|
||||
https://github.com/davea42/libdwarf-code
|
||||
"
|
||||
SRC_URI="https://www.prevanders.net/${P}.tar.xz"
|
||||
|
||||
LICENSE="GPL-2 LGPL-2.1 BSD"
|
||||
SLOT="0/$(ver_cut 1)"
|
||||
KEYWORDS="~amd64"
|
||||
IUSE="test dwarfexample dwarfgen"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
DEPEND="
|
||||
app-arch/zstd:=
|
||||
virtual/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
|
||||
}
|
||||
Reference in New Issue
Block a user