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-R/isoband/
Date: Mon, 31 May 2021 22:04:49
Message-Id: 1622498680.303fa9758281f5dc0f574a6e23f34af107d88472.Alessandro-Barbieri@gentoo
1 commit: 303fa9758281f5dc0f574a6e23f34af107d88472
2 Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
3 AuthorDate: Mon May 31 21:33:15 2021 +0000
4 Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
5 CommitDate: Mon May 31 22:04:40 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=303fa975
7
8 dev-R/isoband: new
9
10 Package-Manager: Portage-3.0.19, Repoman-3.0.3
11 Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
12
13 dev-R/isoband/Manifest | 1 +
14 dev-R/isoband/isoband-0.2.4.ebuild | 10 ++++++++++
15 dev-R/isoband/metadata.xml | 10 ++++++++++
16 3 files changed, 21 insertions(+)
17
18 diff --git a/dev-R/isoband/Manifest b/dev-R/isoband/Manifest
19 new file mode 100644
20 index 000000000..20fd6d939
21 --- /dev/null
22 +++ b/dev-R/isoband/Manifest
23 @@ -0,0 +1 @@
24 +DIST isoband_0.2.4.tar.gz 2010708 BLAKE2B 34f805cc3f7cd27109580c772cc6491adaf9baf1e199fd9bbfdbea64a7a3b673a4358e36214bb26c963cba208c7bd9f8666064dd712ff7ba731a7d50b27cf095 SHA512 8d83afd3b5cecc33721e52b9241fd7cb1fde6b8d9e35da6ca8afbda63e603f71d4208fdb22777d6a992bf26eb66680d85d44ad267cdf89a2a6007afbe2ee8cde
25
26 diff --git a/dev-R/isoband/isoband-0.2.4.ebuild b/dev-R/isoband/isoband-0.2.4.ebuild
27 new file mode 100644
28 index 000000000..61bbb2edb
29 --- /dev/null
30 +++ b/dev-R/isoband/isoband-0.2.4.ebuild
31 @@ -0,0 +1,10 @@
32 +# Copyright 1999-2021 Gentoo Authors
33 +# Distributed under the terms of the GNU General Public License v2
34 +
35 +EAPI=7
36 +
37 +inherit R-packages
38 +
39 +DESCRIPTION='Generate Isolines and Isobands from regularky spaced elevation grids'
40 +KEYWORDS="~amd64"
41 +LICENSE='MIT'
42
43 diff --git a/dev-R/isoband/metadata.xml b/dev-R/isoband/metadata.xml
44 new file mode 100644
45 index 000000000..37d584924
46 --- /dev/null
47 +++ b/dev-R/isoband/metadata.xml
48 @@ -0,0 +1,10 @@
49 +<?xml version="1.0" encoding="UTF-8"?>
50 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
51 +<pkgmetadata>
52 + <longdescription>
53 + Generate Isolines and Isobands from Regularly Spaced Elevation
54 + Grids // A fast C++ implementation to generate contour lines
55 + (isolines) and contour polygons (isobands) from regularly
56 + spaced grids containing elevation data.
57 + </longdescription>
58 +</pkgmetadata>