Gentoo Archives: gentoo-commits

From: "Markus Dittrich (markusle)" <markusle@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-libs/plplot: plplot-5.9.4.ebuild ChangeLog
Date: Wed, 02 Sep 2009 09:20:14
Message-Id: E1MiqpS-0005tH-H8@stork.gentoo.org
1 markusle 09/09/02 14:28:54
2
3 Modified: plplot-5.9.4.ebuild ChangeLog
4 Log:
5 Fixed error due to missing pdf.rc reference file (see #282688).
6 (Portage version: 2.1.6.13/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.2 sci-libs/plplot/plplot-5.9.4.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/plplot/plplot-5.9.4.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/plplot/plplot-5.9.4.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/plplot/plplot-5.9.4.ebuild?r1=1.1&r2=1.2
14
15 Index: plplot-5.9.4.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sci-libs/plplot/plplot-5.9.4.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- plplot-5.9.4.ebuild 25 Aug 2009 02:59:51 -0000 1.1
22 +++ plplot-5.9.4.ebuild 2 Sep 2009 14:28:54 -0000 1.2
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2009 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/plplot/plplot-5.9.4.ebuild,v 1.1 2009/08/25 02:59:51 markusle Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/plplot/plplot-5.9.4.ebuild,v 1.2 2009/09/02 14:28:54 markusle Exp $
28
29 EAPI="2"
30 WX_GTK_VER="2.8"
31 @@ -66,6 +66,9 @@
32 # path for python independent of python version
33 epatch "${FILESDIR}"/${PN}-5.9.0-python.patch
34
35 + # we're missing the proper reference file pdf.rc
36 + epatch "${FILESDIR}"/${P}-pdf-driver.patch
37 +
38 # remove license
39 sed -i -e '/COPYING.LIB/d' CMakeLists.txt || die
40
41 @@ -91,7 +94,6 @@
42
43 src_configure() {
44 # see http://www.miscdebris.net/plplot_wiki/index.php?title=CMake_options_for_PLplot
45 -
46 cmake-utils_pld() { _use_me_now PLD "$@" ; }
47
48 mycmakeargs="
49
50
51
52 1.23 sci-libs/plplot/ChangeLog
53
54 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/plplot/ChangeLog?rev=1.23&view=markup
55 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/plplot/ChangeLog?rev=1.23&content-type=text/plain
56 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/plplot/ChangeLog?r1=1.22&r2=1.23
57
58 Index: ChangeLog
59 ===================================================================
60 RCS file: /var/cvsroot/gentoo-x86/sci-libs/plplot/ChangeLog,v
61 retrieving revision 1.22
62 retrieving revision 1.23
63 diff -u -r1.22 -r1.23
64 --- ChangeLog 25 Aug 2009 02:59:51 -0000 1.22
65 +++ ChangeLog 2 Sep 2009 14:28:54 -0000 1.23
66 @@ -1,6 +1,10 @@
67 # ChangeLog for sci-libs/plplot
68 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
69 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/plplot/ChangeLog,v 1.22 2009/08/25 02:59:51 markusle Exp $
70 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/plplot/ChangeLog,v 1.23 2009/09/02 14:28:54 markusle Exp $
71 +
72 + 02 Sep 2009; Markus Dittrich <markusle@g.o> plplot-5.9.4.ebuild,
73 + +files/plplot-5.9.4-pdf-driver.patch:
74 + Fixed error due to missing pdf.rc reference file (see #282688).
75
76 *plplot-5.9.4 (25 Aug 2009)