Gentoo Archives: gentoo-commits

From: Alessandro Barbieri <lssndrbarbieri@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-shells/clownfish/
Date: Sat, 16 Oct 2021 10:21:42
Message-Id: 1634379664.cb82d09a6c041d01058f0ec36c2b5eccc176c4e5.Alessandro-Barbieri@gentoo
1 commit: cb82d09a6c041d01058f0ec36c2b5eccc176c4e5
2 Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
3 AuthorDate: Sat Oct 16 08:56:44 2021 +0000
4 Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
5 CommitDate: Sat Oct 16 10:21:04 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=cb82d09a
7
8 app-shells/clownfish: initial import
9
10 Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
11
12 app-shells/clownfish/Manifest | 1 +
13 .../clownfish/clownfish-0_pre20210117.ebuild | 25 ++++++++++++++++++++++
14 app-shells/clownfish/metadata.xml | 11 ++++++++++
15 3 files changed, 37 insertions(+)
16
17 diff --git a/app-shells/clownfish/Manifest b/app-shells/clownfish/Manifest
18 new file mode 100644
19 index 000000000..977f57dc4
20 --- /dev/null
21 +++ b/app-shells/clownfish/Manifest
22 @@ -0,0 +1 @@
23 +DIST clownfish-0_pre20210117.tar.gz 2016 BLAKE2B ab0adb71a87f3745fa093e8d01b3aafdae7ae9ebf415b31b9063c3cffe84eb197e5697baafb7ba4fb9f7a150ec6436ce86af9ae6489d55c1a59f4be2c77f88b6 SHA512 3f7d728dda022bd8451224fbe2db1ab4d3563faa32f5890bad258e67700413a0c1efa5c75a4ee3b0793bf87fc178ba6d6d583d96462250c531fff46654135ee2
24
25 diff --git a/app-shells/clownfish/clownfish-0_pre20210117.ebuild b/app-shells/clownfish/clownfish-0_pre20210117.ebuild
26 new file mode 100644
27 index 000000000..fac08acaa
28 --- /dev/null
29 +++ b/app-shells/clownfish/clownfish-0_pre20210117.ebuild
30 @@ -0,0 +1,25 @@
31 +# Copyright 1999-2021 Gentoo Authors
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=8
35 +
36 +COMMIT="a0db28d8280d05561b8f48c0465480725feeca4c"
37 +
38 +DESCRIPTION="fish shell mocks"
39 +HOMEPAGE="https://github.com/IlanCosman/clownfish"
40 +SRC_URI="https://github.com/IlanCosman/clownfish/archive/${COMMIT}.tar.gz -> ${PF}.tar.gz"
41 +S="${WORKDIR}/${PN}-${COMMIT}"
42 +
43 +LICENSE="MIT"
44 +SLOT="0"
45 +KEYWORDS="~amd64"
46 +
47 +RDEPEND="app-shells/fish"
48 +
49 +DOCS=( README.md )
50 +
51 +src_install() {
52 + insinto "/usr/share/fish/vendor_functions.d"
53 + doins functions/*
54 + einstalldocs
55 +}
56
57 diff --git a/app-shells/clownfish/metadata.xml b/app-shells/clownfish/metadata.xml
58 new file mode 100644
59 index 000000000..948db33d0
60 --- /dev/null
61 +++ b/app-shells/clownfish/metadata.xml
62 @@ -0,0 +1,11 @@
63 +<?xml version="1.0" encoding="UTF-8"?>
64 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
65 +<pkgmetadata>
66 + <maintainer type="person">
67 + <email>lssndrbarbieri@×××××.com</email>
68 + <name>Alessandro Barbieri</name>
69 + </maintainer>
70 + <upstream>
71 + <remote-id type="github">IlanCosman/clownfish</remote-id>
72 + </upstream>
73 +</pkgmetadata>