* [gentoo-commits] repo/proj/guru:dev commit in: dev-nim/frosty/
@ 2022-06-29 11:52 Anna Vyalkova
0 siblings, 0 replies; 2+ messages in thread
From: Anna Vyalkova @ 2022-06-29 11:52 UTC (permalink / raw
To: gentoo-commits
commit: e9b9865a65b25b446f0849c3811bab12e68b02b1
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Wed Jun 29 11:38:53 2022 +0000
Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Wed Jun 29 11:52:38 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e9b9865a
dev-nim/frosty: new package, add 3.0.0
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
dev-nim/frosty/Manifest | 1 +
dev-nim/frosty/frosty-3.0.0.ebuild | 28 ++++++++++++++++++++++++++++
dev-nim/frosty/metadata.xml | 13 +++++++++++++
3 files changed, 42 insertions(+)
diff --git a/dev-nim/frosty/Manifest b/dev-nim/frosty/Manifest
new file mode 100644
index 000000000..55673ea1b
--- /dev/null
+++ b/dev-nim/frosty/Manifest
@@ -0,0 +1 @@
+DIST frosty-3.0.0.tar.gz 14573 BLAKE2B 8f9e7647a15840b1f92032fa6961ed417b928fc21604eec61cb67a98cdcfacba8dbfaea94941e83af323300d34a7971ace556147b69eb06679a2005a526f6303 SHA512 83cc18dca29da8df288ed29779394f016fc81772273939d0ca3d184440f5d9b75c00e69c34f6c330e8672244fdee6213b6eaf3f68fa840093166d07d6478ad98
diff --git a/dev-nim/frosty/frosty-3.0.0.ebuild b/dev-nim/frosty/frosty-3.0.0.ebuild
new file mode 100644
index 000000000..bfe77b968
--- /dev/null
+++ b/dev-nim/frosty/frosty-3.0.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit edo nimble
+
+DESCRIPTION="Serialize native Nim types to strings, streams, sockets, or anything else"
+HOMEPAGE="https://github.com/disruptek/frosty"
+SRC_URI="https://github.com/disruptek/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="${PV}"
+KEYWORDS="~amd64"
+
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+BDEPEND="test? (
+ >dev-nim/balls-2.0.0
+ <dev-nim/balls-4.0.0
+)"
+
+set_package_url "https://github.com/disruptek/frosty"
+
+src_test() {
+ edo balls
+}
diff --git a/dev-nim/frosty/metadata.xml b/dev-nim/frosty/metadata.xml
new file mode 100644
index 000000000..259c99fd0
--- /dev/null
+++ b/dev-nim/frosty/metadata.xml
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>cyber+gentoo@sysrq.in</email>
+ <name>Anna</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="github">disruptek/frosty</remote-id>
+ <bugs-to>https://github.com/disruptek/frosty/issues</bugs-to>
+ <doc>https://disruptek.github.io/frosty/frosty.html</doc>
+ </upstream>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-nim/frosty/
@ 2022-06-30 6:01 Anna Vyalkova
0 siblings, 0 replies; 2+ messages in thread
From: Anna Vyalkova @ 2022-06-30 6:01 UTC (permalink / raw
To: gentoo-commits
commit: 9dc9a5b426aff323fc67cfa36b7c046614875ccb
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Wed Jun 29 19:27:47 2022 +0000
Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Thu Jun 30 06:00:03 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9dc9a5b4
dev-nim/frosty: drop custom src_test
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
dev-nim/frosty/frosty-3.0.0.ebuild | 6 +-----
1 file changed, 1 insertion(+), 5 deletions(-)
diff --git a/dev-nim/frosty/frosty-3.0.0.ebuild b/dev-nim/frosty/frosty-3.0.0.ebuild
index bfe77b968..070901b4f 100644
--- a/dev-nim/frosty/frosty-3.0.0.ebuild
+++ b/dev-nim/frosty/frosty-3.0.0.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-inherit edo nimble
+inherit nimble
DESCRIPTION="Serialize native Nim types to strings, streams, sockets, or anything else"
HOMEPAGE="https://github.com/disruptek/frosty"
@@ -22,7 +22,3 @@ BDEPEND="test? (
)"
set_package_url "https://github.com/disruptek/frosty"
-
-src_test() {
- edo balls
-}
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-06-30 6:01 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-06-29 11:52 [gentoo-commits] repo/proj/guru:dev commit in: dev-nim/frosty/ Anna Vyalkova
-- strict thread matches above, loose matches on Subject: below --
2022-06-30 6:01 Anna Vyalkova
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox