dev-octave/io: new package, add 2.6.4

Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
Alessandro Barbieri 2022-05-07 03:15:58 +02:00
parent bf3f859b98
commit 7671a1dc94
No known key found for this signature in database
GPG Key ID: 4E4140121372C837
3 changed files with 32 additions and 0 deletions

2
dev-octave/io/Manifest Normal file
View File

@ -0,0 +1,2 @@
DIST io-2.6.4.tar.gz 233544 BLAKE2B 50b1cfcd558e2f82a35ebe17291949c44e79154d0f699c5de3ea4c35801d54cc9e9cab98aa26ebe8f982bb86cd2083fd2aa79bd6a30f670fe4670cf627381021 SHA512 17a2d2184ea232d664c26c814f9b32cb4d9ce8a6453a4719d93b54ef15626ac01ab1c27e258a2767792e2fcee055ca4b91521a774cf941e2d242d51f10c41351
DIST octaveforge_configure 75 BLAKE2B a6d08088e51628113f7ee2d125fad93a20978cdec60d30cd6628a6056b127968ccf0bc58d2a01166ecc68e8e1ff25518ecf0a2fff69f1ccf63ba2e95eb327db2 SHA512 f293f8ac550953d7c758dadd1bfbf57754a725e6480e8f11b85b883370989b323324492a16118a9b4bfa897a6720f7f20776754cbf763c61bfa10c90191d9a8f

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="Input/Output in external formats"
HOMEPAGE="https://octave.sourceforge.io/io/index.html"
LICENSE="GPL-3+ BSD-2"
SLOT="0"
KEYWORDS="~amd64"
DEPEND=">=sci-mathematics/octave-4.2.0"
RDEPEND="${DEPEND}"

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/io/NEWS.html</changelog>
<doc lang="en">https://octave.sourceforge.io/io/overview.html</doc>
<remote-id type="sourceforge">octave/io</remote-id>
</upstream>
</pkgmetadata>