* [gentoo-commits] repo/gentoo:master commit in: sci-astronomy/missfits/
@ 2016-03-03 0:26 Sebastien Fabbro
0 siblings, 0 replies; only message in thread
From: Sebastien Fabbro @ 2016-03-03 0:26 UTC (permalink / raw
To: gentoo-commits
commit: dfe2f30c22f96a679e0e9841cc82176f4c048888
Author: Sébastien Fabbro <bicatali <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 3 01:06:49 2016 +0000
Commit: Sebastien Fabbro <bicatali <AT> gentoo <DOT> org>
CommitDate: Thu Mar 3 01:22:21 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dfe2f30c
sci-astronomy/missfits: Initial import
Package-Manager: portage-2.2.27
sci-astronomy/missfits/Manifest | 1 +
sci-astronomy/missfits/metadata.xml | 16 ++++++++++++++++
sci-astronomy/missfits/missfits-2.8.0.ebuild | 22 ++++++++++++++++++++++
3 files changed, 39 insertions(+)
diff --git a/sci-astronomy/missfits/Manifest b/sci-astronomy/missfits/Manifest
new file mode 100644
index 0000000..07311a5
--- /dev/null
+++ b/sci-astronomy/missfits/Manifest
@@ -0,0 +1 @@
+DIST missfits-2.8.0.tar.gz 428404 SHA256 65772902ec29c33768bd579aefa577acbd93b671423e5edb2621ffaddd695912 SHA512 32727f5eb30573a1cedacb8900e2536867e4815059eee32e64e3db65be9291b8a91b9f45b2c9f3cf6fc2a8cc448012ea3d502bdd9dee516008e17d5086aee795 WHIRLPOOL d3b7a429b3fb97ebf7df2fa7c64fc20579cad9f6ba2ebeec9b58943d2b05a794eea4846b6cfa7fc9e33fc4e4bf3f7e09e4fcb2d7a5c63cd446f55107be280a7e
diff --git a/sci-astronomy/missfits/metadata.xml b/sci-astronomy/missfits/metadata.xml
new file mode 100644
index 0000000..3a1cc24
--- /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 0000000..689a130
--- /dev/null
+++ b/sci-astronomy/missfits/missfits-2.8.0.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+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/*
+}
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2016-03-03 0:26 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-03 0:26 [gentoo-commits] repo/gentoo:master commit in: sci-astronomy/missfits/ Sebastien Fabbro
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox