From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libsigsegv/
Date: Sun, 9 Jan 2022 01:06:43 +0000 (UTC) [thread overview]
Message-ID: <1641690393.4362cb069064cf42fca1e0d4929f44ffcd0af65a.sam@gentoo> (raw)
commit: 4362cb069064cf42fca1e0d4929f44ffcd0af65a
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 9 01:06:12 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jan 9 01:06:33 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4362cb06
dev-libs/libsigsegv: add 2.14
Dropped test patch as passes fine on arm now.
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-libs/libsigsegv/Manifest | 1 +
dev-libs/libsigsegv/libsigsegv-2.14.ebuild | 29 +++++++++++++++++++++++++++++
2 files changed, 30 insertions(+)
diff --git a/dev-libs/libsigsegv/Manifest b/dev-libs/libsigsegv/Manifest
index 8af76bb8dc6f..35e9aabf3481 100644
--- a/dev-libs/libsigsegv/Manifest
+++ b/dev-libs/libsigsegv/Manifest
@@ -1,2 +1,3 @@
DIST libsigsegv-2.12.tar.gz 451408 BLAKE2B 3f2f37965dfdd5f8a7db3d5baff975003200e7ab157498524f8c99c60c285a5a8a1cf978ff3a69977d52604dc44493ac6d6d00476fca3380b285282b35873f99 SHA512 27986e8aaf4357ed131032aa7c281a5a28c5759530c62bb76f034aea33959547dcaae805e06347a1f532f0488b72fbbbdac4400f74e8d3f2128511526e8a5913
DIST libsigsegv-2.13.tar.gz 460736 BLAKE2B 2202ef92e96b2b46d7496a69427159b06b0413e9610daa9bc035dd18f193fd650a06dcc5a2db3b36b6c68f95593f2da047579e644d5ca4e54bc17160a57dac8f SHA512 9c0cf01ee2a39f77f2e42eb06a2aa60644e10fe2cd39089de58f6206baf7fe7d61fe0ec6bf187276fcfccf61585154ce904fe374b474b7ba9fa050a61a2f3918
+DIST libsigsegv-2.14.tar.gz 464658 BLAKE2B 1b6d93dc5414c686de458cc62412c95ebf8932aac3aa463bb76da67e1b25779880d760b229d9a2c6ee0a2a22c2d3c7a81a364e8731fe5a4f1f639a0f68d6ea57 SHA512 423dade56636fe38356f0976e1288178cb1c7c059615e9f70ad693a1e4194feba47a583b0804717e95a866da271b1ea5f80083c54a121577983dd23e5aa9f056
diff --git a/dev-libs/libsigsegv/libsigsegv-2.14.ebuild b/dev-libs/libsigsegv/libsigsegv-2.14.ebuild
new file mode 100644
index 000000000000..147508ab65ea
--- /dev/null
+++ b/dev-libs/libsigsegv/libsigsegv-2.14.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools
+
+DESCRIPTION="Library for handling page faults in user mode"
+HOMEPAGE="https://www.gnu.org/software/libsigsegv/"
+SRC_URI="mirror://gnu/libsigsegv/${P}.tar.gz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x86-solaris"
+
+src_prepare() {
+ default
+ eautoreconf
+}
+
+src_configure() {
+ econf --enable-shared --disable-static
+}
+
+src_install() {
+ emake DESTDIR="${D}" install
+ rm -f "${ED}/usr/$(get_libdir)"/*.la || die
+ dodoc AUTHORS ChangeLog* NEWS PORTING README
+}
next reply other threads:[~2022-01-09 1:06 UTC|newest]
Thread overview: 51+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-01-09 1:06 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-03-24 22:43 [gentoo-commits] repo/gentoo:master commit in: dev-libs/libsigsegv/ Sam James
2024-03-24 22:42 Sam James
2024-03-24 22:42 Sam James
2024-03-24 22:42 Sam James
2024-03-24 22:41 Sam James
2024-03-24 22:41 Sam James
2023-02-11 5:37 Sam James
2023-02-11 5:37 Sam James
2023-02-11 5:37 Sam James
2023-02-11 5:37 Sam James
2023-02-11 5:37 Sam James
2023-02-11 5:37 Sam James
2022-07-10 15:45 Sam James
2022-06-07 9:06 Sam James
2022-05-10 16:39 Jakov Smolić
2021-08-12 3:10 Yixun Lan
2021-05-30 5:15 Sam James
2021-05-28 19:39 Agostino Sarubbo
2021-05-28 19:39 Agostino Sarubbo
2021-05-28 19:11 Sam James
2021-05-28 12:05 Agostino Sarubbo
2021-05-28 12:02 Agostino Sarubbo
2021-03-18 20:18 Ulrich Müller
2021-02-03 8:23 Ulrich Müller
2021-02-03 8:23 Ulrich Müller
2018-06-26 16:04 Mikle Kolyada
2018-06-19 17:29 Tobias Klausmann
2018-06-06 16:37 Sergei Trofimovich
2018-06-02 17:51 Sergei Trofimovich
2018-05-25 4:18 Matt Turner
2018-05-25 4:18 Matt Turner
2018-05-01 14:14 José María Alonso
2018-04-28 11:37 Mikle Kolyada
2018-04-22 22:11 Matt Turner
2018-04-18 7:10 Sergei Trofimovich
2018-04-10 11:32 Tobias Klausmann
2018-04-08 14:21 Aaron Bauman
2018-03-09 19:26 José María Alonso
2018-03-08 19:35 José María Alonso
2018-01-22 18:24 Markus Meier
2017-12-16 17:24 Tobias Klausmann
2017-11-30 22:16 Sergei Trofimovich
2017-11-30 22:02 Sergei Trofimovich
2017-11-30 22:02 Sergei Trofimovich
2017-11-30 21:52 Sergei Trofimovich
2017-11-30 20:19 Tobias Klausmann
2017-07-02 17:05 Alexis Ballier
2017-05-16 21:26 José María Alonso
2017-02-25 10:09 José María Alonso
2016-06-16 12:12 José María Alonso
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=1641690393.4362cb069064cf42fca1e0d4929f44ffcd0af65a.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