Gentoo Archives: gentoo-commits

From: "Justin Lecher (jlec)" <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-chemistry/scala: metadata.xml ChangeLog scala-3.3.18.ebuild
Date: Thu, 04 Feb 2010 21:03:29
Message-Id: E1Nd8rH-0001Y0-Ts@stork.gentoo.org
1 jlec 10/02/04 21:03:27
2
3 Added: metadata.xml ChangeLog scala-3.3.18.ebuild
4 Log:
5 Splitted of scala programm from ccp4 package
6 (Portage version: 2.2_rc62/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.1 sci-chemistry/scala/metadata.xml
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/scala/metadata.xml?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/scala/metadata.xml?rev=1.1&content-type=text/plain
13
14 Index: metadata.xml
15 ===================================================================
16 <?xml version="1.0" encoding="UTF-8"?>
17 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
18 <pkgmetadata>
19 <herd>sci-chemistry</herd>
20 <maintainer>
21 <email>jlec@g.o</email>
22 </maintainer>
23 <longdescription>
24 This program scales together multiple observations of reflections from
25 Xray difraction experiments, and merges multiple observations into an
26 average intensity.
27 </longdescription>
28 </pkgmetadata>
29
30
31
32 1.1 sci-chemistry/scala/ChangeLog
33
34 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/scala/ChangeLog?rev=1.1&view=markup
35 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/scala/ChangeLog?rev=1.1&content-type=text/plain
36
37 Index: ChangeLog
38 ===================================================================
39 # ChangeLog for sci-chemistry/scala
40 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
41 # $Header: /var/cvsroot/gentoo-x86/sci-chemistry/scala/ChangeLog,v 1.1 2010/02/04 21:03:27 jlec Exp $
42
43 *scala-3.3.18 (04 Feb 2010)
44
45 04 Feb 2010; Justin Lecher (jlec) <jlec@g.o> +scala-3.3.18.ebuild,
46 +files/Makefile.am, +files/configure.ac, +metadata.xml:
47 scala splitted of from ccp4
48
49
50
51
52 1.1 sci-chemistry/scala/scala-3.3.18.ebuild
53
54 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/scala/scala-3.3.18.ebuild?rev=1.1&view=markup
55 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/scala/scala-3.3.18.ebuild?rev=1.1&content-type=text/plain
56
57 Index: scala-3.3.18.ebuild
58 ===================================================================
59 # Copyright 1999-2010 Gentoo Foundation
60 # Distributed under the terms of the GNU General Public License v2
61 # $Header: /var/cvsroot/gentoo-x86/sci-chemistry/scala/scala-3.3.18.ebuild,v 1.1 2010/02/04 21:03:27 jlec Exp $
62
63 EAPI="2"
64
65 inherit autotools fortran
66
67 FORTRAN="gfortran ifc"
68
69 DESCRIPTION="scale together multiple observations of reflections"
70 HOMEPAGE="http://www.ccp4.ac.uk/dist/html/scala.html"
71 SRC_URI="ftp://ftp.mrc-lmb.cam.ac.uk/pub/pre/${P}.tar.gz"
72
73 LICENSE="ccp4"
74 SLOT="0"
75 KEYWORDS="~amd64 ~x86"
76 IUSE=""
77
78 RDEPEND="
79 sci-libs/ccp4-libs
80 virtual/lapack
81 !<sci-chemistry/ccp4-6.1.2"
82 DEPEND="${RDEPEND}"
83
84 src_prepare() {
85 cp "${FILESDIR}"/{configure.ac,Makefile.am} "${S}"
86 eautoreconf
87 }
88
89 src_install() {
90 dobin ${PN} || die
91 dodoc ${PN}.doc || die
92 dohtml ${PN}.html || die
93 }