Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/alglib/
Date: Sun, 20 Sep 2015 10:24:12
Message-Id: 1442744641.9ba4347b18f53d6e7fb84d28cfb8cd076ea73082.jlec@gentoo
1 commit: 9ba4347b18f53d6e7fb84d28cfb8cd076ea73082
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 20 10:18:28 2015 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 20 10:24:01 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ba4347b
7
8 sci-libs/alglib: Drop old
9
10 Package-Manager: portage-2.2.20.1
11 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
12
13 sci-libs/alglib/Manifest | 1 -
14 sci-libs/alglib/alglib-3.7.0.ebuild | 27 ---------------------------
15 2 files changed, 28 deletions(-)
16
17 diff --git a/sci-libs/alglib/Manifest b/sci-libs/alglib/Manifest
18 index fd1554a..15c1def 100644
19 --- a/sci-libs/alglib/Manifest
20 +++ b/sci-libs/alglib/Manifest
21 @@ -1,3 +1,2 @@
22 DIST alglib-3.10.0.cpp.gpl.tgz 1991101 SHA256 26a6aa966da5bba01da1bebddc0acb0a8fc579f07d53a2cbcfa5dfcaf612aaeb SHA512 f02b3db5ab8dee841f27186b6693997c4e6876e75310b0a31a04593dbcb41d300920404e32e7aecb39c8dd15e54cfee05b725caa27397a67b453f6e64cd1ef5e WHIRLPOOL c0092a82404b060de0bc01d3cba731eac0a5a8f17cea736b784091cadf672883438fdd9c3ab37efa764b8e57fb9a1d7ca3eb7a842b863c22d9961307041e5d66
23 -DIST alglib-3.7.0.cpp.tgz 1518417 SHA256 62100afea6f3e54606031065d28b484ef82b3a96732265a23d8e0f17e34bd36c SHA512 055a292512eb6b5bdb667a2cfb8fda33237b17f1b900ba086e20a541af0f41bc85aef935c1357d780b45f3b1f2e6acddea23f19cdafa25a08f821aa391fec285 WHIRLPOOL 7dce3c5057c2b356b4f361304f2bfa6281671bb1f45204895864db0013ee18127f9cb4a64b311369debdf1adad4b4cb594514a7387adc6f9b9c21ccb4dc549f6
24 DIST alglib-3.8.2.cpp.tgz 1674260 SHA256 c02944558849c8b22f32f8dea03ebf3b77a0aab9aa2518927d25f6bfe7cb06a2 SHA512 3d7b6e3b5a29f25aee476bdd69e583d7504a2e06d390822b4aa2792eeb500e08c13477176be348a9dd560bad358e423465c9086f0c7c12f73dc88024364aed50 WHIRLPOOL 8ec5a51448c00241428f3b6c6191e31f94ee09dc1d94417178a59887edb8b4e8cfd561983bc4b31686971ad27c43e957aa7c1232e500000a0ea84e763f08ddcf
25
26 diff --git a/sci-libs/alglib/alglib-3.7.0.ebuild b/sci-libs/alglib/alglib-3.7.0.ebuild
27 deleted file mode 100644
28 index d10eef7..0000000
29 --- a/sci-libs/alglib/alglib-3.7.0.ebuild
30 +++ /dev/null
31 @@ -1,27 +0,0 @@
32 -# Copyright 1999-2015 Gentoo Foundation
33 -# Distributed under the terms of the GNU General Public License v2
34 -# $Id$
35 -
36 -EAPI=5
37 -
38 -inherit cmake-utils
39 -
40 -DESCRIPTION="Numerical analysis and data processing library"
41 -HOMEPAGE="http://www.alglib.net/"
42 -SRC_URI="http://www.alglib.net/translator/re/${P}.cpp.tgz"
43 -
44 -SLOT="0"
45 -LICENSE="GPL-2+"
46 -KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
47 -IUSE=""
48 -
49 -RDEPEND=""
50 -DEPEND="${RDEPEND}
51 -"
52 -
53 -S="${WORKDIR}"/cpp/
54 -
55 -src_prepare() {
56 - cp "${FILESDIR}"/CMakeLists.txt . || die
57 - cmake-utils_src_prepare
58 -}