Gentoo Archives: gentoo-commits

From: Anna Vyalkova <cyber+gentoo@×××××.in>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-crystal/habitat/
Date: Tue, 08 Nov 2022 17:55:43
Message-Id: 1667929786.e7d853d986c3201a83d0fe78758761dfebb74191.cybertailor@gentoo
1 commit: e7d853d986c3201a83d0fe78758761dfebb74191
2 Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
3 AuthorDate: Tue Nov 8 17:49:46 2022 +0000
4 Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
5 CommitDate: Tue Nov 8 17:49:46 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e7d853d9
7
8 dev-crystal/habitat: new package, add 0.4.7
9
10 Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
11
12 dev-crystal/habitat/Manifest | 1 +
13 dev-crystal/habitat/habitat-0.4.7.ebuild | 16 ++++++++++++++++
14 dev-crystal/habitat/metadata.xml | 8 ++++++++
15 3 files changed, 25 insertions(+)
16
17 diff --git a/dev-crystal/habitat/Manifest b/dev-crystal/habitat/Manifest
18 new file mode 100644
19 index 000000000..1a6edd108
20 --- /dev/null
21 +++ b/dev-crystal/habitat/Manifest
22 @@ -0,0 +1 @@
23 +DIST habitat-0.4.7.tar.gz 9664 BLAKE2B c1fdaaa587e8632d323f22677c6af34d8c39357b48c787e8f244af6ad1907c43a53609c64557148480a61e09466397c1c38c22ff66a3a1e2dcf033e156102231 SHA512 d6eddcb85a8dff2722bfa74230513d9a5eda77fe33564bbe2e9207599e1bcc267db1f912df100ba5f37e8bb3dfe097986e4c2d922cf3a0e21a1f666b8c637093
24
25 diff --git a/dev-crystal/habitat/habitat-0.4.7.ebuild b/dev-crystal/habitat/habitat-0.4.7.ebuild
26 new file mode 100644
27 index 000000000..e6fe05889
28 --- /dev/null
29 +++ b/dev-crystal/habitat/habitat-0.4.7.ebuild
30 @@ -0,0 +1,16 @@
31 +# Copyright 2022 Gentoo Authors
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=8
35 +
36 +inherit shards
37 +
38 +DESCRIPTION="Easily configure settings for Crystal projects"
39 +HOMEPAGE="https://github.com/luckyframework/habitat"
40 +SRC_URI="https://github.com/luckyframework/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
41 +
42 +LICENSE="MIT"
43 +SLOT="0"
44 +KEYWORDS="~amd64"
45 +
46 +DOCS=( {CODE_OF_CONDUCT,CONTRIBUTING,README}.md )
47
48 diff --git a/dev-crystal/habitat/metadata.xml b/dev-crystal/habitat/metadata.xml
49 new file mode 100644
50 index 000000000..7ebbd0334
51 --- /dev/null
52 +++ b/dev-crystal/habitat/metadata.xml
53 @@ -0,0 +1,8 @@
54 +<?xml version="1.0" encoding="UTF-8"?>
55 +<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
56 +<pkgmetadata>
57 + <maintainer type="person">
58 + <email>cyber+gentoo@×××××.in</email>
59 + <name>Anna</name>
60 + </maintainer>
61 +</pkgmetadata>