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/doctest/
Date: Sat, 20 May 2023 06:28:12 +0000 (UTC)	[thread overview]
Message-ID: <1684564074.4dac3d10852441147a3c9edd0a292c9890cdd38d.sam@gentoo> (raw)

commit:     4dac3d10852441147a3c9edd0a292c9890cdd38d
Author:     Petr Vaněk <arkamar <AT> atlas <DOT> cz>
AuthorDate: Wed May 17 08:28:57 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat May 20 06:27:54 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4dac3d10

dev-cpp/doctest: drop 2.4.9, 2.4.10

Signed-off-by: Petr Vaněk <arkamar <AT> atlas.cz>
Closes: https://github.com/gentoo/gentoo/pull/31075
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-cpp/doctest/Manifest              |  2 --
 dev-cpp/doctest/doctest-2.4.10.ebuild | 28 ----------------------------
 dev-cpp/doctest/doctest-2.4.9.ebuild  | 23 -----------------------
 3 files changed, 53 deletions(-)

diff --git a/dev-cpp/doctest/Manifest b/dev-cpp/doctest/Manifest
index 3740e893f5b6..daa4827a7423 100644
--- a/dev-cpp/doctest/Manifest
+++ b/dev-cpp/doctest/Manifest
@@ -1,3 +1 @@
-DIST doctest-2.4.10.tar.gz 2297167 BLAKE2B e6d2af9dc9207a1a5d86ebdad16f29a4c4d860334e75f79ded596bf181ff0c334895b5606710993eb9bb1d8c76359063b5ce5c7faa5c371a4315ac53275783e5 SHA512 f3d7c5c45b12a13b5df359727328a519f7a17c92ab868274c8c89e58a573c886ab8da9213ed31634b62a9c92e792e721a71fcb42a3d483b6dff5f6ef7bb03d41
 DIST doctest-2.4.11.tar.gz 2183312 BLAKE2B 277f22f3a9e275dd9f5cfffeeaf8346577223c2b872606f21fe5b8462573917a59a88bb61de145a92be61129396f9b4a87d94f4723e362428b1bd856ed84fcfb SHA512 04425686057079d3f1a6f767c487f1953050f553dbff9fc42b42dde1358fe26e46bf6219881bbfce625f15cb9c229474d82688120eb2cb2b1d8138db0cc91b3c
-DIST doctest-2.4.9.tar.gz 2292632 BLAKE2B 7d501eede5a2311117a04a11da5b518fcac4de53a73ba7b14f47395a759bc5d708438f25df61053a16a256ffcdfa37500a6892ef0890aa4df4d9f23533bfb18d SHA512 c7337e2de371c18973a0f4cb76458d6ae387e78874c9bc8aa367ffd2d592514b774e7c5ebf44f83b7046f6b33c6905fd079c36f4c33eadf52b3d651d978182cb

diff --git a/dev-cpp/doctest/doctest-2.4.10.ebuild b/dev-cpp/doctest/doctest-2.4.10.ebuild
deleted file mode 100644
index b2da0710bd8a..000000000000
--- a/dev-cpp/doctest/doctest-2.4.10.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 2022-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake
-
-DESCRIPTION="The fastest feature-rich C++11/14/17/20 single-header testing framework"
-HOMEPAGE="https://github.com/doctest/doctest"
-SRC_URI="https://github.com/doctest/doctest/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-src_prepare() {
-	sed -i '/-Werror/d' scripts/cmake/common.cmake || die
-	cmake_src_prepare
-}
-
-src_configure() {
-	local mycmakeargs=(
-		-DDOCTEST_WITH_TESTS=$(usex test)
-	)
-	cmake_src_configure
-}

diff --git a/dev-cpp/doctest/doctest-2.4.9.ebuild b/dev-cpp/doctest/doctest-2.4.9.ebuild
deleted file mode 100644
index fee3db8cd40d..000000000000
--- a/dev-cpp/doctest/doctest-2.4.9.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 2022-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake
-
-DESCRIPTION="The fastest feature-rich C++11/14/17/20 single-header testing framework"
-HOMEPAGE="https://github.com/doctest/doctest"
-SRC_URI="https://github.com/doctest/doctest/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~ia64 ~loong ~mips ppc ppc64 ~riscv sparc x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-src_configure() {
-	local mycmakeargs=(
-		-DDOCTEST_WITH_TESTS=$(usex test)
-	)
-	cmake_src_configure
-}


             reply	other threads:[~2023-05-20  6:28 UTC|newest]

Thread overview: 38+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-05-20  6:28 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-12-20  6:45 [gentoo-commits] repo/gentoo:master commit in: dev-cpp/doctest/ Sam James
2023-08-20 17:53 Arthur Zamarin
2023-05-16 19:29 Jakov Smolić
2023-05-16 16:53 Sam James
2023-05-15 16:56 Sam James
2023-05-15 16:56 Sam James
2023-05-15 16:56 Sam James
2023-05-15 16:56 Sam James
2023-05-15 16:56 Sam James
2023-04-14 20:46 Sam James
2023-03-19  3:22 Sam James
2023-03-05 11:19 Sam James
2023-03-04  7:18 Sam James
2023-02-13  3:09 Matt Turner
2022-12-25 17:46 Arthur Zamarin
2022-12-25 17:35 Arthur Zamarin
2022-12-25 17:21 Arthur Zamarin
2022-12-25 17:12 Arthur Zamarin
2022-11-30  4:41 Sam James
2022-11-30  4:41 Sam James
2022-11-18 16:37 Arthur Zamarin
2022-11-18 16:37 Arthur Zamarin
2022-10-04 19:24 Jakov Smolić
2022-08-12 12:26 WANG Xuerui
2022-08-03  6:25 Joonas Niilola
2022-08-03  6:25 Joonas Niilola
2022-08-03  4:38 Arthur Zamarin
2022-07-03  8:57 Joonas Niilola
2022-06-12  7:33 Joonas Niilola
2021-12-14  1:24 Sam James
2021-12-14  1:24 Sam James
2021-10-11  0:02 Sam James
2021-10-10 22:20 Sam James
2021-10-10 21:21 Sam James
2021-10-10 20:40 Sam James
2021-10-10  0:09 Sam James
2021-09-07 20:25 Sam James

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=1684564074.4dac3d10852441147a3c9edd0a292c9890cdd38d.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