diff options
author | Michael Orlitzky <mjo@gentoo.org> | 2019-12-28 08:33:34 -0500 |
---|---|---|
committer | Michael Orlitzky <mjo@gentoo.org> | 2019-12-28 08:57:35 -0500 |
commit | 0bc78b407798d598c763f0b86fb4d951ebef77ac (patch) | |
tree | 5c04e0218eadb901d7a9b79c2d6e7c86b7f65fe5 /sci-mathematics/gp2c/metadata.xml | |
parent | sci-mathematics/pari: new version 2.11.2. (diff) | |
download | gentoo-0bc78b407798d598c763f0b86fb4d951ebef77ac.tar.gz gentoo-0bc78b407798d598c763f0b86fb4d951ebef77ac.tar.bz2 gentoo-0bc78b407798d598c763f0b86fb4d951ebef77ac.zip |
sci-mathematics/gp2c: new package to compile GP routines to C.
This commit imports version 0.0.11.2 more or less as-is, from the
sage-on-gentoo overlay where François Bissey has been maintaining it
for use with SageMath. I've enabled the test suite, which passes for
me. I also moved dev-lang/perl into BDEPEND, since it's run on the
build host to compile function descriptions.
Closes: https://bugs.gentoo.org/703488
Package-Manager: Portage-2.3.79, Repoman-2.3.16
Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
Diffstat (limited to 'sci-mathematics/gp2c/metadata.xml')
-rw-r--r-- | sci-mathematics/gp2c/metadata.xml | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/sci-mathematics/gp2c/metadata.xml b/sci-mathematics/gp2c/metadata.xml new file mode 100644 index 000000000000..41fcade95d92 --- /dev/null +++ b/sci-mathematics/gp2c/metadata.xml @@ -0,0 +1,25 @@ +<?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 gp2c compiler is a package for translating GP routines into the C + programming language, so that they can be compiled and used with the PARI + system or the GP calculator. + </longdescription> +</pkgmetadata> |