public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-libs/psimd/
@ 2022-05-10  7:31 Alfredo Tupone
  0 siblings, 0 replies; 3+ messages in thread
From: Alfredo Tupone @ 2022-05-10  7:31 UTC (permalink / raw
  To: gentoo-commits

commit:     1da90694c1c8dffaa0be1a1f1e9a02661e457eb5
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Tue May 10 07:31:09 2022 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Tue May 10 07:31:09 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1da90694

dev-libs/psimd: add to tree

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>

 dev-libs/psimd/Manifest                |  1 +
 dev-libs/psimd/metadata.xml            | 11 +++++++++++
 dev-libs/psimd/psimd-2020.05.17.ebuild | 21 +++++++++++++++++++++
 3 files changed, 33 insertions(+)

diff --git a/dev-libs/psimd/Manifest b/dev-libs/psimd/Manifest
new file mode 100644
index 000000000000..b65b0fdec6e7
--- /dev/null
+++ b/dev-libs/psimd/Manifest
@@ -0,0 +1 @@
+DIST psimd-2020.05.17.tar.gz 6825 BLAKE2B db255d2a62ffa320b1e190a7a9ac923d812e918a72ce8ecfeeb926709ece92d05497430196b0fc833d910b9d24bf0140d20bcce1de695e1c39211158440608db SHA512 a18faea093423dd9fe19ece8b228e011dccce0a2a22222f777ea19b023a13173966d4a8aea01147e8fc58de5d39cffcedeb2221a1572ae52bd5aba1295f86a94

diff --git a/dev-libs/psimd/metadata.xml b/dev-libs/psimd/metadata.xml
new file mode 100644
index 000000000000..d9ac1bf2f5d8
--- /dev/null
+++ b/dev-libs/psimd/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>tupone@gentoo.org</email>
+		<name>Tupone Alfredo</name>
+	</maintainer>
+	<upstream>
+		<remote-id type="github">Maratyszcza/psimd</remote-id>
+	</upstream>
+</pkgmetadata>

diff --git a/dev-libs/psimd/psimd-2020.05.17.ebuild b/dev-libs/psimd/psimd-2020.05.17.ebuild
new file mode 100644
index 000000000000..95bc6cfe3168
--- /dev/null
+++ b/dev-libs/psimd/psimd-2020.05.17.ebuild
@@ -0,0 +1,21 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+inherit cmake
+
+CommitId=072586a71b55b7f8c584153d223e95687148a900
+DESCRIPTION="P(ortable) SIMD"
+HOMEPAGE="https://github.com/Maratyszcza/psimd/"
+SRC_URI="https://github.com/Maratyszcza/${PN}/archive/${CommitId}.tar.gz
+	-> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+DEPEND=""
+RDEPEND="${DEPEND}"
+BDEPEND=""
+
+S="${WORKDIR}"/${PN}-${CommitId}


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-libs/psimd/
@ 2024-11-28 18:49 Alfredo Tupone
  0 siblings, 0 replies; 3+ messages in thread
From: Alfredo Tupone @ 2024-11-28 18:49 UTC (permalink / raw
  To: gentoo-commits

commit:     6a1c8c6d0f371a4414ec0d0fc3c16316bced5d03
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 28 18:31:02 2024 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Thu Nov 28 18:47:14 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a1c8c6d

dev-libs/psimd: VariableOrderWrong

Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>

 dev-libs/psimd/psimd-2020.05.17.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-libs/psimd/psimd-2020.05.17.ebuild b/dev-libs/psimd/psimd-2020.05.17.ebuild
index ac9abecb7884..9f63b8b86296 100644
--- a/dev-libs/psimd/psimd-2020.05.17.ebuild
+++ b/dev-libs/psimd/psimd-2020.05.17.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2022-2023 Gentoo Authors
+# Copyright 2022-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -10,8 +10,8 @@ HOMEPAGE="https://github.com/Maratyszcza/psimd/"
 SRC_URI="https://github.com/Maratyszcza/${PN}/archive/${CommitId}.tar.gz
 	-> ${P}.tar.gz"
 
+S="${WORKDIR}"/${PN}-${CommitId}
+
 LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~amd64"
-
-S="${WORKDIR}"/${PN}-${CommitId}


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-libs/psimd/
@ 2025-03-02 13:51 Alfredo Tupone
  0 siblings, 0 replies; 3+ messages in thread
From: Alfredo Tupone @ 2025-03-02 13:51 UTC (permalink / raw
  To: gentoo-commits

commit:     80a782655a4cf4420528a67e64cf65a624515764
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Sun Mar  2 13:45:56 2025 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Sun Mar  2 13:50:26 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80a78265

dev-libs/psimd: keyword 2020.05.17 for ~arm64

Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>

 dev-libs/psimd/psimd-2020.05.17.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-libs/psimd/psimd-2020.05.17.ebuild b/dev-libs/psimd/psimd-2020.05.17.ebuild
index 9f63b8b86296..32f0fd32edcb 100644
--- a/dev-libs/psimd/psimd-2020.05.17.ebuild
+++ b/dev-libs/psimd/psimd-2020.05.17.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2022-2024 Gentoo Authors
+# Copyright 2022-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -14,4 +14,4 @@ S="${WORKDIR}"/${PN}-${CommitId}
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~arm64"


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2025-03-02 13:51 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-03-02 13:51 [gentoo-commits] repo/gentoo:master commit in: dev-libs/psimd/ Alfredo Tupone
  -- strict thread matches above, loose matches on Subject: below --
2024-11-28 18:49 Alfredo Tupone
2022-05-10  7:31 Alfredo Tupone

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox