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 DFBAA15808F for ; Sun, 17 Apr 2022 16:44:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 288E5E0A5D; Sun, 17 Apr 2022 16:44:08 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 DF18AE0A5D for ; Sun, 17 Apr 2022 16:44:07 +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 1A4DB341952 for ; Sun, 17 Apr 2022 16:44:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1C45C3B8 for ; Sun, 17 Apr 2022 16:44:04 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1650213307.d40f792545629e12a42f3936ffe36d79129baa2d.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/pocl/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/pocl/Manifest dev-libs/pocl/pocl-1.7-r3.ebuild X-VCS-Directories: dev-libs/pocl/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: d40f792545629e12a42f3936ffe36d79129baa2d X-VCS-Branch: master Date: Sun, 17 Apr 2022 16:44:04 +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: 624553bb-1cd9-4242-a3f0-5ffb2b22d457 X-Archives-Hash: 4b0dcf05d854385f47e1237337a69256 commit: d40f792545629e12a42f3936ffe36d79129baa2d Author: Sam James gentoo org> AuthorDate: Sun Apr 17 16:35:07 2022 +0000 Commit: Sam James gentoo org> CommitDate: Sun Apr 17 16:35:07 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d40f7925 dev-libs/pocl: drop 1.7-r3 Signed-off-by: Sam James gentoo.org> dev-libs/pocl/Manifest | 1 - dev-libs/pocl/pocl-1.7-r3.ebuild | 120 --------------------------------------- 2 files changed, 121 deletions(-) diff --git a/dev-libs/pocl/Manifest b/dev-libs/pocl/Manifest index 4f3243ab7a6f..eacf11d34468 100644 --- a/dev-libs/pocl/Manifest +++ b/dev-libs/pocl/Manifest @@ -1,2 +1 @@ -DIST pocl-1.7.tar.gz 1577676 BLAKE2B 50d4f50236b1c81f319b5559ca2b1df529209f07899acf51c487820d97cc6766c5130a55afca910517c7db63d8041ac8306062880c3a821cbc1bf9108bf13d65 SHA512 23bb82b25a222186c001b2ed413f26253e1e0e16518e98c95173f51491e15d107e6ab1b334ffd490b41199743267d9ad64882a22fea327e17ec9604f9847fc38 DIST pocl-1.8.tar.gz 1614545 BLAKE2B b0ccc08d1f899719f5def731c61727440035a879ebeebae89dd406423eba6c12b866f34cd47dd0e0f944b7f0c4569c57c44a9a62bf02552de5c4c3b8c9fb3b48 SHA512 bcbb3fa3d2234d4c5b0c17863eba0bc4c8f13f863cc58cfd1de49e21fa7bf0aec82b81aec143c81885e3a39274c8ae783b2f03b9a12846e024204d6ed0e59a9d diff --git a/dev-libs/pocl/pocl-1.7-r3.ebuild b/dev-libs/pocl/pocl-1.7-r3.ebuild deleted file mode 100644 index 1bdb29346d53..000000000000 --- a/dev-libs/pocl/pocl-1.7-r3.ebuild +++ /dev/null @@ -1,120 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DOCS_AUTODOC=0 -DOCS_BUILDER="sphinx" -DOCS_DIR="doc/sphinx/source" -PYTHON_COMPAT=( python3_{8..10} pypy3 ) - -inherit cmake llvm python-any-r1 docs - -LLVM_MAX_SLOT=12 - -DESCRIPTION="Portable Computing Language (an implementation of OpenCL)" -HOMEPAGE="http://portablecl.org https://github.com/pocl/pocl" -SRC_URI="https://github.com/pocl/pocl/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64" -IUSE="accel cl20 +conformance cuda debug examples float-conversion hardening +hwloc memmanager test" #hsa tce - -RESTRICT="!test? ( test ) mirror" - -# TODO: add dependencies for cuda -# Note: No := on LLVM because it pulls in Clang -# see llvm.eclass for why -CLANG_DEPS="!cuda? (