From be3f166d7f202eb756d6b48f7dbf38bb55754ea8 Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Wed, 24 Jun 2026 23:20:04 -0400 Subject: [PATCH] sci-mathematics/planarity: updated tarball has fixed shebang Signed-off-by: Michael Orlitzky --- sci-mathematics/planarity/Manifest | 2 +- ...5.0.0.0-r1.ebuild => planarity-5.0.0.0-r2.ebuild} | 12 ++---------- 2 files changed, 3 insertions(+), 11 deletions(-) rename sci-mathematics/planarity/{planarity-5.0.0.0-r1.ebuild => planarity-5.0.0.0-r2.ebuild} (62%) diff --git a/sci-mathematics/planarity/Manifest b/sci-mathematics/planarity/Manifest index c680e759ba1b4..64e38b87a4afb 100644 --- a/sci-mathematics/planarity/Manifest +++ b/sci-mathematics/planarity/Manifest @@ -1,2 +1,2 @@ DIST planarity-4.0.0.0.tar.gz 536133 BLAKE2B d67c5926e90505193aec55e30dd94d4d02c9f238773ee7951d354ffd9253de166faa465444b881ffd86407c6b5178dbfb41a5d07653c1f3bc73ed001b47d18ea SHA512 6154cf7f40eb75b7728c3a61ed4304e2e227b8d660c28e4dfd88c80bad333d61daa4555d418e4e04881aa88247724092210ddd442d9aae221a8eb857af29635a -DIST planarity-5.0.0.0.tar.gz 613040 BLAKE2B 9b6928c171710e6860a9ef65eb9490f01c72cba92c0082aaca7d501553b6d9a3642ee36f54060842bd707fb4d0fbd739140002ce6ac9350074de8f2982b83abe SHA512 12bf48b968404c94ff46662e1486604681f7af49307f665ff0e9c621e445aab2fff657e6b76fa85f156ea9e441c55b76b54e062ed0297a613b9cb1f4fa9173be +DIST planarity-5.0.0.0-r2.tar.gz 609214 BLAKE2B cdc454a80f1ee9915e5900afeceeaa546134e11af965d167daf98919f18859979bef6805b818c2901235f102f83b462625ba71963d0a716ba269e3b76c5fc73c SHA512 84259d5d003ab958e98d144b5555c4b75e45f1ac43e00bc650f1ae7975a2b5c8df57c40d56d09bf55ce2ec17ccb755cd0fe0cb6dae3457e5ebd52436d6e4fc02 diff --git a/sci-mathematics/planarity/planarity-5.0.0.0-r1.ebuild b/sci-mathematics/planarity/planarity-5.0.0.0-r2.ebuild similarity index 62% rename from sci-mathematics/planarity/planarity-5.0.0.0-r1.ebuild rename to sci-mathematics/planarity/planarity-5.0.0.0-r2.ebuild index f9ebcbe42d36f..784e54e836a5e 100644 --- a/sci-mathematics/planarity/planarity-5.0.0.0-r1.ebuild +++ b/sci-mathematics/planarity/planarity-5.0.0.0-r2.ebuild @@ -6,7 +6,8 @@ EAPI=9 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" +SRC_URI="https://github.com/graph-algorithms/edge-addition-planarity-suite/releases/download/Version_${PV}/${P}.tar.gz + -> ${P}-r2.tar.gz" # Temporary workaround for changed tarball LICENSE="BSD" SLOT="0/4" # soname major, may be ${PV} minus one @@ -16,12 +17,3 @@ src_install() { default find "${ED}" -type f -name '*.la' -delete || die } - -src_test() { - # "make check" usually works but the test script has - # non-UNIX line endings in the release tarball: - # - # https://github.com/graph-algorithms/edge-addition-planarity-suite/issues/255 - # - ./planarity -test c/samples || die -}