commit:     de5d1ced452359eb8030dcfd852278f0d897db52
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Nov  6 04:39:05 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Nov  6 04:39:05 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de5d1ced

app-misc/todo: use default src_test implementation (emake, not make)

Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-misc/todo/todo-2.11.0.ebuild    | 6 +-----
 app-misc/todo/todo-2.12.0-r1.ebuild | 6 +-----
 2 files changed, 2 insertions(+), 10 deletions(-)

diff --git a/app-misc/todo/todo-2.11.0.ebuild b/app-misc/todo/todo-2.11.0.ebuild
index 4db4b749f06..c3a527e1a45 100644
--- a/app-misc/todo/todo-2.11.0.ebuild
+++ b/app-misc/todo/todo-2.11.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -34,10 +34,6 @@ src_prepare() {
        sed -i -e '4i export TODO_DIR="$HOME/.todo"' todo.cfg || die
 }
 
-src_test() {
-       make test || die "tests failed"
-}
-
 src_install() {
        dobin "${PN}.sh"
        dosym "${PN}.sh" "/usr/bin/${PN}cli"

diff --git a/app-misc/todo/todo-2.12.0-r1.ebuild 
b/app-misc/todo/todo-2.12.0-r1.ebuild
index 623c419ac0a..547d0e721b4 100644
--- a/app-misc/todo/todo-2.12.0-r1.ebuild
+++ b/app-misc/todo/todo-2.12.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -32,10 +32,6 @@ src_prepare() {
        sed -i -e '4i export TODO_DIR="$HOME/.todo"' todo.cfg || die
 }
 
-src_test() {
-       make test || die "tests failed"
-}
-
 src_install() {
        dobin "${PN}.sh"
        newbashcomp "${PN}_completion" "${PN}.sh"

Reply via email to