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-visualization/xyscan: xyscan-3.02.ebuild metadata.xml Manifest ChangeLog
Date: Thu, 03 Jul 2008 22:55:22
Message-Id: E1KEXhs-0000xv-4f@stork.gentoo.org
1 markusle 08/07/03 22:55:16
2
3 Added: xyscan-3.02.ebuild metadata.xml Manifest ChangeLog
4 Log:
5 New package (see bug #226481).
6 (Portage version: 2.2_rc1/cvs/Linux 2.6.25-SENTINEL-4 i686)
7
8 Revision Changes Path
9 1.1 sci-visualization/xyscan/xyscan-3.02.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/xyscan/xyscan-3.02.ebuild?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/xyscan/xyscan-3.02.ebuild?rev=1.1&content-type=text/plain
13
14 Index: xyscan-3.02.ebuild
15 ===================================================================
16 # Copyright 1999-2008 Gentoo Foundation
17 # Distributed under the terms of the GNU General Public License v2
18 # $Header: /var/cvsroot/gentoo-x86/sci-visualization/xyscan/xyscan-3.02.ebuild,v 1.1 2008/07/03 22:55:15 markusle Exp $
19
20 EAPI="1"
21
22 inherit qt4
23
24 DESCRIPTION="Extract data points and errors from graphs"
25 HOMEPAGE="http://star.physics.yale.edu/~ullrich/xyscanDistributionPage/"
26 SRC_URI="http://star.physics.yale.edu/~ullrich/${PN}DistributionPage/${PV}/${P}-src.tar.gz"
27
28 LICENSE="GPL-2"
29 SLOT="0"
30 KEYWORDS="~amd64 ~x86"
31 IUSE=""
32
33 DEPEND="|| ( x11-libs/qt-gui:4
34 >=x11-libs/qt-4.3:4 )"
35
36 S="${WORKDIR}/${PN}"
37
38 src_unpack() {
39 unpack ${A}
40 cd "${S}"
41 epatch "${FILESDIR}"/${P}-docs.patch
42 sed -e "s:GENTOO_P:${P}:" -i xyscanWindow.cpp \
43 || die "Failed to fix docs path"
44 }
45
46 src_compile() {
47 eqmake4 xyscan.pro
48 emake || die "emake failed"
49 }
50
51 src_install() {
52 exeinto "/usr/bin"
53 doexe xyscan || die "Failed to install xyscan"
54 insinto "/usr/share/doc/${P}"
55 doins -r docs || die "Failed to install docs"
56 }
57
58
59
60 1.1 sci-visualization/xyscan/metadata.xml
61
62 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/xyscan/metadata.xml?rev=1.1&view=markup
63 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/xyscan/metadata.xml?rev=1.1&content-type=text/plain
64
65 Index: metadata.xml
66 ===================================================================
67 <?xml version="1.0" encoding="UTF-8"?>
68 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
69 <pkgmetadata>
70 <herd>sci</herd>
71 <maintainer>
72 <email>markusle@g.o</email>
73 <name>Markus Dittrich</name>
74 </maintainer>
75 </pkgmetadata>
76
77
78
79 1.1 sci-visualization/xyscan/Manifest
80
81 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/xyscan/Manifest?rev=1.1&view=markup
82 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/xyscan/Manifest?rev=1.1&content-type=text/plain
83
84 Index: Manifest
85 ===================================================================
86 AUX xyscan-3.02-docs.patch 486 RMD160 dc64989f157b3c1d268be61045cdb8051963948e SHA1 815635dfb591b75f2ca48a7ed3d8fa602da2bb84 SHA256 566b15954bf07c0e73c79591b5cbe91a614d183d67616dd46fed88086980b04c
87 DIST xyscan-3.02-src.tar.gz 359538 RMD160 9b1161da7fe1fe78f18209f4c1b1e923f1c187bf SHA1 906094de752178cb2217cb528732d287c2592edb SHA256 7bec39a25a95819072c31add78059709f6587672b9f15d8ee8582c3c162f950a
88 EBUILD xyscan-3.02.ebuild 900 RMD160 b17a43862719340a555ba9175b2b23af07553fe8 SHA1 675a31e861d0284a4bdfc79a0f5286f810ea138e SHA256 de905b2d1fa2eda609c7c059f403389bf29e5904ff134e838dde63d712b1f2dd
89 MISC ChangeLog 381 RMD160 cf48ad5e208f7bb50a7a2b383db8814d1ad8c09f SHA1 1635ea65681498a6ae9823c507ad4aeb08cc20cc SHA256 eff9e1e353fc8817de432eedd5b2f698c16859a026636d709c043925bad28bd9
90 MISC metadata.xml 254 RMD160 8e9562c9dd3bd05fdf2dd40bcc5b2ed3dbe9ab75 SHA1 53acb8f334765223c1030a8eb242d584ad376706 SHA256 131c089c8a699c3fb7e8b914f68af259e0b0ad341fba3a8f87827871fc7be701
91
92
93
94 1.1 sci-visualization/xyscan/ChangeLog
95
96 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/xyscan/ChangeLog?rev=1.1&view=markup
97 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/xyscan/ChangeLog?rev=1.1&content-type=text/plain
98
99 Index: ChangeLog
100 ===================================================================
101 # ChangeLog for <CATEGORY>/<PACKAGE_NAME>
102 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
103 # $Header: /var/cvsroot/gentoo-x86/sci-visualization/xyscan/ChangeLog,v 1.1 2008/07/03 22:55:15 markusle Exp $
104
105 *xyscan-3.02 (03 Jul 2008)
106
107 03 Jul 2008; Markus Dittrich <markusle@g.o>
108 +files/xyscan-3.02-docs.patch, +metadata.xml, +xyscan-3.02.ebuild:
109 New package (see bug #226481). Thanks much to Benjamin Bannier
110 <benni@×××××××××.de> for his ebuild.
111
112
113
114
115 --
116 gentoo-commits@l.g.o mailing list