summaryrefslogtreecommitdiff
path: root/sci-libs
diff options
context:
space:
mode:
Diffstat (limited to 'sci-libs')
-rw-r--r--sci-libs/Manifest.gzbin44787 -> 44791 bytes
-rw-r--r--sci-libs/libbraiding/Manifest4
-rw-r--r--sci-libs/libbraiding/libbraiding-1.1.ebuild25
-rw-r--r--sci-libs/libbraiding/libbraiding-1.2.ebuild2
-rw-r--r--sci-libs/symmetrica/Manifest3
-rw-r--r--sci-libs/symmetrica/symmetrica-3.0.1-r1.ebuild2
-rw-r--r--sci-libs/symmetrica/symmetrica-3.0.1.ebuild24
7 files changed, 4 insertions, 56 deletions
diff --git a/sci-libs/Manifest.gz b/sci-libs/Manifest.gz
index 966f807452bc..2064558030e9 100644
--- a/sci-libs/Manifest.gz
+++ b/sci-libs/Manifest.gz
Binary files differ
diff --git a/sci-libs/libbraiding/Manifest b/sci-libs/libbraiding/Manifest
index 074e9e095d86..ff449208c1ef 100644
--- a/sci-libs/libbraiding/Manifest
+++ b/sci-libs/libbraiding/Manifest
@@ -1,5 +1,3 @@
-DIST libbraiding-1.1.tar.gz 377161 BLAKE2B 48a80823f15920fce17c7d67cdc0a7e851855a4d6dfa5e9e461c8ce408c9c73d8aeeeacd27ac1c5f33c4436e8174c6ae9be275a71187d3a9887d37cf3bc8b8db SHA512 3032a290d0c7c0c13519136e111500a9e22f36ae7f9cc36df5a22670f18ebbce03a01e72c81e556ef4f6eea1ccf10e90ba6a9343be4a229e420e2f7da6289115
DIST libbraiding-1.2.tar.gz 380852 BLAKE2B 8d88861879e7566fa88f3a269c20efa4f37a692da6fd32736b695628a414cec0e03a01cb7a0cfcf20bd233fd21c15b070d9df3e0ee4951c9511949962b012f61 SHA512 f3dcfa77d5313ecfa91c0b9a61988eb2048dd27ed77f46a5c34fc57adb9eee53b250946a7158918b3198559bd016c723dba98465036d01c482b5c6000ab59d8a
-EBUILD libbraiding-1.1.ebuild 639 BLAKE2B e154d5f9cfc99515ddca38ae8cae2486b5eac1417a2bcbba9a227d4b0204c446ce1a6fe3aac38adeea0f0a1d9cc786ef970c5fba4d04fa5c79b2812005dd845c SHA512 6fbc25eb5a81fc310c920d582b66739affebc5e0eb9923cf53808446f883ad463b2ce18223a16b1d48625e6af5945b5d6f19569051a50b08a1039c331a44561c
-EBUILD libbraiding-1.2.ebuild 568 BLAKE2B 7a161e1e84b345e980b630774dd04732668d08510b4a7127a4d4b19ed492f1dc1b43cebe9dbebe26c3d5bd1e7d582e794301816b83725dbc405a0d96b848423e SHA512 90562b20b82f3ba1b930c59b811eb4c1ca2c7d7c8ef85d492e0cd72918251f727c37d339fbdd4b81edc2fae9243f40cc759e8a3a5f56ff0ac0fa891aaf1fc401
+EBUILD libbraiding-1.2.ebuild 567 BLAKE2B 1b2c7e9a359d23098db656097999b607f3afb83afb90daa652f47a10eadf2b5fdc6c6ce503d172420f278ff37334db0b3b3e35025a9f16136d0b161ac20482fb SHA512 547ece2b550ee7157bf5261113948deb0e59bb7fe36789cffb4dd23040109d44a692e208637967c1c3e5e326b6362b0cdd002cdefe8346a3247887abe3c1ae54
MISC metadata.xml 1040 BLAKE2B de527a0accea92adf75f22b086920888d621f9c3e24c1a136149af13f4eaa8fdf4127354d6805b5e50d1772c906ff1db7dfd906eb7156908e95b5058c1c490f7 SHA512 cf25e11fae981f51eb8b9a16db8495f49d27e2a1e038e29bdf41f836aa2d56e9204b8912b9725d333ea2e3ba75ab52303e784d6ac3bc82f83f5e44509d71ccba
diff --git a/sci-libs/libbraiding/libbraiding-1.1.ebuild b/sci-libs/libbraiding/libbraiding-1.1.ebuild
deleted file mode 100644
index 5df2a0d47167..000000000000
--- a/sci-libs/libbraiding/libbraiding-1.1.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Expose the functionality of cbraid as a shared library"
-HOMEPAGE="https://github.com/miguelmarco/libbraiding"
-
-SRC_URI="https://github.com/miguelmarco/${PN}/releases/download/${PV}/${P}.tar.gz"
-
-# A few source headers still say GPLv2, but I believe that to be an
-# oversight: https://github.com/jeanluct/cbraid/issues/4
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="amd64"
-IUSE="static-libs"
-
-src_configure() {
- econf $(use_enable static-libs static)
-}
-
-src_install() {
- default
- find "${ED}" -name '*.la' -delete || die
-}
diff --git a/sci-libs/libbraiding/libbraiding-1.2.ebuild b/sci-libs/libbraiding/libbraiding-1.2.ebuild
index 36538840bff4..ac7b0cab046f 100644
--- a/sci-libs/libbraiding/libbraiding-1.2.ebuild
+++ b/sci-libs/libbraiding/libbraiding-1.2.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/miguelmarco/${PN}/releases/download/${PV}/${P}.tar.g
# oversight: https://github.com/jeanluct/cbraid/issues/4
LICENSE="GPL-3+"
SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
IUSE=""
src_install() {
diff --git a/sci-libs/symmetrica/Manifest b/sci-libs/symmetrica/Manifest
index e91a43b31f40..9aa658d2131e 100644
--- a/sci-libs/symmetrica/Manifest
+++ b/sci-libs/symmetrica/Manifest
@@ -1,4 +1,3 @@
DIST symmetrica-3.0.1.tar.xz 789336 BLAKE2B 88521356bdc006413e0922b49b23f345da96bbe8cb2a4a6ae12bf53fe46150078f086e6d1f6e514817453f2a868b6eb578b716c05f5459397ed8d766d321ec24 SHA512 1e4c42e1ae9fcdf246dff1c1f01522d6cd416c12302363f82356018847df2f64d2f5ea6256459832d195e8e333ae14743794d5a53346e92d8ba1bb1c0949c271
-EBUILD symmetrica-3.0.1-r1.ebuild 531 BLAKE2B 9277dd5d98259fe4c8c1db1bab4bb7ecbe5f27431cfcb048ed8ff68b148fadb2304edc7c926aab7e3aeb73fe597dbc322b54dea0d841aaa633af52600959b23a SHA512 a49fe8a71b8b1cc2b190436e1a17c6cad24a9709e56dc2ba3b4adae2d1836acd9511c8e08967771fdc01d772c6d3ec6d9f62d33512f642a270e2d01ec9645a4c
-EBUILD symmetrica-3.0.1.ebuild 530 BLAKE2B b9a3cd7f3edacb76e66acceae8385a7c86bdb353cc460c22b7ea3a955c24e3f45dc4dda3ef571b6b11975917d598f9419c89f30601bc20eb6c9de807e3dbdd49 SHA512 7915db0df900b3cd85c0633beaa280fefd9556a59c3a9917120edf4301dc480da1887c9242a2f015a576e3582e5de08539aada45ed54cda60550e15201c40649
+EBUILD symmetrica-3.0.1-r1.ebuild 530 BLAKE2B 77d77e6caaaf39ad9cff62754b6598b67b622578f52c3b3d3f37e585e392c0f50f0d875678c368ac92a607c0f8c1b85b55ba51ad531ad1d2e64864712229ea74 SHA512 3932dd561693aa471df15a311228f4cbc5ac5c7e969852e70c14b2a69593af039e68a0f6a7796c705ed4026a6249c104f4a110619b6334251a3668f452242798
MISC metadata.xml 770 BLAKE2B 6a6035b830992a2d990f2bc0de458622f15c2d423f270ee542d6af9af128032f41108a9b9c3d40360e6847c0fe4c5bb10ca68564246a2c8ee2f2a96b3bb79d4e SHA512 aa5e5ea606826363afe447924f02f7800197dce9ef928558ff9a3b6f95bb3229747e42c4e004bcb76fd0faea34f9d807c6b720ffdd16b9b35e394f1330386f09
diff --git a/sci-libs/symmetrica/symmetrica-3.0.1-r1.ebuild b/sci-libs/symmetrica/symmetrica-3.0.1-r1.ebuild
index 20eb9928c0f0..9e2594472ee3 100644
--- a/sci-libs/symmetrica/symmetrica-3.0.1-r1.ebuild
+++ b/sci-libs/symmetrica/symmetrica-3.0.1-r1.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://gitlab.com/sagemath/symmetrica/uploads/b3d8e1ad5ab2449c30bbc314
LICENSE="ISC"
SLOT="0/2"
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
IUSE="doc"
DOCS=( README.md )
diff --git a/sci-libs/symmetrica/symmetrica-3.0.1.ebuild b/sci-libs/symmetrica/symmetrica-3.0.1.ebuild
deleted file mode 100644
index ca5e8384135a..000000000000
--- a/sci-libs/symmetrica/symmetrica-3.0.1.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="C library for representation theory, combinatorics, and more"
-HOMEPAGE="https://gitlab.com/sagemath/symmetrica"
-SRC_URI="https://gitlab.com/sagemath/symmetrica/uploads/b3d8e1ad5ab2449c30bbc3147e7a5e53/${P}.tar.xz"
-
-LICENSE="ISC"
-SLOT="0/2"
-KEYWORDS="amd64"
-IUSE="doc"
-
-DOCS=( README.md )
-
-src_configure() {
- econf $(use_enable doc)
-}
-
-src_install() {
- default
- find "${ED}" -name '*.la' -delete || die
-}