aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorroot@mac <root@mac.(none)>2012-09-17 14:33:21 +0200
committerroot@mac <root@mac.(none)>2012-09-17 14:33:21 +0200
commit54328a302ecd1eb7c6e9699cd782dab61e6a313f (patch)
tree9fd2fa0710577c6b4b3079a5bade5e27e834066a /sci-astronomy/evtools
downloadAstroFloyd-54328a302ecd1eb7c6e9699cd782dab61e6a313f.tar.gz
AstroFloyd-54328a302ecd1eb7c6e9699cd782dab61e6a313f.tar.bz2
AstroFloyd-54328a302ecd1eb7c6e9699cd782dab61e6a313f.zip
Added local ebuilds from Aug 2007 - Feb 2012
Diffstat (limited to 'sci-astronomy/evtools')
-rw-r--r--sci-astronomy/evtools/evtools-0.2.1.ebuild26
1 files changed, 26 insertions, 0 deletions
diff --git a/sci-astronomy/evtools/evtools-0.2.1.ebuild b/sci-astronomy/evtools/evtools-0.2.1.ebuild
new file mode 100644
index 0000000..f91e326
--- /dev/null
+++ b/sci-astronomy/evtools/evtools-0.2.1.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+CMAKE_VERBOSE=1
+
+inherit cmake-utils fortran-2
+
+DESCRIPTION="Tools to manipulate and display output from the binary stellar-evolution code ev/TWIN"
+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/pgplot
+ sci-libs/libsufr
+ "
+
+RDEPEND="${DEPEND}"
+