Gentoo Archives: gentoo-commits

From: "Sebastien Fabbro (bicatali)" <bicatali@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-libs/plplot: plplot-5.10.0-r1.ebuild ChangeLog plplot-5.10.0.ebuild
Date: Fri, 27 Jun 2014 20:15:23
Message-Id: 20140627192610.7D44F2004E@flycatcher.gentoo.org
1 bicatali 14/06/27 19:26:10
2
3 Modified: plplot-5.10.0-r1.ebuild ChangeLog
4 Removed: plplot-5.10.0.ebuild
5 Log:
6 Cleanup
7
8 (Portage version: 2.2.10.1-prefix/cvs/Linux x86_64, signed Manifest commit with key 0x13CB1360)
9
10 Revision Changes Path
11 1.2 sci-libs/plplot/plplot-5.10.0-r1.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/plplot/plplot-5.10.0-r1.ebuild?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/plplot/plplot-5.10.0-r1.ebuild?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/plplot/plplot-5.10.0-r1.ebuild?r1=1.1&r2=1.2
16
17 Index: plplot-5.10.0-r1.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sci-libs/plplot/plplot-5.10.0-r1.ebuild,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- plplot-5.10.0-r1.ebuild 7 Apr 2014 17:07:44 -0000 1.1
24 +++ plplot-5.10.0-r1.ebuild 27 Jun 2014 19:26:10 -0000 1.2
25 @@ -1,6 +1,6 @@
26 # Copyright 1999-2014 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/plplot/plplot-5.10.0-r1.ebuild,v 1.1 2014/04/07 17:07:44 bicatali Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/plplot/plplot-5.10.0-r1.ebuild,v 1.2 2014/06/27 19:26:10 bicatali Exp $
30
31 EAPI=5
32
33 @@ -26,8 +26,8 @@
34 RDEPEND="
35 ada? ( virtual/gnat )
36 cairo? ( x11-libs/cairo:0=[svg?,X?] )
37 - java? ( >=virtual/jre-1.5 )
38 gd? ( media-libs/gd:2=[jpeg?,png?] )
39 + java? ( >=virtual/jre-1.5 )
40 latex? (
41 app-text/ghostscript-gpl
42 virtual/latex-base
43 @@ -48,7 +48,7 @@
44 dev-python/numpy[${PYTHON_USEDEP}]
45 qt4? ( dev-python/PyQt4[${PYTHON_USEDEP}] )
46 )
47 - qhull? ( media-libs/qhull )
48 + qhull? ( media-libs/qhull:0= )
49 qt4? (
50 dev-qt/qtgui:4=
51 dev-qt/qtsvg:4=
52 @@ -91,7 +91,7 @@
53 media-fonts/font-cursor-misc
54 )"
55
56 -REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} ) qt4? ( dynamic ) test? ( latex )"
57 +REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} ) qt4? ( dynamic ) test? ( latex ) tk? ( tcl )"
58
59 PATCHES=(
60 "${FILESDIR}"/${PN}-5.9.6-python.patch
61 @@ -137,6 +137,7 @@
62 -DBUILD_DVI=OFF
63 -DDOX_DOC=OFF
64 -DBUILD_DOC=OFF
65 + -DUSE_RPATH=OFF
66 $(cmake-utils_use doc PREBUILT_DOC)
67 $(cmake-utils_use_build test)
68 $(cmake-utils_use_has python NUMPY)
69
70
71
72 1.59 sci-libs/plplot/ChangeLog
73
74 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/plplot/ChangeLog?rev=1.59&view=markup
75 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/plplot/ChangeLog?rev=1.59&content-type=text/plain
76 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/plplot/ChangeLog?r1=1.58&r2=1.59
77
78 Index: ChangeLog
79 ===================================================================
80 RCS file: /var/cvsroot/gentoo-x86/sci-libs/plplot/ChangeLog,v
81 retrieving revision 1.58
82 retrieving revision 1.59
83 diff -u -r1.58 -r1.59
84 --- ChangeLog 7 Apr 2014 17:07:44 -0000 1.58
85 +++ ChangeLog 27 Jun 2014 19:26:10 -0000 1.59
86 @@ -1,6 +1,10 @@
87 # ChangeLog for sci-libs/plplot
88 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
89 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/plplot/ChangeLog,v 1.58 2014/04/07 17:07:44 bicatali Exp $
90 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/plplot/ChangeLog,v 1.59 2014/06/27 19:26:10 bicatali Exp $
91 +
92 + 27 Jun 2014; Sébastien Fabbro <bicatali@g.o> -plplot-5.10.0.ebuild,
93 + plplot-5.10.0-r1.ebuild:
94 + Cleanup
95
96 *plplot-5.10.0-r1 (07 Apr 2014)