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-nim/asynctools/
Date: Thu, 30 Jun 2022 06:01:16
Message-Id: 1656568803.52b789ed42980918bb0710f4310819e4f6a558fd.cybertailor@gentoo
1 commit: 52b789ed42980918bb0710f4310819e4f6a558fd
2 Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
3 AuthorDate: Wed Jun 29 19:22:25 2022 +0000
4 Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
5 CommitDate: Thu Jun 30 06:00:03 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=52b789ed
7
8 dev-nim/asynctools: new package, add 0.1.1_p20210606
9
10 Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
11
12 dev-nim/asynctools/Manifest | 1 +
13 .../asynctools/asynctools-0.1.1_p20210606.ebuild | 28 ++++++++++++++++++++++
14 dev-nim/asynctools/metadata.xml | 11 +++++++++
15 3 files changed, 40 insertions(+)
16
17 diff --git a/dev-nim/asynctools/Manifest b/dev-nim/asynctools/Manifest
18 new file mode 100644
19 index 000000000..24b0fa8d0
20 --- /dev/null
21 +++ b/dev-nim/asynctools/Manifest
22 @@ -0,0 +1 @@
23 +DIST asynctools-0.1.1_p20210606.tar.gz 30003 BLAKE2B 200127abb72aa692470c55fc8346594cf9220db63a9b1b7ce3b3b97ecf21686b4c6fd0efcae2baf169f3677731e5ed05fa28ad8ce1b5892a573b4522dba99110 SHA512 16433e81b46251eefdac254e6d2496883d867ff8560c1d11ff898cf3a5689da33c6e55ed5ce81db07c73ae20e6a0d3563346c3e686c9f3395a1a517945249f6f
24
25 diff --git a/dev-nim/asynctools/asynctools-0.1.1_p20210606.ebuild b/dev-nim/asynctools/asynctools-0.1.1_p20210606.ebuild
26 new file mode 100644
27 index 000000000..2fa0c869b
28 --- /dev/null
29 +++ b/dev-nim/asynctools/asynctools-0.1.1_p20210606.ebuild
30 @@ -0,0 +1,28 @@
31 +# Copyright 2022 Gentoo Authors
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=8
35 +
36 +inherit nimble
37 +
38 +COMMIT="84ced6d002789567f2396c75800ffd6dff2866f7"
39 +DESCRIPTION="Various asynchronous tools for Nim language"
40 +HOMEPAGE="
41 + https://github.com/cheatfate/asynctools
42 + https://nimble.directory/pkg/asynctools
43 +"
44 +SRC_URI="https://github.com/cheatfate/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
45 +S="${WORKDIR}/${PN}-${COMMIT}"
46 +
47 +LICENSE="MIT"
48 +SLOT="$(ver_cut 1-3)"
49 +KEYWORDS="~amd64"
50 +
51 +set_package_url "https://github.com/cheatfate/asynctools"
52 +
53 +src_prepare() {
54 + default
55 +
56 + # disable tests that require network
57 + sed "/asyncdns/d" -i ${PN}.nimble || die
58 +}
59
60 diff --git a/dev-nim/asynctools/metadata.xml b/dev-nim/asynctools/metadata.xml
61 new file mode 100644
62 index 000000000..4a0a87879
63 --- /dev/null
64 +++ b/dev-nim/asynctools/metadata.xml
65 @@ -0,0 +1,11 @@
66 +<?xml version="1.0" encoding="UTF-8"?>
67 +<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
68 +<pkgmetadata>
69 + <maintainer type="person">
70 + <email>cyber+gentoo@×××××.in</email>
71 + <name>Anna</name>
72 + </maintainer>
73 + <upstream>
74 + <remote-id type="github">cheatfate/asynctools</remote-id>
75 + </upstream>
76 +</pkgmetadata>