diff options
author | V3n3RiX <venerix@koprulu.sector> | 2023-01-14 05:50:43 +0000 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2023-01-14 05:50:43 +0000 |
commit | 3a60b38f14fa81df8e18aa67d1634fbffca17d14 (patch) | |
tree | 2db4eb443cdf196f01a18d0c053ff46d6bd5626d /sci-mathematics/yices2 | |
parent | ea8740cede74808fe1546789e18738612217bb97 (diff) |
gentoo auto-resync : 14:01:2023 - 05:50:42
Diffstat (limited to 'sci-mathematics/yices2')
-rw-r--r-- | sci-mathematics/yices2/Manifest | 2 | ||||
-rw-r--r-- | sci-mathematics/yices2/yices2-2.6.4-r1.ebuild (renamed from sci-mathematics/yices2/yices2-2.6.4.ebuild) | 4 |
2 files changed, 4 insertions, 2 deletions
diff --git a/sci-mathematics/yices2/Manifest b/sci-mathematics/yices2/Manifest index 8203107f8a07..81c424e29c16 100644 --- a/sci-mathematics/yices2/Manifest +++ b/sci-mathematics/yices2/Manifest @@ -1,3 +1,3 @@ DIST Yices-2.6.4.tar.gz 10186909 BLAKE2B 1c4b6297fd59924e9d99b9e17eb4b42e9bfbc24dcd56631beb9b72103c91578eb72b90cb9e228a5e9d489efc520a2e1d41185e9c3f4a8c43fc93f8dabba7414d SHA512 d8102c41fda0e200fd1336ae317b516d2797d10c187b8f7aecf0c9b08b4b487b90bef8c358099b2da51c0367326939f9610fd4e6d5a41a392cf1114bd04b8763 -EBUILD yices2-2.6.4.ebuild 741 BLAKE2B e1d7f1a4032bbd2d1079dc03817c87493da9ed284de22e3cfab9873ee975257eb005a395175d20acbfe4e76047da3598b082b502baf8510e067acc9d484d9f62 SHA512 f955e611c3394cb6773ec7172dfe1c2628247fee7ee3d77d4255914783eda78f1c16cf82422889db366714d6c82511610d231d5eef9059e4fb2bee5a9b0d00f1 +EBUILD yices2-2.6.4-r1.ebuild 790 BLAKE2B e147e96b0a036c2225625ad6fe1de42f1b480a9a2c265a4071dcd0ce1394c5f6c78b14f43bccbb2603d13780fece7cc009f8fbd1865df9e6c45da62d92579dd7 SHA512 361ff919ee4c97e95ac00affd19c0f0d7c4a42d55d1d291efa124442d2bd5ba1336bf94a0af85cb1e77c46049ae343db420428abe097ea4cb7b5df75007787b3 MISC metadata.xml 1103 BLAKE2B 1efa78a55c94698f41966873f4aaf9dc8b065fad8ddbb4d9cdec62490440f22179793edf602e26ffe84ad0bc983de9c11e22d8c75e5b4fe29bc0fb947d6040c6 SHA512 d785ee9807971857aa800896036e9a24035a17096f322ccc197cb924a61e2cc5982b4c913794e2edf0295672ce854b04dd686abc956cf625783a5a2b5aaab15d diff --git a/sci-mathematics/yices2/yices2-2.6.4.ebuild b/sci-mathematics/yices2/yices2-2.6.4-r1.ebuild index 8fcf3fcb619b..5d2d356eb014 100644 --- a/sci-mathematics/yices2/yices2-2.6.4.ebuild +++ b/sci-mathematics/yices2/yices2-2.6.4-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -44,4 +44,6 @@ src_install() { default doman doc/*.1 + + rm "${ED}"/usr/$(get_libdir)/libyices.a || die } |