* [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/sha1-polyml/
@ 2015-11-13 9:37 Justin Lecher
0 siblings, 0 replies; 7+ messages in thread
From: Justin Lecher @ 2015-11-13 9:37 UTC (permalink / raw
To: gentoo-commits
commit: 68f5f806a26ddee80ee9b50d57d36f44fdd14080
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 13 09:37:01 2015 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Fri Nov 13 09:37:01 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68f5f806
sci-mathematics/sha1-polyml: Make var declaration globally
Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=565650
Package-Manager: portage-2.2.23
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
sci-mathematics/sha1-polyml/metadata.xml | 12 ++++++------
sci-mathematics/sha1-polyml/sha1-polyml-5.5.0.ebuild | 6 +++---
2 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/sci-mathematics/sha1-polyml/metadata.xml b/sci-mathematics/sha1-polyml/metadata.xml
index c3a2e90..50a414f 100644
--- a/sci-mathematics/sha1-polyml/metadata.xml
+++ b/sci-mathematics/sha1-polyml/metadata.xml
@@ -1,12 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<maintainer>
- <email>gienah@gentoo.org</email>
- <name>Mark Wright</name>
-</maintainer>
-<herd>sci-mathematics</herd>
-<longdescription lang='en'>
+ <maintainer>
+ <email>gienah@gentoo.org</email>
+ <name>Mark Wright</name>
+ </maintainer>
+ <herd>sci-mathematics</herd>
+ <longdescription lang="en">
sci-mathematics/sha1-polyml is the implementation of SHA1 taken from
the GNU coreutils package as described in the sci-mathematics/sha1-polyml
README. It is required by sci-mathematics/isabelle.
diff --git a/sci-mathematics/sha1-polyml/sha1-polyml-5.5.0.ebuild b/sci-mathematics/sha1-polyml/sha1-polyml-5.5.0.ebuild
index a5d6856..1aaf428 100644
--- a/sci-mathematics/sha1-polyml/sha1-polyml-5.5.0.ebuild
+++ b/sci-mathematics/sha1-polyml/sha1-polyml-5.5.0.ebuild
@@ -60,11 +60,11 @@ src_prepare() {
}
src_compile() {
- local arch=$(uname -m)
- local uos=$(uname)
+ arch=$(uname -m)
+ uos=$(uname)
# Switch to ,, when we switch to EAPI=6.
#local los=${uos,,}
- local los=$(tr '[:upper:]' '[:lower:]' <<<"${uos}")
+ los=$(tr '[:upper:]' '[:lower:]' <<<"${uos}")
./build "${arch}-${los}" || die "build failed"
}
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/sha1-polyml/
@ 2021-05-29 19:03 David Seifert
0 siblings, 0 replies; 7+ messages in thread
From: David Seifert @ 2021-05-29 19:03 UTC (permalink / raw
To: gentoo-commits
commit: ff25beef18eda71b7f66acb49777a6d4f4328aaa
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat May 29 19:02:51 2021 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat May 29 19:02:51 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff25beef
sci-mathematics/sha1-polyml: ebuild tidying
Package-Manager: Portage-3.0.18-prefix, Repoman-3.0.3
Signed-off-by: Sam James <sam <AT> gentoo.org>
Signed-off-by: David Seifert <soap <AT> gentoo.org>
sci-mathematics/sha1-polyml/sha1-polyml-5.6_p1.ebuild | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/sci-mathematics/sha1-polyml/sha1-polyml-5.6_p1.ebuild b/sci-mathematics/sha1-polyml/sha1-polyml-5.6_p1.ebuild
index 66505a9d8b1..20d02506c3c 100644
--- a/sci-mathematics/sha1-polyml/sha1-polyml-5.6_p1.ebuild
+++ b/sci-mathematics/sha1-polyml/sha1-polyml-5.6_p1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="6"
@@ -16,7 +16,6 @@ SRC_URI="http://isabelle.in.tum.de/components/${MY_P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE=""
RDEPEND=""
DEPEND="${RDEPEND}"
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/sha1-polyml/
@ 2021-06-11 0:29 Sam James
0 siblings, 0 replies; 7+ messages in thread
From: Sam James @ 2021-06-11 0:29 UTC (permalink / raw
To: gentoo-commits
commit: e7e3d272e72de86480a4eb28d908d5f4dc2a3e79
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 11 00:22:35 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Jun 11 00:29:10 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7e3d272
sci-mathematics/sha1-polyml: fix VariableScope (ROOT)
Signed-off-by: Sam James <sam <AT> gentoo.org>
sci-mathematics/sha1-polyml/sha1-polyml-5.6_p1.ebuild | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/sci-mathematics/sha1-polyml/sha1-polyml-5.6_p1.ebuild b/sci-mathematics/sha1-polyml/sha1-polyml-5.6_p1.ebuild
index 20d02506c3c..a76fba86296 100644
--- a/sci-mathematics/sha1-polyml/sha1-polyml-5.6_p1.ebuild
+++ b/sci-mathematics/sha1-polyml/sha1-polyml-5.6_p1.ebuild
@@ -53,7 +53,8 @@ src_test() {
src_install() {
dodoc README
- local ld="${ROOT}usr/"$(get_libdir)"/${PN}"
+
+ local ld="${EPREFIX%/}/usr/$(get_libdir)/${PN}"
dodir ${ld}
exeinto ${ld}
doexe libsha1.so
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/sha1-polyml/
@ 2022-08-26 9:11 Andrew Ammerlaan
0 siblings, 0 replies; 7+ messages in thread
From: Andrew Ammerlaan @ 2022-08-26 9:11 UTC (permalink / raw
To: gentoo-commits
commit: 84edcc4433161a222f8c58f616b3ec55a72e5084
Author: Petr Vaněk <arkamar <AT> atlas <DOT> cz>
AuthorDate: Thu Aug 25 21:41:04 2022 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Fri Aug 26 09:11:28 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84edcc44
sci-mathematics/sha1-polyml: Update package metadata
- Fix indentation
- Use <pkg> tags in <longdescription>
- Remove note about sci-mathematics/isabelle package which is not in the
tree since commit 7d2aafd09b8f ("sci-mathematics/isabelle: Remove
last-rited pkg")
Signed-off-by: Petr Vaněk <arkamar <AT> atlas.cz>
Closes: https://github.com/gentoo/gentoo/pull/27020
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
sci-mathematics/sha1-polyml/metadata.xml | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/sci-mathematics/sha1-polyml/metadata.xml b/sci-mathematics/sha1-polyml/metadata.xml
index 1c58775689e2..f593001d1839 100644
--- a/sci-mathematics/sha1-polyml/metadata.xml
+++ b/sci-mathematics/sha1-polyml/metadata.xml
@@ -10,8 +10,8 @@
<name>Gentoo Mathematics Project</name>
</maintainer>
<longdescription lang="en">
-sci-mathematics/sha1-polyml is the implementation of SHA1 taken from
-the GNU coreutils package as described in the sci-mathematics/sha1-polyml
-README. It is required by sci-mathematics/isabelle.
-</longdescription>
+ <pkg>sci-mathematics/sha1-polyml</pkg> is the implementation of SHA1 taken from
+ the GNU coreutils package as described in the <pkg>sci-mathematics/sha1-polyml</pkg>
+ README.
+ </longdescription>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/sha1-polyml/
@ 2022-08-26 9:11 Andrew Ammerlaan
0 siblings, 0 replies; 7+ messages in thread
From: Andrew Ammerlaan @ 2022-08-26 9:11 UTC (permalink / raw
To: gentoo-commits
commit: 7ef0bccddedc1d4299db077b8e0633f72ca64f94
Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 26 09:10:20 2022 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Fri Aug 26 09:11:29 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ef0bccd
sci-mathematics/sha1-polyml: add 5.9
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
sci-mathematics/sha1-polyml/Manifest | 1 +
sci-mathematics/sha1-polyml/sha1-polyml-5.9.ebuild | 56 ++++++++++++++++++++++
2 files changed, 57 insertions(+)
diff --git a/sci-mathematics/sha1-polyml/Manifest b/sci-mathematics/sha1-polyml/Manifest
index 1c96d60f6037..a52585dc8b64 100644
--- a/sci-mathematics/sha1-polyml/Manifest
+++ b/sci-mathematics/sha1-polyml/Manifest
@@ -1 +1,2 @@
DIST polyml-5.6-1.tar.gz 22041657 BLAKE2B c097dda273b12dfe013706e5fa313f210f1f0bf6b32766db6e459ce1bca46f93504baef3d7644922c60d119431d659cbd69d8cd273fcc94609eadff058d3cb9b SHA512 3107f4a5b17283dc3873b0ecf7eb1c607c42e14e859b50345b666f19412a2592e359ea29f03e56d390491e9104a71e0bf80eb39884f51d8724b37f8f935fa7d2
+DIST polyml-5.9.tar.gz 30801508 BLAKE2B d9a12b4a9734d2d663947e8699e6813b9c5f0a85f7527ebd73d578559ed4432a51ed8542733213c137c8235a2f6eebc28af77570c42234220d2993169340fd16 SHA512 da03c0759d633814b860fdc4051a010882b187444c0de1375f90e02ce26cb5e09cbbb48445da9f7d84d8af92352efcd9b509e863a915517e90e3fa6147bcbd0a
diff --git a/sci-mathematics/sha1-polyml/sha1-polyml-5.9.ebuild b/sci-mathematics/sha1-polyml/sha1-polyml-5.9.ebuild
new file mode 100644
index 000000000000..3ba8223e0408
--- /dev/null
+++ b/sci-mathematics/sha1-polyml/sha1-polyml-5.9.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit toolchain-funcs
+
+MY_PN="polyml"
+MY_P="${MY_PN}-${PV}"
+
+DESCRIPTION="implementation of SHA1 is taken from the GNU coreutils package"
+HOMEPAGE="https://isabelle.in.tum.de/"
+SRC_URI="https://isabelle.in.tum.de/components/${MY_P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+S="${WORKDIR}/${MY_P}/sha1"
+
+# sci-mathematics/isabelle requires sci-mathematics/sha1-polyml, to avoid
+# this warning:
+# ### load_lib </usr/bin/libsha1.so> : /usr/bin/libsha1.so: cannot open shared
+# object file: No such file or directory
+# ### Using slow ML implementation of SHA1.digest
+# sci-mathematics/sha1-polyml supplies the library libsha1.so. Which
+# is the implementation of SHA1 taken from the GNU coreutils package
+# as described in the sci-mathematics/sha1-polyml README. Isabelle
+# builds libsha1.so in the contrib/polyml/$ML_PLATFORM directory.
+# isabelle dynamically loads libsha1.so as a plugin. The Isabelle-2012
+# linux binary bundle places libsha1.so in the contrib/polyml directory, which
+# is referred to as ML_HOME in the Isabelle Pure/General/sha1_polyml.ML source file.
+# ML_HOME is /usr/bin on Gentoo, and we want isabelle to depend o sha1-polyml.
+# For these reasons isabelle is patched to load it from
+# /usr/$(get_libdir)/sha1-polyml/libsha1.so
+
+src_compile() {
+ $(tc-getCC) \
+ ${CPPFLAGS} ${CFLAGS} ${LDFLAGS} -I. -fPIC -shared \
+ -o libsha1.so sha1.c || die "compile libsha1.so failed"
+ $(tc-getCC) \
+ ${CPPFLAGS} ${CFLAGS} ${LDFLAGS} -I. \
+ -o test_sha1 test_sha1.c -ldl || die "compile test_sha1 failed"
+}
+
+src_test() {
+ ./test_sha1 ./libsha1.so || die "tests failed"
+}
+
+src_install() {
+ dodoc README
+
+ local ld="${EPREFIX}/usr/$(get_libdir)/${PN}"
+ exeinto "${ld}"
+ doexe libsha1.so
+}
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/sha1-polyml/
@ 2022-08-26 9:27 Andrew Ammerlaan
0 siblings, 0 replies; 7+ messages in thread
From: Andrew Ammerlaan @ 2022-08-26 9:27 UTC (permalink / raw
To: gentoo-commits
commit: 265bdfe9fadad9cadcc320be7b420c30a0d25cd4
Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 26 09:26:37 2022 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Fri Aug 26 09:26:43 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=265bdfe9
sci-mathematics/sha1-polyml: avoid distfile conflict with dev-lang/polyml
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
sci-mathematics/sha1-polyml/Manifest | 2 +-
sci-mathematics/sha1-polyml/sha1-polyml-5.9.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/sci-mathematics/sha1-polyml/Manifest b/sci-mathematics/sha1-polyml/Manifest
index a52585dc8b64..2988fb9f62e4 100644
--- a/sci-mathematics/sha1-polyml/Manifest
+++ b/sci-mathematics/sha1-polyml/Manifest
@@ -1,2 +1,2 @@
DIST polyml-5.6-1.tar.gz 22041657 BLAKE2B c097dda273b12dfe013706e5fa313f210f1f0bf6b32766db6e459ce1bca46f93504baef3d7644922c60d119431d659cbd69d8cd273fcc94609eadff058d3cb9b SHA512 3107f4a5b17283dc3873b0ecf7eb1c607c42e14e859b50345b666f19412a2592e359ea29f03e56d390491e9104a71e0bf80eb39884f51d8724b37f8f935fa7d2
-DIST polyml-5.9.tar.gz 30801508 BLAKE2B d9a12b4a9734d2d663947e8699e6813b9c5f0a85f7527ebd73d578559ed4432a51ed8542733213c137c8235a2f6eebc28af77570c42234220d2993169340fd16 SHA512 da03c0759d633814b860fdc4051a010882b187444c0de1375f90e02ce26cb5e09cbbb48445da9f7d84d8af92352efcd9b509e863a915517e90e3fa6147bcbd0a
+DIST sha1-polyml-5.9.tar.gz 30801508 BLAKE2B d9a12b4a9734d2d663947e8699e6813b9c5f0a85f7527ebd73d578559ed4432a51ed8542733213c137c8235a2f6eebc28af77570c42234220d2993169340fd16 SHA512 da03c0759d633814b860fdc4051a010882b187444c0de1375f90e02ce26cb5e09cbbb48445da9f7d84d8af92352efcd9b509e863a915517e90e3fa6147bcbd0a
diff --git a/sci-mathematics/sha1-polyml/sha1-polyml-5.9.ebuild b/sci-mathematics/sha1-polyml/sha1-polyml-5.9.ebuild
index 3ba8223e0408..184196977413 100644
--- a/sci-mathematics/sha1-polyml/sha1-polyml-5.9.ebuild
+++ b/sci-mathematics/sha1-polyml/sha1-polyml-5.9.ebuild
@@ -10,7 +10,7 @@ MY_P="${MY_PN}-${PV}"
DESCRIPTION="implementation of SHA1 is taken from the GNU coreutils package"
HOMEPAGE="https://isabelle.in.tum.de/"
-SRC_URI="https://isabelle.in.tum.de/components/${MY_P}.tar.gz"
+SRC_URI="https://isabelle.in.tum.de/components/${MY_P}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/sha1-polyml/
@ 2022-08-30 18:26 Andreas Sturmlechner
0 siblings, 0 replies; 7+ messages in thread
From: Andreas Sturmlechner @ 2022-08-30 18:26 UTC (permalink / raw
To: gentoo-commits
commit: 20c9a65d2161e59dcaf633ac3a2fb6865fb3302e
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 30 18:18:06 2022 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Aug 30 18:26:26 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20c9a65d
sci-mathematics/sha1-polyml: drop 5.6_p1, EAPI-6--
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
sci-mathematics/sha1-polyml/Manifest | 1 -
.../sha1-polyml/sha1-polyml-5.6_p1.ebuild | 61 ----------------------
2 files changed, 62 deletions(-)
diff --git a/sci-mathematics/sha1-polyml/Manifest b/sci-mathematics/sha1-polyml/Manifest
index 2988fb9f62e4..d4ff3f4ccbf4 100644
--- a/sci-mathematics/sha1-polyml/Manifest
+++ b/sci-mathematics/sha1-polyml/Manifest
@@ -1,2 +1 @@
-DIST polyml-5.6-1.tar.gz 22041657 BLAKE2B c097dda273b12dfe013706e5fa313f210f1f0bf6b32766db6e459ce1bca46f93504baef3d7644922c60d119431d659cbd69d8cd273fcc94609eadff058d3cb9b SHA512 3107f4a5b17283dc3873b0ecf7eb1c607c42e14e859b50345b666f19412a2592e359ea29f03e56d390491e9104a71e0bf80eb39884f51d8724b37f8f935fa7d2
DIST sha1-polyml-5.9.tar.gz 30801508 BLAKE2B d9a12b4a9734d2d663947e8699e6813b9c5f0a85f7527ebd73d578559ed4432a51ed8542733213c137c8235a2f6eebc28af77570c42234220d2993169340fd16 SHA512 da03c0759d633814b860fdc4051a010882b187444c0de1375f90e02ce26cb5e09cbbb48445da9f7d84d8af92352efcd9b509e863a915517e90e3fa6147bcbd0a
diff --git a/sci-mathematics/sha1-polyml/sha1-polyml-5.6_p1.ebuild b/sci-mathematics/sha1-polyml/sha1-polyml-5.6_p1.ebuild
deleted file mode 100644
index a76fba862963..000000000000
--- a/sci-mathematics/sha1-polyml/sha1-polyml-5.6_p1.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-
-inherit multilib toolchain-funcs
-
-MY_PN="polyml"
-MY_PV="5.6-1"
-MY_P="${MY_PN}-${MY_PV}"
-
-DESCRIPTION="implementation of SHA1 is taken from the GNU coreutils package"
-HOMEPAGE="http://isabelle.in.tum.de/"
-SRC_URI="http://isabelle.in.tum.de/components/${MY_P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND=""
-DEPEND="${RDEPEND}"
-
-S="${WORKDIR}/${MY_P}/sha1"
-
-# sci-mathematics/isabelle requires sci-mathematics/sha1-polyml, to avoid
-# this warning:
-# ### load_lib </usr/bin/libsha1.so> : /usr/bin/libsha1.so: cannot open shared
-# object file: No such file or directory
-# ### Using slow ML implementation of SHA1.digest
-# sci-mathematics/sha1-polyml supplies the library libsha1.so. Which
-# is the implementation of SHA1 taken from the GNU coreutils package
-# as described in the sci-mathematics/sha1-polyml README. Isabelle
-# builds libsha1.so in the contrib/polyml/$ML_PLATFORM directory.
-# isabelle dynamically loads libsha1.so as a plugin. The Isabelle-2012
-# linux binary bundle places libsha1.so in the contrib/polyml directory, which
-# is referred to as ML_HOME in the Isabelle Pure/General/sha1_polyml.ML source file.
-# ML_HOME is /usr/bin on Gentoo, and we want isabelle to depend o sha1-polyml.
-# For these reasons isabelle is patched to load it from
-# /usr/$(get_libdir)/sha1-polyml/libsha1.so
-
-src_compile() {
- $(tc-getCC) \
- ${CPPFLAGS} ${CFLAGS} ${LDFLAGS} -I. -fPIC -shared \
- -o libsha1.so sha1.c || die "compile libsha1.so failed"
- $(tc-getCC) \
- ${CPPFLAGS} ${CFLAGS} ${LDFLAGS} -I. \
- -o test_sha1 test_sha1.c -ldl || die "compile test_sha1 failed"
-}
-
-src_test() {
- ./test_sha1 ./libsha1.so || die "tests failed"
-}
-
-src_install() {
- dodoc README
-
- local ld="${EPREFIX%/}/usr/$(get_libdir)/${PN}"
- dodir ${ld}
- exeinto ${ld}
- doexe libsha1.so
-}
^ permalink raw reply related [flat|nested] 7+ messages in thread
end of thread, other threads:[~2022-08-30 18:26 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-08-26 9:11 [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/sha1-polyml/ Andrew Ammerlaan
-- strict thread matches above, loose matches on Subject: below --
2022-08-30 18:26 Andreas Sturmlechner
2022-08-26 9:27 Andrew Ammerlaan
2022-08-26 9:11 Andrew Ammerlaan
2021-06-11 0:29 Sam James
2021-05-29 19:03 David Seifert
2015-11-13 9:37 Justin Lecher
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox