summaryrefslogtreecommitdiff
path: root/sci-astronomy/missfits
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
committerV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
commit4f2d7949f03e1c198bc888f2d05f421d35c57e21 (patch)
treeba5f07bf3f9d22d82e54a462313f5d244036c768 /sci-astronomy/missfits
reinit the tree, so we can have metadata
Diffstat (limited to 'sci-astronomy/missfits')
-rw-r--r--sci-astronomy/missfits/Manifest4
-rw-r--r--sci-astronomy/missfits/metadata.xml16
-rw-r--r--sci-astronomy/missfits/missfits-2.8.0.ebuild21
3 files changed, 41 insertions, 0 deletions
diff --git a/sci-astronomy/missfits/Manifest b/sci-astronomy/missfits/Manifest
new file mode 100644
index 000000000000..b732f7d0cd1e
--- /dev/null
+++ b/sci-astronomy/missfits/Manifest
@@ -0,0 +1,4 @@
+DIST missfits-2.8.0.tar.gz 428404 SHA256 65772902ec29c33768bd579aefa577acbd93b671423e5edb2621ffaddd695912 SHA512 32727f5eb30573a1cedacb8900e2536867e4815059eee32e64e3db65be9291b8a91b9f45b2c9f3cf6fc2a8cc448012ea3d502bdd9dee516008e17d5086aee795 WHIRLPOOL d3b7a429b3fb97ebf7df2fa7c64fc20579cad9f6ba2ebeec9b58943d2b05a794eea4846b6cfa7fc9e33fc4e4bf3f7e09e4fcb2d7a5c63cd446f55107be280a7e
+EBUILD missfits-2.8.0.ebuild 479 SHA256 f3e85572eca11fe91eba0e3067aabef57f5e79ec3401e9bcfcac924b9ddde430 SHA512 30f62f0439820e848050ae74f1a661ead3401ce4ad3046672c1ea058936020b27edcf1996d630a8b98aed37f492b89ec3c576f2fcdcd7af9ae4124cf47e73f32 WHIRLPOOL 9b8359cbfa1ff60f4d9cde0067d5a46873001345a6c2d86493ff2d3ddaf4240ae2bc6df1317bee53382a08e47f667a0964d790aaa6112cb7f28160af0ba196bb
+MISC ChangeLog 322 SHA256 1e2eea200c2974aeab4e69e6ee819773a41327b1048f582919e9447ba35c1e26 SHA512 2ba407e85a96bd783665973711a689c08b8b55d99d149764d345d157e4fb4a233e2cc89bd4411dead445da3bc4adcc9faa5ea7ec8deb1cad82804ce43a2ffaa4 WHIRLPOOL 9b0dbba4e5f3017e263b7fc48041091c7a3cedc9caa50900867dd64a4b821ba3e8beef54dde3ab9e5bb27e884eda189aea38c4ba5f86f97b4dd9653d4d6eaac3
+MISC metadata.xml 646 SHA256 8adb9f3672c5a1b8216a6f7d4db637115dd807eb6c71d9c89b599af7290b382a SHA512 9585430922e0cfbecfb67333817e8ef9756aa99920489f6f1f7995e5b63dba8f7999b1eb119d829fd827bb386faf138c65abcab3de871c643b74503a66ac9150 WHIRLPOOL 20492d75df2cc2e0cb373523b94e7e04e7805082d920fc4856d6479e45a966b39b954d61c806c275f98c9203cd3e8e39b3e08510a1aad3f876bc81f26b011450
diff --git a/sci-astronomy/missfits/metadata.xml b/sci-astronomy/missfits/metadata.xml
new file mode 100644
index 000000000000..3a1cc249871a
--- /dev/null
+++ b/sci-astronomy/missfits/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">
+ MissFITS is a program that performs basic maintenance and packaging
+ tasks on FITS files using an optimised FITS library. MissFITS can:
+ * add/edit/remove FITS header keywords
+ * split/join Multi-Extension-FITS (MEF) files
+ * unpile/pile FITS data-cubes
+ * create/check/update FITS checksums, using R. Seaman’s protocol.
+</longdescription>
+</pkgmetadata>
diff --git a/sci-astronomy/missfits/missfits-2.8.0.ebuild b/sci-astronomy/missfits/missfits-2.8.0.ebuild
new file mode 100644
index 000000000000..0d8b4cee3006
--- /dev/null
+++ b/sci-astronomy/missfits/missfits-2.8.0.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="Performs basic maintenance and packaging tasks on FITS files"
+HOMEPAGE="http://www.astromatic.net/software/missfits/"
+SRC_URI="http://www.astromatic.net/download/${PN}/${P}.tar.gz"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+
+LICENSE="GPL-3"
+SLOT="0"
+IUSE="doc"
+
+RDEPEND=""
+DEPEND="${RDEPEND}"
+
+src_install () {
+ default
+ use doc && dodoc doc/*
+}