From ea65ccccdd15905c34840b9ac4f91cfbc2e68e51 Mon Sep 17 00:00:00 2001 From: Alessandro Barbieri Date: Wed, 4 May 2022 04:10:29 +0200 Subject: [PATCH] dev-util/annobin: add 10.67 Signed-off-by: Alessandro Barbieri --- dev-util/annobin/Manifest | 1 + dev-util/annobin/annobin-10.67.ebuild | 88 +++++++++++++++++++++++++++ 2 files changed, 89 insertions(+) create mode 100644 dev-util/annobin/annobin-10.67.ebuild diff --git a/dev-util/annobin/Manifest b/dev-util/annobin/Manifest index 7649141a1a..cc64ada053 100644 --- a/dev-util/annobin/Manifest +++ b/dev-util/annobin/Manifest @@ -1 +1,2 @@ DIST annobin-10.65.tar.xz 849952 BLAKE2B 6f6124f6470d3f6fe37ce766dc65af43b3020d0ea745cbaf501c3757a83c500f590276cde98048bd5c47602b8ca954d43039060779cec3d8d2abdd5f1695fac8 SHA512 c7191fc88072431f3c62ae2abe405b88c78b3d703353810aef6bb6bf0c3fa16ad2db84d5e5e940864518474119393454aadc40fdca84bdbba18d686face59ce1 +DIST annobin-10.67.tar.xz 850052 BLAKE2B d21e85243f729f352fb45e7bb9876507db7cee89bc345cf1b1ff09116d83080aab41a01a787a502bf110c09dc413307463ee58c5ea89bf5c6d976b15289f3c23 SHA512 dde856e327aeef376ab2dc67178fbd8e6a055904c8a24da5bc5d69fc52587bb0673c276ffe68ce6cd424c65d3a1653b8ae1e32a90504378fc9291f039160b413 diff --git a/dev-util/annobin/annobin-10.67.ebuild b/dev-util/annobin/annobin-10.67.ebuild new file mode 100644 index 0000000000..763da0ecdc --- /dev/null +++ b/dev-util/annobin/annobin-10.67.ebuild @@ -0,0 +1,88 @@ +# Copyright 2018-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +LLVM_MAX_SLOT=14 + +inherit autotools llvm toolchain-funcs + +DESCRIPTION="Binary annotation compiler plugin and tools" +HOMEPAGE="https://nickc.fedorapeople.org" +SRC_URI="https://nickc.fedorapeople.org/${P}.tar.xz" + +KEYWORDS="~amd64" +LICENSE="GPL-3" +SLOT="0" +IUSE="clang doc llvm test" + +RDEPEND=" + app-arch/rpm + dev-libs/elfutils + sys-libs/binutils-libs + + clang? (