Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/todo/
Date: Sat, 06 Nov 2021 04:41:43
Message-Id: 1636173545.de5d1ced452359eb8030dcfd852278f0d897db52.sam@gentoo
1 commit: de5d1ced452359eb8030dcfd852278f0d897db52
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Nov 6 04:39:05 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat Nov 6 04:39:05 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de5d1ced
7
8 app-misc/todo: use default src_test implementation (emake, not make)
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 app-misc/todo/todo-2.11.0.ebuild | 6 +-----
13 app-misc/todo/todo-2.12.0-r1.ebuild | 6 +-----
14 2 files changed, 2 insertions(+), 10 deletions(-)
15
16 diff --git a/app-misc/todo/todo-2.11.0.ebuild b/app-misc/todo/todo-2.11.0.ebuild
17 index 4db4b749f06..c3a527e1a45 100644
18 --- a/app-misc/todo/todo-2.11.0.ebuild
19 +++ b/app-misc/todo/todo-2.11.0.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2020 Gentoo Authors
22 +# Copyright 1999-2021 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=7
26 @@ -34,10 +34,6 @@ src_prepare() {
27 sed -i -e '4i export TODO_DIR="$HOME/.todo"' todo.cfg || die
28 }
29
30 -src_test() {
31 - make test || die "tests failed"
32 -}
33 -
34 src_install() {
35 dobin "${PN}.sh"
36 dosym "${PN}.sh" "/usr/bin/${PN}cli"
37
38 diff --git a/app-misc/todo/todo-2.12.0-r1.ebuild b/app-misc/todo/todo-2.12.0-r1.ebuild
39 index 623c419ac0a..547d0e721b4 100644
40 --- a/app-misc/todo/todo-2.12.0-r1.ebuild
41 +++ b/app-misc/todo/todo-2.12.0-r1.ebuild
42 @@ -1,4 +1,4 @@
43 -# Copyright 1999-2020 Gentoo Authors
44 +# Copyright 1999-2021 Gentoo Authors
45 # Distributed under the terms of the GNU General Public License v2
46
47 EAPI=7
48 @@ -32,10 +32,6 @@ src_prepare() {
49 sed -i -e '4i export TODO_DIR="$HOME/.todo"' todo.cfg || die
50 }
51
52 -src_test() {
53 - make test || die "tests failed"
54 -}
55 -
56 src_install() {
57 dobin "${PN}.sh"
58 newbashcomp "${PN}_completion" "${PN}.sh"