public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: sci-astronomy/fitsh/
@ 2017-07-05 19:32 Sebastien Fabbro
  0 siblings, 0 replies; 3+ messages in thread
From: Sebastien Fabbro @ 2017-07-05 19:32 UTC (permalink / raw
  To: gentoo-commits

commit:     7a0f17180063cb3b8e80e8b5f28593155eb79e59
Author:     Sébastien Fabbro <bicatali <AT> gentoo <DOT> org>
AuthorDate: Wed Jul  5 18:12:09 2017 +0000
Commit:     Sebastien Fabbro <bicatali <AT> gentoo <DOT> 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 @@
+<?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>


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sci-astronomy/fitsh/
@ 2021-05-29 19:03 David Seifert
  0 siblings, 0 replies; 3+ messages in thread
From: David Seifert @ 2021-05-29 19:03 UTC (permalink / raw
  To: gentoo-commits

commit:     1b628b9e8af68bcb1dc75c4604aa778a4251deb7
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat May 29 19:02:45 2021 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat May 29 19:02:45 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b628b9e

sci-astronomy/fitsh: ebuild tidying

Package-Manager: Portage-3.0.18-prefix, Repoman-3.0.3
Signed-off-by: Sam James <sam <AT> gentoo.org>
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 sci-astronomy/fitsh/fitsh-0.9.2.ebuild | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

diff --git a/sci-astronomy/fitsh/fitsh-0.9.2.ebuild b/sci-astronomy/fitsh/fitsh-0.9.2.ebuild
index 86640da8570..c32d7fc69cc 100644
--- a/sci-astronomy/fitsh/fitsh-0.9.2.ebuild
+++ b/sci-astronomy/fitsh/fitsh-0.9.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -10,8 +10,3 @@ 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}"


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sci-astronomy/fitsh/
@ 2024-05-13 11:42 Arthur Zamarin
  0 siblings, 0 replies; 3+ messages in thread
From: Arthur Zamarin @ 2024-05-13 11:42 UTC (permalink / raw
  To: gentoo-commits

commit:     411dc95c48173da89d5d84da83eac2215c1a83eb
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Mon May 13 11:42:28 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Mon May 13 11:42:28 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=411dc95c

sci-astronomy/fitsh: drop 0.9.2

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 sci-astronomy/fitsh/Manifest           |  1 -
 sci-astronomy/fitsh/fitsh-0.9.2.ebuild | 12 ------------
 2 files changed, 13 deletions(-)

diff --git a/sci-astronomy/fitsh/Manifest b/sci-astronomy/fitsh/Manifest
index ad8bb6b9b466..034ea48c6f19 100644
--- a/sci-astronomy/fitsh/Manifest
+++ b/sci-astronomy/fitsh/Manifest
@@ -1,2 +1 @@
-DIST fitsh-0.9.2.tar.gz 596395 BLAKE2B c1b4354dbbeb7a49483bafc7fd2af6e02d9d0dbe3a55c0f2ef68a012a015163fb7fa3d0ecec0f0bdd47363ad233d1e81b9b2db2e7b15c5885b397a81237c5e79 SHA512 2a6e48b7dc684bf533b541d94dc5ead86166992763b7d0b78ec63916454a5aa515281babfab73c94bbc73b19c3de82e0f387548a4f01974f3593bbc8ddb15c61
 DIST fitsh-0.9.4.tar.gz 620247 BLAKE2B 84ff0efdb71c5cea94aa2c48df3bb9b6f28e9d48847f281fd2a8c55fd6555af62813f7dc5aa561de72641b2a75746711f3c81efe68e55237a551c26570f408b3 SHA512 27610b3a04ca29752fa764b34ccb6260d8fa7ca95ecfe1c2d099ebcf690138525d7e7d5bc5dbbc82458bc8b3389a056c6833de790874de8d0af5a1e964ad15a4

diff --git a/sci-astronomy/fitsh/fitsh-0.9.2.ebuild b/sci-astronomy/fitsh/fitsh-0.9.2.ebuild
deleted file mode 100644
index c32d7fc69cc1..000000000000
--- a/sci-astronomy/fitsh/fitsh-0.9.2.ebuild
+++ /dev/null
@@ -1,12 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# 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"


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-05-13 11:42 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-07-05 19:32 [gentoo-commits] repo/gentoo:master commit in: sci-astronomy/fitsh/ Sebastien Fabbro
  -- strict thread matches above, loose matches on Subject: below --
2021-05-29 19:03 David Seifert
2024-05-13 11:42 Arthur Zamarin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox