diff options
author | Alessandro Barbieri <lssndrbarbieri@gmail.com> | 2022-05-08 01:21:32 +0200 |
---|---|---|
committer | Alessandro Barbieri <lssndrbarbieri@gmail.com> | 2022-05-08 03:58:08 +0200 |
commit | 41b07fd8245878741b1e52ef579dddd898bd462e (patch) | |
tree | f733002b914236157bc597e5e04bfa2ee76a5f08 /dev-octave | |
parent | dev-octave/quaternion: new package, add 2.4.0 (diff) | |
download | guru-41b07fd8245878741b1e52ef579dddd898bd462e.tar.gz guru-41b07fd8245878741b1e52ef579dddd898bd462e.tar.bz2 guru-41b07fd8245878741b1e52ef579dddd898bd462e.zip |
dev-octave/splines: new package, add 1.3.4
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
Diffstat (limited to 'dev-octave')
-rw-r--r-- | dev-octave/splines/Manifest | 1 | ||||
-rw-r--r-- | dev-octave/splines/metadata.xml | 14 | ||||
-rw-r--r-- | dev-octave/splines/splines-1.3.4.ebuild | 16 |
3 files changed, 31 insertions, 0 deletions
diff --git a/dev-octave/splines/Manifest b/dev-octave/splines/Manifest new file mode 100644 index 000000000..169aeeef0 --- /dev/null +++ b/dev-octave/splines/Manifest @@ -0,0 +1 @@ +DIST splines-1.3.4.tar.gz 36971 BLAKE2B 8748a6bd6021bf577e445b61f02b269240fad69d358b3266578ec0f0d25f09a04a3465e3e8bc71b970f2a180d61d81a2a562697207aa1c58ea43a5b72580dbfb SHA512 ca506df2b00acc94d291cc70a8601a950d73c3fe03308e4d6c1e9ababdd4f73312680e1e59a8769616300338b8623e687475d37815cf176d4eb9f32c4dedc6a0 diff --git a/dev-octave/splines/metadata.xml b/dev-octave/splines/metadata.xml new file mode 100644 index 000000000..ff572fbfd --- /dev/null +++ b/dev-octave/splines/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>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> diff --git a/dev-octave/splines/splines-1.3.4.ebuild b/dev-octave/splines/splines-1.3.4.ebuild new file mode 100644 index 000000000..f80ec073a --- /dev/null +++ b/dev-octave/splines/splines-1.3.4.ebuild @@ -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}" |