From fc2f1018fc323ef2c6572734a9b130427cba76a6 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 3 Nov 2021 06:47:15 +0000 Subject: gentoo resync : 03.11.2021 --- sci-mathematics/planarity/Manifest | 5 +--- .../planarity/files/planarity-3.0.0.5-extern.patch | 21 -------------- sci-mathematics/planarity/planarity-3.0.0.5.ebuild | 33 ---------------------- sci-mathematics/planarity/planarity-3.0.1.1.ebuild | 2 +- 4 files changed, 2 insertions(+), 59 deletions(-) delete mode 100644 sci-mathematics/planarity/files/planarity-3.0.0.5-extern.patch delete mode 100644 sci-mathematics/planarity/planarity-3.0.0.5.ebuild (limited to 'sci-mathematics/planarity') diff --git a/sci-mathematics/planarity/Manifest b/sci-mathematics/planarity/Manifest index c649af6a049f..9bcc048a7412 100644 --- a/sci-mathematics/planarity/Manifest +++ b/sci-mathematics/planarity/Manifest @@ -1,6 +1,3 @@ -AUX planarity-3.0.0.5-extern.patch 591 BLAKE2B e8c6c75fdb587f10d38023daec5806ae0930dd4c4be1a74fa11fdd2d837a5b5904948a01601702a5de160725dd60214e0de2aa014f20e41dc957e0c4b24f36f4 SHA512 6fb06c58f853ddaa2fe308a8104db4fee1d6021f4ece9f3f6438ba667e65167f248ac6b3b674e997380f2c874447deda1b7be6dbec2f2c66c188ae5cc8c09bc1 -DIST planarity-3.0.0.5.tar.gz 492644 BLAKE2B d183bc07cab7246b62cc7340956206e3f6c5999aa92b223e7665ebd8ae1bc0c354011c078ea4f42d2e45efa2ae5e83e082e4c8d80e3391a4f20be1020ebf8188 SHA512 dfeb7e024e1f5758e5abbd854c4ca963b4f5d45433b2c5eb00ce85c154b5407ebccd1ace0db167488dee757db2c23367101a2aa568941a3664bac9058ea24328 DIST planarity-3.0.1.1.tar.gz 456236 BLAKE2B 60040c8e205dbd9eb67667c6554836a9545bab74ccfb51e319edb191425f1b74403916e7887d06cb2d570eb17694338819ee5fd9828d6636ebecbade8915cdfa SHA512 50d2b6905d20252a6d482aae15984673972508540416a3e9396ff67923bf3bfb5668ef00309d42e540e5c8dd3ac4636ef54da2e5ee334075e87d2f3af6488035 -EBUILD planarity-3.0.0.5.ebuild 965 BLAKE2B 22f69cf8ce923ef032264bfe35c95ef969b2e6efa0d59214d9e4c7b7a2305e9f4b02543ae6f76c3301d2efe591caf8755be99d6f2377e90b6a7b634b8667846b SHA512 0d61d50250dc39bef0013e9a1e9b838afd0c9edc166d6e419dc6932b50475ebaf2262cd8afaace8e0fe081aa621e4eff3b476bd3b4c14f8c2a9ca9aec1492cef -EBUILD planarity-3.0.1.1.ebuild 497 BLAKE2B 83a055a671804292e2973c2d8956c14da182a96d142dd29516d35c3f23ce5bfe06179e181f936dad473a45adefa47310e752557ce50f9308311a37ae8fe2efae SHA512 0e22ff73e7e871aa7d78b867f0cc936f3f040d02b2a1553178674d3253bc196d61cee9de611ed7363113e6a130ea6be52fd2b592b2b007cf9ca638cd634288f3 +EBUILD planarity-3.0.1.1.ebuild 495 BLAKE2B 5d6efacc1d86e54c2654d652215e1316fb38c3a26815c8263062d59c9c58462fdb96975136818186bf33688159a5499a7d4c8ad39573e0f2f10c9be40c96402a SHA512 1e09d7570c132e2bc3c9afef16cbcda9eac31d24f41c389580d741dc4212055c509db617f2028fdabdbda18af75c34ba13927ff19d865e8bf3755843ef7b3580 MISC metadata.xml 809 BLAKE2B 6c3ad8e9bbbc3cfbd8c18183051153054b2ab7f4dd94e69c8f4f98a955001330d1e51e6b1da7f98a7ce29f7920b7a55a31624828a5aeaf7831ace0b4cf5dbec0 SHA512 5aa885d48f2d4626ed54a67abcc068186189e726ddb68bc889b6dc7d9aa09da30dbf7bb284020503d70bc94a25b5e16c907fe992862c2c2a6c344e2977e57f25 diff --git a/sci-mathematics/planarity/files/planarity-3.0.0.5-extern.patch b/sci-mathematics/planarity/files/planarity-3.0.0.5-extern.patch deleted file mode 100644 index c1b2a27e55c6..000000000000 --- a/sci-mathematics/planarity/files/planarity-3.0.0.5-extern.patch +++ /dev/null @@ -1,21 +0,0 @@ -diff -Naur planarity-2.2.0.orig/c/planarity.h planarity-2.2.0/c/planarity.h ---- planarity-2.2.0.orig/c/planarity.h 2015-06-04 22:24:57.753965370 +1200 -+++ planarity-2.2.0/c/planarity.h 2015-06-04 23:02:38.138973933 +1200 -@@ -77,7 +77,7 @@ - int legacyCommandLine(int argc, char *argv[]); - int menu(); - --char Mode, -+extern char Mode, - OrigOut, - EmbeddableOut, - ObstructedOut, -@@ -88,7 +88,7 @@ - - /* Low-level Utilities */ - #define MAXLINE 1024 --char Line[MAXLINE]; -+extern char Line[MAXLINE]; - - void Message(char *message); - void ErrorMessage(char *message); diff --git a/sci-mathematics/planarity/planarity-3.0.0.5.ebuild b/sci-mathematics/planarity/planarity-3.0.0.5.ebuild deleted file mode 100644 index e9cb127f19fd..000000000000 --- a/sci-mathematics/planarity/planarity-3.0.0.5.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -MY_PN="edge-addition-planarity-suite-Version" -DESCRIPTION="The edge addition planarity suite of graph algorithms" -HOMEPAGE="https://github.com/graph-algorithms/edge-addition-planarity-suite/" - -# Use the tarball from sage because the github release doesn't -# contain the generated autotools files (like ./configure). -SRC_URI="http://files.sagemath.org/spkg/upstream/${PN}/${P}.tar.gz" -IUSE="examples static-libs" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="amd64 x86" - -# https://github.com/graph-algorithms/edge-addition-planarity-suite/issues/4 -# https://github.com/graph-algorithms/edge-addition-planarity-suite/pull/3 -PATCHES=( "${FILESDIR}/${P}-extern.patch" ) - -S="${WORKDIR}/${MY_PN}_${PV}" - -src_configure() { - econf $(use_enable static-libs static) -} - -src_install() { - default - find "${ED}" -name '*.la' -delete || die - use examples && dodoc -r c/samples -} diff --git a/sci-mathematics/planarity/planarity-3.0.1.1.ebuild b/sci-mathematics/planarity/planarity-3.0.1.1.ebuild index 95a315b6104f..a043769c34af 100644 --- a/sci-mathematics/planarity/planarity-3.0.1.1.ebuild +++ b/sci-mathematics/planarity/planarity-3.0.1.1.ebuild @@ -10,7 +10,7 @@ SRC_URI="https://github.com/graph-algorithms/edge-addition-planarity-suite/relea LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" src_install() { default -- cgit v1.2.3