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/qtiplot: qtiplot-0.9.8.9-r3.ebuild qtiplot-0.9.8.9-r2.ebuild ChangeLog qtiplot-0.9.8.9-r1.ebuild
Date: Fri, 27 Feb 2015 08:07:42
Message-Id: 20150227080736.5B84712A68@oystercatcher.gentoo.org
1 jlec 15/02/27 08:07:36
2
3 Modified: qtiplot-0.9.8.9-r3.ebuild qtiplot-0.9.8.9-r2.ebuild
4 ChangeLog
5 Removed: qtiplot-0.9.8.9-r1.ebuild
6 Log:
7 Restrict binary distribution with USE=-bindist, #541454
8
9 (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
10
11 Revision Changes Path
12 1.2 sci-visualization/qtiplot/qtiplot-0.9.8.9-r3.ebuild
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/qtiplot/qtiplot-0.9.8.9-r3.ebuild?rev=1.2&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/qtiplot/qtiplot-0.9.8.9-r3.ebuild?rev=1.2&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/qtiplot/qtiplot-0.9.8.9-r3.ebuild?r1=1.1&r2=1.2
17
18 Index: qtiplot-0.9.8.9-r3.ebuild
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/sci-visualization/qtiplot/qtiplot-0.9.8.9-r3.ebuild,v
21 retrieving revision 1.1
22 retrieving revision 1.2
23 diff -u -r1.1 -r1.2
24 --- qtiplot-0.9.8.9-r3.ebuild 8 Jan 2015 08:41:53 -0000 1.1
25 +++ qtiplot-0.9.8.9-r3.ebuild 27 Feb 2015 08:07:36 -0000 1.2
26 @@ -1,6 +1,6 @@
27 # Copyright 1999-2015 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29 -# $Header: /var/cvsroot/gentoo-x86/sci-visualization/qtiplot/qtiplot-0.9.8.9-r3.ebuild,v 1.1 2015/01/08 08:41:53 jlec Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/qtiplot/qtiplot-0.9.8.9-r3.ebuild,v 1.2 2015/02/27 08:07:36 jlec Exp $
31
32 EAPI=5
33
34 @@ -37,7 +37,7 @@
35 dev-qt/qtgui:4
36 dev-qt/qtopengl:4
37 dev-qt/qt3support:4
38 - || ( >=dev-qt/qthelp-4.7.0:4[compat] <dev-qt/qthelp-4.7.0:4 )
39 + dev-qt/qthelp:4[compat]
40 dev-qt/qtsvg:4
41 >=x11-libs/gl2ps-1.3.5[png]
42 >=dev-cpp/muParser-1.32
43 @@ -78,6 +78,8 @@
44 "${FILESDIR}"/${P}-PyQt4-4.11.3.patch
45 )
46
47 +RESTRICT="!bindist? ( bindist )"
48 +
49 pkg_setup() {
50 use python && python-single-r1_pkg_setup
51 }
52
53
54
55 1.9 sci-visualization/qtiplot/qtiplot-0.9.8.9-r2.ebuild
56
57 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/qtiplot/qtiplot-0.9.8.9-r2.ebuild?rev=1.9&view=markup
58 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/qtiplot/qtiplot-0.9.8.9-r2.ebuild?rev=1.9&content-type=text/plain
59 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/qtiplot/qtiplot-0.9.8.9-r2.ebuild?r1=1.8&r2=1.9
60
61 Index: qtiplot-0.9.8.9-r2.ebuild
62 ===================================================================
63 RCS file: /var/cvsroot/gentoo-x86/sci-visualization/qtiplot/qtiplot-0.9.8.9-r2.ebuild,v
64 retrieving revision 1.8
65 retrieving revision 1.9
66 diff -u -r1.8 -r1.9
67 --- qtiplot-0.9.8.9-r2.ebuild 27 Oct 2014 16:48:10 -0000 1.8
68 +++ qtiplot-0.9.8.9-r2.ebuild 27 Feb 2015 08:07:36 -0000 1.9
69 @@ -1,6 +1,6 @@
70 -# Copyright 1999-2014 Gentoo Foundation
71 +# Copyright 1999-2015 Gentoo Foundation
72 # Distributed under the terms of the GNU General Public License v2
73 -# $Header: /var/cvsroot/gentoo-x86/sci-visualization/qtiplot/qtiplot-0.9.8.9-r2.ebuild,v 1.8 2014/10/27 16:48:10 jlec Exp $
74 +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/qtiplot/qtiplot-0.9.8.9-r2.ebuild,v 1.9 2015/02/27 08:07:36 jlec Exp $
75
76 EAPI=5
77
78 @@ -37,7 +37,7 @@
79 dev-qt/qtgui:4
80 dev-qt/qtopengl:4
81 dev-qt/qt3support:4
82 - || ( >=dev-qt/qthelp-4.7.0:4[compat] <dev-qt/qthelp-4.7.0:4 )
83 + dev-qt/qthelp:4[compat]
84 dev-qt/qtsvg:4
85 >=x11-libs/gl2ps-1.3.5[png]
86 >=dev-cpp/muParser-1.32
87 @@ -76,6 +76,8 @@
88 "${FILESDIR}"/${P}-PyQt4-4.10.patch
89 )
90
91 +RESTRICT="!bindist? ( bindist )"
92 +
93 pkg_setup() {
94 use python && python-single-r1_pkg_setup
95 }
96
97
98
99 1.110 sci-visualization/qtiplot/ChangeLog
100
101 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/qtiplot/ChangeLog?rev=1.110&view=markup
102 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/qtiplot/ChangeLog?rev=1.110&content-type=text/plain
103 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/qtiplot/ChangeLog?r1=1.109&r2=1.110
104
105 Index: ChangeLog
106 ===================================================================
107 RCS file: /var/cvsroot/gentoo-x86/sci-visualization/qtiplot/ChangeLog,v
108 retrieving revision 1.109
109 retrieving revision 1.110
110 diff -u -r1.109 -r1.110
111 --- ChangeLog 8 Jan 2015 08:41:53 -0000 1.109
112 +++ ChangeLog 27 Feb 2015 08:07:36 -0000 1.110
113 @@ -1,6 +1,10 @@
114 # ChangeLog for sci-visualization/qtiplot
115 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
116 -# $Header: /var/cvsroot/gentoo-x86/sci-visualization/qtiplot/ChangeLog,v 1.109 2015/01/08 08:41:53 jlec Exp $
117 +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/qtiplot/ChangeLog,v 1.110 2015/02/27 08:07:36 jlec Exp $
118 +
119 + 27 Feb 2015; Justin Lecher <jlec@g.o> -qtiplot-0.9.8.9-r1.ebuild,
120 + qtiplot-0.9.8.9-r2.ebuild, qtiplot-0.9.8.9-r3.ebuild:
121 + Restrict binary distribution with USE=-bindist, #541454
122
123 *qtiplot-0.9.8.9-r3 (08 Jan 2015)