public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:dev commit in: sys-cluster/usort/
@ 2022-05-25 12:17 Alessandro Barbieri
  0 siblings, 0 replies; 3+ messages in thread
From: Alessandro Barbieri @ 2022-05-25 12:17 UTC (permalink / raw
  To: gentoo-commits

commit:     349377470e40af8fb7037da0f92d260eb330de7f
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Wed May 25 11:58:57 2022 +0000
Commit:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Wed May 25 12:17:52 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=34937747

sys-cluster/usort: fix patching

Closes: https://bugs.gentoo.org/847337
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>

 sys-cluster/usort/usort-0_pre20211230.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/sys-cluster/usort/usort-0_pre20211230.ebuild b/sys-cluster/usort/usort-0_pre20211230.ebuild
index c0c077b1d..503dbcb30 100644
--- a/sys-cluster/usort/usort-0_pre20211230.ebuild
+++ b/sys-cluster/usort/usort-0_pre20211230.ebuild
@@ -28,6 +28,8 @@ PATCHES=(
 
 src_prepare() {
 	dos2unix CMakeLists.txt || die
+	dos2unix include/seqUtils.h || die
+	dos2unix include/seqUtils.tcc || die
 	cmake_src_prepare
 }
 


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

* [gentoo-commits] repo/proj/guru:dev commit in: sys-cluster/usort/
@ 2022-05-28 12:53 Alessandro Barbieri
  0 siblings, 0 replies; 3+ messages in thread
From: Alessandro Barbieri @ 2022-05-28 12:53 UTC (permalink / raw
  To: gentoo-commits

commit:     d9bcd3ab50f31d45600639dfa718ad31d4f0f87f
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Sat May 28 12:36:40 2022 +0000
Commit:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Sat May 28 12:53:31 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d9bcd3ab

sys-cluster/usort: add subslot

Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>

 sys-cluster/usort/Manifest                                              | 2 +-
 .../usort/{usort-0_pre20211230.ebuild => usort-0_pre20211230-r1.ebuild} | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-cluster/usort/Manifest b/sys-cluster/usort/Manifest
index 71cc02443..7b691dce4 100644
--- a/sys-cluster/usort/Manifest
+++ b/sys-cluster/usort/Manifest
@@ -1 +1 @@
-DIST usort-0_pre20211230.tar.gz 36255 BLAKE2B 1137c96141c3bdd26cdddb650224ae276e88eac2f8190210ba9673030f7867f110411040ba4415821fef9b85f1af737f3e880ab15ded164fe3cd8135fcf9d725 SHA512 82474b33e0c74d6ce78a4e34bbbbb0e666646a708bbd56b298e3ae054c0c9682bfe6ea126f4f88c7047ad34eb1bc8aec6936f5cfb867dd5b3254052361b397ea
+DIST usort-0_pre20211230-r1.tar.gz 36255 BLAKE2B 1137c96141c3bdd26cdddb650224ae276e88eac2f8190210ba9673030f7867f110411040ba4415821fef9b85f1af737f3e880ab15ded164fe3cd8135fcf9d725 SHA512 82474b33e0c74d6ce78a4e34bbbbb0e666646a708bbd56b298e3ae054c0c9682bfe6ea126f4f88c7047ad34eb1bc8aec6936f5cfb867dd5b3254052361b397ea

diff --git a/sys-cluster/usort/usort-0_pre20211230.ebuild b/sys-cluster/usort/usort-0_pre20211230-r1.ebuild
similarity index 98%
rename from sys-cluster/usort/usort-0_pre20211230.ebuild
rename to sys-cluster/usort/usort-0_pre20211230-r1.ebuild
index 31b9b5e79..6c69114f1 100644
--- a/sys-cluster/usort/usort-0_pre20211230.ebuild
+++ b/sys-cluster/usort/usort-0_pre20211230-r1.ebuild
@@ -15,7 +15,7 @@ S="${WORKDIR}/${PN}-${COMMIT}"
 KEYWORDS="~amd64"
 LICENSE='MIT'
 IUSE=""
-SLOT="0"
+SLOT="0/${PV}"
 
 DEPEND="virtual/mpi"
 RDEPEND="${DEPEND}"


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

* [gentoo-commits] repo/proj/guru:dev commit in: sys-cluster/usort/
@ 2022-05-29  8:03 Alessandro Barbieri
  0 siblings, 0 replies; 3+ messages in thread
From: Alessandro Barbieri @ 2022-05-29  8:03 UTC (permalink / raw
  To: gentoo-commits

commit:     7fc8001d85472eb73514e0ead7c33cb6bd447c3e
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Sun May 29 07:55:40 2022 +0000
Commit:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Sun May 29 07:55:40 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7fc8001d

sys-cluster/usort: fix patching

Closes: https://bugs.gentoo.org/848024
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>

 sys-cluster/usort/usort-0_pre20211230-r1.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sys-cluster/usort/usort-0_pre20211230-r1.ebuild b/sys-cluster/usort/usort-0_pre20211230-r1.ebuild
index 6c69114f1..67b6f1b19 100644
--- a/sys-cluster/usort/usort-0_pre20211230-r1.ebuild
+++ b/sys-cluster/usort/usort-0_pre20211230-r1.ebuild
@@ -31,6 +31,7 @@ src_prepare() {
 	dos2unix CMakeLists.txt || die
 	dos2unix include/seqUtils.h || die
 	dos2unix include/seqUtils.tcc || die
+	dos2unix include/ompUtils.tcc || die
 	cmake_src_prepare
 }
 


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

end of thread, other threads:[~2022-05-29  8:03 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-05-29  8:03 [gentoo-commits] repo/proj/guru:dev commit in: sys-cluster/usort/ Alessandro Barbieri
  -- strict thread matches above, loose matches on Subject: below --
2022-05-28 12:53 Alessandro Barbieri
2022-05-25 12:17 Alessandro Barbieri

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