summaryrefslogtreecommitdiff
path: root/sci-astronomy/weightwatcher
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/weightwatcher
reinit the tree, so we can have metadata
Diffstat (limited to 'sci-astronomy/weightwatcher')
-rw-r--r--sci-astronomy/weightwatcher/Manifest4
-rw-r--r--sci-astronomy/weightwatcher/metadata.xml14
-rw-r--r--sci-astronomy/weightwatcher/weightwatcher-1.12.ebuild21
3 files changed, 39 insertions, 0 deletions
diff --git a/sci-astronomy/weightwatcher/Manifest b/sci-astronomy/weightwatcher/Manifest
new file mode 100644
index 000000000000..8dc89b653571
--- /dev/null
+++ b/sci-astronomy/weightwatcher/Manifest
@@ -0,0 +1,4 @@
+DIST weightwatcher-1.12.tar.gz 460583 SHA256 5730a923d7a4544fc66f21ad7b1f105108a5dca4038b74b5e4ecdd9c1a6a58fd SHA512 392ca6442de96e6c35447b7b34c67b22e7793831337aaf0f06e45d40e63f8c5e9605649fe39a67a5baf9eadcb79fa9f5d998fcb9504f85606f75071d672b0ada WHIRLPOOL fc5bbdfb3caf487941b173bb6e8725c922592a8cff5af2a482839df0d334fc34470536deb71c50deaee85b06521ef6df07b24dbee2456779813d75937fe7fd44
+EBUILD weightwatcher-1.12.ebuild 489 SHA256 9a4c3ae69705f9b96935650fd04f70f90251554ca1a6903c5059e65da325b23c SHA512 f633777b098a41e0fc62a3f62c19ae96801b8506e1eef87c05a7619a03bdefddb8c2755f5e5fbe9599fe570ef53f677411697e286c4a7b0f4991b3f99d82e866 WHIRLPOOL 9d2e7d6e8174bea4bd876349985515beb5e668726f59dbe28e352c7c47c2fe7ba0a8ceae98bbe92ee49b416bd6edca3aa295bf59fc41140793fe764e6f28894c
+MISC ChangeLog 335 SHA256 4e58212c3425c9a320588b36085765b0f034ed8103b9f4d9db7c4c68a278dfbe SHA512 87a76a5ca9c0ec01993a9a119ce74d13f97baffae5ab3dd51e691193d369ee74ed56f040d0ced0bef5ba2e98effcca40abe596f1e7b6be6499bbc3ada2b4ace2 WHIRLPOOL 620cef2d95f610e48b2e37a61ec109acd300c99770858b0406a05eb42f464fffc3e1af2ab34dde97f6187d01458cfc9184bf26dd4bbc5200f2d832cd312c95e2
+MISC metadata.xml 586 SHA256 5572ec5ae6e088ed56f6de7cf4484cca7f20293415e06623d88fd949138b10fc SHA512 68079ef915af3e2a28aeedac587ec907a2bc73568c16ecb914553ad82bd0f54466c6989296686799cf06017d1c1d9b8567e5bfede275339ee663913d7aa8688a WHIRLPOOL 0ec9ea40b48ffe18b716570bbf9d9f9d1e49e041697fd9a3b72fcf6951f92f26da9f478a3bc921410854014750a741ca18ef6f5dc005770c3d8e469c059392f9
diff --git a/sci-astronomy/weightwatcher/metadata.xml b/sci-astronomy/weightwatcher/metadata.xml
new file mode 100644
index 000000000000..86c4c7dc6113
--- /dev/null
+++ b/sci-astronomy/weightwatcher/metadata.xml
@@ -0,0 +1,14 @@
+<?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">
+ WeightWatcher is a program that combines weight-maps, flag-maps and
+ polygon data in order to produce control maps which can directly be
+ used in astronomical image-processing packages like Drizzle,
+ <pkg>sci-astronomy/sextractor</pkg> or <pkg>sci-astronomy/swarp</pkg>.
+</longdescription>
+</pkgmetadata>
diff --git a/sci-astronomy/weightwatcher/weightwatcher-1.12.ebuild b/sci-astronomy/weightwatcher/weightwatcher-1.12.ebuild
new file mode 100644
index 000000000000..8df45c762e4f
--- /dev/null
+++ b/sci-astronomy/weightwatcher/weightwatcher-1.12.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="Combine weight maps and polygon for astronomical images weighting"
+HOMEPAGE="http://www.astromatic.net/software/weightwatcher/"
+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/*
+}