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/frosty/
Date: Thu, 30 Jun 2022 06:01:15
Message-Id: 1656568803.9dc9a5b426aff323fc67cfa36b7c046614875ccb.cybertailor@gentoo
1 commit: 9dc9a5b426aff323fc67cfa36b7c046614875ccb
2 Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
3 AuthorDate: Wed Jun 29 19:27:47 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=9dc9a5b4
7
8 dev-nim/frosty: drop custom src_test
9
10 Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
11
12 dev-nim/frosty/frosty-3.0.0.ebuild | 6 +-----
13 1 file changed, 1 insertion(+), 5 deletions(-)
14
15 diff --git a/dev-nim/frosty/frosty-3.0.0.ebuild b/dev-nim/frosty/frosty-3.0.0.ebuild
16 index bfe77b968..070901b4f 100644
17 --- a/dev-nim/frosty/frosty-3.0.0.ebuild
18 +++ b/dev-nim/frosty/frosty-3.0.0.ebuild
19 @@ -3,7 +3,7 @@
20
21 EAPI=8
22
23 -inherit edo nimble
24 +inherit nimble
25
26 DESCRIPTION="Serialize native Nim types to strings, streams, sockets, or anything else"
27 HOMEPAGE="https://github.com/disruptek/frosty"
28 @@ -22,7 +22,3 @@ BDEPEND="test? (
29 )"
30
31 set_package_url "https://github.com/disruptek/frosty"
32 -
33 -src_test() {
34 - edo balls
35 -}