summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Orlitzky <mjo@gentoo.org>2022-06-12 19:47:30 -0400
committerMichael Orlitzky <mjo@gentoo.org>2022-06-12 19:47:30 -0400
commited51d6d7f622e7fcbd31b6805057f33b0ab3cbd6 (patch)
treebbd1ab74daea62578467617affc131339d7e79ac /sci-mathematics/planarity
parentapp-text/diff-pdf: new upstream v0.5. (diff)
downloadgentoo-ed51d6d7f622e7fcbd31b6805057f33b0ab3cbd6.tar.gz
gentoo-ed51d6d7f622e7fcbd31b6805057f33b0ab3cbd6.tar.bz2
gentoo-ed51d6d7f622e7fcbd31b6805057f33b0ab3cbd6.zip
sci-mathematics/planarity: new upstream v3.0.2.0.
Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
Diffstat (limited to 'sci-mathematics/planarity')
-rw-r--r--sci-mathematics/planarity/Manifest1
-rw-r--r--sci-mathematics/planarity/planarity-3.0.2.0.ebuild18
2 files changed, 19 insertions, 0 deletions
diff --git a/sci-mathematics/planarity/Manifest b/sci-mathematics/planarity/Manifest
index 576593fd2f71..a8661e53b411 100644
--- a/sci-mathematics/planarity/Manifest
+++ b/sci-mathematics/planarity/Manifest
@@ -1 +1,2 @@
DIST planarity-3.0.1.1.tar.gz 456236 BLAKE2B 60040c8e205dbd9eb67667c6554836a9545bab74ccfb51e319edb191425f1b74403916e7887d06cb2d570eb17694338819ee5fd9828d6636ebecbade8915cdfa SHA512 50d2b6905d20252a6d482aae15984673972508540416a3e9396ff67923bf3bfb5668ef00309d42e540e5c8dd3ac4636ef54da2e5ee334075e87d2f3af6488035
+DIST planarity-3.0.2.0.tar.gz 462194 BLAKE2B 7927b04cb7c9839637fe13228da50cee581ef7fd7fdaaa9ff2dc62348ba10c7f42ba88a75801034fedc973cf86fca6396ba2fb0b1f71407d850b73b8a9fc4fd0 SHA512 dbbc97cd9cf0a5497fbca76f3b0741d3bcfca110c7022150750e73179a0a0441428c854479831395b8f6340d0554b1c0e7cf7eaa63f7fe40d2a59365488c7013
diff --git a/sci-mathematics/planarity/planarity-3.0.2.0.ebuild b/sci-mathematics/planarity/planarity-3.0.2.0.ebuild
new file mode 100644
index 000000000000..be7ad0f4831b
--- /dev/null
+++ b/sci-mathematics/planarity/planarity-3.0.2.0.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="The edge addition planarity suite of graph algorithms"
+HOMEPAGE="https://github.com/graph-algorithms/edge-addition-planarity-suite/"
+
+SRC_URI="https://github.com/graph-algorithms/edge-addition-planarity-suite/releases/download/Version_${PV}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+src_install() {
+ default
+ find "${ED}" -type f -name '*.la' -delete || die
+}