public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Mike Frysinger" <vapier@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/boehm-gc/
Date: Fri, 26 Jan 2018 22:25:32 +0000 (UTC)	[thread overview]
Message-ID: <1517005519.3363794c47f957f6411e6765097e1bfc48f19b26.vapier@gentoo> (raw)

commit:     3363794c47f957f6411e6765097e1bfc48f19b26
Author:     Mike Frysinger <vapier <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 26 22:22:19 2018 +0000
Commit:     Mike Frysinger <vapier <AT> gentoo <DOT> org>
CommitDate: Fri Jan 26 22:25:19 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3363794c

dev-libs/boehm-gc: version bump to 7.6.4

Since upstream has opted to change the SONAME back to match previous
versions [1], we also change the subslot back to match previous ebuild
versions.  We keep 0 rather than 1.1 because we've been using 0 for
these SONAME combos and changing it to 1.1 would cause pointless churn
for users.

[1] https://github.com/ivmai/bdwgc/issues/197

 dev-libs/boehm-gc/Manifest              |  1 +
 dev-libs/boehm-gc/boehm-gc-7.6.4.ebuild | 48 +++++++++++++++++++++++++++++++++
 2 files changed, 49 insertions(+)

diff --git a/dev-libs/boehm-gc/Manifest b/dev-libs/boehm-gc/Manifest
index 4a6b719a2f0..707500bcf5e 100644
--- a/dev-libs/boehm-gc/Manifest
+++ b/dev-libs/boehm-gc/Manifest
@@ -5,4 +5,5 @@ DIST gc-7.4.0.tar.gz 1060884 BLAKE2B 66bcf7b42591c0899d069c475e0278792173a157c44
 DIST gc-7.4.2.tar.gz 1082597 BLAKE2B 5ca30e786a995941fdf2d803d201e7263bdd7d9974a71f672ff259c75ee36dc5d499a614334e570100ddbcb25fd06176f48429b64bad95fb218c35ba584ad4c6 SHA512 2e21516addf268780641ee55c0cb3ecc2d96fa963faffee5beadcade9c6bf1ee49ee1a75b076b5d49ddde7c839fb94f4c3623ca8412d14c2a5bf6ca30d424a72
 DIST gc-7.6.0.tar.gz 1111751 BLAKE2B 84780ffbd087aeddfbab7b5c9de05aac18f8e3ebbc174e3a0ffec295d8288ecce33f1ca6a44eaef168e1433d696a38a664fd6abecae006e8179bc453b278f5c3 SHA512 511e8c01287b1ee9dbec87f0573377de77038b7af053a3f33afed9b3ffa30e2402d6a9bb0ca4f4b81cd808209b47b5718d498cff3de6632a057fe03fad51fc43
 DIST gc-7.6.2.tar.gz 1119725 BLAKE2B d74fbabcc298e7673ba4d23df9fa7a8cd2895b0925dd26a2b2090d7fef0044af4dcb693357de8cb30ff7e4b9708c00259224f40baac13ac178adf44c09c0dd17 SHA512 7b54812903929b0d5d1d696beac54629a7667997b41ef45299373bc18b2153d5755286b25e11cc90ffc572239e52a02900927bc60b0ad3593162b8c8e259fd50
+DIST gc-7.6.4.tar.gz 1120784 BLAKE2B e7cad27d2144fd37aebad44093e1a0814fe9a1cc887701e485681cdd01f3ea4477150697d535d0873a1255abff0765084119096c7ed61d3caeda439cf2a7644f SHA512 2c85be3e24b85732b3dc6f08fe98cf1a82b6fb2a22ec73090f80920721c737ef92cee8f0cd7ea7228d686005d164e7da54ce3907c3a1ba5eefa43355a472085e
 DIST gc6.8.tar.gz 756879 BLAKE2B 8a56c4f7b23e79862aaa6fc505a56ea9a8ed53b9f3aedc8cbb57c37f0fabe040abe22096a8893b7f7b1ff1267bff37101e3dfbbcedab380afe0abff02b98fe14 SHA512 69a9554d2d213392512d4ce41ec8c4993557e65c2b3dc4f568ac18695421cc08b7677c25f9a0ce03e94fb5e68a298fcac7ed09fb90007a2c998ff6ef78d3c651

