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 8355615800F for ; Mon, 13 Feb 2023 22:17:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7144CE07C9; Mon, 13 Feb 2023 22:16:59 +0000 (UTC) Received: from smtp.gentoo.org (dev.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 52400E07C7 for ; Mon, 13 Feb 2023 22:16:59 +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 4034F340BB9 for ; Mon, 13 Feb 2023 22:16:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 73C238AA for ; Mon, 13 Feb 2023 22:16:56 +0000 (UTC) From: "Alfredo Tupone" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alfredo Tupone" Message-ID: <1676326585.21ef98df4ba6e42fbd2b10fa78e9aca53bc10e43.tupone@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/kineto/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/kineto/Manifest sci-libs/kineto/kineto-2021.11.17.ebuild X-VCS-Directories: sci-libs/kineto/ X-VCS-Committer: tupone X-VCS-Committer-Name: Alfredo Tupone X-VCS-Revision: 21ef98df4ba6e42fbd2b10fa78e9aca53bc10e43 X-VCS-Branch: master Date: Mon, 13 Feb 2023 22:16:56 +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: 1ea2c181-a410-42e6-b482-aa0d849c426e X-Archives-Hash: 65126e86842b8b2bd8482369fcfacd65 commit: 21ef98df4ba6e42fbd2b10fa78e9aca53bc10e43 Author: Alfredo Tupone gentoo org> AuthorDate: Mon Feb 13 22:16:25 2023 +0000 Commit: Alfredo Tupone gentoo org> CommitDate: Mon Feb 13 22:16:25 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21ef98df sci-libs/kineto: drop 2021.11.17 Signed-off-by: Alfredo Tupone gentoo.org> sci-libs/kineto/Manifest | 1 - sci-libs/kineto/kineto-2021.11.17.ebuild | 42 -------------------------------- 2 files changed, 43 deletions(-) diff --git a/sci-libs/kineto/Manifest b/sci-libs/kineto/Manifest index 16d4c81d737e..c2d3d9cba92f 100644 --- a/sci-libs/kineto/Manifest +++ b/sci-libs/kineto/Manifest @@ -1,2 +1 @@ DIST kineto-0.4.0.tar.gz 8190627 BLAKE2B 015017096b6a01b2f2172580884aef6c57df0d33c3d8904c959acc7f7dcc36386f72acb9a672571fa25b7f74c1d2d763692b8cc5a634a73ac143819f811737df SHA512 4a3cbf2f29aa174b9a67f55d0f4e7b8d952ed5dba612f33d144a4d019055031e2a6ff8c98ef1971bf2508460cb871dace38bfc669c10c076cc42d685a1842d86 -DIST kineto-2021.11.17.tar.gz 7497956 BLAKE2B b15573ab63ed0f2e09658a2d7fdd0746a659eb61ca48e996ef471f56af0be3a2778be8c1e93af69efe9d35e52090711ea7cce433988fa3ef1b7c9be8087bfda6 SHA512 bf237e66e44da9fbdf90e7bbf347ae68453cebb3c34c753472eeeeca27d22c0fa1e672dc148ec6394108146d10d1ee77d420cdc2397902fe457aa085643b9714 diff --git a/sci-libs/kineto/kineto-2021.11.17.ebuild b/sci-libs/kineto/kineto-2021.11.17.ebuild deleted file mode 100644 index 0fe2700a8462..000000000000 --- a/sci-libs/kineto/kineto-2021.11.17.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 2022-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{9..11} ) -inherit python-any-r1 cmake - -CommitId=659a7f99ee737103273ef60551bfe1611c2d2cba - -DESCRIPTION="part of the PyTorch Profiler" -HOMEPAGE="https://github.com/pytorch/kineto" -SRC_URI="https://github.com/pytorch/${PN}/archive/${CommitId}.tar.gz - -> ${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64" -IUSE="test" - -RDEPEND=" - dev-libs/libfmt -" -DEPEND="${RDEPEND}" -BDEPEND=" - test? ( dev-cpp/gtest ) - ${PYTHON_DEPS} -" -RESTRICT="!test? ( test )" - -S="${WORKDIR}"/${PN}-${CommitId} - -src_prepare() { - eapply "${FILESDIR}"/${P}-gentoo.patch - cd libkineto - cmake_src_prepare -} - -src_configure() { - cd libkineto - cmake_src_configure -}