Gentoo Archives: gentoo-commits

From: "Andreas HAttel (dilfridge)" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-visualization/spyview: spyview-20130823.ebuild ChangeLog
Date: Mon, 28 Oct 2013 20:57:46
Message-Id: 20131028205740.7571420047@flycatcher.gentoo.org
1 dilfridge 13/10/28 20:57:40
2
3 Modified: spyview-20130823.ebuild ChangeLog
4 Log:
5 Add boost subslot dependency
6
7 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 94BFDF4484AD142F)
8
9 Revision Changes Path
10 1.2 sci-visualization/spyview/spyview-20130823.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/spyview/spyview-20130823.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/spyview/spyview-20130823.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/spyview/spyview-20130823.ebuild?r1=1.1&r2=1.2
15
16 Index: spyview-20130823.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sci-visualization/spyview/spyview-20130823.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- spyview-20130823.ebuild 25 Oct 2013 13:54:22 -0000 1.1
23 +++ spyview-20130823.ebuild 28 Oct 2013 20:57:40 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2013 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/sci-visualization/spyview/spyview-20130823.ebuild,v 1.1 2013/10/25 13:54:22 dilfridge Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/spyview/spyview-20130823.ebuild,v 1.2 2013/10/28 20:57:40 dilfridge Exp $
29
30 EAPI=5
31
32 @@ -16,7 +16,7 @@
33 IUSE=""
34
35 COMMON_DEPEND="
36 - >=dev-libs/boost-1.42
37 + dev-libs/boost:=
38 media-libs/netpbm
39 x11-libs/fltk:1
40 app-text/ghostscript-gpl
41
42
43
44 1.26 sci-visualization/spyview/ChangeLog
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/spyview/ChangeLog?rev=1.26&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/spyview/ChangeLog?rev=1.26&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/spyview/ChangeLog?r1=1.25&r2=1.26
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/sci-visualization/spyview/ChangeLog,v
53 retrieving revision 1.25
54 retrieving revision 1.26
55 diff -u -r1.25 -r1.26
56 --- ChangeLog 25 Oct 2013 13:54:22 -0000 1.25
57 +++ ChangeLog 28 Oct 2013 20:57:40 -0000 1.26
58 @@ -1,6 +1,10 @@
59 # ChangeLog for sci-visualization/spyview
60 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/sci-visualization/spyview/ChangeLog,v 1.25 2013/10/25 13:54:22 dilfridge Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/spyview/ChangeLog,v 1.26 2013/10/28 20:57:40 dilfridge Exp $
63 +
64 + 28 Oct 2013; Andreas K. Huettel <dilfridge@g.o>
65 + spyview-20130823.ebuild:
66 + Add boost subslot dependency
67
68 *spyview-20130823 (25 Oct 2013)