Gentoo Archives: gentoo-commits

From: Aisha Tammy <gentoo@×××××.cc>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: dev-cpp/Fastor/
Date: Fri, 02 Oct 2020 10:27:14
Message-Id: 1601602712.b2630fd8544357f99b8931ad59dc5a6cf63223e0.epsilon-0@gentoo
1 commit: b2630fd8544357f99b8931ad59dc5a6cf63223e0
2 Author: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
3 AuthorDate: Fri Oct 2 01:34:24 2020 +0000
4 Commit: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
5 CommitDate: Fri Oct 2 01:38:32 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=b2630fd8
7
8 dev-cpp/Fastor: high performance tensor algebra framework
9
10 Package-Manager: Portage-3.0.8, Repoman-3.0.1
11 Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>
12
13 dev-cpp/Fastor/Fastor-0.6.3.ebuild | 22 ++++++++++++++++++++++
14 dev-cpp/Fastor/Fastor-9999.ebuild | 22 ++++++++++++++++++++++
15 dev-cpp/Fastor/metadata.xml | 12 ++++++++++++
16 3 files changed, 56 insertions(+)
17
18 diff --git a/dev-cpp/Fastor/Fastor-0.6.3.ebuild b/dev-cpp/Fastor/Fastor-0.6.3.ebuild
19 new file mode 100644
20 index 000000000..1dc798191
21 --- /dev/null
22 +++ b/dev-cpp/Fastor/Fastor-0.6.3.ebuild
23 @@ -0,0 +1,22 @@
24 +# Copyright 1999-2020 Gentoo Authors
25 +# Distributed under the terms of the GNU General Public License v2
26 +
27 +EAPI=7
28 +
29 +DESCRIPTION="light-weight high performance tensor algebra framework"
30 +HOMEPAGE="https://github.com/romeric/Fastor"
31 +
32 +if [[ ${PV} == 9999 ]] ; then
33 + inherit git-r3
34 + EGIT_REPO_URI="https://github.com/romeric/Fastor"
35 +else
36 + SRC_URI="https://github.com/romeric/Fastor/archive/V${PV}.tar.gz -> ${P}.tar.gz"
37 + KEYWORDS="~amd64 ~x86"
38 +fi
39 +
40 +LICENSE="MIT"
41 +SLOT="0"
42 +
43 +src_install() {
44 + doheader -r Fastor
45 +}
46
47 diff --git a/dev-cpp/Fastor/Fastor-9999.ebuild b/dev-cpp/Fastor/Fastor-9999.ebuild
48 new file mode 100644
49 index 000000000..1dc798191
50 --- /dev/null
51 +++ b/dev-cpp/Fastor/Fastor-9999.ebuild
52 @@ -0,0 +1,22 @@
53 +# Copyright 1999-2020 Gentoo Authors
54 +# Distributed under the terms of the GNU General Public License v2
55 +
56 +EAPI=7
57 +
58 +DESCRIPTION="light-weight high performance tensor algebra framework"
59 +HOMEPAGE="https://github.com/romeric/Fastor"
60 +
61 +if [[ ${PV} == 9999 ]] ; then
62 + inherit git-r3
63 + EGIT_REPO_URI="https://github.com/romeric/Fastor"
64 +else
65 + SRC_URI="https://github.com/romeric/Fastor/archive/V${PV}.tar.gz -> ${P}.tar.gz"
66 + KEYWORDS="~amd64 ~x86"
67 +fi
68 +
69 +LICENSE="MIT"
70 +SLOT="0"
71 +
72 +src_install() {
73 + doheader -r Fastor
74 +}
75
76 diff --git a/dev-cpp/Fastor/metadata.xml b/dev-cpp/Fastor/metadata.xml
77 new file mode 100644
78 index 000000000..e97c4322a
79 --- /dev/null
80 +++ b/dev-cpp/Fastor/metadata.xml
81 @@ -0,0 +1,12 @@
82 +<?xml version="1.0" encoding="UTF-8"?>
83 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
84 +<pkgmetadata>
85 + <maintainer type="person">
86 + <email>gentoo@×××××.cc</email>
87 + <name>Aisha Tammy</name>
88 + </maintainer>
89 + <maintainer type="project">
90 + <email>sci@g.o</email>
91 + <name>Gentoo Science Project</name>
92 + </maintainer>
93 +</pkgmetadata>