public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "David Roman" <davidroman96@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-cpp/reflection-cpp/
Date: Tue, 06 May 2025 10:45:44 +0000 (UTC)	[thread overview]
Message-ID: <1746528329.fdd0bf4b4fd9012ecd73f1b96ff847f991bf3336.davidroman@gentoo> (raw)

commit:     fdd0bf4b4fd9012ecd73f1b96ff847f991bf3336
Author:     David Roman <davidroman96 <AT> gmail <DOT> com>
AuthorDate: Tue May  6 10:45:21 2025 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Tue May  6 10:45:29 2025 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=fdd0bf4b

dev-cpp/reflection-cpp: drop 0.1.0

Signed-off-by: David Roman <davidroman96 <AT> gmail.com>

 dev-cpp/reflection-cpp/Manifest                    |  1 -
 dev-cpp/reflection-cpp/reflection-cpp-0.1.0.ebuild | 32 ----------------------
 2 files changed, 33 deletions(-)

diff --git a/dev-cpp/reflection-cpp/Manifest b/dev-cpp/reflection-cpp/Manifest
index 13e1423e9..8449943f0 100644
--- a/dev-cpp/reflection-cpp/Manifest
+++ b/dev-cpp/reflection-cpp/Manifest
@@ -1,3 +1,2 @@
-DIST reflection-cpp-0.1.0.tar.gz 17746 BLAKE2B aa472f84ea7aa941043b88aa8dde3c37058cf971a1f2e65f9c7c3ddea83bf9aed490a61d525fdadc3e5c66ca3d3737a0994d723d1d0b6e68adbafa0f2ecc6828 SHA512 fbc12b0e4aae206b6eff67d1e0aea7a49e7bfa4183070d708e7bfe70326af7e7e9f0ed0b350af92d2c0ee50c23c4e971e13e9d068bfb23972a417ac6cc828143
 DIST reflection-cpp-0.2.0.tar.gz 18412 BLAKE2B e14b5c14402077f8a894da0ad6645949a5983e43b7313c735ac19b95b190c861f530d2f31cd7c5ca405d434fc7c90071678b7e6129ab3a92ddd5f813495ef280 SHA512 67c560dc15d7f522350b1599b0255da12551429e52b28864fa9ad1aab2a45e7a2f806f2810dfb4a6e88fedfe6e9a9e8d124dd3bc0f37e96e9b56dbb3fee33191
 DIST reflection-cpp-0.3.0.tar.gz 20479 BLAKE2B 5cdb51309b6a629ba3f231a76d571e0be2aeea49a6309ad4b68f0bb7b632b92e9e550b17a0816fadaace39c2d170eb9c26ef91c02a52e49fd06370c9c368a2ba SHA512 b4a05099249ee155131664f40cd09f2902e4aca7f70a234c9ad66592d31c6f9a49c3bb2dba6cb3ed3762e262216c354be2fe8851145fe43402e2b31c6aae36d7

diff --git a/dev-cpp/reflection-cpp/reflection-cpp-0.1.0.ebuild b/dev-cpp/reflection-cpp/reflection-cpp-0.1.0.ebuild
deleted file mode 100644
index d75d58174..000000000
--- a/dev-cpp/reflection-cpp/reflection-cpp-0.1.0.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake
-
-DESCRIPTION="Boxing primitive types in C++"
-HOMEPAGE="https://github.com/contour-terminal/reflection-cpp"
-SRC_URI="https://github.com/contour-terminal/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64"
-
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-DEPEND="
-	test? (
-		dev-cpp/catch:0
-	)
-"
-RDEPEND="${DEPEND}"
-
-src_configure() {
-	local mycmakeargs=(
-		-DREFLECTION_TESTING=$(usex test)
-	)
-
-	cmake_src_configure
-}


WARNING: multiple messages have this Message-ID (diff)
From: "David Roman" <davidroman96@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-cpp/reflection-cpp/
Date: Wed, 07 May 2025 12:08:13 +0000 (UTC)	[thread overview]
Message-ID: <1746528329.fdd0bf4b4fd9012ecd73f1b96ff847f991bf3336.davidroman@gentoo> (raw)
Message-ID: <20250507120813.Kp2AXAKaMo0B1lICWdjHpmrQbfyb2KYtEyu5xgQc8eY@z> (raw)

