From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/libabigail/
Date: Sat, 13 Mar 2021 18:24:23 +0000 (UTC) [thread overview]
Message-ID: <1615659856.4a0f3655bf4fca4810ae519af7752dd1737b80c1.sam@gentoo> (raw)
commit: 4a0f3655bf4fca4810ae519af7752dd1737b80c1
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 13 17:58:08 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Mar 13 18:24:16 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a0f3655
dev-util/libabigail: add 1.8.2
Closes: https://bugs.gentoo.org/762508
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-util/libabigail/Manifest | 1 +
dev-util/libabigail/libabigail-1.8.2.ebuild | 77 +++++++++++++++++++++++++++++
2 files changed, 78 insertions(+)
diff --git a/dev-util/libabigail/Manifest b/dev-util/libabigail/Manifest
index dae358440b5..9126c5338b5 100644
--- a/dev-util/libabigail/Manifest
+++ b/dev-util/libabigail/Manifest
@@ -1 +1,2 @@
DIST libabigail-1.6.tar.gz 176133766 BLAKE2B 4a8fd6861f2213f45bbc5814a8a4e0941c236660ea6f84f09eedf6c08eff963c956f27967581501cd73b51057c3d36a74d53b6bf63d0be4d2c931d465d0564eb SHA512 2ba775bd836b53265dae60e66065fc2106e7f633e890cc70b6abacb8426e04ec0b7b38593c21336f5785cf5e4eb8d110fb15ce63124cddc59f660f31c7b25b3c
+DIST libabigail-1.8.2.tar.gz 258919334 BLAKE2B 6e06c888dcc3f5e0fc5d4046e69f14ba06b3a78206f89e32e4687b07aae1e1d798582285cff5ac9f43d6ba326fe11ec11552eefb5ed05813c25785e337092ba2 SHA512 fa8edaf39632e26430481f15e962a098459eac087074e85ca055293ba324ec5944c45880fcb36f1c54a64652605a439cbf9247dfea9bfd3ec502cc7292dd1c8d
diff --git a/dev-util/libabigail/libabigail-1.8.2.ebuild b/dev-util/libabigail/libabigail-1.8.2.ebuild
new file mode 100644
index 00000000000..65225b85553
--- /dev/null
+++ b/dev-util/libabigail/libabigail-1.8.2.ebuild
@@ -0,0 +1,77 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7,8} )
+
+inherit autotools python-any-r1 out-of-source
+
+DESCRIPTION="Suite of tools for checking ABI differences between ELF objects"
+HOMEPAGE="https://sourceware.org/libabigail/"
+SRC_URI="https://mirrors.kernel.org/sourceware/libabigail/${P}.tar.gz"
+
+LICENSE="LGPL-3+"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="doc test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+ dev-libs/elfutils:=
+ dev-libs/libxml2:2="
+DEPEND="${RDEPEND}"
+BDEPEND="
+ doc? (
+ app-doc/doxygen
+ dev-python/sphinx
+ sys-apps/texinfo
+ )
+ test? ( ${PYTHON_DEPS} )"
+
+src_prepare() {
+ default
+ # need to run our autotools, due to ltmain.sh including Redhat calls:
+ # cannot read spec file '/usr/lib/rpm/redhat/redhat-hardened-ld': No such file or directory
+ eautoreconf
+}
+
+my_src_configure() {
+ econf \
+ --disable-deb \
+ --disable-fedabipkgdiff \
+ --disable-rpm \
+ --disable-static \
+ --disable-zip-archive \
+ --enable-bash-completion \
+ --enable-cxx11 \
+ --enable-python3 \
+ $(use_enable doc apidoc) \
+ $(use_enable doc manual)
+}
+
+my_src_compile() {
+ default
+ use doc && emake doc
+}
+
+my_src_install() {
+ emake DESTDIR="${D}" install
+
+ if use doc; then
+ doman doc/manuals/man/*
+ doinfo doc/manuals/texinfo/abigail.info
+
+ dodoc -r doc/manuals/html
+
+ docinto html/api
+ dodoc -r doc/api/html/.
+ fi
+}
+
+my_src_install_all() {
+ einstalldocs
+
+ # no static archives
+ find "${D}" -name '*.la' -delete || die
+}
next reply other threads:[~2021-03-13 18:24 UTC|newest]
Thread overview: 51+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-03-13 18:24 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-03-26 12:27 [gentoo-commits] repo/gentoo:master commit in: dev-util/libabigail/ Sam James
2025-02-20 16:05 Sam James
2025-02-20 14:42 Sam James
2024-09-11 23:39 Eli Schwartz
2024-09-11 23:39 Eli Schwartz
2024-09-11 23:39 Eli Schwartz
2024-09-02 8:20 Sam James
2024-08-23 23:37 Jakov Smolić
2024-08-23 18:33 Sam James
2024-08-23 18:33 Sam James
2024-04-19 2:28 Sam James
2024-03-08 16:19 Sam James
2024-03-08 16:19 Sam James
2024-03-08 16:19 Sam James
2023-10-28 1:05 Sam James
2023-10-28 1:05 Sam James
2023-10-28 1:05 Sam James
2023-10-27 21:29 Sam James
2023-04-30 23:50 Sam James
2023-04-28 1:51 Sam James
2023-04-28 0:21 Sam James
2023-04-01 1:09 Sam James
2023-04-01 1:09 Sam James
2023-03-10 8:21 Arthur Zamarin
2023-03-09 9:15 Arthur Zamarin
2023-02-20 20:52 David Seifert
2023-02-19 16:38 Sam James
2022-12-20 9:38 Sam James
2022-12-03 13:03 David Seifert
2022-12-03 2:04 Sam James
2022-12-02 10:20 WANG Xuerui
2022-11-29 6:58 Jakov Smolić
2022-10-01 21:53 Sam James
2022-10-01 21:34 Sam James
2022-10-01 20:43 Sam James
2022-09-13 12:41 Sam James
2022-01-29 19:34 David Seifert
2022-01-27 9:39 David Seifert
2022-01-27 9:39 David Seifert
2022-01-15 22:01 Sam James
2022-01-15 10:44 David Seifert
2021-11-04 17:09 Sam James
2021-11-04 17:07 Sam James
2021-10-26 11:09 Sam James
2021-10-26 7:03 Sam James
2021-10-26 6:58 Sam James
2021-10-26 6:58 Sam James
2021-07-04 9:48 Georgy Yakovlev
2021-05-23 19:04 Michał Górny
2019-12-21 19:55 David Seifert
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=1615659856.4a0f3655bf4fca4810ae519af7752dd1737b80c1.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