dev-octave/splines: new package, add 1.3.4

Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
Alessandro Barbieri
2022-05-08 01:21:32 +02:00
parent 169b2d70a8
commit 41b07fd824
3 changed files with 31 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit octaveforge
DESCRIPTION="Additional spline functions"
HOMEPAGE="https://octave.sourceforge.io/ga/index.html"
LICENSE="GPL-3+ public-domain"
SLOT="0"
KEYWORDS="~amd64"
DEPEND=">=sci-mathematics/octave-3.6.0"
RDEPEND="${DEPEND}"