Skip to content

Commit

Permalink
dev-libs/libsigsegv: Bumps version to 2.11
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.3, Repoman-2.3.1
  • Loading branch information
Chema Alonso Josa committed Feb 25, 2017
1 parent 1e6a4b2 commit 3eac8f5
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 0 deletions.
1 change: 1 addition & 0 deletions dev-libs/libsigsegv/Manifest
Original file line number Diff line number Diff line change
@@ -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
31 changes: 31 additions & 0 deletions dev-libs/libsigsegv/libsigsegv-2.11.ebuild
Original file line number Diff line number Diff line change
@@ -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
}

0 comments on commit 3eac8f5

Please sign in to comment.