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/miscellaneous/
Date: Sat, 07 May 2022 00:48:50
Message-Id: 1651880650.5b92cb0b96751de04288a62597d3b0644653eba8.Alessandro-Barbieri@gentoo
1 commit: 5b92cb0b96751de04288a62597d3b0644653eba8
2 Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
3 AuthorDate: Fri May 6 16:45:30 2022 +0000
4 Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
5 CommitDate: Fri May 6 23:44:10 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5b92cb0b
7
8 dev-octave/miscellaneous: new package, add 1.3.0
9
10 Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
11
12 dev-octave/miscellaneous/Manifest | 2 ++
13 dev-octave/miscellaneous/metadata.xml | 14 ++++++++++++++
14 dev-octave/miscellaneous/miscellaneous-1.3.0.ebuild | 21 +++++++++++++++++++++
15 3 files changed, 37 insertions(+)
16
17 diff --git a/dev-octave/miscellaneous/Manifest b/dev-octave/miscellaneous/Manifest
18 new file mode 100644
19 index 000000000..029570490
20 --- /dev/null
21 +++ b/dev-octave/miscellaneous/Manifest
22 @@ -0,0 +1,2 @@
23 +DIST miscellaneous-1.3.0.tar.gz 109759 BLAKE2B 76f3bb37173dbc693ac0a050915e81963a51feb1c69242db1525fe9a461f7e4a8b5f3d55f9c1cd8380cc7f225b7adba5288e3a23d05c8a7f483e1c77be6fa9ec SHA512 d5d00dfb6a6a50374bec7942b1004a13eda5fae9da425f3038a8b49554bfc3e1f7e1dc7d111329831266b207c883e335edadb69d147dc8d0029015fd46cfc21a
24 +DIST octaveforge_configure 75 BLAKE2B a6d08088e51628113f7ee2d125fad93a20978cdec60d30cd6628a6056b127968ccf0bc58d2a01166ecc68e8e1ff25518ecf0a2fff69f1ccf63ba2e95eb327db2 SHA512 f293f8ac550953d7c758dadd1bfbf57754a725e6480e8f11b85b883370989b323324492a16118a9b4bfa897a6720f7f20776754cbf763c61bfa10c90191d9a8f
25
26 diff --git a/dev-octave/miscellaneous/metadata.xml b/dev-octave/miscellaneous/metadata.xml
27 new file mode 100644
28 index 000000000..c2336228a
29 --- /dev/null
30 +++ b/dev-octave/miscellaneous/metadata.xml
31 @@ -0,0 +1,14 @@
32 +<?xml version="1.0" encoding="UTF-8"?>
33 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
34 +<pkgmetadata>
35 + <maintainer type="person">
36 + <description>co-maintainers welcome</description>
37 + <email>lssndrbarbieri@×××××.com</email>
38 + <name>Alessandro Barbieri</name>
39 + </maintainer>
40 + <upstream>
41 + <changelog>https://octave.sourceforge.io/miscellaneous/NEWS.html</changelog>
42 + <doc lang="en">https://octave.sourceforge.io/miscellaneous/overview.html</doc>
43 + <remote-id type="sourceforge">octave/miscellaneous</remote-id>
44 + </upstream>
45 +</pkgmetadata>
46
47 diff --git a/dev-octave/miscellaneous/miscellaneous-1.3.0.ebuild b/dev-octave/miscellaneous/miscellaneous-1.3.0.ebuild
48 new file mode 100644
49 index 000000000..825c4b9a9
50 --- /dev/null
51 +++ b/dev-octave/miscellaneous/miscellaneous-1.3.0.ebuild
52 @@ -0,0 +1,21 @@
53 +# Copyright 1999-2022 Gentoo Authors
54 +# Distributed under the terms of the GNU General Public License v2
55 +
56 +EAPI=8
57 +
58 +inherit octaveforge
59 +
60 +DESCRIPTION="Miscellaneous tools that don't fit somewhere else"
61 +HOMEPAGE="https://octave.sourceforge.io/miscellaneous/index.html"
62 +
63 +LICENSE="GPL-3+"
64 +SLOT="0"
65 +KEYWORDS="~amd64"
66 +
67 +DEPEND="
68 + sci-calculators/units
69 + >=sci-mathematics/octave-3.8.0
70 + sys-libs/libtermcap-compat
71 + sys-libs/ncurses-compat
72 +"
73 +RDEPEND="${DEPEND}"