diff options
author | Justin Lecher <jlec@gentoo.org> | 2010-02-04 21:03:27 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2010-02-04 21:03:27 +0000 |
commit | 24b2c4f5002a22507611ff59782882977d4d3542 (patch) | |
tree | 1fa02b645dbc81e4108420705e17b213cad81d58 /sci-chemistry/scala | |
parent | Fix LICENSE (#301969). Maintenance (diff) | |
download | historical-24b2c4f5002a22507611ff59782882977d4d3542.tar.gz historical-24b2c4f5002a22507611ff59782882977d4d3542.tar.bz2 historical-24b2c4f5002a22507611ff59782882977d4d3542.zip |
Splitted of scala programm from ccp4 package
Package-Manager: portage-2.2_rc62/cvs/Linux x86_64
Diffstat (limited to 'sci-chemistry/scala')
-rw-r--r-- | sci-chemistry/scala/ChangeLog | 10 | ||||
-rw-r--r-- | sci-chemistry/scala/Manifest | 16 | ||||
-rw-r--r-- | sci-chemistry/scala/files/Makefile.am | 7 | ||||
-rw-r--r-- | sci-chemistry/scala/files/configure.ac | 12 | ||||
-rw-r--r-- | sci-chemistry/scala/metadata.xml | 13 | ||||
-rw-r--r-- | sci-chemistry/scala/scala-3.3.18.ebuild | 35 |
6 files changed, 93 insertions, 0 deletions
diff --git a/sci-chemistry/scala/ChangeLog b/sci-chemistry/scala/ChangeLog new file mode 100644 index 000000000000..2fcb07ef714a --- /dev/null +++ b/sci-chemistry/scala/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for sci-chemistry/scala +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/scala/ChangeLog,v 1.1 2010/02/04 21:03:27 jlec Exp $ + +*scala-3.3.18 (04 Feb 2010) + + 04 Feb 2010; Justin Lecher (jlec) <jlec@gentoo.org> +scala-3.3.18.ebuild, + +files/Makefile.am, +files/configure.ac, +metadata.xml: + scala splitted of from ccp4 + diff --git a/sci-chemistry/scala/Manifest b/sci-chemistry/scala/Manifest new file mode 100644 index 000000000000..073e89bc16b3 --- /dev/null +++ b/sci-chemistry/scala/Manifest @@ -0,0 +1,16 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +AUX Makefile.am 73 RMD160 919c14040b76627428d143027260e9ef2deb2836 SHA1 090d67b6052b322bcc8224b4052bfc9aaf9b0743 SHA256 9b964ac556e8343f4ed45d7293d0144aef569d565141a96a555416aeb411feae +AUX configure.ac 313 RMD160 098fbafb1f83c2925ff2580c5e0191263b37f574 SHA1 e1550b1b27c967660f7d47c62dea9e693983eca4 SHA256 5c54a92c67fc74f1e4700f53aa9962a0315ec3fb2578c1c13694bfb16d3100ff +DIST scala-3.3.18.tar.gz 368590 RMD160 e3507d08f4ef435ad1095422c55b80b0297db435 SHA1 5c7baf6c1bd3e40c49a83ca1b4fa5eb76be5a68f SHA256 9c7848289117f5e3f1f83ae3aa18dd958c40a076e13bcb219456bcb9e6055610 +EBUILD scala-3.3.18.ebuild 784 RMD160 2398fded2e7b6ade6940637e6039649b4be6598a SHA1 747928163396bb42a49358def26987b97e68966a SHA256 57b07dbe0a35f5dd11b15feb14acfb5ce1aa69ceacaa8bcf19657e7d2c795ecd +MISC ChangeLog 403 RMD160 d1430ba58bc774471e92b8c20b0d61aaa1839227 SHA1 d6ccc70fa7574ce5b78968ffc0f7bd93d6723d8e SHA256 7846c1989ed735c7354a470c3f1e6a2b5b6094310b61f751022be90ef6eba48a +MISC metadata.xml 425 RMD160 21ce42bcdf1513857dd897f43cff75438b3b036d SHA1 26cad89cc010ed1db8965447fa07576239c262f8 SHA256 c6b7700eb561196441fc926c209e3b1503ed82f05403519e6cf7d24ad4612982 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v2.0.14 (GNU/Linux) + +iEYEARECAAYFAktrNiUACgkQgAnW8HDreRb8hgCghd1hkfwUxxDwt9Sv3ntGncAU +grUAoKsI6ccMye+OzxFDJeufSqFds5p2 +=XxIo +-----END PGP SIGNATURE----- diff --git a/sci-chemistry/scala/files/Makefile.am b/sci-chemistry/scala/files/Makefile.am new file mode 100644 index 000000000000..b16394b8817c --- /dev/null +++ b/sci-chemistry/scala/files/Makefile.am @@ -0,0 +1,7 @@ + +LIBS = -lccp4f -llapack + +bin_PROGRAMS = scala + +scala_SOURCES = scala.f + diff --git a/sci-chemistry/scala/files/configure.ac b/sci-chemistry/scala/files/configure.ac new file mode 100644 index 000000000000..bcbd7dededa2 --- /dev/null +++ b/sci-chemistry/scala/files/configure.ac @@ -0,0 +1,12 @@ +# -*- Autoconf -*- +# Process this file with autoconf to produce a configure script. + +AC_PREREQ(2.59) +AC_INIT(scala, https://bugs.gentoo.org/) +AC_CONFIG_SRCDIR([scala.f]) +AM_INIT_AUTOMAKE([foreign]) + +# Checks for programs. +AC_PROG_FC +AC_PROG_F77 +AC_OUTPUT([Makefile]) diff --git a/sci-chemistry/scala/metadata.xml b/sci-chemistry/scala/metadata.xml new file mode 100644 index 000000000000..2e43eee76f25 --- /dev/null +++ b/sci-chemistry/scala/metadata.xml @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>sci-chemistry</herd> +<maintainer> + <email>jlec@gentoo.org</email> +</maintainer> +<longdescription> +This program scales together multiple observations of reflections from +Xray difraction experiments, and merges multiple observations into an +average intensity. +</longdescription> +</pkgmetadata> diff --git a/sci-chemistry/scala/scala-3.3.18.ebuild b/sci-chemistry/scala/scala-3.3.18.ebuild new file mode 100644 index 000000000000..909bd16663e2 --- /dev/null +++ b/sci-chemistry/scala/scala-3.3.18.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/scala/scala-3.3.18.ebuild,v 1.1 2010/02/04 21:03:27 jlec Exp $ + +EAPI="2" + +inherit autotools fortran + +FORTRAN="gfortran ifc" + +DESCRIPTION="scale together multiple observations of reflections" +HOMEPAGE="http://www.ccp4.ac.uk/dist/html/scala.html" +SRC_URI="ftp://ftp.mrc-lmb.cam.ac.uk/pub/pre/${P}.tar.gz" + +LICENSE="ccp4" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=" + sci-libs/ccp4-libs + virtual/lapack + !<sci-chemistry/ccp4-6.1.2" +DEPEND="${RDEPEND}" + +src_prepare() { + cp "${FILESDIR}"/{configure.ac,Makefile.am} "${S}" + eautoreconf +} + +src_install() { + dobin ${PN} || die + dodoc ${PN}.doc || die + dohtml ${PN}.html || die +} |