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 5834615ACFB for ; Thu, 20 Apr 2023 19:39:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8E2ADE086A; Thu, 20 Apr 2023 19:39:11 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6A4D4E086A for ; Thu, 20 Apr 2023 19:39:11 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 62D5D3410D6 for ; Thu, 20 Apr 2023 19:39:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F2703A36 for ; Thu, 20 Apr 2023 19:39:08 +0000 (UTC) From: "Florian Schmaus" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Florian Schmaus" Message-ID: <1682019541.7bda70bd97593c04a020d4322afa588f3832a816.flow@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-cpp/xsimd/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-cpp/xsimd/Manifest dev-cpp/xsimd/metadata.xml dev-cpp/xsimd/xsimd-10.0.0.ebuild X-VCS-Directories: dev-cpp/xsimd/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: 7bda70bd97593c04a020d4322afa588f3832a816 X-VCS-Branch: dev Date: Thu, 20 Apr 2023 19:39:08 +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: 77c7679d-5b23-45d8-9c4f-2443390f213f X-Archives-Hash: cdcffb711c736af48c03a3b6cf643ab3 commit: 7bda70bd97593c04a020d4322afa588f3832a816 Author: Florian Schmaus gentoo org> AuthorDate: Thu Apr 20 19:39:01 2023 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Thu Apr 20 19:39:01 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7bda70bd dev-cpp/xsimd: treeclean, migrated to ::gentoo Signed-off-by: Florian Schmaus gentoo.org> dev-cpp/xsimd/Manifest | 1 - dev-cpp/xsimd/metadata.xml | 12 ------- dev-cpp/xsimd/xsimd-10.0.0.ebuild | 72 --------------------------------------- 3 files changed, 85 deletions(-) diff --git a/dev-cpp/xsimd/Manifest b/dev-cpp/xsimd/Manifest deleted file mode 100644 index 1411b4acf..000000000 --- a/dev-cpp/xsimd/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST xsimd-10.0.0.tar.gz 212082 BLAKE2B 2a3c6dd711f9e7ffd32ce3fd9a6056a56768a0f5b6ff412d2c5cd5f82682cac87ed0a68109a449ab6337f89a4719e9ab25f94060d3f675783ce00c79e3378512 SHA512 bd7a363bbebc9196954c8c87271f14f05ca177569fcf080dac91be06ad2801c43fccbb385afd700b80d58c83d77f26ba199a7105672e4a1e55c517d15dd6e8e3 diff --git a/dev-cpp/xsimd/metadata.xml b/dev-cpp/xsimd/metadata.xml deleted file mode 100644 index 9e861cd9e..000000000 --- a/dev-cpp/xsimd/metadata.xml +++ /dev/null @@ -1,12 +0,0 @@ - - - - - gentoo.kamal@tgf.pw - Kamal Abdellatif - - - xtensor-stack/xsimd - https://xsimd.readthedocs.io/en/latest/ - - diff --git a/dev-cpp/xsimd/xsimd-10.0.0.ebuild b/dev-cpp/xsimd/xsimd-10.0.0.ebuild deleted file mode 100644 index b5f163b90..000000000 --- a/dev-cpp/xsimd/xsimd-10.0.0.ebuild +++ /dev/null @@ -1,72 +0,0 @@ -# Copyright 2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -# required because of manual install in src_install -CMAKE_MAKEFILE_GENERATOR="emake" - -PYTHON_COMPAT=( python3_{9..11} ) - -inherit cmake python-any-r1 - -DESCRIPTION="C++ wrappers for SIMD intrinsics" -HOMEPAGE="https://github.com/xtensor-stack/xsimd" -SRC_URI="https://codeload.github.com/xtensor-stack/${PN}/tar.gz/refs/tags/${PV} -> ${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64" - -IUSE="doc test" - -BDEPEND=" - doc? ( - app-doc/doxygen - $(python_gen_any_dep ' - dev-python/breathe[${PYTHON_USEDEP}] - dev-python/sphinx[${PYTHON_USEDEP}] - dev-python/sphinx-rtd-theme[${PYTHON_USEDEP}] - ') - ) - test? ( dev-cpp/doctest ) -" - -RESTRICT="!test? ( test )" - -python_check_deps() { - python_has_version \ - "dev-python/breathe[${PYTHON_USEDEP}]" \ - "dev-python/sphinx[${PYTHON_USEDEP}]" \ - "dev-python/sphinx-rtd-theme[${PYTHON_USEDEP}]" -} - -pkg_setup() { - use doc && python-any-r1_pkg_setup -} - -src_configure() { - local mycmakeargs=( -DBUILD_TESTS=$(usex test) ) - - cmake_src_configure -} - -src_compile() { - if use doc; then - cd "${WORKDIR}/${P}/docs" || die - emake html BUILDDIR="${BUILD_DIR}" - HTML_DOCS=( "${BUILD_DIR}/html/." ) - fi -} - -src_test() { - cmake_src_compile xtest -} - -src_install() { - # Default install target depends on tests with USE=test enabled. - # However, this is a header-only library. - DESTDIR="${D}" cmake_build install/fast "$@" - - einstalldocs -} 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 B155015ACFB for ; Thu, 20 Apr 2023 19:40:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 342EEE0967; Thu, 20 Apr 2023 19:40:56 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 042F8E0967 for ; Thu, 20 Apr 2023 19:40:56 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4BF143410C7 for ; Thu, 20 Apr 2023 19:40:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 552FBA5A for ; Thu, 20 Apr 2023 19:40:51 +0000 (UTC) From: "Florian Schmaus" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Florian Schmaus" Message-ID: <1682019541.7bda70bd97593c04a020d4322afa588f3832a816.flow@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-cpp/xsimd/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-cpp/xsimd/Manifest dev-cpp/xsimd/metadata.xml dev-cpp/xsimd/xsimd-10.0.0.ebuild X-VCS-Directories: dev-cpp/xsimd/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: 7bda70bd97593c04a020d4322afa588f3832a816 X-VCS-Branch: master Date: Thu, 20 Apr 2023 19:40:51 +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: 0d52b177-bb93-4d2b-995c-bf2ba9832967 X-Archives-Hash: 661aa5a5db5c5578a4a1630b1fa96252 Message-ID: <20230420194051.taif-HDoaFYT6uq1A-l8SMp4A3kYGtCpFAKsSnh8dII@z> commit: 7bda70bd97593c04a020d4322afa588f3832a816 Author: Florian Schmaus gentoo org> AuthorDate: Thu Apr 20 19:39:01 2023 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Thu Apr 20 19:39:01 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7bda70bd dev-cpp/xsimd: treeclean, migrated to ::gentoo Signed-off-by: Florian Schmaus gentoo.org> dev-cpp/xsimd/Manifest | 1 - dev-cpp/xsimd/metadata.xml | 12 ------- dev-cpp/xsimd/xsimd-10.0.0.ebuild | 72 --------------------------------------- 3 files changed, 85 deletions(-) diff --git a/dev-cpp/xsimd/Manifest b/dev-cpp/xsimd/Manifest deleted file mode 100644 index 1411b4acf..000000000 --- a/dev-cpp/xsimd/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST xsimd-10.0.0.tar.gz 212082 BLAKE2B 2a3c6dd711f9e7ffd32ce3fd9a6056a56768a0f5b6ff412d2c5cd5f82682cac87ed0a68109a449ab6337f89a4719e9ab25f94060d3f675783ce00c79e3378512 SHA512 bd7a363bbebc9196954c8c87271f14f05ca177569fcf080dac91be06ad2801c43fccbb385afd700b80d58c83d77f26ba199a7105672e4a1e55c517d15dd6e8e3 diff --git a/dev-cpp/xsimd/metadata.xml b/dev-cpp/xsimd/metadata.xml deleted file mode 100644 index 9e861cd9e..000000000 --- a/dev-cpp/xsimd/metadata.xml +++ /dev/null @@ -1,12 +0,0 @@ - - - - - gentoo.kamal@tgf.pw - Kamal Abdellatif - - - xtensor-stack/xsimd - https://xsimd.readthedocs.io/en/latest/ - - diff --git a/dev-cpp/xsimd/xsimd-10.0.0.ebuild b/dev-cpp/xsimd/xsimd-10.0.0.ebuild deleted file mode 100644 index b5f163b90..000000000 --- a/dev-cpp/xsimd/xsimd-10.0.0.ebuild +++ /dev/null @@ -1,72 +0,0 @@ -# Copyright 2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -# required because of manual install in src_install -CMAKE_MAKEFILE_GENERATOR="emake" - -PYTHON_COMPAT=( python3_{9..11} ) - -inherit cmake python-any-r1 - -DESCRIPTION="C++ wrappers for SIMD intrinsics" -HOMEPAGE="https://github.com/xtensor-stack/xsimd" -SRC_URI="https://codeload.github.com/xtensor-stack/${PN}/tar.gz/refs/tags/${PV} -> ${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64" - -IUSE="doc test" - -BDEPEND=" - doc? ( - app-doc/doxygen - $(python_gen_any_dep ' - dev-python/breathe[${PYTHON_USEDEP}] - dev-python/sphinx[${PYTHON_USEDEP}] - dev-python/sphinx-rtd-theme[${PYTHON_USEDEP}] - ') - ) - test? ( dev-cpp/doctest ) -" - -RESTRICT="!test? ( test )" - -python_check_deps() { - python_has_version \ - "dev-python/breathe[${PYTHON_USEDEP}]" \ - "dev-python/sphinx[${PYTHON_USEDEP}]" \ - "dev-python/sphinx-rtd-theme[${PYTHON_USEDEP}]" -} - -pkg_setup() { - use doc && python-any-r1_pkg_setup -} - -src_configure() { - local mycmakeargs=( -DBUILD_TESTS=$(usex test) ) - - cmake_src_configure -} - -src_compile() { - if use doc; then - cd "${WORKDIR}/${P}/docs" || die - emake html BUILDDIR="${BUILD_DIR}" - HTML_DOCS=( "${BUILD_DIR}/html/." ) - fi -} - -src_test() { - cmake_src_compile xtest -} - -src_install() { - # Default install target depends on tests with USE=test enabled. - # However, this is a header-only library. - DESTDIR="${D}" cmake_build install/fast "$@" - - einstalldocs -}