From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id DEA30139696 for ; Wed, 5 Jul 2017 19:32:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 073982340AE; Wed, 5 Jul 2017 19:32:06 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C998E2340AC for ; Wed, 5 Jul 2017 19:32:05 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BA53834184C for ; Wed, 5 Jul 2017 19:32:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2268B74A5 for ; Wed, 5 Jul 2017 19:32:03 +0000 (UTC) From: "Sebastien Fabbro" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sebastien Fabbro" Message-ID: <1499283108.7a0f17180063cb3b8e80e8b5f28593155eb79e59.bicatali@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-astronomy/fitsh/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-astronomy/fitsh/Manifest sci-astronomy/fitsh/fitsh-0.9.2.ebuild sci-astronomy/fitsh/metadata.xml X-VCS-Directories: sci-astronomy/fitsh/ X-VCS-Committer: bicatali X-VCS-Committer-Name: Sebastien Fabbro X-VCS-Revision: 7a0f17180063cb3b8e80e8b5f28593155eb79e59 X-VCS-Branch: master Date: Wed, 5 Jul 2017 19:32:03 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 804a1949-2a03-4407-803f-b54c49570f88 X-Archives-Hash: bc7fe75bb97439d41b41af95a4eee985 commit: 7a0f17180063cb3b8e80e8b5f28593155eb79e59 Author: Sébastien Fabbro gentoo org> AuthorDate: Wed Jul 5 18:12:09 2017 +0000 Commit: Sebastien Fabbro gentoo org> CommitDate: Wed Jul 5 19:31:48 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a0f1718 sci-astronomy/fitsh: initial import Package-Manager: Portage-2.3.6, Repoman-2.3.2 sci-astronomy/fitsh/Manifest | 1 + sci-astronomy/fitsh/fitsh-0.9.2.ebuild | 17 +++++++++++++++++ sci-astronomy/fitsh/metadata.xml | 16 ++++++++++++++++ 3 files changed, 34 insertions(+) diff --git a/sci-astronomy/fitsh/Manifest b/sci-astronomy/fitsh/Manifest new file mode 100644 index 00000000000..b06f7b27a58 --- /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 00000000000..86640da8570 --- /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 00000000000..2ededf5318b --- /dev/null +++ b/sci-astronomy/fitsh/metadata.xml @@ -0,0 +1,16 @@ + + + + + sci-astronomy@gentoo.org + Gentoo Astronomy Project + + + 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. + +