aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAstroFloyd <AstroFloyd@gmail.com>2015-05-09 12:06:25 +0200
committerAstroFloyd <AstroFloyd@gmail.com>2015-05-09 12:06:25 +0200
commit2147d8d82319edb42ee522b1413a77f64c9bc127 (patch)
treee9f436c4831896436e93819713249dc62964aa56 /sci-astronomy/rocheplot/rocheplot-0.1.0.ebuild
parentVersion bump to sci-libs/libsufr v0.6.4 (diff)
downloadAstroFloyd-2147d8d82319edb42ee522b1413a77f64c9bc127.tar.gz
AstroFloyd-2147d8d82319edb42ee522b1413a77f64c9bc127.tar.bz2
AstroFloyd-2147d8d82319edb42ee522b1413a77f64c9bc127.zip
Initial ebuild for sci-astronomy/rocheplot (v0.1.0)
Package-Manager: portage-2.2.18
Diffstat (limited to 'sci-astronomy/rocheplot/rocheplot-0.1.0.ebuild')
-rw-r--r--sci-astronomy/rocheplot/rocheplot-0.1.0.ebuild21
1 files changed, 21 insertions, 0 deletions
diff --git a/sci-astronomy/rocheplot/rocheplot-0.1.0.ebuild b/sci-astronomy/rocheplot/rocheplot-0.1.0.ebuild
new file mode 100644
index 0000000..abbcd9f
--- /dev/null
+++ b/sci-astronomy/rocheplot/rocheplot-0.1.0.ebuild
@@ -0,0 +1,21 @@
+# 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="Plot the key stages in the evolution of a binary star"
+HOMEPAGE="http://rocheplot.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-0.6.4
+ "
+RDEPEND="${DEPEND}"