summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuilherme Amadio <amadio@gentoo.org>2023-10-26 09:16:02 +0200
committerGuilherme Amadio <amadio@gentoo.org>2023-10-27 08:42:15 +0200
commit57dfbc0057f729649ac11a4094c71bb23ef505a4 (patch)
treeadea36ce36b726da865741cf31cf49709ae19887
parentsci-physics/root: add 6.28.08 (diff)
downloadgentoo-57dfbc0057f729649ac11a4094c71bb23ef505a4.tar.gz
gentoo-57dfbc0057f729649ac11a4094c71bb23ef505a4.tar.bz2
gentoo-57dfbc0057f729649ac11a4094c71bb23ef505a4.zip
dev-libs/vc: add 1.4.4
Signed-off-by: Guilherme Amadio <amadio@gentoo.org>
-rw-r--r--dev-libs/vc/Manifest1
-rw-r--r--dev-libs/vc/vc-1.4.4.ebuild15
2 files changed, 16 insertions, 0 deletions
diff --git a/dev-libs/vc/Manifest b/dev-libs/vc/Manifest
index 2e4c48676154..4feb0a18631f 100644
--- a/dev-libs/vc/Manifest
+++ b/dev-libs/vc/Manifest
@@ -1 +1,2 @@
DIST vc-1.4.3.tar.gz 640398 BLAKE2B 18a5bf346b433c08b565fe4e39395f2126fff47561651d5adba677de40c50e1f1d26cef2ae6ee7f9e18f4334116aa1ad3c0bff923c61494a4ccac4d7ac2d1991 SHA512 7c0c4ccf8c7c4585334482135f2daf1a5bc088114b880093893583bdcea1fbfcec02485da6059304c510c8b1bb1b768ef04fd7ac8ccb21b9ebbad5d0d5babaef
+DIST vc-1.4.4.tar.gz 645346 BLAKE2B 0131f6e96d4285b0ff0519206115f431e5dcc336358f045c5260dff62dbeda5a10500cfc0a333abe2ffd4c7dfd2e5b29452a68458dc3dd552a89fce30b7c4b68 SHA512 b8aa0a45637dd1e0cc23f074d023b677aab570dd4a78cff94e4c2d832afb841c1b421077ae9c848a40aa4beb50ed2e31fdf075738496856ff8fe3ea1d0acba07
diff --git a/dev-libs/vc/vc-1.4.4.ebuild b/dev-libs/vc/vc-1.4.4.ebuild
new file mode 100644
index 000000000000..07cfd7ab2726
--- /dev/null
+++ b/dev-libs/vc/vc-1.4.4.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2023 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"