diff --git a/dev-libs/boehm-gc/boehm-gc-7.6.4.ebuild b/dev-libs/boehm-gc/boehm-gc-7.6.4.ebuild
new file mode 100644
index 00000000000..3fe48a0d9a2
--- /dev/null
+++ b/dev-libs/boehm-gc/boehm-gc-7.6.4.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+
+inherit multilib-minimal
+
+MY_P="gc-${PV}"
+
+DESCRIPTION="The Boehm-Demers-Weiser conservative garbage collector"
+HOMEPAGE="http://www.hboehm.info/gc/ https://github.com/ivmai/bdwgc/"
+SRC_URI="https://github.com/ivmai/bdwgc/releases/download/v${PV}/${MY_P}.tar.gz"
+
+LICENSE="boehm-gc"
+# SONAME: libgc.so.1 libgccpp.so.1
+# We've been using subslot 0 for these instead of "1.1".
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+IUSE="cxx static-libs threads"
+
+DEPEND="
+	>=dev-libs/libatomic_ops-7.4[${MULTILIB_USEDEP}]
+	virtual/pkgconfig"
+
+S="${WORKDIR}/${MY_P}"
+
+multilib_src_configure() {
+	local config=(
+		--disable-docs
+		--with-libatomic-ops
+		$(use_enable cxx cplusplus)
+		$(use_enable static-libs static)
+		$(use threads || echo --disable-threads)
+	)
+
+	ECONF_SOURCE=${S} econf "${config[@]}"
+}
+
+multilib_src_install_all() {
+	local HTML_DOCS=( doc/*.html )
+	einstalldocs
+	dodoc doc/README{.environment,.linux,.macros}
+
+	# package provides .pc files
+	find "${ED}" -name '*.la' -delete || die
+
+	newman doc/gc.man GC_malloc.1
+}


             reply	other threads:[~2018-01-26 22:25 UTC|newest]

Thread overview: 97+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-01-26 22:25 Mike Frysinger [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-05-07 18:13 [gentoo-commits] repo/gentoo:master commit in: dev-libs/boehm-gc/ Sam James
2025-05-06 18:00 Sam James
2024-11-12 20:46 Sam James
2024-11-09  9:02 Arthur Zamarin
2024-11-08  2:49 Sam James
2024-11-07  7:41 Sam James
2024-11-07  7:41 Sam James
2024-11-07  7:41 Sam James
2024-11-07  7:17 Sam James
2024-11-07  7:17 Sam James
2024-10-01 21:01 Matt Turner
2024-06-01  3:46 Ionen Wolkens
2024-04-29  2:38 Sam James
2024-04-29  2:38 Sam James
2024-04-29  2:38 Sam James
2024-04-29  2:38 Sam James
2024-04-29  2:38 Sam James
2024-04-29  2:38 Sam James
2024-04-29  2:38 Sam James
2024-02-06  9:18 Sam James
2023-12-01 19:54 Arthur Zamarin
2023-09-08  0:12 Sam James
2023-09-07 23:03 Sam James
2023-09-07 23:03 Sam James
2023-09-07 20:53 Sam James
2023-09-07 20:53 Sam James
2023-09-07 20:53 Sam James
2023-09-07 20:16 Sam James
2023-05-31  5:05 Sam James
2023-05-31  5:05 Sam James
2023-05-31  5:05 Sam James
2022-11-25  9:11 Arthur Zamarin
2022-11-23 17:43 Jakov Smolić
2022-11-23  5:24 Arthur Zamarin
2022-11-23  4:16 Sam James
2022-11-23  4:16 Sam James
2022-11-23  4:16 Sam James
2022-11-23  4:05 Sam James
2022-11-23  4:01 Sam James
2022-08-27  6:14 Sam James
2022-08-27  6:14 Sam James
2022-05-04  7:07 WANG Xuerui
2022-05-02 23:03 WANG Xuerui
2022-05-01  2:22 WANG Xuerui
2021-12-08 19:09 Arthur Zamarin
2021-12-08 17:08 Arthur Zamarin
2021-12-06 15:20 Sam James
2021-12-05 20:12 Arthur Zamarin
2021-12-05 18:39 Sam James
2021-12-05 18:31 Sam James
2021-12-05  4:00 Sam James
2021-10-16  1:45 Sam James
2021-05-19 22:51 Sergei Trofimovich
2019-12-09 20:22 Sergei Trofimovich
2019-09-21  1:01 Matt Turner
2019-09-20  6:39 Sergei Trofimovich
2019-09-20  0:41 Aaron Bauman
2019-09-15 17:48 Sergei Trofimovich
2019-09-13 17:26 Mikle Kolyada
2019-09-13  7:45 Agostino Sarubbo
2019-09-11  4:56 Matt Turner
2019-09-10  7:10 Agostino Sarubbo
2019-09-10  7:00 Sergei Trofimovich
2019-09-10  6:56 Sergei Trofimovich
2019-09-10  6:51 Sergei Trofimovich
2019-09-09 17:23 Agostino Sarubbo
2019-05-05 10:59 Mikle Kolyada
2019-03-02  9:41 Sergei Trofimovich
2019-02-26  8:21 Sergei Trofimovich
2019-02-26  8:21 Sergei Trofimovich
2018-06-04  1:12 Aaron Bauman
2018-06-03 19:48 Mikle Kolyada
2018-05-03  5:49 Mart Raudsepp
2018-04-28  7:16 Mikle Kolyada
2018-04-28  5:34 Matt Turner
2018-04-24 18:55 Sergei Trofimovich
2018-04-23  2:20 Matt Turner
2018-04-23  2:20 Matt Turner
2018-04-22  6:33 Matt Turner
2018-04-21 22:18 Aaron Bauman
2018-04-21 20:58 Sergei Trofimovich
2018-04-21 19:46 Andreas Hüttel
2018-03-02  8:31 Michał Górny
2018-01-26 22:34 Mike Frysinger
2018-01-26 22:25 Mike Frysinger
2018-01-15 12:24 Lars Wendler
2018-01-15  5:15 Mike Frysinger
2017-06-14 21:33 Sergei Trofimovich
2017-05-10 22:35 David Seifert
2017-05-10 16:14 Matthias Maier
2017-04-12 12:01 Tim Harder
2017-01-29 16:07 Fabian Groffen
2016-08-07  7:30 Pacho Ramos
2016-02-28  6:43 Matt Thode
2016-02-18  3:32 Mike Frysinger
2016-02-13 21:15 Mike Frysinger

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=1517005519.3363794c47f957f6411e6765097e1bfc48f19b26.vapier@gentoo \
    --to=vapier@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