diff options
author | Michael Orlitzky <mjo@gentoo.org> | 2020-01-02 10:02:44 -0500 |
---|---|---|
committer | Michael Orlitzky <mjo@gentoo.org> | 2020-01-02 10:09:42 -0500 |
commit | 46dcd8b7ddede5fed198022282a445a0a7498dea (patch) | |
tree | 1b3396af3e97952eb8c655318d5c2bd1ea349cec /sci-mathematics/lrcalc/metadata.xml | |
parent | sys-kernel/gentoo-sources: Clean-up of the 4.14.X series (diff) | |
download | gentoo-46dcd8b7ddede5fed198022282a445a0a7498dea.tar.gz gentoo-46dcd8b7ddede5fed198022282a445a0a7498dea.tar.bz2 gentoo-46dcd8b7ddede5fed198022282a445a0a7498dea.zip |
sci-mathematics/lrcalc: new package for Littlewood-Richardson coeffs.
This package was imported from the sage-on-gentoo overlay with only a
few changes:
* Updated from EAPI=6 to EAPI=7.
* Enabled the test suite, which passes for me.
* Changed the HOMEPAGE/SRC_URI to use HTTPS, and follow a redirect.
* Updated LICENSE from GPL-2 to GPL-2+ based on the upstream
LICENSE file.
The SageMath package can detect and use lrcalc from the system, so
having this package installed will help Gentoo users of SageMath avoid
pointless rebuilds of lrcalc.
Closes: https://bugs.gentoo.org/704572
Package-Manager: Portage-2.3.79, Repoman-2.3.16
Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
Diffstat (limited to 'sci-mathematics/lrcalc/metadata.xml')
-rw-r--r-- | sci-mathematics/lrcalc/metadata.xml | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/sci-mathematics/lrcalc/metadata.xml b/sci-mathematics/lrcalc/metadata.xml new file mode 100644 index 000000000000..c070753f1162 --- /dev/null +++ b/sci-mathematics/lrcalc/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> + <longdescription lang="en"> + The "Littlewood-Richardson Calculator" is a package of C and Maple + programs for computing Littlewood-Richardson coefficients + </longdescription> +</pkgmetadata> |