From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 69A4B15ACFB for ; Sun, 9 Apr 2023 09:31:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A910FE07E2; Sun, 9 Apr 2023 09:31:30 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8702DE07E2 for ; Sun, 9 Apr 2023 09:31:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 820D7340A5D for ; Sun, 9 Apr 2023 09:31:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EEC478D1 for ; Sun, 9 Apr 2023 09:31:26 +0000 (UTC) From: "Marek Szuba" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marek Szuba" Message-ID: <1681032679.01e5f244bafadb352276e25499db75224195caf3.marecki@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/clhpp/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/clhpp/clhpp-2023.02.06.ebuild X-VCS-Directories: dev-libs/clhpp/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: 01e5f244bafadb352276e25499db75224195caf3 X-VCS-Branch: master Date: Sun, 9 Apr 2023 09:31:26 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: ca82a134-7c2a-4b59-9256-740160733b9b X-Archives-Hash: 87ec938aa025028d456e8e3205aaeda1 commit: 01e5f244bafadb352276e25499db75224195caf3 Author: Marek Szuba gentoo org> AuthorDate: Sun Apr 9 09:28:52 2023 +0000 Commit: Marek Szuba gentoo org> CommitDate: Sun Apr 9 09:31:19 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01e5f244 dev-libs/clhpp: remove all the Ruby bits CMock has turned out to be extremely awkward to package and without it, none of the Ruby stuff in this ebuild is needed. Closes: https://bugs.gentoo.org/904058 Signed-off-by: Marek Szuba gentoo.org> dev-libs/clhpp/clhpp-2023.02.06.ebuild | 35 +++++----------------------------- 1 file changed, 5 insertions(+), 30 deletions(-) diff --git a/dev-libs/clhpp/clhpp-2023.02.06.ebuild b/dev-libs/clhpp/clhpp-2023.02.06.ebuild index c1fdbf09eb6d..366b4f04fcb7 100644 --- a/dev-libs/clhpp/clhpp-2023.02.06.ebuild +++ b/dev-libs/clhpp/clhpp-2023.02.06.ebuild @@ -3,10 +3,7 @@ EAPI=8 -USE_RUBY="ruby26 ruby27 ruby30" -RUBY_OPTIONAL="yes" - -inherit cmake ruby-ng +inherit cmake MY_PN="OpenCL-CLHPP" MY_P="${MY_PN}-${PV}" @@ -20,40 +17,18 @@ SLOT="0" KEYWORDS="amd64 ~ppc64 x86" IUSE="test" -# Tests require CMock (NOT cmocka), which is currently unpackaged +# Tests require CMock (NOT cmocka), which is currently not in Gentoo +# and has been found to be extremely awkward to package. +# Should it ever get packaged, consult git history for how to set things up +# for the clhpp test suite. RESTRICT="test" RDEPEND="virtual/opencl" DEPEND="${RDEPEND} >=dev-util/opencl-headers-${PV}" -BDEPEND="test? ( $(ruby_implementations_depend) )" S="${WORKDIR}"/${MY_P} -pkg_setup() { - use test && ruby-ng_pkg_setup -} - -src_unpack() { - # suppress ruby-ng export - default -} - -src_prepare() { - # suppress ruby-ng export - cmake_src_prepare -} - -src_compile() { - # suppress ruby-ng export - cmake_src_compile -} - -src_install() { - # suppress ruby-ng export - cmake_src_install -} - src_configure() { local mycmakeargs=( -DBUILD_DOCS=OFF