Gentoo Archives: gentoo-commits

From: Florian Schmaus <flow@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-nim/dotenv/
Date: Thu, 30 Jun 2022 17:39:45
Message-Id: 1656568804.ba5efefdaf75d1bfc059d71ba8c10d3a8dc4bfdf.flow@gentoo
1 commit: ba5efefdaf75d1bfc059d71ba8c10d3a8dc4bfdf
2 Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
3 AuthorDate: Wed Jun 29 20:37:42 2022 +0000
4 Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
5 CommitDate: Thu Jun 30 06:00:04 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ba5efefd
7
8 dev-nim/dotenv: new package, add 2.0.1
9
10 Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
11
12 dev-nim/dotenv/Manifest | 1 +
13 dev-nim/dotenv/dotenv-2.0.1.ebuild | 20 ++++++++++++++++++++
14 dev-nim/dotenv/metadata.xml | 11 +++++++++++
15 3 files changed, 32 insertions(+)
16
17 diff --git a/dev-nim/dotenv/Manifest b/dev-nim/dotenv/Manifest
18 new file mode 100644
19 index 000000000..750e99904
20 --- /dev/null
21 +++ b/dev-nim/dotenv/Manifest
22 @@ -0,0 +1 @@
23 +DIST dotenv-2.0.1.tar.gz 5368 BLAKE2B 7b442145cfbc401626a2ed8b9d28813dfa7bcdd7ae6ed9b02daae7c3dc7bd8103092040848773346209c69db3225fc368d3b3c4a7f52733ea57d1a1888d957c5 SHA512 0fcc777076f48d2ba6ffd352ac5574d8feda5a3b7fd750955321c430914489896e82cf6eb791305403cefa1981e1df6c5ed03ddb530c3458ef34712d23a4b83b
24
25 diff --git a/dev-nim/dotenv/dotenv-2.0.1.ebuild b/dev-nim/dotenv/dotenv-2.0.1.ebuild
26 new file mode 100644
27 index 000000000..592611514
28 --- /dev/null
29 +++ b/dev-nim/dotenv/dotenv-2.0.1.ebuild
30 @@ -0,0 +1,20 @@
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 +DESCRIPTION="dotenv implementation for Nim"
39 +HOMEPAGE="
40 + https://github.com/euantorano/dotenv.nim
41 + https://nimble.directory/pkg/dotenv
42 +"
43 +SRC_URI="https://github.com/euantorano/${PN}.nim/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
44 +S="${WORKDIR}/${PN}.nim-${PV}"
45 +
46 +LICENSE="BSD"
47 +SLOT="0"
48 +KEYWORDS="~amd64"
49 +
50 +set_package_url "https://github.com/euantorano/dotenv.nim"
51
52 diff --git a/dev-nim/dotenv/metadata.xml b/dev-nim/dotenv/metadata.xml
53 new file mode 100644
54 index 000000000..fc84d6e52
55 --- /dev/null
56 +++ b/dev-nim/dotenv/metadata.xml
57 @@ -0,0 +1,11 @@
58 +<?xml version="1.0" encoding="UTF-8"?>
59 +<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
60 +<pkgmetadata>
61 + <maintainer type="person">
62 + <email>cyber+gentoo@×××××.in</email>
63 + <name>Anna</name>
64 + </maintainer>
65 + <upstream>
66 + <remote-id type="github">euantorano/dotenv.nim</remote-id>
67 + </upstream>
68 +</pkgmetadata>