diff options
author | Michael Orlitzky <mjo@gentoo.org> | 2020-01-20 12:46:40 -0500 |
---|---|---|
committer | Michael Orlitzky <mjo@gentoo.org> | 2020-01-20 15:43:48 -0500 |
commit | 470ee9af9d6228072651426e7eefd06dc3c45a72 (patch) | |
tree | 0a46ad5993e18d12f9273f90e966abe21c2147ae /sci-libs/symmetrica/metadata.xml | |
parent | install-qa-check.d: disallow "nix" and "gnu" as top-level paths. (diff) | |
download | gentoo-470ee9af9d6228072651426e7eefd06dc3c45a72.tar.gz gentoo-470ee9af9d6228072651426e7eefd06dc3c45a72.tar.bz2 gentoo-470ee9af9d6228072651426e7eefd06dc3c45a72.zip |
sci-libs/symmetrica: new C library for representation theory and more.
This package has been forked under the SageMath umbrella, and the
build system has been overhauled to the point that maintaining it will
not be a punishment. The new v3.0.1 is the first release of the fork
if you pretend that v3.0.0 never happened (I forgot to include the
documentation in the release tarball).
The upstream SageMath project can detect and use the system copy of
symmetrica now, so this will allow Gentoo users of SageMath to avoid
pointless rebuilds of symmetrica.
Closes: https://bugs.gentoo.org/232014
Package-Manager: Portage-2.3.79, Repoman-2.3.16
Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
Diffstat (limited to 'sci-libs/symmetrica/metadata.xml')
-rw-r--r-- | sci-libs/symmetrica/metadata.xml | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/sci-libs/symmetrica/metadata.xml b/sci-libs/symmetrica/metadata.xml new file mode 100644 index 000000000000..3704ab7e98b1 --- /dev/null +++ b/sci-libs/symmetrica/metadata.xml @@ -0,0 +1,24 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>mjo@gentoo.org</email> + </maintainer> + <!-- + mjo: François maintained this package in the sage-on-gentoo overlay + long before I moved it into ::gentoo. You don't need an ACK from me + to merge his changes. + --> + <maintainer type="person"> + <email>frp.bissey@gmail.com</email> + <name>François Bissey</name> + </maintainer> + <maintainer type="project"> + <email>proxy-maint@gentoo.org</email> + <name>Proxy Maintainers</name> + </maintainer> + + <upstream> + <remote-id type="gitlab">https://gitlab.com/sagemath/symmetrica</remote-id> + </upstream> +</pkgmetadata> |