Gentoo Archives: gentoo-commits

From: "Andrey Grozin (grozin)" <grozin@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-visualization/veusz: ChangeLog veusz-1.1.ebuild
Date: Mon, 06 Oct 2008 06:00:38
Message-Id: E1Kmj92-00022x-AT@stork.gentoo.org
1 grozin 08/10/06 06:00:36
2
3 Modified: ChangeLog
4 Added: veusz-1.1.ebuild
5 Log:
6 Version bump
7 (Portage version: 2.2_rc11/cvs/Linux 2.6.25-tuxonice-r1 i686)
8
9 Revision Changes Path
10 1.10 sci-visualization/veusz/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/veusz/ChangeLog?rev=1.10&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/veusz/ChangeLog?rev=1.10&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/veusz/ChangeLog?r1=1.9&r2=1.10
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sci-visualization/veusz/ChangeLog,v
19 retrieving revision 1.9
20 retrieving revision 1.10
21 diff -u -r1.9 -r1.10
22 --- ChangeLog 6 Aug 2008 18:57:50 -0000 1.9
23 +++ ChangeLog 6 Oct 2008 06:00:35 -0000 1.10
24 @@ -1,6 +1,11 @@
25 # ChangeLog for sci-visualization/veusz
26 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/sci-visualization/veusz/ChangeLog,v 1.9 2008/08/06 18:57:50 ulm Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/veusz/ChangeLog,v 1.10 2008/10/06 06:00:35 grozin Exp $
29 +
30 +*veusz-1.1 (06 Oct 2008)
31 +
32 + 06 Oct 2008; Andrey Grozin <grozin@g.o> +veusz-1.1.ebuild:
33 + Version bump
34
35 06 Aug 2008; Ulrich Mueller <ulm@g.o> metadata.xml:
36 Add USE flag description to metadata wrt GLEP 56.
37
38
39
40 1.1 sci-visualization/veusz/veusz-1.1.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/veusz/veusz-1.1.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/veusz/veusz-1.1.ebuild?rev=1.1&content-type=text/plain
44
45 Index: veusz-1.1.ebuild
46 ===================================================================
47 # Copyright 1999-2008 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/sci-visualization/veusz/veusz-1.1.ebuild,v 1.1 2008/10/06 06:00:35 grozin Exp $
50
51 inherit distutils
52
53 DESCRIPTION="Qt based scientific plotting package with good Postscript output."
54 HOMEPAGE="http://home.gna.org/veusz/"
55 SRC_URI="http://download.gna.org/${PN}/${P}.tar.gz"
56
57 IUSE="doc examples fits"
58 SLOT="0"
59 KEYWORDS="~amd64 ~x86"
60 LICENSE="GPL-2"
61
62 DEPEND="dev-python/numpy"
63
64 RDEPEND="${DEPEND}
65 >=dev-python/PyQt4-4.3
66 fits? ( >=dev-python/pyfits-1.1 )"
67
68 src_install() {
69 distutils_src_install
70 insinto /usr/share/doc/${PF}
71 if use doc; then
72 doins -r examples || die "examples install failed"
73 fi
74 if use doc; then
75 cd Documents
76 doins -r Interface.txt manual.html manimages manual.pdf || die "doc install failed"
77 fi
78 }