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
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')
-rw-r--r--sci-astronomy/rocheplot/ChangeLog10
-rw-r--r--sci-astronomy/rocheplot/Manifest4
-rw-r--r--sci-astronomy/rocheplot/metadata.xml9
-rw-r--r--sci-astronomy/rocheplot/rocheplot-0.1.0.ebuild21
4 files changed, 44 insertions, 0 deletions
diff --git a/sci-astronomy/rocheplot/ChangeLog b/sci-astronomy/rocheplot/ChangeLog
new file mode 100644
index 0000000..6e0ccbf
--- /dev/null
+++ b/sci-astronomy/rocheplot/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for sci-astronomy/rocheplot
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*rocheplot-0.1.0 (09 May 2015)
+
+ 09 May 2015; AstroFloyd <AstroFloyd@gmail.com> +rocheplot-0.1.0.ebuild,
+ +metadata.xml:
+ Initial ebuild
+
diff --git a/sci-astronomy/rocheplot/Manifest b/sci-astronomy/rocheplot/Manifest
new file mode 100644
index 0000000..f44978b
--- /dev/null
+++ b/sci-astronomy/rocheplot/Manifest
@@ -0,0 +1,4 @@
+DIST rocheplot-0.1.0.tar.gz 27671 SHA256 2d55511dd720fc7df71ce3cd83ad99a2f2c8561c6a4a3af437ae5878ac1c12bd SHA512 59b1c636d11d2860ab585e83719787cb476ce030d68aa4c6043555c9a63c4d0d8a04e7aaa48a8858aada2ef9067d4625025ac0c9891d97debf62f237d5ceb079 WHIRLPOOL fddd955104a517f7bec9b07943885330ed8eb51f07e23ad9cc672281c28fe1192e0132fe1df16eca0e35ffc68d13058f738cca552144c474a1ec37c1100a13cf
+EBUILD rocheplot-0.1.0.ebuild 469 SHA256 38432d22c24bfc91a74dafc3c18ad4d4897c0004d6fd1d23f7577bc37ea6a75a SHA512 19439ac1e65f2fb78c1a1ebb743667093fecede828d82e27c953026a8d65ea96b096f24e883348754d6caa93a27f727f452885f665936ef44fa0a148f5fd2250 WHIRLPOOL 2ee16f8f1a000483bd57140778569af2540ff3c36df8dddb874236773be05d583e906432c01e0211dabe7db163b2a22d9aa36872596fc9057b980c1173b75dec
+MISC ChangeLog 265 SHA256 c6b18809050b3006a0e2a97e3676115f081998692b165bb07787f5c08ad5fdaf SHA512 52273a1f529b7db61e20fdb05020cbaf272f766cdd019d75ec9c1ae50ddbd837657eb467dc2d15eda5784200b6a5c2c8a871204ac423ed3c6183b686fea88d35 WHIRLPOOL d33b6bcfb76aa05f49b94f8161a97b43bba6ca70d22ed92e5d7da130d2f174d261e1548c24f93be08fdff20707061314ea6bb851cf3b00a9e43e33e1fd0cae7a
+MISC metadata.xml 250 SHA256 e44c070cff68ec9a61d9a6304001c836fc4522a567a1759f959ef69e6abbe1c4 SHA512 716cf7255da4aeae4a8c3292e536297828f7e0cb37a65de5793f9cc2b4960dd6db46f089e3df6ab1d088005cff00ad77e3769ce928a21d35ea629de341c5a5dd WHIRLPOOL f035c67b4226ed088b3e84d194910cea9373834fc901083bb6010b13620f5d6ce09c1309014b577f2c383b0f60459b9188caf6b253990f4521d76baa77ff2cb5
diff --git a/sci-astronomy/rocheplot/metadata.xml b/sci-astronomy/rocheplot/metadata.xml
new file mode 100644
index 0000000..e8ef06d
--- /dev/null
+++ b/sci-astronomy/rocheplot/metadata.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>sci</herd>
+ <maintainer>
+ <email>AstroFloyd@gmail.com</email>
+ <name>AstroFloyd</name>
+ </maintainer>
+</pkgmetadata>
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}"