public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Alexys Jacob" <ultrabug@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libbson/
Date: Fri,  2 Mar 2018 14:39:32 +0000 (UTC)	[thread overview]
Message-ID: <1520001322.15a2e0e70f8cddcf60e3444a98edf695d1033cbd.ultrabug@gentoo> (raw)

commit:     15a2e0e70f8cddcf60e3444a98edf695d1033cbd
Author:     Tomas Mozes <hydrapolic <AT> gmail <DOT> com>
AuthorDate: Fri Mar  2 06:32:17 2018 +0000
Commit:     Alexys Jacob <ultrabug <AT> gentoo <DOT> org>
CommitDate: Fri Mar  2 14:35:22 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15a2e0e7

dev-libs/libbson: bump to 1.9.3

Package-Manager: Portage-2.3.24, Repoman-2.3.6
Closes: https://github.com/gentoo/gentoo/pull/7332

 dev-libs/libbson/Manifest             |  1 +
 dev-libs/libbson/libbson-1.9.3.ebuild | 41 +++++++++++++++++++++++++++++++++++
 2 files changed, 42 insertions(+)

diff --git a/dev-libs/libbson/Manifest b/dev-libs/libbson/Manifest
index 571b6805294..507fdb27003 100644
--- a/dev-libs/libbson/Manifest
+++ b/dev-libs/libbson/Manifest
@@ -5,3 +5,4 @@ DIST libbson-1.3.5.tar.gz 4547720 BLAKE2B e5e258344aea0969ac74d88d040a464b72d460
 DIST libbson-1.3.6.tar.gz 4546329 BLAKE2B fa9102cd02e40e0ddb7518d34502f6ff63109b91af18a2285422530dae8c6cc04041b7589f340f2e6ed7a80e2474fea2684001b7ced5e8c911d4ba51e1a6edcc SHA512 a7da914ed0f03212d4fb01879543f0b2c7629923e33200fe30335a9a90a1082ffa2566c7a556b90a6c7ffbef5665a45ec67f87ffff2a5fcb89830769b1df5130
 DIST libbson-1.6.2.tar.gz 4835257 BLAKE2B ebe20a6c9ac8a4fcbd8e838d1a7cd319a6b31956690aa2dfca2be42eaafb646405ea01fe2bf20b2dc21bf933c0eafc330fd45409f7c902a7bf0c0641cfe0891d SHA512 f95f5bb829cff3aac6c1d95a159e38396d8fccef66d3026dac8085ba13ec376274cddeb92277d711ac4d40cafd8b89b73e9a9d1cf29e22f7f79aa9422c69488b
 DIST libbson-1.8.2.tar.gz 4885188 BLAKE2B bd867dc2b93fbc45d155e0433cf20202ccabc8fc20414cf0dec9401242ed4469f89f067c56a9c1e304bd2e806c94682fd9b7a26300f56f7da690338b8df72811 SHA512 a0d9e0e3acdeb03f2de4507330cda36b2bcdeb2420ab4a0b342fe666799113f4384859af70d02d3c01ef1e4e0b8f2a06732ed14f86b386452508c680acb9b94d
+DIST libbson-1.9.3.tar.gz 4957319 BLAKE2B a4e4ebc96f876e52173fbf41e9cb995824683f6eaef7d49dd71ad834f313bf182bec456ca8e78d697d1688a54c497702783a18424bf32b485a205a9ad7044453 SHA512 ad2fdba2138c3197d236740ed2765848737afc847cb7b9e9a418c1fb98eceabccc561dab040aab1b7d67160f5969930c51caa17962667a35102475d909b4cbb7

diff --git a/dev-libs/libbson/libbson-1.9.3.ebuild b/dev-libs/libbson/libbson-1.9.3.ebuild
new file mode 100644
index 00000000000..8d74b74a4e4
--- /dev/null
+++ b/dev-libs/libbson/libbson-1.9.3.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="A BSON utility library"
+HOMEPAGE="https://github.com/mongodb/libbson"
+SRC_URI="https://github.com/mongodb/${PN}/releases/download/${PV}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~hppa ~x86"
+IUSE="debug examples static-libs"
+
+src_configure() {
+	econf --disable-optimizations \
+		$(use_enable debug) \
+		$(use_enable static-libs static)
+}
+
+src_install() {
+	default
+
+	# Installing all the manuals conflicts with man-pages
+	doman doc/man/bson_*.3
+
+	if ! use static-libs; then
+		find "${D}" -name '*.la' -delete || die
+	fi
+
+	if use examples; then
+		docinto examples
+		dodoc examples/*.c
+	fi
+
+	einstalldocs
+}
+
+src_test() {
+	emake test
+}


             reply	other threads:[~2018-03-02 14:39 UTC|newest]

Thread overview: 43+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-03-02 14:39 Alexys Jacob [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-09-06 14:32 [gentoo-commits] repo/gentoo:master commit in: dev-libs/libbson/ Arthur Zamarin
2025-05-24  9:28 Arthur Zamarin
2025-05-23 20:15 Arthur Zamarin
2025-05-23  8:21 Arthur Zamarin
2024-09-10  6:17 Eray Aslan
2024-09-10  6:17 Eray Aslan
2024-07-28 13:07 Eray Aslan
2023-09-08 19:55 Sam James
2023-09-08 19:29 Sam James
2022-12-04  9:23 WANG Xuerui
2022-05-13 14:08 Jakov Smolić
2021-11-26  6:42 Sam James
2021-10-27  6:37 Agostino Sarubbo
2021-07-27 11:00 Marek Szuba
2021-07-24 16:15 Thomas Deutschmann
2021-02-28 18:08 Andreas Sturmlechner
2020-08-06 14:34 Thomas Deutschmann
2020-07-18 22:38 Sam James
2020-07-14 16:38 Sergei Trofimovich
2020-05-29  7:42 Agostino Sarubbo
2019-11-15 21:57 Alexys Jacob
2019-02-13 13:41 Thomas Deutschmann
2018-12-23 14:29 Mikle Kolyada
2018-12-22 22:25 Thomas Deutschmann
2018-12-21 20:16 Sergei Trofimovich
2018-11-16 19:08 Sergei Trofimovich
2018-08-14 21:32 Alexys Jacob
2018-08-01 19:23 Alexys Jacob
2018-06-22 21:35 Thomas Deutschmann
2018-04-07 11:03 Jeroen Roovers
2018-03-25 19:28 Sergei Trofimovich
2018-03-25 19:28 Sergei Trofimovich
2018-03-25 19:28 Sergei Trofimovich
2018-03-25 19:28 Sergei Trofimovich
2018-02-10  0:32 Thomas Deutschmann
2018-01-28 16:08 Mikle Kolyada
2017-12-07 17:34 Patrice Clement
2017-05-19 10:52 Michał Górny
2017-04-21 21:29 Patrice Clement
2016-11-03 16:19 Göktürk Yüksek
2016-06-30 17:00 Brian Evans
2015-09-17 11:54 Alexys Jacob

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=1520001322.15a2e0e70f8cddcf60e3444a98edf695d1033cbd.ultrabug@gentoo \
    --to=ultrabug@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