diff options
author | Sébastien Fabbro <bicatali@gentoo.org> | 2017-07-05 18:12:09 +0000 |
---|---|---|
committer | Sébastien Fabbro <bicatali@gentoo.org> | 2017-07-05 19:31:48 +0000 |
commit | 7a0f17180063cb3b8e80e8b5f28593155eb79e59 (patch) | |
tree | d1a87c68d1a79cd00d0fe99d75a74e40c4c53536 /sci-astronomy | |
parent | sci-astronomy/gnuastro: remove doc (diff) | |
download | gentoo-7a0f17180063cb3b8e80e8b5f28593155eb79e59.tar.gz gentoo-7a0f17180063cb3b8e80e8b5f28593155eb79e59.tar.bz2 gentoo-7a0f17180063cb3b8e80e8b5f28593155eb79e59.zip |
sci-astronomy/fitsh: initial import
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'sci-astronomy')
-rw-r--r-- | sci-astronomy/fitsh/Manifest | 1 | ||||
-rw-r--r-- | sci-astronomy/fitsh/fitsh-0.9.2.ebuild | 17 | ||||
-rw-r--r-- | sci-astronomy/fitsh/metadata.xml | 16 |
3 files changed, 34 insertions, 0 deletions
diff --git a/sci-astronomy/fitsh/Manifest b/sci-astronomy/fitsh/Manifest new file mode 100644 index 000000000000..b06f7b27a585 --- /dev/null +++ b/sci-astronomy/fitsh/Manifest @@ -0,0 +1 @@ +DIST fitsh-0.9.2.tar.gz 596395 SHA256 3ce3ff89a0ad2b0c77d6fe22456e3b09972fcbce9370ce2d9664040e701c7539 SHA512 2a6e48b7dc684bf533b541d94dc5ead86166992763b7d0b78ec63916454a5aa515281babfab73c94bbc73b19c3de82e0f387548a4f01974f3593bbc8ddb15c61 WHIRLPOOL b77f411c6e0725b8714ad1b1fa4ea523a1420d936c174e61b81cb0cf759e5803649a3075c0389ee3ae17f3a0a09a166173d43dd9f728a261f1fb546bedf6cdeb diff --git a/sci-astronomy/fitsh/fitsh-0.9.2.ebuild b/sci-astronomy/fitsh/fitsh-0.9.2.ebuild new file mode 100644 index 000000000000..86640da85703 --- /dev/null +++ b/sci-astronomy/fitsh/fitsh-0.9.2.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +DESCRIPTION="Software package for astronomical image processing" +HOMEPAGE="https://fitsh.net/" +SRC_URI="https://fitsh.net/download/fitsh/${P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" + +IUSE="" + +RDEPEND="" +DEPEND="${RDEPEND}" diff --git a/sci-astronomy/fitsh/metadata.xml b/sci-astronomy/fitsh/metadata.xml new file mode 100644 index 000000000000..2ededf5318bd --- /dev/null +++ b/sci-astronomy/fitsh/metadata.xml @@ -0,0 +1,16 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="project"> + <email>sci-astronomy@gentoo.org</email> + <name>Gentoo Astronomy Project</name> + </maintainer> + <longdescription lang="en"> + The FITSH software package provides a set of independent binary + programs (called Tasks) that are designed for execution from a + UNIX command line shell or shell script. Each of these tasks + performs a specific operation, following the UNIX philosophy of + modular tools that performs a single step related to astronomical + data reduction and image processing. + </longdescription> +</pkgmetadata> |