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/libint: libint-2.0.5.ebuild ChangeLog
Date: Wed, 29 Jul 2015 17:39:15
Message-Id: 20150729173852.5DB60110@oystercatcher.gentoo.org
1 jlec 15/07/29 17:38:52
2
3 Modified: libint-2.0.5.ebuild ChangeLog
4 Log:
5 Add missing dependency on gmp, bug #556244
6
7 (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key E9402A79B03529A2!)
8
9 Revision Changes Path
10 1.2 sci-libs/libint/libint-2.0.5.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/libint/libint-2.0.5.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/libint/libint-2.0.5.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/libint/libint-2.0.5.ebuild?r1=1.1&r2=1.2
15
16 Index: libint-2.0.5.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sci-libs/libint/libint-2.0.5.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- libint-2.0.5.ebuild 7 May 2015 07:10:49 -0000 1.1
23 +++ libint-2.0.5.ebuild 29 Jul 2015 17:38:52 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2015 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/libint/libint-2.0.5.ebuild,v 1.1 2015/05/07 07:10:49 jlec Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/libint/libint-2.0.5.ebuild,v 1.2 2015/07/29 17:38:52 jlec Exp $
29
30 EAPI=5
31
32 @@ -23,6 +23,7 @@
33
34 DEPEND="
35 dev-libs/boost
36 + dev-libs/gmp[cxx]
37 doc? (
38 dev-texlive/texlive-latex
39 dev-tex/latex2html
40
41
42
43 1.18 sci-libs/libint/ChangeLog
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/libint/ChangeLog?rev=1.18&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/libint/ChangeLog?rev=1.18&content-type=text/plain
47 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/libint/ChangeLog?r1=1.17&r2=1.18
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/sci-libs/libint/ChangeLog,v
52 retrieving revision 1.17
53 retrieving revision 1.18
54 diff -u -r1.17 -r1.18
55 --- ChangeLog 7 May 2015 07:10:49 -0000 1.17
56 +++ ChangeLog 29 Jul 2015 17:38:52 -0000 1.18
57 @@ -1,6 +1,9 @@
58 # ChangeLog for sci-libs/libint
59 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
60 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/libint/ChangeLog,v 1.17 2015/05/07 07:10:49 jlec Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/libint/ChangeLog,v 1.18 2015/07/29 17:38:52 jlec Exp $
62 +
63 + 29 Jul 2015; Justin Lecher <jlec@g.o> libint-2.0.5.ebuild:
64 + Add missing dependency on gmp, bug #556244
65
66 *libint-1.1.6 (07 May 2015)
67 *libint-2.0.5 (07 May 2015)