commit:     d800c115afea454b79bec9d4addf6aab68920b7f
Author:     mikko_laine <mikko.laine <AT> gmail <DOT> com>
AuthorDate: Thu Dec 25 14:00:19 2014 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Thu Dec 25 14:00:19 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=d800c115

sci-astronomy/mosstack: New download url for mosstack. Added -r1-ebuild.

Package-Manager: portage-2.2.14

---
 sci-astronomy/mosstack/ChangeLog                |  5 ++++
 sci-astronomy/mosstack/mosstack-0.6.1-r1.ebuild | 33 +++++++++++++++++++++++++
 2 files changed, 38 insertions(+)

diff --git a/sci-astronomy/mosstack/ChangeLog b/sci-astronomy/mosstack/ChangeLog
index 91c7755..3704261 100644
--- a/sci-astronomy/mosstack/ChangeLog
+++ b/sci-astronomy/mosstack/ChangeLog
@@ -2,6 +2,11 @@
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*mosstack-0.6.1-r1 (25 Dec 2014)
+
+  25 Dec 2014; Mikko Laine <mikko.la...@gmail.com> +mosstack-0.6.1-r1.ebuild:
+  sci-astronomy/mosstack: New download url for mosstack. Added -r1-ebuild.
+
 *mosstack-0.6.1 (13 Dec 2014)
 
   13 Dec 2014; Mikko Laine <mikko.la...@gmail.com> +metadata.xml,

diff --git a/sci-astronomy/mosstack/mosstack-0.6.1-r1.ebuild 
b/sci-astronomy/mosstack/mosstack-0.6.1-r1.ebuild
new file mode 100644
index 0000000..166de76
--- /dev/null
+++ b/sci-astronomy/mosstack/mosstack-0.6.1-r1.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+PYTHON_COMPAT=( python{3_2,3_3} )
+
+inherit distutils-r1
+
+DESCRIPTION="Stacking software for astronomical images"
+HOMEPAGE="https://sites.google.com/site/mosstack";
+SRC_URI="https://sites.google.com/site/mosstack/installing/mosstack-0.6.1.tar?attredirects=0&d=1";
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+IUSE="opencl qt4"
+
+DEPEND=">=dev-python/numpy-1.8.0[${PYTHON_USEDEP}]
+       dev-python/cython[${PYTHON_USEDEP}]"
+
+RDEPEND=">=dev-python/pillow-2.3.0[${PYTHON_USEDEP}]
+       sci-libs/scikits_image[${PYTHON_USEDEP}]
+       >media-gfx/imagemagick-6.8.0.0
+       sci-astronomy/sextractor
+       media-gfx/dcraw
+       media-libs/exiftool
+       dev-python/astropy[${PYTHON_USEDEP}]
+       opencl? ( >=dev-python/pyopencl-2013.1[${PYTHON_USEDEP}] )
+       qt4? ( dev-python/PyQt4[${PYTHON_USEDEP}] )"
+
+DOCS=( CHANGES.txt README.txt )

Reply via email to