Skip to content

Commit

Permalink
app-misc/todo: use default src_test implementation (emake, not make)
Browse files Browse the repository at this point in the history
Signed-off-by: Sam James <[email protected]>
  • Loading branch information
thesamesam committed Nov 6, 2021
1 parent 94d7465 commit de5d1ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
6 changes: 1 addition & 5 deletions app-misc/todo/todo-2.11.0.ebuild
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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"
Expand Down
6 changes: 1 addition & 5 deletions app-misc/todo/todo-2.12.0-r1.ebuild
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit de5d1ce

Please sign in to comment.