aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAstroFloyd <AstroFloyd@gmail.com>2016-03-13 11:06:41 +0100
committerAstroFloyd <AstroFloyd@gmail.com>2016-03-13 11:06:41 +0100
commitedff1fe9fe908bada8ed4e1658053fa22563459b (patch)
tree938d9b2597aa87b6f883157c1d32eb858c9180ce /sci-mathematics
parentdev-python/py_sg: Initial ebuild (v0.11) (diff)
downloadAstroFloyd-edff1fe9fe908bada8ed4e1658053fa22563459b.tar.gz
AstroFloyd-edff1fe9fe908bada8ed4e1658053fa22563459b.tar.bz2
AstroFloyd-edff1fe9fe908bada8ed4e1658053fa22563459b.zip
Updated dev-python/py_sg to something nonstandad that *does* produce a result
Diffstat (limited to 'sci-mathematics')
-rw-r--r--sci-mathematics/stattools/stattools-0.0.1.ebuild22
1 files changed, 22 insertions, 0 deletions
diff --git a/sci-mathematics/stattools/stattools-0.0.1.ebuild b/sci-mathematics/stattools/stattools-0.0.1.ebuild
new file mode 100644
index 0000000..021bb64
--- /dev/null
+++ b/sci-mathematics/stattools/stattools-0.0.1.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+inherit cmake-utils fortran-2
+
+DESCRIPTION="Command-line tools for astronomy and astrophysics"
+HOMEPAGE="http://${PN}.sourceforge.net/"
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="virtual/fortran
+ >=sci-libs/libsufr-0.6.2
+ >=sci-astronomy/libthesky-0.3.1
+ "
+
+RDEPEND="${DEPEND}"