diff options
author | V3n3RiX <venerix@koprulu.sector> | 2022-08-30 22:49:20 +0100 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2022-08-30 22:49:20 +0100 |
commit | 6cef603bfc4353c863a1a0b460a0aa882d2dc51c (patch) | |
tree | 1df444f2d99f097ae87a3481221283e70dec2163 /sci-mathematics/sha1-polyml | |
parent | b33c907ab2c29be7bd04369bc2e3f5dd0b109697 (diff) |
gentoo auto-resync : 30:08:2022 - 22:49:20
Diffstat (limited to 'sci-mathematics/sha1-polyml')
-rw-r--r-- | sci-mathematics/sha1-polyml/Manifest | 2 | ||||
-rw-r--r-- | sci-mathematics/sha1-polyml/sha1-polyml-5.6_p1.ebuild | 61 |
2 files changed, 0 insertions, 63 deletions
diff --git a/sci-mathematics/sha1-polyml/Manifest b/sci-mathematics/sha1-polyml/Manifest index 83eebc3ba555..f43cc4fbd438 100644 --- a/sci-mathematics/sha1-polyml/Manifest +++ b/sci-mathematics/sha1-polyml/Manifest @@ -1,5 +1,3 @@ -DIST polyml-5.6-1.tar.gz 22041657 BLAKE2B c097dda273b12dfe013706e5fa313f210f1f0bf6b32766db6e459ce1bca46f93504baef3d7644922c60d119431d659cbd69d8cd273fcc94609eadff058d3cb9b SHA512 3107f4a5b17283dc3873b0ecf7eb1c607c42e14e859b50345b666f19412a2592e359ea29f03e56d390491e9104a71e0bf80eb39884f51d8724b37f8f935fa7d2 DIST sha1-polyml-5.9.tar.gz 30801508 BLAKE2B d9a12b4a9734d2d663947e8699e6813b9c5f0a85f7527ebd73d578559ed4432a51ed8542733213c137c8235a2f6eebc28af77570c42234220d2993169340fd16 SHA512 da03c0759d633814b860fdc4051a010882b187444c0de1375f90e02ce26cb5e09cbbb48445da9f7d84d8af92352efcd9b509e863a915517e90e3fa6147bcbd0a -EBUILD sha1-polyml-5.6_p1.ebuild 1903 BLAKE2B 96d2cce56fd919dfc19b90aee63621083cd22994649f32809f1e4b7c0371ac4a4703ecb28e4627cb2afb58d5a2eb16c9803881faa4f08a9d257bf632b8c2a3e6 SHA512 f9b5b23f1a4341f7341537c318a4b835f2acdacc3bf7529d57a3b10fca6e985589b29a10287d93403550d1043559d76bc083e85eb3e788d4eb32c7ea1eca501a EBUILD sha1-polyml-5.9.ebuild 1847 BLAKE2B 2dc294db23276cd95dd8bded6b8ea4759332efb48b281e63bdc558794d25b2d2e09c8505b0c07029d02aef12f69c1cbbf5f768bab04ae7b5e764404afa4d0407 SHA512 e0ef038e23cdccbcacd69b55f3c659e5b9057b9f2bdfb500ad08edb7535a9624121fe886cb6269f48d95a28dd731572fddcd4b9bb3cfc499018ede7165f4db25 MISC metadata.xml 623 BLAKE2B 10d6f0f7075ed5fe3a84cf2b627a7db2fa99c661c6dba20e0e6a679cb91ff1d2bb2350fa4a53dcb03e44524664d911a1543cf79fd24888c17fa129125023452e SHA512 5c7cfa0defde48b45a36e672bea4de0e4d335c397e1627b195b6eaaa249502bd6e62e9ae727ade2489d60878125e3d29b5948c0ad83691d15870b86fa0d2a82a 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 -} |