commit: 687d2882f4392b3e1e72845da13a993b94994da1
Author: Mikko Laine <mikko.laine <AT> gmail <DOT> com>
AuthorDate: Sun Dec 14 11:33:39 2014 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sun Dec 14 11:33:39 2014 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=687d2882
Delete pyAstroStack-0.3.0.ebuild
---
.../pyAstroStack/pyAstroStack-0.3.0.ebuild | 33 ----------------------
1 file changed, 33 deletions(-)
diff --git a/sci-astronomy/pyAstroStack/pyAstroStack-0.3.0.ebuild
b/sci-astronomy/pyAstroStack/pyAstroStack-0.3.0.ebuild
deleted file mode 100644
index b5e04f3..0000000
--- a/sci-astronomy/pyAstroStack/pyAstroStack-0.3.0.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-PYTHON_COMPAT=( python{2_7,3_2,3_3} )
-
-inherit distutils-r1
-
-DESCRIPTION="Stacking software for astronomical images"
-HOMEPAGE="https://bitbucket.org/mikko_laine/pyastrostack/"
-SRC_URI="http://bitbucket.org/mikko_laine/pyastrostack/downloads/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-IUSE="opencl"
-
-DEPEND=">=dev-python/numpy-1.8.0[${PYTHON_USEDEP}]
- dev-python/cython[${PYTHON_USEDEP}]"
-
-RDEPEND=">=dev-python/pillow-2.3.0[${PYTHON_USEDEP}]
- dev-python/configparser[$(python_gen_usedep python2_7)]
- 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}] )"
-
-DOCS=( CHANGES.txt README.txt )