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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C8BDE15817D for ; Mon, 17 Jun 2024 15:32:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1F451E2A7C; Mon, 17 Jun 2024 15:32:52 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 08554E2A7C for ; Mon, 17 Jun 2024 15:32:52 +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 13CB9335CAF for ; Mon, 17 Jun 2024 15:32:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 407BD1358 for ; Mon, 17 Jun 2024 15:32:49 +0000 (UTC) From: "Guilherme Amadio" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Guilherme Amadio" Message-ID: <1718638356.66402d63b7c3a50e8016d8ae83076893f9431d77.amadio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/vc/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/vc/Manifest dev-libs/vc/vc-1.4.5.ebuild X-VCS-Directories: dev-libs/vc/ X-VCS-Committer: amadio X-VCS-Committer-Name: Guilherme Amadio X-VCS-Revision: 66402d63b7c3a50e8016d8ae83076893f9431d77 X-VCS-Branch: master Date: Mon, 17 Jun 2024 15:32:49 +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: c35abb5b-4045-42f4-bd91-2e386f6551de X-Archives-Hash: 9fc43258e43852404736beb64a69110f commit: 66402d63b7c3a50e8016d8ae83076893f9431d77 Author: Guilherme Amadio gentoo org> AuthorDate: Mon Jun 17 15:26:01 2024 +0000 Commit: Guilherme Amadio gentoo org> CommitDate: Mon Jun 17 15:32:36 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66402d63 dev-libs/vc: add 1.4.5 Signed-off-by: Guilherme Amadio gentoo.org> dev-libs/vc/Manifest | 1 + dev-libs/vc/vc-1.4.5.ebuild | 15 +++++++++++++++ 2 files changed, 16 insertions(+) diff --git a/dev-libs/vc/Manifest b/dev-libs/vc/Manifest index faaef1b115a3..b9c434c318e8 100644 --- a/dev-libs/vc/Manifest +++ b/dev-libs/vc/Manifest @@ -1 +1,2 @@ DIST vc-1.4.4.tar.gz 645346 BLAKE2B 0131f6e96d4285b0ff0519206115f431e5dcc336358f045c5260dff62dbeda5a10500cfc0a333abe2ffd4c7dfd2e5b29452a68458dc3dd552a89fce30b7c4b68 SHA512 b8aa0a45637dd1e0cc23f074d023b677aab570dd4a78cff94e4c2d832afb841c1b421077ae9c848a40aa4beb50ed2e31fdf075738496856ff8fe3ea1d0acba07 +DIST vc-1.4.5.tar.gz 645302 BLAKE2B 75b3159d347c4e93e0893b77e0d4bfcc2d28f9f9c5e3cfee6ed42b46d4019e88537d6493b943066e01abc6042e6d454acc7029533c211320d877b13dc836d491 SHA512 6525a72beae5270e31fe288b6b61cb2c3e431354bda3965b5fea5d743a3a76b33baaa28ef6f024353970a5b9e877fdc27a76754201f97cf21284ee1abdf16665 diff --git a/dev-libs/vc/vc-1.4.5.ebuild b/dev-libs/vc/vc-1.4.5.ebuild new file mode 100644 index 000000000000..1cc7ae581263 --- /dev/null +++ b/dev-libs/vc/vc-1.4.5.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit cmake + +DESCRIPTION="SIMD Vector Class Library for C++" +HOMEPAGE="https://github.com/VcDevel/Vc" +SRC_URI="https://github.com/VcDevel/Vc/archive/${PV}.tar.gz -> ${P}.tar.gz" +S="${WORKDIR}"/Vc-${PV} + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux ~x64-macos"