public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Marek Szuba" <marecki@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-cpp/benchmark/
Date: Tue,  7 Mar 2023 19:23:09 +0000 (UTC)	[thread overview]
Message-ID: <1678216608.feea7e2d94efc46250f774c98c2c98c9d9a43331.marecki@gentoo> (raw)

commit:     feea7e2d94efc46250f774c98c2c98c9d9a43331
Author:     Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Tue Mar  7 19:16:48 2023 +0000
Commit:     Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Tue Mar  7 19:16:48 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=feea7e2d

dev-cpp/benchmark: drop 1.7.0

Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>

 dev-cpp/benchmark/Manifest               |  1 -
 dev-cpp/benchmark/benchmark-1.7.0.ebuild | 36 --------------------------------
 2 files changed, 37 deletions(-)

diff --git a/dev-cpp/benchmark/Manifest b/dev-cpp/benchmark/Manifest
index 7d1990fab556..900399204172 100644
--- a/dev-cpp/benchmark/Manifest
+++ b/dev-cpp/benchmark/Manifest
@@ -1,2 +1 @@
-DIST benchmark-1.7.0.tar.gz 194165 BLAKE2B 2a5ae10fb1fd1d05da60287591a5ba16d9bf8f7c77d1f332a6482cba32841a00b1350bf83238d52e051bcf2f628ed8ffc9e1899c75337b8cd12d9fb1800fd5b0 SHA512 25f81930ce210e298d9cc67c965cc8937f66c53427b18a672338b86424eef32df877ec6b7a7106417464b29c5048b014fcc82cfa773168ed701aa47d01f39f82
 DIST benchmark-1.7.1.tar.gz 196575 BLAKE2B 05a0ae69c0eee231b5d3c06d474c89680e4a2dfaae2ac0ffa1777cf011907cce6230648bfdb631008c2aa10f01b55652f58949849714d6333c5a0351ef42e567 SHA512 396af1c1d3eaa2b78c6d23b1472f6088db85a294056ae1c2366dc5c0becdc8f141ba8fc3a235033324ab0a41c2298f5d242ef09b9b6f69d9877de6bcb2062efd

diff --git a/dev-cpp/benchmark/benchmark-1.7.0.ebuild b/dev-cpp/benchmark/benchmark-1.7.0.ebuild
deleted file mode 100644
index e80684fba3f4..000000000000
--- a/dev-cpp/benchmark/benchmark-1.7.0.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake flag-o-matic
-
-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 ~arm arm64 ~hppa ~loong ppc ppc64 ~riscv x86"
-IUSE="debug doc lto test"
-
-RESTRICT="!test? ( test )"
-
-BDEPEND="doc? ( app-doc/doxygen )
-	test? ( >=dev-cpp/gtest-1.11.0 )"
-
-src_configure() {
-	local mycmakeargs=(
-		-DBENCHMARK_ENABLE_ASSEMBLY_TESTS=OFF
-		-DBENCHMARK_ENABLE_DOXYGEN=$(usex doc)
-		-DBENCHMARK_ENABLE_GTEST_TESTS=$(usex test)
-		-DBENCHMARK_ENABLE_LTO=$(usex lto)
-		-DBENCHMARK_ENABLE_TESTING=$(usex test)
-		-DBENCHMARK_ENABLE_WERROR=OFF
-		-DBENCHMARK_USE_BUNDLED_GTEST=OFF
-	)
-
-	use debug || append-cppflags -DNDEBUG
-
-	cmake_src_configure
-}


             reply	other threads:[~2023-03-07 19:23 UTC|newest]

Thread overview: 86+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-03-07 19:23 Marek Szuba [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-09-26 12:34 [gentoo-commits] repo/gentoo:master commit in: dev-cpp/benchmark/ Arthur Zamarin
2025-09-22 19:50 Arthur Zamarin
2025-05-30 15:37 Sam James
2025-05-21 21:12 Sam James
2025-05-21 21:12 Sam James
2025-05-16 11:58 Arthur Zamarin
2025-05-07 12:18 Sam James
2025-05-07 12:18 Sam James
2025-04-26  5:28 Sam James
2025-04-26  2:56 Sam James
2025-04-20  3:10 Sam James
2024-10-17  5:11 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 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-17 20:02 Sam James
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=1678216608.feea7e2d94efc46250f774c98c2c98c9d9a43331.marecki@gentoo \
    --to=marecki@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