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-visualization/pyxplot: pyxplot-0.6.3.1.ebuild ChangeLog pyxplot-0.6.3.ebuild
Date: Wed, 02 Jul 2008 14:19:09
Message-Id: E1KE3Aj-0003GZ-8L@stork.gentoo.org
1 bicatali 08/07/02 14:19:01
2
3 Modified: pyxplot-0.6.3.1.ebuild ChangeLog
4 Removed: pyxplot-0.6.3.ebuild
5 Log:
6 Removed virtual/tetex dependency (included in dev-python/pyx, removed old version
7 (Portage version: 2.1.4.4)
8
9 Revision Changes Path
10 1.6 sci-visualization/pyxplot/pyxplot-0.6.3.1.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/pyxplot/pyxplot-0.6.3.1.ebuild?rev=1.6&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/pyxplot/pyxplot-0.6.3.1.ebuild?rev=1.6&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/pyxplot/pyxplot-0.6.3.1.ebuild?r1=1.5&r2=1.6
15
16 Index: pyxplot-0.6.3.1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sci-visualization/pyxplot/pyxplot-0.6.3.1.ebuild,v
19 retrieving revision 1.5
20 retrieving revision 1.6
21 diff -u -r1.5 -r1.6
22 --- pyxplot-0.6.3.1.ebuild 29 May 2008 17:56:29 -0000 1.5
23 +++ pyxplot-0.6.3.1.ebuild 2 Jul 2008 14:19:00 -0000 1.6
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2008 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/sci-visualization/pyxplot/pyxplot-0.6.3.1.ebuild,v 1.5 2008/05/29 17:56:29 hawking Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/pyxplot/pyxplot-0.6.3.1.ebuild,v 1.6 2008/07/02 14:19:00 bicatali Exp $
29
30 inherit eutils python
31
32 @@ -17,11 +17,11 @@
33 # should use xdg-utils once those are working for postcript viewers
34 RDEPEND=">=dev-python/pyx-0.9
35 sci-libs/scipy
36 - virtual/tetex
37 virtual/ghostscript
38 || ( app-text/gv app-text/ggv )
39 media-gfx/imagemagick"
40 DEPEND="${RDEPEND}"
41 +
42 S="${WORKDIR}/${PN}"
43
44 src_unpack() {
45 @@ -54,7 +54,6 @@
46 sed -i \
47 -e 's/ex_\*/{ex_,fig}\*/' \
48 Makefile.skel || die "sed examples failed"
49 -
50 }
51
52 src_compile() {
53
54
55
56 1.10 sci-visualization/pyxplot/ChangeLog
57
58 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/pyxplot/ChangeLog?rev=1.10&view=markup
59 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/pyxplot/ChangeLog?rev=1.10&content-type=text/plain
60 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/pyxplot/ChangeLog?r1=1.9&r2=1.10
61
62 Index: ChangeLog
63 ===================================================================
64 RCS file: /var/cvsroot/gentoo-x86/sci-visualization/pyxplot/ChangeLog,v
65 retrieving revision 1.9
66 retrieving revision 1.10
67 diff -u -r1.9 -r1.10
68 --- ChangeLog 29 May 2008 17:56:29 -0000 1.9
69 +++ ChangeLog 2 Jul 2008 14:19:00 -0000 1.10
70 @@ -1,6 +1,12 @@
71 # ChangeLog for sci-visualization/pyxplot
72 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
73 -# $Header: /var/cvsroot/gentoo-x86/sci-visualization/pyxplot/ChangeLog,v 1.9 2008/05/29 17:56:29 hawking Exp $
74 +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/pyxplot/ChangeLog,v 1.10 2008/07/02 14:19:00 bicatali Exp $
75 +
76 + 02 Jul 2008; Sébastien Fabbro <bicatali@g.o>
77 + -files/0.6.3-dont-build-pyx.patch, -files/0.6.3-respect-destdir.patch,
78 + -pyxplot-0.6.3.ebuild, pyxplot-0.6.3.1.ebuild:
79 + Removed virtual/tetex dependency (included in dev-python/pyx, removed old
80 + version
81
82 29 May 2008; Ali Polatel <hawking@g.o> pyxplot-0.6.3.ebuild,
83 pyxplot-0.6.3.1.ebuild:
84
85
86
87 --
88 gentoo-commits@l.g.o mailing list