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/zippy/
Date: Tue, 05 Jul 2022 20:09:12
Message-Id: 1657051736.a53ed2ae06278c864abce49fe4d365b7ae12fa85.cybertailor@gentoo
1 commit: a53ed2ae06278c864abce49fe4d365b7ae12fa85
2 Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
3 AuthorDate: Mon Jul 4 04:09:21 2022 +0000
4 Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
5 CommitDate: Tue Jul 5 20:08:56 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a53ed2ae
7
8 dev-nim/zippy: new package, add 0.10.3
9
10 Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
11
12 dev-nim/zippy/Manifest | 1 +
13 dev-nim/zippy/metadata.xml | 11 +++++++++++
14 dev-nim/zippy/zippy-0.10.3.ebuild | 19 +++++++++++++++++++
15 3 files changed, 31 insertions(+)
16
17 diff --git a/dev-nim/zippy/Manifest b/dev-nim/zippy/Manifest
18 new file mode 100644
19 index 000000000..24e6ecf12
20 --- /dev/null
21 +++ b/dev-nim/zippy/Manifest
22 @@ -0,0 +1 @@
23 +DIST zippy-0.10.3.tar.gz 53991961 BLAKE2B d22b6f5caf3b551ff19930e801b7234ca1b24336dc07e3f62811c4e3c0dff73f357f931e4ba3483ffed2109132e40b1a7360899ffa230812e8a035645ce4dff2 SHA512 bad6c0aa44f48072c88708954bc406fe28dcda82b72e1df2842465b989b6824d0acd0b33d752cc6d2c6985ddd315851af1907dbb3527a5170943705e2e9a4ded
24
25 diff --git a/dev-nim/zippy/metadata.xml b/dev-nim/zippy/metadata.xml
26 new file mode 100644
27 index 000000000..36fd75cd8
28 --- /dev/null
29 +++ b/dev-nim/zippy/metadata.xml
30 @@ -0,0 +1,11 @@
31 +<?xml version="1.0" encoding="UTF-8"?>
32 +<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
33 +<pkgmetadata>
34 + <maintainer type="person">
35 + <email>cyber+gentoo@×××××.in</email>
36 + <name>Anna</name>
37 + </maintainer>
38 + <upstream>
39 + <remote-id type="github">guzba/zippy</remote-id>
40 + </upstream>
41 +</pkgmetadata>
42
43 diff --git a/dev-nim/zippy/zippy-0.10.3.ebuild b/dev-nim/zippy/zippy-0.10.3.ebuild
44 new file mode 100644
45 index 000000000..8c7806aaa
46 --- /dev/null
47 +++ b/dev-nim/zippy/zippy-0.10.3.ebuild
48 @@ -0,0 +1,19 @@
49 +# Copyright 2022 Gentoo Authors
50 +# Distributed under the terms of the GNU General Public License v2
51 +
52 +EAPI=8
53 +
54 +inherit nimble
55 +
56 +DESCRIPTION="Pure Nim implementation of deflate, zlib, gzip and zip"
57 +HOMEPAGE="
58 + https://github.com/guzba/zippy
59 + https://nimble.directory/pkg/zippy
60 +"
61 +SRC_URI="https://github.com/guzba/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
62 +
63 +LICENSE="MIT"
64 +SLOT="${PV}"
65 +KEYWORDS="~amd64"
66 +
67 +set_package_url "https://github.com/guzba/zippy"