From: "José María Alonso" <nimiux@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libsigsegv/
Date: Sat, 25 Feb 2017 10:09:34 +0000 (UTC) [thread overview]
Message-ID: <1488017350.3eac8f5d77a69c30327d7de96dfaec2ee2c72534.nimiux@gentoo> (raw)
commit: 3eac8f5d77a69c30327d7de96dfaec2ee2c72534
Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 25 10:08:36 2017 +0000
Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Sat Feb 25 10:09:10 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3eac8f5d
dev-libs/libsigsegv: Bumps version to 2.11
Package-Manager: Portage-2.3.3, Repoman-2.3.1
dev-libs/libsigsegv/Manifest | 1 +
dev-libs/libsigsegv/libsigsegv-2.11.ebuild | 31 ++++++++++++++++++++++++++++++
2 files changed, 32 insertions(+)
diff --git a/dev-libs/libsigsegv/Manifest b/dev-libs/libsigsegv/Manifest
index fe09d1c8a7..f46a1cb300 100644
--- a/dev-libs/libsigsegv/Manifest
+++ b/dev-libs/libsigsegv/Manifest
@@ -1 +1,2 @@
DIST libsigsegv-2.10.tar.gz 402279 SHA256 8460a4a3dd4954c3d96d7a4f5dd5bc4d9b76f5754196aa245287553b26d2199a SHA512 9464b3343af5042169f208781ffa9d1f7e5e1ee8654c1e6aca5581157b43eedc5ee504a56eb905c61443273bcfc8da6822ecc6499c5f589570ad0ba02d8d8cc2 WHIRLPOOL 1c222c1d47adeb4fbcd82f4d15df0aa6aeaa1479efa4a1e51ce3595001e437f1355b79e84d47dc63acadbf8917591bae1a8fe68fedab76f72f4b3f52f91d9282
+DIST libsigsegv-2.11.tar.gz 448744 SHA256 dd7c2eb2ef6c47189406d562c1dc0f96f2fc808036834d596075d58377e37a18 SHA512 6d60bbaa704b86c12a32a6b0eadd30fa7736d0e0ff8a1c45af1b15b7b7d4524f39902fe3f7f47a100bc2586e32aa25bb575e3d859d9ccb5fd7e99ba4e62f7b02 WHIRLPOOL 41c6bf80ca0b94ad3a8adf7e81ab2b1ee0285ebe62c8561304993f534dffa2ae1b4243ddd6e72449c0fe794a158422f61bb3e90bad859533a60e6bb97d211676
diff --git a/dev-libs/libsigsegv/libsigsegv-2.11.ebuild b/dev-libs/libsigsegv/libsigsegv-2.11.ebuild
new file mode 100644
index 0000000000..e365cafbe7
--- /dev/null
+++ b/dev-libs/libsigsegv/libsigsegv-2.11.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DESCRIPTION="library for handling page faults in user mode"
+HOMEPAGE="http://www.gnu.org/software/libsigsegv/"
+SRC_URI="mirror://gnu/libsigsegv/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris"
+IUSE=""
+
+src_configure () {
+ econf --enable-shared || die "Configure phase failed"
+}
+
+src_test () {
+ if [[ ${FEATURES} = *sandbox* ]] ; then
+ # skip tests as they will fail
+ return 0
+ fi
+ emake check || die "Tests failed"
+}
+
+src_install() {
+ emake DESTDIR="${D}" install || die "emake install failed"
+ dodoc AUTHORS ChangeLog* NEWS PORTING README
+}
next reply other threads:[~2017-02-25 10:09 UTC|newest]
Thread overview: 51+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-02-25 10:09 José María Alonso [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ć
2022-01-09 1:06 Sam James
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
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=1488017350.3eac8f5d77a69c30327d7de96dfaec2ee2c72534.nimiux@gentoo \
--to=nimiux@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