From c744367940315c79dd2a2a773ec5e9484687c972 Mon Sep 17 00:00:00 2001 From: Alessandro Barbieri Date: Sat, 7 May 2022 03:18:16 +0200 Subject: [PATCH] dev-octave/statistics: new package, add 1.4.3 Signed-off-by: Alessandro Barbieri --- dev-octave/statistics/Manifest | 2 ++ dev-octave/statistics/metadata.xml | 14 ++++++++++++++ dev-octave/statistics/statistics-1.4.3.ebuild | 19 +++++++++++++++++++ 3 files changed, 35 insertions(+) create mode 100644 dev-octave/statistics/Manifest create mode 100644 dev-octave/statistics/metadata.xml create mode 100644 dev-octave/statistics/statistics-1.4.3.ebuild diff --git a/dev-octave/statistics/Manifest b/dev-octave/statistics/Manifest new file mode 100644 index 0000000000..009a085a42 --- /dev/null +++ b/dev-octave/statistics/Manifest @@ -0,0 +1,2 @@ +DIST octaveforge_configure 75 BLAKE2B a6d08088e51628113f7ee2d125fad93a20978cdec60d30cd6628a6056b127968ccf0bc58d2a01166ecc68e8e1ff25518ecf0a2fff69f1ccf63ba2e95eb327db2 SHA512 f293f8ac550953d7c758dadd1bfbf57754a725e6480e8f11b85b883370989b323324492a16118a9b4bfa897a6720f7f20776754cbf763c61bfa10c90191d9a8f +DIST statistics-1.4.3.tar.gz 394639 BLAKE2B c58b8befa76a249e03d5013365a5a2ddd70e22fc13f5bf613a0bbe80e6c1787d2edd2047dd59c8b418faa95d4fe376419ee538e708127f93e9dffc4082c35bb3 SHA512 c3b9f65fc2384ff7c83e2c7b512bae99b9af6219a989f013868f9ac2214b3983338f5d0476e2acd0d4f0dedf31025242ea5c1d3f4bc116b4a71dd0b3c73199ac diff --git a/dev-octave/statistics/metadata.xml b/dev-octave/statistics/metadata.xml new file mode 100644 index 0000000000..ccc943d0d1 --- /dev/null +++ b/dev-octave/statistics/metadata.xml @@ -0,0 +1,14 @@ + + + + + co-maintainers welcome + lssndrbarbieri@gmail.com + Alessandro Barbieri + + + https://octave.sourceforge.io/statistics/NEWS.html + https://octave.sourceforge.io/statistics/overview.html + octave/statistics + + diff --git a/dev-octave/statistics/statistics-1.4.3.ebuild b/dev-octave/statistics/statistics-1.4.3.ebuild new file mode 100644 index 0000000000..89818548ad --- /dev/null +++ b/dev-octave/statistics/statistics-1.4.3.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit octaveforge + +DESCRIPTION="Additional statistics functions for Octave" +HOMEPAGE="https://octave.sourceforge.io/statistics/index.html" + +LICENSE="GPL-3+ public-domain" +SLOT="0" +KEYWORDS="~amd64" + +DEPEND=" + >=dev-octave/io-1.0.18 + >=sci-mathematics/octave-4.0.0 +" +RDEPEND="${DEPEND}"