commit: c744367940315c79dd2a2a773ec5e9484687c972 Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com> AuthorDate: Sat May 7 01:18:16 2022 +0000 Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com> CommitDate: Sat May 7 02:11:22 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c7443679
dev-octave/statistics: new package, add 1.4.3 Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com> 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(+) diff --git a/dev-octave/statistics/Manifest b/dev-octave/statistics/Manifest new file mode 100644 index 000000000..009a085a4 --- /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 000000000..ccc943d0d --- /dev/null +++ b/dev-octave/statistics/metadata.xml @@ -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>[email protected]</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> 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 000000000..89818548a --- /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}"
