public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Christoph Junghans" <junghans@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/cereal/
Date: Wed, 15 Feb 2017 17:13:33 +0000 (UTC)	[thread overview]
Message-ID: <1487178793.e9290e14a931a41e92fc8cfcf168c8576b2e5f73.junghans@gentoo> (raw)

commit:     e9290e14a931a41e92fc8cfcf168c8576b2e5f73
Author:     Christoph Junghans <junghans <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 15 17:12:35 2017 +0000
Commit:     Christoph Junghans <junghans <AT> gentoo <DOT> org>
CommitDate: Wed Feb 15 17:13:13 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9290e14

dev-libs/cereal: version bump

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-libs/cereal/Manifest            |  1 +
 dev-libs/cereal/cereal-1.2.2.ebuild | 26 ++++++++++++++++++++++++++
 2 files changed, 27 insertions(+)

diff --git a/dev-libs/cereal/Manifest b/dev-libs/cereal/Manifest
index bceff89991..6e78c8efa0 100644
--- a/dev-libs/cereal/Manifest
+++ b/dev-libs/cereal/Manifest
@@ -1 +1,2 @@
 DIST cereal-1.2.1.tar.gz 301994 SHA256 7d321c22ea1280b47ddb06f3e9702fcdbb2910ff2f3df0a2554804210714434e SHA512 f0050f27433a4b544e7785aa94fc7b14a57eed6d542e25d3d0fda4d27cf55ea55e796be2138bf80809c96c392436513fe42764b3a456938395bf7f7177dd1c73 WHIRLPOOL d17573dc44b4cf610b4dd0d295f414a58bea39729537f2cabb2ebbba4ba6e899df1f5a43f8959b9afa55a0b1123ec53cf61eabe8c6dcd534619caaf567f6b1b8
+DIST cereal-1.2.2.tar.gz 335759 SHA256 1921f26d2e1daf9132da3c432e2fd02093ecaedf846e65d7679ddf868c7289c4 SHA512 9567b2e19add9446b24f8afd122eea09ba6ecd1a090335cf0ab31fdc8f64c6c97daa3d9eaf0801c36a770737488e0eebf81d96d7b7a65deed30da6130f2d47eb WHIRLPOOL da86bf4cb03f0f7eaf682e651c1e39a382dff1a160d21b7a2e946df2bbdd6a8234bd751ca71ae6f2f64e6ddbdca44effaff0e8d4e8f611fbab862744c15677ff

diff --git a/dev-libs/cereal/cereal-1.2.2.ebuild b/dev-libs/cereal/cereal-1.2.2.ebuild
new file mode 100644
index 0000000000..ff80f3696f
--- /dev/null
+++ b/dev-libs/cereal/cereal-1.2.2.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit cmake-utils
+
+DESCRIPTION="header-only C++11 serialization library"
+HOMEPAGE="http://uscilab.github.io/cereal/"
+SRC_URI="https://github.com/USCiLab/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+DEPEND="test? ( dev-libs/boost )"
+
+src_configure() {
+	mycmakeargs=(
+		-DJUST_INSTALL_CEREAL=$(usex !test)
+		-DWITH_WERROR=OFF
+	)
+	cmake-utils_src_configure
+}


             reply	other threads:[~2017-02-15 17:13 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-02-15 17:13 Christoph Junghans [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-11-24 14:43 [gentoo-commits] repo/gentoo:master commit in: dev-libs/cereal/ Michał Górny
2023-04-16 12:11 WANG Xuerui
2022-12-26  8:43 Andreas Sturmlechner
2022-12-26  3:20 Sam James
2022-12-26  3:20 Sam James
2022-11-18 17:29 Arthur Zamarin
2022-04-03 10:45 Matthew Smith
2022-04-03  8:52 Matthew Smith
2022-03-29  8:49 Yixun Lan
2022-03-29  8:49 Yixun Lan
2022-03-18 17:04 Dennis Lamm
2022-03-18 17:04 Dennis Lamm
2022-03-09  9:19 Agostino Sarubbo
2022-03-07 16:20 Agostino Sarubbo
2022-02-22  5:40 Yixun Lan
2022-02-21 22:13 Sam James
2022-02-21  2:58 Sam James
2022-01-31 19:40 Jakov Smolić
2021-12-30 17:40 Dennis Lamm
2021-12-23 14:02 Dennis Lamm
2021-06-15 18:25 Dennis Lamm
2020-06-25 13:54 Andreas Sturmlechner
2020-06-25 13:42 Andreas Sturmlechner
2020-06-25 13:38 Christoph Junghans
2020-06-25 13:29 Christoph Junghans
2016-08-31 21:30 Christoph Junghans

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=1487178793.e9290e14a931a41e92fc8cfcf168c8576b2e5f73.junghans@gentoo \
    --to=junghans@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