diff options
author | Sam James <sam@gentoo.org> | 2021-11-06 04:39:05 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-11-06 04:39:05 +0000 |
commit | de5d1ced452359eb8030dcfd852278f0d897db52 (patch) | |
tree | 7c91a8092f86593be1586cdd3c1e4902fb2d8a32 /app-misc/todo | |
parent | net-vpn/openvpn: use 'emake', not 'make' (diff) | |
download | gentoo-de5d1ced452359eb8030dcfd852278f0d897db52.tar.gz gentoo-de5d1ced452359eb8030dcfd852278f0d897db52.tar.bz2 gentoo-de5d1ced452359eb8030dcfd852278f0d897db52.zip |
app-misc/todo: use default src_test implementation (emake, not make)
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-misc/todo')
-rw-r--r-- | app-misc/todo/todo-2.11.0.ebuild | 6 | ||||
-rw-r--r-- | 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 4db4b749f060..c3a527e1a45c 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 623c419ac0a7..547d0e721b41 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" |