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: Fri, 25 Sep 2015 18:27:09
Message-Id: 1443205623.70d893e1b7afd6b1bfaea04de24f8a322864f798.jlec@gentoo
1 commit: 70d893e1b7afd6b1bfaea04de24f8a322864f798
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 25 18:26:46 2015 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 25 18:27:03 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70d893e1
7
8 sci-libs/alglib: Set subslot
9
10 Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=561460
11
12 Package-Manager: portage-2.2.21
13 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
14
15 sci-libs/alglib/{alglib-3.10.0.ebuild => alglib-3.10.0-r1.ebuild} | 2 +-
16 sci-libs/alglib/{alglib-3.8.2.ebuild => alglib-3.8.2-r1.ebuild} | 4 ++--
17 2 files changed, 3 insertions(+), 3 deletions(-)
18
19 diff --git a/sci-libs/alglib/alglib-3.10.0.ebuild b/sci-libs/alglib/alglib-3.10.0-r1.ebuild
20 similarity index 97%
21 rename from sci-libs/alglib/alglib-3.10.0.ebuild
22 rename to sci-libs/alglib/alglib-3.10.0-r1.ebuild
23 index f413e0b..e3a5162 100644
24 --- a/sci-libs/alglib/alglib-3.10.0.ebuild
25 +++ b/sci-libs/alglib/alglib-3.10.0-r1.ebuild
26 @@ -10,7 +10,7 @@ DESCRIPTION="Numerical analysis and data processing library"
27 HOMEPAGE="http://www.alglib.net/"
28 SRC_URI="http://www.alglib.net/translator/re/${P}.cpp.gpl.tgz"
29
30 -SLOT="0"
31 +SLOT="0/3.8"
32 LICENSE="GPL-2+"
33 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
34 IUSE="test"
35
36 diff --git a/sci-libs/alglib/alglib-3.8.2.ebuild b/sci-libs/alglib/alglib-3.8.2-r1.ebuild
37 similarity index 91%
38 rename from sci-libs/alglib/alglib-3.8.2.ebuild
39 rename to sci-libs/alglib/alglib-3.8.2-r1.ebuild
40 index 2e6e729..bb2d496 100644
41 --- a/sci-libs/alglib/alglib-3.8.2.ebuild
42 +++ b/sci-libs/alglib/alglib-3.8.2-r1.ebuild
43 @@ -1,4 +1,4 @@
44 -# Copyright 1999-2013 Gentoo Foundation
45 +# Copyright 1999-2015 Gentoo Foundation
46 # Distributed under the terms of the GNU General Public License v2
47 # $Id$
48
49 @@ -10,7 +10,7 @@ DESCRIPTION="Numerical analysis and data processing library"
50 HOMEPAGE="http://www.alglib.net/"
51 SRC_URI="http://www.alglib.net/translator/re/${P}.cpp.tgz"
52
53 -SLOT="0"
54 +SLOT="0/3.7"
55 LICENSE="GPL-2+"
56 KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
57 IUSE="test"