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/ups/
Date: Thu, 30 Jun 2022 06:01:14
Message-Id: 1656568803.b8f810b54ddf7867efa63454896fe07af9f482bf.cybertailor@gentoo
1 commit: b8f810b54ddf7867efa63454896fe07af9f482bf
2 Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
3 AuthorDate: Wed Jun 29 19:29:48 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=b8f810b5
7
8 dev-nim/ups: drop custom src_test
9
10 Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
11
12 dev-nim/ups/ups-0.0.7.ebuild | 14 +++-----------
13 1 file changed, 3 insertions(+), 11 deletions(-)
14
15 diff --git a/dev-nim/ups/ups-0.0.7.ebuild b/dev-nim/ups/ups-0.0.7.ebuild
16 index 35f517fdb..a004789cc 100644
17 --- a/dev-nim/ups/ups-0.0.7.ebuild
18 +++ b/dev-nim/ups/ups-0.0.7.ebuild
19 @@ -3,7 +3,7 @@
20
21 EAPI=8
22
23 -inherit edo nimble
24 +inherit nimble
25
26 DESCRIPTION="a package handler"
27 HOMEPAGE="https://github.com/disruptek/ups"
28 @@ -17,15 +17,7 @@ IUSE="test"
29 RESTRICT="!test? ( test )"
30
31 RDEPEND="=dev-nim/npeg-0*"
32 -BDEPEND="
33 - test? (
34 - ${RDEPEND}
35 - dev-nim/balls
36 - )
37 -"
38 +DEPEND="test? ( ${RDEPEND} )"
39 +BDEPEND="test? ( dev-nim/balls )"
40
41 set_package_url "https://github.com/disruptek/ups"
42 -
43 -src_test() {
44 - edo balls
45 -}