Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/alglib/
Date: Sun, 30 May 2021 18:45:32
Message-Id: 1622400238.d8f46c453cfcbcde59efc0be020c299eca80475f.asturm@gentoo
1 commit: d8f46c453cfcbcde59efc0be020c299eca80475f
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 30 18:43:58 2021 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun May 30 18:43:58 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8f46c45
7
8 sci-libs/alglib: Drop 3.10.0-r1
9
10 Closes: https://bugs.gentoo.org/789246
11 Package-Manager: Portage-3.0.19, Repoman-3.0.3
12 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
13
14 sci-libs/alglib/Manifest | 1 -
15 sci-libs/alglib/alglib-3.10.0-r1.ebuild | 33 ---------------------------------
16 2 files changed, 34 deletions(-)
17
18 diff --git a/sci-libs/alglib/Manifest b/sci-libs/alglib/Manifest
19 index addc7ce5785..7b791354efa 100644
20 --- a/sci-libs/alglib/Manifest
21 +++ b/sci-libs/alglib/Manifest
22 @@ -1,2 +1 @@
23 -DIST alglib-3.10.0.cpp.gpl.tgz 1991101 BLAKE2B 884b80becce676285b7bc1f26ed8917c4c82f53b41c0350dfc8bff6573e2e6f12183e82fc317b54a8021b1f931eb7d5b55944902d0816f7097fdc05632128bdc SHA512 f02b3db5ab8dee841f27186b6693997c4e6876e75310b0a31a04593dbcb41d300920404e32e7aecb39c8dd15e54cfee05b725caa27397a67b453f6e64cd1ef5e
24 DIST alglib-3.17.0.cpp.gpl.tgz 3065026 BLAKE2B bc939568a6bfb5e2717995e31b9d7cb485885217ff8d15c2bea3185b1ef62536766f80e02d43999c016e24b10181bddd4ad4ff27611ab19ebcc778a5cb15d55e SHA512 0e4b943b03707950813aea707ae3569ce75a22216c9a4b256b646db16609995b3b63a958b0b8fbe3d7d623d5ac03efbe7c4b1589961f2ca9cdefbd7e1cc0c721
25
26 diff --git a/sci-libs/alglib/alglib-3.10.0-r1.ebuild b/sci-libs/alglib/alglib-3.10.0-r1.ebuild
27 deleted file mode 100644
28 index 234a3c9e71f..00000000000
29 --- a/sci-libs/alglib/alglib-3.10.0-r1.ebuild
30 +++ /dev/null
31 @@ -1,33 +0,0 @@
32 -# Copyright 1999-2020 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=6
36 -
37 -inherit cmake-utils flag-o-matic
38 -
39 -DESCRIPTION="Numerical analysis and data processing library"
40 -HOMEPAGE="https://www.alglib.net/"
41 -SRC_URI="https://www.alglib.net/translator/re/${P}.cpp.gpl.tgz"
42 -
43 -SLOT="0/3.8"
44 -LICENSE="GPL-2+"
45 -KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
46 -IUSE="test"
47 -RESTRICT="!test? ( test )"
48 -
49 -S="${WORKDIR}"/cpp/
50 -
51 -PATCHES=( "${FILESDIR}/${P}-disable-minlm-test.patch" )
52 -
53 -src_prepare() {
54 - cp "${FILESDIR}"/CMakeLists.txt-3.8.2 CMakeLists.txt || die
55 - use x86 && append-cppflags -ffloat-store
56 - cmake-utils_src_prepare
57 -}
58 -
59 -src_configure() {
60 - local mycmakeargs=(
61 - -DBUILD_TEST=$(usex test)
62 - )
63 - cmake-utils_src_configure
64 -}