summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSébastien Fabbro <bicatali@gentoo.org>2016-03-03 01:21:38 +0000
committerSébastien Fabbro <bicatali@gentoo.org>2016-03-03 01:22:34 +0000
commit689198d52db4192a09ee37ba7db6f0a2aad1d4c1 (patch)
tree50596763df58b71f58949e1a67b9fb1a79631414 /sci-astronomy/weightwatcher/weightwatcher-1.12.ebuild
parentsci-astronomy/stuff: Initial import (diff)
downloadgentoo-689198d52db4192a09ee37ba7db6f0a2aad1d4c1.tar.gz
gentoo-689198d52db4192a09ee37ba7db6f0a2aad1d4c1.tar.bz2
gentoo-689198d52db4192a09ee37ba7db6f0a2aad1d4c1.zip
sci-astronomy/weightwatcher: Initial import
Package-Manager: portage-2.2.27
Diffstat (limited to 'sci-astronomy/weightwatcher/weightwatcher-1.12.ebuild')
-rw-r--r--sci-astronomy/weightwatcher/weightwatcher-1.12.ebuild22
1 files changed, 22 insertions, 0 deletions
diff --git a/sci-astronomy/weightwatcher/weightwatcher-1.12.ebuild b/sci-astronomy/weightwatcher/weightwatcher-1.12.ebuild
new file mode 100644
index 000000000000..1caaeb2fd080
--- /dev/null
+++ b/sci-astronomy/weightwatcher/weightwatcher-1.12.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="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/*
+}