summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* sci-mathematics/planarity: remove old "unused" planarity-3.0.0.5.ebuild.Michael Orlitzky2021-11-023-55/+0
| | | | | Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
* sci-mathematics/planarity: Stabilize 3.0.1.1 x86, #821307Sam James2021-11-021-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sci-mathematics/planarity: Stabilize 3.0.1.1 amd64, #821307Sam James2021-11-021-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* **/metadata.xml: Replace http by https in DOCTYPE elementUlrich Müller2021-09-111-1/+1
| | | | | Bug: https://bugs.gentoo.org/552720 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* sci-mathematics/planarity: new version 3.0.1.1.Michael Orlitzky2021-07-052-7/+2
| | | | | Package-Manager: Portage-3.0.20, Repoman-3.0.2 Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
* sci-mathematics/planarity: use upstream SRC_URI.Michael Orlitzky2021-06-182-9/+3
| | | | | | | | | | | | | | | The upstream github release now contains the "make dist" tarball with all of the autotools stuff that end users need to build the software. In the past we used files.sagemath.org as SRC_URI to work around their absence, but that is no longer necessary. For the moment this requires dropping USE=examples, since the docs aren't integrated with autotools, but we can address that upstream for the next release. Closes: https://github.com/gentoo/gentoo/pull/21166 Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
* sci-mathematics/planarity: new upstream version, no more patches.François Bissey2021-06-182-0/+30
| | | | | | Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: François René Pierre Bissey <frp.bissey@gmail.com> Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
* */*: Add proxied="yes" for non-@gentoo.org peopleMichał Górny2021-03-161-1/+1
| | | | | | | | | | | | Done via: find -name metadata.xml -exec xml ed -P -L \ -a '/pkgmetadata/maintainer[substring(email, string-length(email) - string-length("@gentoo.org") + 1) != "@gentoo.org"]' \ -t attr -n proxied -v yes {} + Signed-off-by: Michał Górny <mgorny@gentoo.org>
* */*: Add 'proxied="proxy"' for proxy-maint projectMichał Górny2021-03-161-1/+1
| | | | | | | | | | Done via: find -name metadata.xml -exec xml ed -P -L \ -a '//maintainer[email="proxy-maint@gentoo.org"]' \ -t attr -n proxied -v proxy {} + Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sci-mathematics/planarity: maintainer stabilize on amd64/x86.Michael Orlitzky2020-03-241-1/+1
| | | | | | | | | There's no easy way to test this package, but I regularly use (and test) its SageMath interface, so I'm going to save the arch teams a pointless build test and stabilize it myself this time. Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
* */*: [QA] Use consistent function definition formattingDavid Seifert2020-02-221-2/+2
| | | | Signed-off-by: David Seifert <soap@gentoo.org>
* sci-mathematics/planarity: new package of graph planarity algorithms.Michael Orlitzky2020-01-294-0/+81
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>