Gentoo Archives: gentoo-commits

From: "Justin Lecher (jlec)" <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-libs/alglib: ChangeLog alglib-3.8.2.ebuild
Date: Fri, 06 Dec 2013 10:50:08
Message-Id: 20131206105005.17C072004B@flycatcher.gentoo.org
1 jlec 13/12/06 10:50:05
2
3 Modified: ChangeLog
4 Added: alglib-3.8.2.ebuild
5 Log:
6 sci-libs/alglib: Version BUmp
7
8 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
9
10 Revision Changes Path
11 1.2 sci-libs/alglib/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/alglib/ChangeLog?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/alglib/ChangeLog?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/alglib/ChangeLog?r1=1.1&r2=1.2
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sci-libs/alglib/ChangeLog,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- ChangeLog 22 Jun 2013 12:08:51 -0000 1.1
24 +++ ChangeLog 6 Dec 2013 10:50:04 -0000 1.2
25 @@ -1,6 +1,12 @@
26 # ChangeLog for sci-libs/alglib
27 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/alglib/ChangeLog,v 1.1 2013/06/22 12:08:51 jlec Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/alglib/ChangeLog,v 1.2 2013/12/06 10:50:04 jlec Exp $
30 +
31 +*alglib-3.8.2 (06 Dec 2013)
32 +
33 + 06 Dec 2013; Justin Lecher <jlec@g.o> +alglib-3.8.2.ebuild,
34 + +files/CMakeLists.txt-3.8.2:
35 + Version BUmp
36
37 *alglib-3.7.0 (22 Jun 2013)
38
39
40
41
42 1.1 sci-libs/alglib/alglib-3.8.2.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/alglib/alglib-3.8.2.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/alglib/alglib-3.8.2.ebuild?rev=1.1&content-type=text/plain
46
47 Index: alglib-3.8.2.ebuild
48 ===================================================================
49 # Copyright 1999-2013 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/sci-libs/alglib/alglib-3.8.2.ebuild,v 1.1 2013/12/06 10:50:04 jlec Exp $
52
53 EAPI=5
54
55 inherit cmake-utils
56
57 DESCRIPTION="Numerical analysis and data processing library"
58 HOMEPAGE="http://www.alglib.net/"
59 SRC_URI="http://www.alglib.net/translator/re/${P}.cpp.tgz"
60
61 SLOT="0"
62 LICENSE="GPL-2+"
63 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
64 IUSE=""
65
66 RDEPEND=""
67 DEPEND="${RDEPEND}
68 "
69
70 S="${WORKDIR}"/cpp/
71
72 src_prepare() {
73 cp "${FILESDIR}"/CMakeLists.txt-${PV} CMakeLists.txt || die
74 cmake-utils_src_prepare
75 }