public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Ulrich Müller" <ulm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libsigsegv/
Date: Wed,  3 Feb 2021 08:23:37 +0000 (UTC)	[thread overview]
Message-ID: <1612340574.6de08aa82bf5521d0c386dbf058c0bc5ef4879da.ulm@gentoo> (raw)

commit:     6de08aa82bf5521d0c386dbf058c0bc5ef4879da
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Wed Feb  3 08:05:45 2021 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Wed Feb  3 08:22:54 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6de08aa8

dev-libs/libsigsegv: Remove old

Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 dev-libs/libsigsegv/Manifest               |  1 -
 dev-libs/libsigsegv/libsigsegv-2.11.ebuild | 31 ------------------------------
 dev-libs/libsigsegv/libsigsegv-2.12.ebuild | 31 ------------------------------
 3 files changed, 63 deletions(-)

diff --git a/dev-libs/libsigsegv/Manifest b/dev-libs/libsigsegv/Manifest
index aaf7083b983..8af76bb8dc6 100644
--- a/dev-libs/libsigsegv/Manifest
+++ b/dev-libs/libsigsegv/Manifest
@@ -1,3 +1,2 @@
-DIST libsigsegv-2.11.tar.gz 448744 BLAKE2B 3fdf79efd9ce392887e1b133d5ea54637587411c3654b9cc4ae55b8cdfd05d41e56e76596edea7ee3dd09feb865dae56a67d2312033b07b491fbaca291fd1fe4 SHA512 6d60bbaa704b86c12a32a6b0eadd30fa7736d0e0ff8a1c45af1b15b7b7d4524f39902fe3f7f47a100bc2586e32aa25bb575e3d859d9ccb5fd7e99ba4e62f7b02
 DIST libsigsegv-2.12.tar.gz 451408 BLAKE2B 3f2f37965dfdd5f8a7db3d5baff975003200e7ab157498524f8c99c60c285a5a8a1cf978ff3a69977d52604dc44493ac6d6d00476fca3380b285282b35873f99 SHA512 27986e8aaf4357ed131032aa7c281a5a28c5759530c62bb76f034aea33959547dcaae805e06347a1f532f0488b72fbbbdac4400f74e8d3f2128511526e8a5913
 DIST libsigsegv-2.13.tar.gz 460736 BLAKE2B 2202ef92e96b2b46d7496a69427159b06b0413e9610daa9bc035dd18f193fd650a06dcc5a2db3b36b6c68f95593f2da047579e644d5ca4e54bc17160a57dac8f SHA512 9c0cf01ee2a39f77f2e42eb06a2aa60644e10fe2cd39089de58f6206baf7fe7d61fe0ec6bf187276fcfccf61585154ce904fe374b474b7ba9fa050a61a2f3918

diff --git a/dev-libs/libsigsegv/libsigsegv-2.11.ebuild b/dev-libs/libsigsegv/libsigsegv-2.11.ebuild
deleted file mode 100644
index 845f5b2456d..00000000000
--- a/dev-libs/libsigsegv/libsigsegv-2.11.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-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 ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x86-solaris"
-IUSE=""
-
-src_configure() {
-	econf --enable-shared
-}
-
-src_test() {
-	if [[ ${FEATURES} = *sandbox* ]] ; then
-		# skip tests as they will fail
-		ewarn "Skipped tests. Please disable sandbox to run tests."
-		return 0
-	fi
-	emake check
-}
-
-src_install() {
-	emake DESTDIR="${D}" install
-	dodoc AUTHORS ChangeLog* NEWS PORTING README
-}

diff --git a/dev-libs/libsigsegv/libsigsegv-2.12.ebuild b/dev-libs/libsigsegv/libsigsegv-2.12.ebuild
deleted file mode 100644
index 333cbcc9bf2..00000000000
--- a/dev-libs/libsigsegv/libsigsegv-2.12.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-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 ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x86-solaris"
-IUSE=""
-
-src_configure() {
-	econf --enable-shared
-}
-
-src_test() {
-	if [[ ${FEATURES} = *sandbox* ]] ; then
-		# skip tests as they will fail
-		ewarn "Skipped tests. Please disable sandbox to run tests."
-		return 0
-	fi
-	emake check
-}
-
-src_install() {
-	emake DESTDIR="${D}" install
-	dodoc AUTHORS ChangeLog* NEWS PORTING README
-}


             reply	other threads:[~2021-02-03  8:23 UTC|newest]

Thread overview: 51+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-02-03  8:23 Ulrich Müller [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
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=1612340574.6de08aa82bf5521d0c386dbf058c0bc5ef4879da.ulm@gentoo \
    --to=ulm@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