dev-octave/instrument-control: new package, add 0.7.1

Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
Alessandro Barbieri
2022-05-07 02:52:37 +02:00
parent 89430f4077
commit 9771ae4686
3 changed files with 32 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
DIST instrument-control-0.7.1.tar.gz 542184 BLAKE2B 5eeb7531b371ae054bf69fb528f90d348aa9ac0ec526d5ad8e10b4f669e66f841033e912d50bdfc464fe427ff2043709b8d799d8abd53fd5304df9146a6a76ed SHA512 bb5566c975c099553e11fa702c95495d798fe766e0ff4333f124f768f40ba54099a7e3c1040840356e022d636a9c0e18b99f212011dc6a64c5b3fecb11b15606
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="Low level I/O functions for serial, i2c and parallel interfaces"
HOMEPAGE="https://octave.sourceforge.io/instrument-control/index.html"
LICENSE="GPL-3+"
SLOT="0"
KEYWORDS="~amd64"
DEPEND=">=sci-mathematics/octave-3.8.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/instrument-control/NEWS.html</changelog>
<doc lang="en">https://octave.sourceforge.io/instrument-control/overview.html</doc>
<remote-id type="sourceforge">octave/instrument-control</remote-id>
</upstream>
</pkgmetadata>