commit:     fdd0bf4b4fd9012ecd73f1b96ff847f991bf3336
Author:     David Roman <davidroman96 <AT> gmail <DOT> com>
AuthorDate: Tue May  6 10:45:21 2025 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Tue May  6 10:45:29 2025 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=fdd0bf4b

dev-cpp/reflection-cpp: drop 0.1.0

Signed-off-by: David Roman <davidroman96 <AT> gmail.com>

 dev-cpp/reflection-cpp/Manifest                    |  1 -
 dev-cpp/reflection-cpp/reflection-cpp-0.1.0.ebuild | 32 ----------------------
 2 files changed, 33 deletions(-)

diff --git a/dev-cpp/reflection-cpp/Manifest b/dev-cpp/reflection-cpp/Manifest
index 13e1423e9..8449943f0 100644
--- a/dev-cpp/reflection-cpp/Manifest
+++ b/dev-cpp/reflection-cpp/Manifest
@@ -1,3 +1,2 @@
-DIST reflection-cpp-0.1.0.tar.gz 17746 BLAKE2B aa472f84ea7aa941043b88aa8dde3c37058cf971a1f2e65f9c7c3ddea83bf9aed490a61d525fdadc3e5c66ca3d3737a0994d723d1d0b6e68adbafa0f2ecc6828 SHA512 fbc12b0e4aae206b6eff67d1e0aea7a49e7bfa4183070d708e7bfe70326af7e7e9f0ed0b350af92d2c0ee50c23c4e971e13e9d068bfb23972a417ac6cc828143
 DIST reflection-cpp-0.2.0.tar.gz 18412 BLAKE2B e14b5c14402077f8a894da0ad6645949a5983e43b7313c735ac19b95b190c861f530d2f31cd7c5ca405d434fc7c90071678b7e6129ab3a92ddd5f813495ef280 SHA512 67c560dc15d7f522350b1599b0255da12551429e52b28864fa9ad1aab2a45e7a2f806f2810dfb4a6e88fedfe6e9a9e8d124dd3bc0f37e96e9b56dbb3fee33191
 DIST reflection-cpp-0.3.0.tar.gz 20479 BLAKE2B 5cdb51309b6a629ba3f231a76d571e0be2aeea49a6309ad4b68f0bb7b632b92e9e550b17a0816fadaace39c2d170eb9c26ef91c02a52e49fd06370c9c368a2ba SHA512 b4a05099249ee155131664f40cd09f2902e4aca7f70a234c9ad66592d31c6f9a49c3bb2dba6cb3ed3762e262216c354be2fe8851145fe43402e2b31c6aae36d7

diff --git a/dev-cpp/reflection-cpp/reflection-cpp-0.1.0.ebuild b/dev-cpp/reflection-cpp/reflection-cpp-0.1.0.ebuild
deleted file mode 100644
index d75d58174..000000000
--- a/dev-cpp/reflection-cpp/reflection-cpp-0.1.0.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake
-
-DESCRIPTION="Boxing primitive types in C++"
-HOMEPAGE="https://github.com/contour-terminal/reflection-cpp"
-SRC_URI="https://github.com/contour-terminal/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64"
-
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-DEPEND="
-	test? (
-		dev-cpp/catch:0
-	)
-"
-RDEPEND="${DEPEND}"
-
-src_configure() {
-	local mycmakeargs=(
-		-DREFLECTION_TESTING=$(usex test)
-	)
-
-	cmake_src_configure
-}


             reply	other threads:[~2025-05-06 10:45 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-05-06 10:45 David Roman [this message]
2025-05-07 12:08 ` [gentoo-commits] repo/proj/guru:master commit in: dev-cpp/reflection-cpp/ David Roman
  -- strict thread matches above, loose matches on Subject: below --
2025-05-06 10:45 [gentoo-commits] repo/proj/guru:dev " David Roman
2025-04-22  8:52 David Roman
2025-03-25 16:33 David Roman

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=1746528329.fdd0bf4b4fd9012ecd73f1b96ff847f991bf3336.davidroman@gentoo \
    --to=davidroman96@gmail.com \
    --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