Gentoo Archives: gentoo-commits

From: Alessandro Barbieri <lssndrbarbieri@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-misc/tealdeer/
Date: Tue, 31 Aug 2021 08:54:06
Message-Id: 1630400003.2678d492cca59f129af6dceafe7c668cef546530.Alessandro-Barbieri@gentoo
1 commit: 2678d492cca59f129af6dceafe7c668cef546530
2 Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
3 AuthorDate: Tue Aug 31 08:53:23 2021 +0000
4 Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
5 CommitDate: Tue Aug 31 08:53:23 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2678d492
7
8 app-misc/tealdeer: eapi bump, add tldr blocker
9
10 Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
11
12 .../tealdeer/{tealdeer-1.4.1.ebuild => tealdeer-1.4.1-r1.ebuild} | 7 +++++--
13 1 file changed, 5 insertions(+), 2 deletions(-)
14
15 diff --git a/app-misc/tealdeer/tealdeer-1.4.1.ebuild b/app-misc/tealdeer/tealdeer-1.4.1-r1.ebuild
16 similarity index 97%
17 rename from app-misc/tealdeer/tealdeer-1.4.1.ebuild
18 rename to app-misc/tealdeer/tealdeer-1.4.1-r1.ebuild
19 index de88baee7..dc6e94493 100644
20 --- a/app-misc/tealdeer/tealdeer-1.4.1.ebuild
21 +++ b/app-misc/tealdeer/tealdeer-1.4.1-r1.ebuild
22 @@ -1,7 +1,7 @@
23 -# Copyright 2020 Gentoo Authors
24 +# Copyright 2020-2021 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 -EAPI=7
28 +EAPI=8
29
30 CRATES="
31 addr2line-0.13.0
32 @@ -197,10 +197,13 @@ LICENSE="MIT"
33 SLOT="0"
34 KEYWORDS="~amd64"
35
36 +RDEPEND="!app-text/tldr"
37 +
38 QA_FLAGS_IGNORED="usr/bin/tldr"
39
40 # Tests require network connection
41 RESTRICT="test"
42 +PROPERTIES="test_network"
43
44 src_install() {
45 cargo_src_install