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/qtiplot: ChangeLog qtiplot-0.9.7.2.ebuild
Date: Mon, 13 Oct 2008 22:26:34
Message-Id: E1KpVs0-0004ec-9F@stork.gentoo.org
1 bicatali 08/10/13 22:26:32
2
3 Modified: ChangeLog qtiplot-0.9.7.2.ebuild
4 Log:
5 Fixed SRC_URI for mirrors, bug #218657.
6 (Portage version: 2.2_rc11/cvs/Linux 2.6.25-gentoo-r7 x86_64)
7
8 Revision Changes Path
9 1.35 sci-visualization/qtiplot/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/qtiplot/ChangeLog?rev=1.35&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/qtiplot/ChangeLog?rev=1.35&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/qtiplot/ChangeLog?r1=1.34&r2=1.35
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sci-visualization/qtiplot/ChangeLog,v
18 retrieving revision 1.34
19 retrieving revision 1.35
20 diff -u -r1.34 -r1.35
21 --- ChangeLog 28 Sep 2008 10:40:33 -0000 1.34
22 +++ ChangeLog 13 Oct 2008 22:26:32 -0000 1.35
23 @@ -1,6 +1,10 @@
24 # ChangeLog for sci-visualization/qtiplot
25 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/sci-visualization/qtiplot/ChangeLog,v 1.34 2008/09/28 10:40:33 markusle Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/qtiplot/ChangeLog,v 1.35 2008/10/13 22:26:32 bicatali Exp $
28 +
29 + 13 Oct 2008; Sébastien Fabbro <bicatali@g.o>
30 + qtiplot-0.9.7.2.ebuild:
31 + Fixed SRC_URI for mirrors, bug #218657.
32
33 28 Sep 2008; Markus Dittrich <markusle@g.o> qtiplot-0.9.7.2.ebuild:
34 Changed boost dependency to >=1.35.0 since compile fails otherwise
35
36
37
38 1.3 sci-visualization/qtiplot/qtiplot-0.9.7.2.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/qtiplot/qtiplot-0.9.7.2.ebuild?rev=1.3&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/qtiplot/qtiplot-0.9.7.2.ebuild?rev=1.3&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/qtiplot/qtiplot-0.9.7.2.ebuild?r1=1.2&r2=1.3
43
44 Index: qtiplot-0.9.7.2.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/sci-visualization/qtiplot/qtiplot-0.9.7.2.ebuild,v
47 retrieving revision 1.2
48 retrieving revision 1.3
49 diff -u -r1.2 -r1.3
50 --- qtiplot-0.9.7.2.ebuild 28 Sep 2008 10:40:33 -0000 1.2
51 +++ qtiplot-0.9.7.2.ebuild 13 Oct 2008 22:26:32 -0000 1.3
52 @@ -1,13 +1,13 @@
53 # Copyright 1999-2008 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/sci-visualization/qtiplot/qtiplot-0.9.7.2.ebuild,v 1.2 2008/09/28 10:40:33 markusle Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/qtiplot/qtiplot-0.9.7.2.ebuild,v 1.3 2008/10/13 22:26:32 bicatali Exp $
57
58 EAPI="1"
59 inherit eutils multilib qt4 fdo-mime python
60
61 DESCRIPTION="Qt based clone of the Origin plotting package"
62 HOMEPAGE="http://soft.proindependent.com/qtiplot.html"
63 -SRC_URI="http://download.berlios.de/${PN}/${P}.tar.bz2
64 +SRC_URI="mirror://berlios/${PN}/${P}.tar.bz2
65 doc? ( mirror://gentoo/${PN}-0.9.7-manual-en.tar.bz2 )"
66
67 LICENSE="GPL-2"