diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2017-10-09 18:53:29 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2017-10-09 18:53:29 +0100 |
commit | 4f2d7949f03e1c198bc888f2d05f421d35c57e21 (patch) | |
tree | ba5f07bf3f9d22d82e54a462313f5d244036c768 /sci-astronomy/fitsh |
reinit the tree, so we can have metadata
Diffstat (limited to 'sci-astronomy/fitsh')
-rw-r--r-- | sci-astronomy/fitsh/Manifest | 3 | ||||
-rw-r--r-- | sci-astronomy/fitsh/fitsh-0.9.2.ebuild | 17 | ||||
-rw-r--r-- | sci-astronomy/fitsh/metadata.xml | 16 |
3 files changed, 36 insertions, 0 deletions
diff --git a/sci-astronomy/fitsh/Manifest b/sci-astronomy/fitsh/Manifest new file mode 100644 index 000000000000..5a1dc9f203a9 --- /dev/null +++ b/sci-astronomy/fitsh/Manifest @@ -0,0 +1,3 @@ +DIST fitsh-0.9.2.tar.gz 596395 SHA256 3ce3ff89a0ad2b0c77d6fe22456e3b09972fcbce9370ce2d9664040e701c7539 SHA512 2a6e48b7dc684bf533b541d94dc5ead86166992763b7d0b78ec63916454a5aa515281babfab73c94bbc73b19c3de82e0f387548a4f01974f3593bbc8ddb15c61 WHIRLPOOL b77f411c6e0725b8714ad1b1fa4ea523a1420d936c174e61b81cb0cf759e5803649a3075c0389ee3ae17f3a0a09a166173d43dd9f728a261f1fb546bedf6cdeb +EBUILD fitsh-0.9.2.ebuild 380 SHA256 919952f2947a5e02c0de4d1914b940c03d9120836a4620109e8eba1d5ae3ed1b SHA512 caee694f28f052e7ca95a210fb7233a8b7d5bd7d6e8f155d86e6e7b7422df511c4b1f516ecde557719833d8ccf91cd8b5f1f02e96868ec9556fd18de50ec91b1 WHIRLPOOL 07f7188244023b8a2adc8d793d6e66f301bdd1b9f086af29b96eeb1c4a4e3b1ae28688aa5233b5ade2c5dad702281ef911d7d5748115a70cc428e8a4f208ad81 +MISC metadata.xml 701 SHA256 84f3f0812e8fee4809140ccbb034a052ad67ddb7397b12652a519befe5f076ba SHA512 9b1dd5aa1da2bb55080f61c97d2ed445a89c15f8233be6388c0273e886393874548d16eab72619ae89f5fd6c8f22158af9d143c76a24f0b67fa3de9634477079 WHIRLPOOL a772021618a19ba892ef1b39b9ca65cb1783fab48daf65189841f4ca899062bf9d9e8c1064b01bb7e380b08507b5d52e980b7b722fa7cb9dea027899b8a4f3d9 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> |