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-visualization/kst: metadata.xml kst-2.0.7.ebuild ChangeLog
Date: Sat, 28 Feb 2015 18:49:30
Message-Id: 20150228184925.0CECD12C0B@oystercatcher.gentoo.org
1 jlec 15/02/28 18:49:25
2
3 Modified: metadata.xml kst-2.0.7.ebuild ChangeLog
4 Log:
5 Fix broken deps
6
7 (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
8
9 Revision Changes Path
10 1.5 sci-visualization/kst/metadata.xml
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/kst/metadata.xml?rev=1.5&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/kst/metadata.xml?rev=1.5&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/kst/metadata.xml?r1=1.4&r2=1.5
15
16 Index: metadata.xml
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sci-visualization/kst/metadata.xml,v
19 retrieving revision 1.4
20 retrieving revision 1.5
21 diff -u -r1.4 -r1.5
22 --- metadata.xml 3 Aug 2012 15:10:47 -0000 1.4
23 +++ metadata.xml 28 Feb 2015 18:49:24 -0000 1.5
24 @@ -1,9 +1,9 @@
25 <?xml version="1.0" encoding="UTF-8"?>
26 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
27 <pkgmetadata>
28 - <herd>qt</herd>
29 - <upstream>
30 - <remote-id type="sourceforge">kst</remote-id>
31 - <bugs-to>http://bugs.kde.org/</bugs-to>
32 - </upstream>
33 + <herd>qt</herd>
34 + <upstream>
35 + <remote-id type="sourceforge">kst</remote-id>
36 + <bugs-to>http://bugs.kde.org/</bugs-to>
37 + </upstream>
38 </pkgmetadata>
39
40
41
42 1.2 sci-visualization/kst/kst-2.0.7.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/kst/kst-2.0.7.ebuild?rev=1.2&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/kst/kst-2.0.7.ebuild?rev=1.2&content-type=text/plain
46 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/kst/kst-2.0.7.ebuild?r1=1.1&r2=1.2
47
48 Index: kst-2.0.7.ebuild
49 ===================================================================
50 RCS file: /var/cvsroot/gentoo-x86/sci-visualization/kst/kst-2.0.7.ebuild,v
51 retrieving revision 1.1
52 retrieving revision 1.2
53 diff -u -r1.1 -r1.2
54 --- kst-2.0.7.ebuild 1 Aug 2013 18:28:16 -0000 1.1
55 +++ kst-2.0.7.ebuild 28 Feb 2015 18:49:24 -0000 1.2
56 @@ -1,6 +1,6 @@
57 -# Copyright 1999-2013 Gentoo Foundation
58 +# Copyright 1999-2015 Gentoo Foundation
59 # Distributed under the terms of the GNU General Public License v2
60 -# $Header: /var/cvsroot/gentoo-x86/sci-visualization/kst/kst-2.0.7.ebuild,v 1.1 2013/08/01 18:28:16 kensington Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/kst/kst-2.0.7.ebuild,v 1.2 2015/02/28 18:49:24 jlec Exp $
62
63 EAPI=4
64
65 @@ -42,7 +42,7 @@
66 sci-libs/cfitsio
67 sci-libs/getdata
68 sci-libs/gsl
69 - sci-libs/netcdf[cxx]
70 + sci-libs/netcdf-cxx:3
71 "
72 DEPEND="${RDEPEND}
73 test? ( dev-qt/qttest:4 )
74
75
76
77 1.14 sci-visualization/kst/ChangeLog
78
79 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/kst/ChangeLog?rev=1.14&view=markup
80 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/kst/ChangeLog?rev=1.14&content-type=text/plain
81 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/kst/ChangeLog?r1=1.13&r2=1.14
82
83 Index: ChangeLog
84 ===================================================================
85 RCS file: /var/cvsroot/gentoo-x86/sci-visualization/kst/ChangeLog,v
86 retrieving revision 1.13
87 retrieving revision 1.14
88 diff -u -r1.13 -r1.14
89 --- ChangeLog 1 Aug 2013 18:28:16 -0000 1.13
90 +++ ChangeLog 28 Feb 2015 18:49:25 -0000 1.14
91 @@ -1,6 +1,9 @@
92 # ChangeLog for sci-visualization/kst
93 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
94 -# $Header: /var/cvsroot/gentoo-x86/sci-visualization/kst/ChangeLog,v 1.13 2013/08/01 18:28:16 kensington Exp $
95 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
96 +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/kst/ChangeLog,v 1.14 2015/02/28 18:49:25 jlec Exp $
97 +
98 + 28 Feb 2015; Justin Lecher <jlec@g.o> kst-2.0.7.ebuild, metadata.xml:
99 + Fix broken deps
100
101 *kst-2.0.7 (01 Aug 2013)