Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libucl/
Date: Fri, 02 Oct 2020 06:43:20
Message-Id: 1601620506.14417032265abdc663c6f7c65da3eedd9b2dc008.juippis@gentoo
1 commit: 14417032265abdc663c6f7c65da3eedd9b2dc008
2 Author: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
3 AuthorDate: Thu Oct 1 16:38:35 2020 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 2 06:35:06 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14417032
7
8 dev-libs/libucl: remove failing tests
9
10 no version bump as these tests were
11 remote calls and removal has no effect on anything
12
13 Closes: https://bugs.gentoo.org/732090
14 Package-Manager: Portage-3.0.8, Repoman-3.0.1
15 Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>
16 Closes: https://github.com/gentoo/gentoo/pull/17734
17 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
18
19 dev-libs/libucl/libucl-0.8.1-r1.ebuild | 2 ++
20 dev-libs/libucl/libucl-9999.ebuild | 2 ++
21 2 files changed, 4 insertions(+)
22
23 diff --git a/dev-libs/libucl/libucl-0.8.1-r1.ebuild b/dev-libs/libucl/libucl-0.8.1-r1.ebuild
24 index 3a7e1f46c4f..c4c4911fe04 100644
25 --- a/dev-libs/libucl/libucl-0.8.1-r1.ebuild
26 +++ b/dev-libs/libucl/libucl-0.8.1-r1.ebuild
27 @@ -35,6 +35,8 @@ DOCS=( README.md doc/api.md )
28
29 src_prepare() {
30 default
31 + rm tests/schema/{definitions,ref{,Remote}}.json || die
32 +
33 eautoreconf
34 }
35
36
37 diff --git a/dev-libs/libucl/libucl-9999.ebuild b/dev-libs/libucl/libucl-9999.ebuild
38 index 3a7e1f46c4f..c4c4911fe04 100644
39 --- a/dev-libs/libucl/libucl-9999.ebuild
40 +++ b/dev-libs/libucl/libucl-9999.ebuild
41 @@ -35,6 +35,8 @@ DOCS=( README.md doc/api.md )
42
43 src_prepare() {
44 default
45 + rm tests/schema/{definitions,ref{,Remote}}.json || die
46 +
47 eautoreconf
48 }