Gentoo Archives: gentoo-commits

From: Michael Orlitzky <mjo@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/planarity/
Date: Thu, 11 Aug 2022 11:51:52
Message-Id: 1660218661.fd7f382d081335e581f8d7daa77c0c30ba2329fd.mjo@gentoo
1 commit: fd7f382d081335e581f8d7daa77c0c30ba2329fd
2 Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
3 AuthorDate: Thu Aug 11 11:51:01 2022 +0000
4 Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 11 11:51:01 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd7f382d
7
8 sci-mathematics/planarity: drop 3.0.1.1
9
10 Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org>
11
12 sci-mathematics/planarity/Manifest | 1 -
13 sci-mathematics/planarity/planarity-3.0.1.1.ebuild | 18 ------------------
14 2 files changed, 19 deletions(-)
15
16 diff --git a/sci-mathematics/planarity/Manifest b/sci-mathematics/planarity/Manifest
17 index a8661e53b411..ae71bab8f8ac 100644
18 --- a/sci-mathematics/planarity/Manifest
19 +++ b/sci-mathematics/planarity/Manifest
20 @@ -1,2 +1 @@
21 -DIST planarity-3.0.1.1.tar.gz 456236 BLAKE2B 60040c8e205dbd9eb67667c6554836a9545bab74ccfb51e319edb191425f1b74403916e7887d06cb2d570eb17694338819ee5fd9828d6636ebecbade8915cdfa SHA512 50d2b6905d20252a6d482aae15984673972508540416a3e9396ff67923bf3bfb5668ef00309d42e540e5c8dd3ac4636ef54da2e5ee334075e87d2f3af6488035
22 DIST planarity-3.0.2.0.tar.gz 462194 BLAKE2B 7927b04cb7c9839637fe13228da50cee581ef7fd7fdaaa9ff2dc62348ba10c7f42ba88a75801034fedc973cf86fca6396ba2fb0b1f71407d850b73b8a9fc4fd0 SHA512 dbbc97cd9cf0a5497fbca76f3b0741d3bcfca110c7022150750e73179a0a0441428c854479831395b8f6340d0554b1c0e7cf7eaa63f7fe40d2a59365488c7013
23
24 diff --git a/sci-mathematics/planarity/planarity-3.0.1.1.ebuild b/sci-mathematics/planarity/planarity-3.0.1.1.ebuild
25 deleted file mode 100644
26 index a043769c34af..000000000000
27 --- a/sci-mathematics/planarity/planarity-3.0.1.1.ebuild
28 +++ /dev/null
29 @@ -1,18 +0,0 @@
30 -# Copyright 1999-2021 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=8
34 -
35 -DESCRIPTION="The edge addition planarity suite of graph algorithms"
36 -HOMEPAGE="https://github.com/graph-algorithms/edge-addition-planarity-suite/"
37 -
38 -SRC_URI="https://github.com/graph-algorithms/edge-addition-planarity-suite/releases/download/Version_${PV}/${P}.tar.gz"
39 -
40 -LICENSE="BSD"
41 -SLOT="0"
42 -KEYWORDS="amd64 x86"
43 -
44 -src_install() {
45 - default
46 - find "${ED}" -name '*.la' -delete || die
47 -}