Gentoo Archives: gentoo-commits

From: Marek Szuba <marecki@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-cpp/benchmark/
Date: Mon, 20 Sep 2021 10:06:08
Message-Id: 1632132192.2d38f4c4ae36b0b861deeb27df482471efd6afff.marecki@gentoo
1 commit: 2d38f4c4ae36b0b861deeb27df482471efd6afff
2 Author: Marek Szuba <marecki <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 20 10:03:12 2021 +0000
4 Commit: Marek Szuba <marecki <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 20 10:03:12 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d38f4c4
7
8 dev-cpp/benchmark: drop 1.5.3, 1.5.5
9
10 Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>
11
12 dev-cpp/benchmark/benchmark-1.5.3.ebuild | 28 ----------------------------
13 dev-cpp/benchmark/benchmark-1.5.5.ebuild | 28 ----------------------------
14 2 files changed, 56 deletions(-)
15
16 diff --git a/dev-cpp/benchmark/benchmark-1.5.3.ebuild b/dev-cpp/benchmark/benchmark-1.5.3.ebuild
17 deleted file mode 100644
18 index 1463b00dc41..00000000000
19 --- a/dev-cpp/benchmark/benchmark-1.5.3.ebuild
20 +++ /dev/null
21 @@ -1,28 +0,0 @@
22 -# Copyright 1999-2021 Gentoo Authors
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=7
26 -
27 -inherit cmake
28 -
29 -DESCRIPTION="A microbenchmark support library"
30 -HOMEPAGE="https://github.com/google/benchmark"
31 -SRC_URI="https://github.com/google/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
32 -
33 -LICENSE="Apache-2.0"
34 -SLOT="0"
35 -KEYWORDS="~amd64 ~arm64 ~hppa ~ppc64 ~x86"
36 -IUSE="debug test"
37 -RESTRICT="!test? ( test )"
38 -
39 -src_configure() {
40 - local mycmakeargs=(
41 - -DBENCHMARK_ENABLE_TESTING=$(usex test)
42 - -DBENCHMARK_ENABLE_GTEST_TESTS=OFF
43 - -DBENCHMARK_ENABLE_ASSEMBLY_TESTS=OFF
44 - )
45 -
46 - use debug || append-cppflags -DNDEBUG
47 -
48 - cmake_src_configure
49 -}
50
51 diff --git a/dev-cpp/benchmark/benchmark-1.5.5.ebuild b/dev-cpp/benchmark/benchmark-1.5.5.ebuild
52 deleted file mode 100644
53 index fc246f0b80a..00000000000
54 --- a/dev-cpp/benchmark/benchmark-1.5.5.ebuild
55 +++ /dev/null
56 @@ -1,28 +0,0 @@
57 -# Copyright 1999-2021 Gentoo Authors
58 -# Distributed under the terms of the GNU General Public License v2
59 -
60 -EAPI=7
61 -
62 -inherit cmake
63 -
64 -DESCRIPTION="A microbenchmark support library"
65 -HOMEPAGE="https://github.com/google/benchmark"
66 -SRC_URI="https://github.com/google/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
67 -
68 -LICENSE="Apache-2.0"
69 -SLOT="0"
70 -KEYWORDS="~amd64 ~arm64 ~hppa ~ppc64 ~riscv ~x86"
71 -IUSE="debug test"
72 -RESTRICT="!test? ( test )"
73 -
74 -src_configure() {
75 - local mycmakeargs=(
76 - -DBENCHMARK_ENABLE_TESTING=$(usex test)
77 - -DBENCHMARK_ENABLE_GTEST_TESTS=OFF
78 - -DBENCHMARK_ENABLE_ASSEMBLY_TESTS=OFF
79 - )
80 -
81 - use debug || append-cppflags -DNDEBUG
82 -
83 - cmake_src_configure
84 -}