mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-19 12:03:02 -04:00
dev-octave/splines: new package, add 1.3.4
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
1
dev-octave/splines/Manifest
Normal file
1
dev-octave/splines/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST splines-1.3.4.tar.gz 36971 BLAKE2B 8748a6bd6021bf577e445b61f02b269240fad69d358b3266578ec0f0d25f09a04a3465e3e8bc71b970f2a180d61d81a2a562697207aa1c58ea43a5b72580dbfb SHA512 ca506df2b00acc94d291cc70a8601a950d73c3fe03308e4d6c1e9ababdd4f73312680e1e59a8769616300338b8623e687475d37815cf176d4eb9f32c4dedc6a0
|
||||
14
dev-octave/splines/metadata.xml
Normal file
14
dev-octave/splines/metadata.xml
Normal 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/splines/NEWS.html</changelog>
|
||||
<doc lang="en">https://octave.sourceforge.io/splines/overview.html</doc>
|
||||
<remote-id type="sourceforge">octave/splines</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
16
dev-octave/splines/splines-1.3.4.ebuild
Normal file
16
dev-octave/splines/splines-1.3.4.ebuild
Normal 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="Additional spline functions"
|
||||
HOMEPAGE="https://octave.sourceforge.io/ga/index.html"
|
||||
|
||||
LICENSE="GPL-3+ public-domain"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
DEPEND=">=sci-mathematics/octave-3.6.0"
|
||||
RDEPEND="${DEPEND}"
|
||||
Reference in New Issue
Block a user