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/xyscan: metadata.xml ChangeLog xyscan-3.1.0.ebuild
Date: Fri, 30 Jan 2009 09:55:45
Message-Id: E1LSq6A-0001lo-Bi@stork.gentoo.org
1 bicatali 09/01/30 09:55:42
2
3 Modified: metadata.xml ChangeLog
4 Added: xyscan-3.1.0.ebuild
5 Log:
6 Version bump. Thanks Benjamin Bannier, bug #256674
7 (Portage version: 2.2_rc23/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 sci-visualization/xyscan/metadata.xml
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/xyscan/metadata.xml?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/xyscan/metadata.xml?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/xyscan/metadata.xml?r1=1.1&r2=1.2
15
16 Index: metadata.xml
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sci-visualization/xyscan/metadata.xml,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- metadata.xml 3 Jul 2008 22:55:15 -0000 1.1
23 +++ metadata.xml 30 Jan 2009 09:55:42 -0000 1.2
24 @@ -1,9 +1,15 @@
25 <?xml version="1.0" encoding="UTF-8"?>
26 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
27 <pkgmetadata>
28 - <herd>sci</herd>
29 - <maintainer>
30 - <email>markusle@g.o</email>
31 - <name>Markus Dittrich</name>
32 - </maintainer>
33 + <herd>sci</herd>
34 + <maintainer>
35 + <email>markusle@g.o</email>
36 + <name>Markus Dittrich</name>
37 + </maintainer>
38 +<longdescription lang="en">
39 + xyscan is a tool for scientist in the need to extract data points,
40 + i.e. numeric values, from a plot. It allows to scan the plots and
41 + extract data points including the size of the error bars (both in x
42 + and y). It can handle plots with linear and logarithmic scales.
43 +</longdescription>
44 </pkgmetadata>
45
46
47
48 1.3 sci-visualization/xyscan/ChangeLog
49
50 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/xyscan/ChangeLog?rev=1.3&view=markup
51 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/xyscan/ChangeLog?rev=1.3&content-type=text/plain
52 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/xyscan/ChangeLog?r1=1.2&r2=1.3
53
54 Index: ChangeLog
55 ===================================================================
56 RCS file: /var/cvsroot/gentoo-x86/sci-visualization/xyscan/ChangeLog,v
57 retrieving revision 1.2
58 retrieving revision 1.3
59 diff -u -r1.2 -r1.3
60 --- ChangeLog 5 Jul 2008 06:50:55 -0000 1.2
61 +++ ChangeLog 30 Jan 2009 09:55:42 -0000 1.3
62 @@ -1,6 +1,12 @@
63 # ChangeLog for sci-visualization/xyscan
64 -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
65 -# $Header: /var/cvsroot/gentoo-x86/sci-visualization/xyscan/ChangeLog,v 1.2 2008/07/05 06:50:55 swegener Exp $
66 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
67 +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/xyscan/ChangeLog,v 1.3 2009/01/30 09:55:42 bicatali Exp $
68 +
69 +*xyscan-3.1.0 (30 Jan 2009)
70 +
71 + 30 Jan 2009; Sébastien Fabbro <bicatali@g.o> metadata.xml,
72 + +xyscan-3.1.0.ebuild:
73 + Version bump. Thanks Benjamin Bannier, bug #256674
74
75 *xyscan-3.02 (03 Jul 2008)
76
77
78
79
80 1.1 sci-visualization/xyscan/xyscan-3.1.0.ebuild
81
82 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/xyscan/xyscan-3.1.0.ebuild?rev=1.1&view=markup
83 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/xyscan/xyscan-3.1.0.ebuild?rev=1.1&content-type=text/plain
84
85 Index: xyscan-3.1.0.ebuild
86 ===================================================================
87 # Copyright 1999-2009 Gentoo Foundation
88 # Distributed under the terms of the GNU General Public License v2
89 # $Header: /var/cvsroot/gentoo-x86/sci-visualization/xyscan/xyscan-3.1.0.ebuild,v 1.1 2009/01/30 09:55:42 bicatali Exp $
90
91 EAPI="1"
92
93 inherit eutils qt4 versionator
94
95 MY_PV=$(replace_version_separator 2 '')
96
97 DESCRIPTION="Tool for extracting data points from graphs"
98 HOMEPAGE="http://star.physics.yale.edu/~ullrich/xyscanDistributionPage/"
99 SRC_URI="http://star.physics.yale.edu/~ullrich/${PN}DistributionPage/${MY_PV}/${P}-src.tar.gz"
100
101 LICENSE="GPL-2"
102 SLOT="0"
103 KEYWORDS="~amd64 ~x86"
104 IUSE=""
105
106 DEPEND="|| ( x11-libs/qt-gui:4 >=x11-libs/qt-4.3:4 )"
107
108 S="${WORKDIR}/${PN}"
109
110 src_unpack() {
111 unpack ${A}
112 cd "${S}"
113 sed -i \
114 -e "s:qApp->applicationDirPath() + \"/../docs\":\"/usr/share/doc/${PF}/html\":" \
115 xyscanWindow.cpp || die "Failed to fix docs path"
116 }
117
118 src_compile() {
119 eqmake4 xyscan.pro
120 emake || die "emake failed"
121 }
122
123 src_install() {
124 exeinto /usr/bin
125 doexe xyscan || die "Failed to install xyscan"
126 insinto /usr/share/doc/${PF}/html
127 doins -r docs/* || die "Failed to install docs"
128 newicon images/xyscanIcon.png xyscan.png
129 make_desktop_entry xyscan "xyscan data point extractor"
130 }