summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Orlitzky <mjo@gentoo.org>2020-01-29 17:49:38 -0500
committerMichael Orlitzky <mjo@gentoo.org>2020-01-29 20:00:49 -0500
commit153d3a3b7e4da128e6214308868c666c3d62e173 (patch)
treeaf1f7a247734119d5e76c1f8f7539c5967ea5941 /sci-mathematics/planarity/metadata.xml
parentdev-python/unicodecsv-0.14.1-r1: add py38 (diff)
downloadgentoo-153d3a3b7e4da128e6214308868c666c3d62e173.tar.gz
gentoo-153d3a3b7e4da128e6214308868c666c3d62e173.tar.bz2
gentoo-153d3a3b7e4da128e6214308868c666c3d62e173.zip
sci-mathematics/planarity: new package of graph planarity algorithms.
This commit imports the "planarity" package from the sage-on-gentoo overlay with a few minor changes: * Update to EAPI=7. * Drop autotools.eclass and use the tarball from sagemath.org that contains the autotools stuff. * Add USE=examples to install some sample input/output. * Update the old code.google.com HOMEPAGE to point to github. The SageMath project now has the ability to detect and use a system copy of planarity, so this will help Gentoo users of SageMath avoid some pointless rebuilds of planarity. Closes: https://bugs.gentoo.org/707324 Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
Diffstat (limited to 'sci-mathematics/planarity/metadata.xml')
-rw-r--r--sci-mathematics/planarity/metadata.xml26
1 files changed, 26 insertions, 0 deletions
diff --git a/sci-mathematics/planarity/metadata.xml b/sci-mathematics/planarity/metadata.xml
new file mode 100644
index 000000000000..d6f3a10ad530
--- /dev/null
+++ b/sci-mathematics/planarity/metadata.xml
@@ -0,0 +1,26 @@
+<?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="github">
+ graph-algorithms/edge-addition-planarity-suite
+ </remote-id>
+ </upstream>
+</pkgmetadata>