Gentoo Archives: gentoo-commits

From: Alessandro Barbieri <lssndrbarbieri@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-octave/splines/
Date: Sun, 08 May 2022 01:58:23
Message-Id: 1651975088.41b07fd8245878741b1e52ef579dddd898bd462e.Alessandro-Barbieri@gentoo
1 commit: 41b07fd8245878741b1e52ef579dddd898bd462e
2 Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
3 AuthorDate: Sat May 7 23:21:32 2022 +0000
4 Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
5 CommitDate: Sun May 8 01:58:08 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=41b07fd8
7
8 dev-octave/splines: new package, add 1.3.4
9
10 Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
11
12 dev-octave/splines/Manifest | 1 +
13 dev-octave/splines/metadata.xml | 14 ++++++++++++++
14 dev-octave/splines/splines-1.3.4.ebuild | 16 ++++++++++++++++
15 3 files changed, 31 insertions(+)
16
17 diff --git a/dev-octave/splines/Manifest b/dev-octave/splines/Manifest
18 new file mode 100644
19 index 000000000..169aeeef0
20 --- /dev/null
21 +++ b/dev-octave/splines/Manifest
22 @@ -0,0 +1 @@
23 +DIST splines-1.3.4.tar.gz 36971 BLAKE2B 8748a6bd6021bf577e445b61f02b269240fad69d358b3266578ec0f0d25f09a04a3465e3e8bc71b970f2a180d61d81a2a562697207aa1c58ea43a5b72580dbfb SHA512 ca506df2b00acc94d291cc70a8601a950d73c3fe03308e4d6c1e9ababdd4f73312680e1e59a8769616300338b8623e687475d37815cf176d4eb9f32c4dedc6a0
24
25 diff --git a/dev-octave/splines/metadata.xml b/dev-octave/splines/metadata.xml
26 new file mode 100644
27 index 000000000..ff572fbfd
28 --- /dev/null
29 +++ b/dev-octave/splines/metadata.xml
30 @@ -0,0 +1,14 @@
31 +<?xml version="1.0" encoding="UTF-8"?>
32 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
33 +<pkgmetadata>
34 + <maintainer type="person">
35 + <description>co-maintainers welcome</description>
36 + <email>lssndrbarbieri@×××××.com</email>
37 + <name>Alessandro Barbieri</name>
38 + </maintainer>
39 + <upstream>
40 + <changelog>https://octave.sourceforge.io/splines/NEWS.html</changelog>
41 + <doc lang="en">https://octave.sourceforge.io/splines/overview.html</doc>
42 + <remote-id type="sourceforge">octave/splines</remote-id>
43 + </upstream>
44 +</pkgmetadata>
45
46 diff --git a/dev-octave/splines/splines-1.3.4.ebuild b/dev-octave/splines/splines-1.3.4.ebuild
47 new file mode 100644
48 index 000000000..f80ec073a
49 --- /dev/null
50 +++ b/dev-octave/splines/splines-1.3.4.ebuild
51 @@ -0,0 +1,16 @@
52 +# Copyright 1999-2022 Gentoo Authors
53 +# Distributed under the terms of the GNU General Public License v2
54 +
55 +EAPI=8
56 +
57 +inherit octaveforge
58 +
59 +DESCRIPTION="Additional spline functions"
60 +HOMEPAGE="https://octave.sourceforge.io/ga/index.html"
61 +
62 +LICENSE="GPL-3+ public-domain"
63 +SLOT="0"
64 +KEYWORDS="~amd64"
65 +
66 +DEPEND=">=sci-mathematics/octave-3.6.0"
67 +RDEPEND="${DEPEND}"