aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-mathematics/octave-forge-odebvp')
-rw-r--r--sci-mathematics/octave-forge-odebvp/ChangeLog16
-rw-r--r--sci-mathematics/octave-forge-odebvp/Manifest6
-rw-r--r--sci-mathematics/octave-forge-odebvp/metadata.xml6
-rw-r--r--sci-mathematics/octave-forge-odebvp/octave-forge-odebvp-1.0.2.ebuild15
-rw-r--r--sci-mathematics/octave-forge-odebvp/octave-forge-odebvp-1.0.3.ebuild14
5 files changed, 57 insertions, 0 deletions
diff --git a/sci-mathematics/octave-forge-odebvp/ChangeLog b/sci-mathematics/octave-forge-odebvp/ChangeLog
new file mode 100644
index 000000000..21751df8a
--- /dev/null
+++ b/sci-mathematics/octave-forge-odebvp/ChangeLog
@@ -0,0 +1,16 @@
+# ChangeLog for sci-mathematics/octave-forge-odebvp
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+ 24 Feb 2008; Markus Dittrich <markusle@gentoo.org>
+ -octave-forge-odebvp-1.0.1.ebuild, +octave-forge-odebvp-1.0.3.ebuild:
+ Version bump. Host renamed package tarballs (octave-forge-*) on gentoo
+ mirrors to avoid future name clashes.
+
+ 02 Jan 2008; Markus Dittrich <markusle@gentoo.org>
+ +octave-forge-odebvp-1.0.2.ebuild:
+ Version bump.
+
+ 20 Oct 2007; Markus Dittrich <markusle@gentoo.org> ChangeLog:
+ Initial import.
+
diff --git a/sci-mathematics/octave-forge-odebvp/Manifest b/sci-mathematics/octave-forge-odebvp/Manifest
new file mode 100644
index 000000000..47d75dd3e
--- /dev/null
+++ b/sci-mathematics/octave-forge-odebvp/Manifest
@@ -0,0 +1,6 @@
+DIST odebvp-1.0.2.tar.gz 10060 RMD160 cf9de2fe39b410fcd40c7c818c9332062560045d SHA1 db2eae5ffa83f2243f219dc1b06cd1f28b566856 SHA256 3c91f2f8f776efa6f3ebce1e90aa1bc7f8eb8f249f054181906235478c5ccb39
+DIST odebvp-1.0.3.tar.gz 16885 RMD160 fc460a99ba617942105e7290bc12901c347158ad SHA1 9021834767e08b6ba18e58e43886ad70bdab5178 SHA256 0027d223a96c2412726913b276eb83fb9a2475b472b1fc05184b35c6cc81543f
+EBUILD octave-forge-odebvp-1.0.2.ebuild 595 RMD160 3a52712132b0ec69c38db9f9e7dcabc4cdca5463 SHA1 24fcf5bc6d00a61870db9d4438393fbd52a69c35 SHA256 8aab43d16c3563e56362c08618200883ae0971ffe928c3571a23cc3411f3ee82
+EBUILD octave-forge-odebvp-1.0.3.ebuild 528 RMD160 02664fc7f464e1a415651e31bfeb1ae2aba48ce3 SHA1 1677fbc746b58b428303cfb07bd65d480ecace18 SHA256 2841af220a779e3d17720ab0388a60357b25e6d8dd2b66774113d590afbea43a
+MISC ChangeLog 565 RMD160 1e464fb688c8520dff83db5ba1858762e06937f0 SHA1 c0405aed6e46b69724c592f8c4c0335a63e4c0a6 SHA256 33219aa3d6be9860643ce205b91fddf1325db1509352d71405793d63838abe13
+MISC metadata.xml 169 RMD160 034a084ee31c755155956712517306aad3d81298 SHA1 8fc92d7ea9b5520d0781291e752b5ab4f278bf4c SHA256 cd9ff49ab9a91cae923683a6693ca676e0f6495822404d8dd69629881069d863
diff --git a/sci-mathematics/octave-forge-odebvp/metadata.xml b/sci-mathematics/octave-forge-odebvp/metadata.xml
new file mode 100644
index 000000000..2d2f6f274
--- /dev/null
+++ b/sci-mathematics/octave-forge-odebvp/metadata.xml
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>sci-mathematics</herd>
+</pkgmetadata>
+
diff --git a/sci-mathematics/octave-forge-odebvp/octave-forge-odebvp-1.0.2.ebuild b/sci-mathematics/octave-forge-odebvp/octave-forge-odebvp-1.0.2.ebuild
new file mode 100644
index 000000000..a036ed083
--- /dev/null
+++ b/sci-mathematics/octave-forge-odebvp/octave-forge-odebvp-1.0.2.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2008 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/octave/octave-2.1.73-r1.ebuild,v 1.2 2006/11/03 15:44:39 markusle Exp $
+
+inherit octave-forge
+
+DESCRIPTION="To approximate the solution of the boundary-value problem
+y''=p(x)*y' + q(x)*y + r(x), a<=x<=b, y(a)=alpha, y(b)=beta by the linear finite-diffence method."
+LICENSE="GPL-2"
+HOMEPAGE="http://octave.sourceforge.net/odebvp/index.html"
+SRC_URI="mirror://sourceforge/octave/${OCT_PKG}.tar.gz"
+SLOT="0"
+
+IUSE=""
+KEYWORDS="~amd64 ~x86"
diff --git a/sci-mathematics/octave-forge-odebvp/octave-forge-odebvp-1.0.3.ebuild b/sci-mathematics/octave-forge-odebvp/octave-forge-odebvp-1.0.3.ebuild
new file mode 100644
index 000000000..8c2c0a61e
--- /dev/null
+++ b/sci-mathematics/octave-forge-odebvp/octave-forge-odebvp-1.0.3.ebuild
@@ -0,0 +1,14 @@
+# Copyright 1999-2008 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/octave/octave-2.1.73-r1.ebuild,v 1.2 2006/11/03 15:44:39 markusle Exp $
+
+inherit octave-forge
+
+DESCRIPTION="Approximate the solution of boundary-value problem by the linear finite-diffence method."
+LICENSE="GPL-2"
+HOMEPAGE="http://octave.sourceforge.net/odebvp/index.html"
+SRC_URI="mirror://sourceforge/octave/${OCT_PKG}.tar.gz"
+SLOT="0"
+
+IUSE=""
+KEYWORDS="~amd64 ~x86"