commit: b022a8c3609803451b322ac4c8636e19620c6646 Author: Sébastien Fabbro <bicatali <AT> gentoo <DOT> org> AuthorDate: Thu Mar 3 01:14:57 2016 +0000 Commit: Sebastien Fabbro <bicatali <AT> gentoo <DOT> org> CommitDate: Thu Mar 3 01:22:25 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b022a8c3
sci-astronomy/skymaker: Initial import Package-Manager: portage-2.2.27 sci-astronomy/skymaker/Manifest | 1 + sci-astronomy/skymaker/metadata.xml | 15 +++++++++++++++ sci-astronomy/skymaker/skymaker-3.10.5.ebuild | 21 +++++++++++++++++++++ 3 files changed, 37 insertions(+) diff --git a/sci-astronomy/skymaker/Manifest b/sci-astronomy/skymaker/Manifest new file mode 100644 index 0000000..7c0f22f --- /dev/null +++ b/sci-astronomy/skymaker/Manifest @@ -0,0 +1 @@ +DIST skymaker-3.10.5.tar.gz 508938 SHA256 a16f9c2bd653763b5e1629e538d49f63882c46291b479b4a4997de84d8e9fb0f SHA512 98bb5a75c21475c6ecf16cb7de333db7faae95fd32c4ac311b44ddf637ffec2c80061b056b070b8d21b1a5a46c0a5a82855e417d25a9d8de02aad2167cb45b43 WHIRLPOOL 485cf8ad6b38b3ec3c5b9544b5c98ffcd24f485630c1228a8a95ef62b3c2b1618aea16cd6ee222cd89ae2080d313dc55eb88aebd2eaadc61b7e378d12bf66fe8 diff --git a/sci-astronomy/skymaker/metadata.xml b/sci-astronomy/skymaker/metadata.xml new file mode 100644 index 0000000..a5fb716 --- /dev/null +++ b/sci-astronomy/skymaker/metadata.xml @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<maintainer type="project"> + <email>[email protected]</email> + <name>Gentoo Astronomy Project</name> +</maintainer> +<longdescription lang="en"> + SkyMaker is a program that simulates astronomical images. It accepts + object lists in ASCII generated by the Stuff program to produce + realistic astronomical fields. There are various options for the user: + build a realistic Point Spread Function, generate a list of stars and + galaxies. Galaxies are modeled analytically. +</longdescription> +</pkgmetadata> diff --git a/sci-astronomy/skymaker/skymaker-3.10.5.ebuild b/sci-astronomy/skymaker/skymaker-3.10.5.ebuild new file mode 100644 index 0000000..4da7eca --- /dev/null +++ b/sci-astronomy/skymaker/skymaker-3.10.5.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +DESCRIPTION="Program that simulates astronomical images" +HOMEPAGE="http://www.astromatic.net/software/skymaker" +SRC_URI="http://www.astromatic.net/download/${PN}/${P}.tar.gz" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" + +LICENSE="GPL-3" +SLOT="0" +IUSE="threads" + +RDEPEND="sci-libs/fftw:3.0" +DEPEND="${RDEPEND}" + +src_configure() { + econf $(use_enable threads) +}
