Gentoo Archives: gentoo-commits

From: "Jakov Smolić" <jsmolic@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/camd/
Date: Wed, 06 Oct 2021 08:33:30
Message-Id: 1633509100.b050b00914973b20f60568e3f2aba4619fb6b225.jsmolic@gentoo
1 commit: b050b00914973b20f60568e3f2aba4619fb6b225
2 Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
3 AuthorDate: Wed Oct 6 08:22:52 2021 +0000
4 Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
5 CommitDate: Wed Oct 6 08:31:40 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b050b009
7
8 sci-libs/camd: drop 2.4.6
9
10 Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
11
12 sci-libs/camd/camd-2.4.6.ebuild | 31 -------------------------------
13 1 file changed, 31 deletions(-)
14
15 diff --git a/sci-libs/camd/camd-2.4.6.ebuild b/sci-libs/camd/camd-2.4.6.ebuild
16 deleted file mode 100644
17 index 78e60674346..00000000000
18 --- a/sci-libs/camd/camd-2.4.6.ebuild
19 +++ /dev/null
20 @@ -1,31 +0,0 @@
21 -# Copyright 1999-2021 Gentoo Authors
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=7
25 -
26 -DESCRIPTION="Library to order a sparse matrix prior to Cholesky factorization"
27 -HOMEPAGE="https://people.engr.tamu.edu/davis/suitesparse.html"
28 -SRC_URI="http://202.36.178.9/sage/${P}.tar.bz2"
29 -
30 -LICENSE="BSD"
31 -SLOT="0"
32 -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 sparc x86 ~amd64-linux ~x86-linux"
33 -IUSE="doc"
34 -
35 -BDEPEND="virtual/pkgconfig
36 - doc? ( virtual/latex-base )"
37 -DEPEND=">=sci-libs/suitesparseconfig-5.4.0"
38 -RDEPEND="${DEPEND}"
39 -
40 -src_configure() {
41 - econf \
42 - --disable-static \
43 - $(use_with doc)
44 -}
45 -
46 -src_install() {
47 - default
48 -
49 - # no static archives
50 - find "${D}" -name '*.la' -delete || die
51 -}