public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-cpp/benchmark/
Date: Thu, 17 Sep 2020 20:02:55 +0000 (UTC)	[thread overview]
Message-ID: <1600372675.0eb7af30348058de3d9ddfb39aa1a9550d0d9955.sam@gentoo> (raw)

commit:     0eb7af30348058de3d9ddfb39aa1a9550d0d9955
Author:     William Breathitt Gray <vilhelm.gray <AT> gmail <DOT> com>
AuthorDate: Fri Sep 11 13:47:32 2020 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Sep 17 19:57:55 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0eb7af30

dev-cpp/benchmark: Version bump to 1.5.2

Closes: https://bugs.gentoo.org/741660
Signed-off-by: William Breathitt Gray <vilhelm.gray <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/17503
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-cpp/benchmark/Manifest               |  1 +
 dev-cpp/benchmark/benchmark-1.5.2.ebuild | 26 ++++++++++++++++++++++++++
 2 files changed, 27 insertions(+)

diff --git a/dev-cpp/benchmark/Manifest b/dev-cpp/benchmark/Manifest
index 1bc43e7976a..654804a904f 100644
--- a/dev-cpp/benchmark/Manifest
+++ b/dev-cpp/benchmark/Manifest
@@ -1 +1,2 @@
 DIST benchmark-1.5.1.tar.gz 154896 BLAKE2B cb8d74b3e6662e35ea12809d8b62d1e3a6849668840c84697e7f4b2d29eaf68688bb1cda6f43c170e70366de88a93af79bb709d55dfc8d79140c11a31855a46b SHA512 1e8782ab6846b8b29c5eea41ed1ba19dd92a46a135cf74acdc588e2cd5ef05581c644d20fc0d6403456d65417538e1db80109ae87989601298b2fc56ae3c3161
+DIST benchmark-1.5.2.tar.gz 160235 BLAKE2B af14235d174e39b8bbb0a44960834b7d13b1aed6cd4494efa9eb58d32c051efdf244258a33b83b82ad82aa69917356c35ccb470caea838cb6fd7eda37f0f80f6 SHA512 a071613f3af669296aa613e0e64726bdcf27cc3db331d8003f49164581cd6935a86641ec435118ea590a9d722a926d3fef740e938e1a5f6eba8e2a5a615da1b0

diff --git a/dev-cpp/benchmark/benchmark-1.5.2.ebuild b/dev-cpp/benchmark/benchmark-1.5.2.ebuild
new file mode 100644
index 00000000000..c64fe45b19a
--- /dev/null
+++ b/dev-cpp/benchmark/benchmark-1.5.2.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake
+
+DESCRIPTION="A microbenchmark support library"
+HOMEPAGE="https://github.com/google/benchmark"
+SRC_URI="https://github.com/google/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+src_configure() {
+	local mycmakeargs=(
+		-DBENCHMARK_ENABLE_TESTING=$(usex test)
+		-DBENCHMARK_ENABLE_GTEST_TESTS=OFF
+		-DBENCHMARK_ENABLE_ASSEMBLY_TESTS=OFF
+	)
+
+	cmake_src_configure
+}


             reply	other threads:[~2020-09-17 20:03 UTC|newest]

Thread overview: 75+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-09-17 20:02 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-10-17  5:11 [gentoo-commits] repo/gentoo:master commit in: dev-cpp/benchmark/ Joonas Niilola
2024-10-09 10:28 Sam James
2024-10-09  9:29 Jakov Smolić
2024-08-21  3:49 Eli Schwartz
2024-08-20 10:48 Joonas Niilola
2024-08-20  5:59 Sam James
2024-08-20  5:59 Sam James
2024-08-20  5:59 Sam James
2024-08-20  5:08 Joonas Niilola
2024-08-20  5:08 Joonas Niilola
2024-08-19 19:04 Joonas Niilola
2024-06-14 13:33 Marek Szuba
2024-06-13 17:57 Sam James
2024-06-13  5:09 Sam James
2024-06-12 17:36 Sam James
2024-06-12 17:36 Sam James
2024-06-12 17:36 Sam James
2024-06-12 13:52 Marek Szuba
2024-01-24 16:43 Marek Szuba
2024-01-24  4:57 Ionen Wolkens
2024-01-07 11:38 Michał Górny
2023-10-26 16:17 Arthur Zamarin
2023-10-26 12:51 Sam James
2023-10-26 12:49 Sam James
2023-10-26 12:49 Sam James
2023-09-19 12:52 Marek Szuba
2023-08-22 21:35 Marek Szuba
2023-08-22 12:00 Sam James
2023-08-22 11:16 Sam James
2023-08-21 18:24 Sam James
2023-08-21 17:43 Sam James
2023-08-21 17:43 Sam James
2023-07-15  8:51 Arthur Zamarin
2023-07-15  8:19 Arthur Zamarin
2023-07-15  8:19 Arthur Zamarin
2023-07-15  3:10 Sam James
2023-07-10 23:04 Marek Szuba
2023-05-11 12:03 Marek Szuba
2023-03-07 19:23 Marek Szuba
2023-03-07 15:45 Sam James
2023-03-07 11:45 Sam James
2023-03-07 11:42 Sam James
2023-03-07 11:42 Sam James
2023-03-07 11:42 Sam James
2022-11-13 21:52 Marek Szuba
2022-09-05  9:40 Marek Szuba
2022-09-02 19:38 Jakov Smolić
2022-09-02 19:38 Jakov Smolić
2022-09-02 15:18 Arthur Zamarin
2022-09-02 13:44 Arthur Zamarin
2022-09-02 13:44 Arthur Zamarin
2022-07-25 22:15 Marek Szuba
2022-05-19  5:08 WANG Xuerui
2022-01-31 20:26 Arthur Zamarin
2022-01-31 18:51 Sam James
2022-01-31  6:24 Sam James
2022-01-30 22:25 Sam James
2022-01-30 22:25 Sam James
2022-01-11 18:38 Marek Szuba
2022-01-11 18:38 Marek Szuba
2021-10-04 22:58 Sam James
2021-09-20 10:06 Marek Szuba
2021-09-06 21:34 Sam James
2021-06-12 21:55 Marek Szuba
2021-05-12 10:53 Marek Szuba
2021-05-12  8:54 Marek Szuba
2021-05-12  7:36 Joonas Niilola
2021-05-05  6:42 Joonas Niilola
2021-05-05  6:42 Joonas Niilola
2021-03-10 17:29 Sergei Trofimovich
2021-01-11 17:47 Sergei Trofimovich
2020-12-31  1:47 Sam James
2020-09-25 22:55 Georgy Yakovlev
2020-09-06  5:55 Joonas Niilola

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=1600372675.0eb7af30348058de3d9ddfb39aa1a9550d0d9955.sam@gentoo \
    --to=sam@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