dev-octave/statistics: new package, add 1.4.3

Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
Alessandro Barbieri
2022-05-07 03:18:16 +02:00
parent 7671a1dc94
commit c744367940
3 changed files with 35 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
DIST octaveforge_configure 75 BLAKE2B a6d08088e51628113f7ee2d125fad93a20978cdec60d30cd6628a6056b127968ccf0bc58d2a01166ecc68e8e1ff25518ecf0a2fff69f1ccf63ba2e95eb327db2 SHA512 f293f8ac550953d7c758dadd1bfbf57754a725e6480e8f11b85b883370989b323324492a16118a9b4bfa897a6720f7f20776754cbf763c61bfa10c90191d9a8f
DIST statistics-1.4.3.tar.gz 394639 BLAKE2B c58b8befa76a249e03d5013365a5a2ddd70e22fc13f5bf613a0bbe80e6c1787d2edd2047dd59c8b418faa95d4fe376419ee538e708127f93e9dffc4082c35bb3 SHA512 c3b9f65fc2384ff7c83e2c7b512bae99b9af6219a989f013868f9ac2214b3983338f5d0476e2acd0d4f0dedf31025242ea5c1d3f4bc116b4a71dd0b3c73199ac

View File

@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<description>co-maintainers welcome</description>
<email>lssndrbarbieri@gmail.com</email>
<name>Alessandro Barbieri</name>
</maintainer>
<upstream>
<changelog>https://octave.sourceforge.io/statistics/NEWS.html</changelog>
<doc lang="en">https://octave.sourceforge.io/statistics/overview.html</doc>
<remote-id type="sourceforge">octave/statistics</remote-id>
</upstream>
</pkgmetadata>

View File

@@ -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}"