summaryrefslogtreecommitdiff
path: root/app-misc/todo/todo-2.10.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'app-misc/todo/todo-2.10.ebuild')
-rw-r--r--app-misc/todo/todo-2.10.ebuild33
1 files changed, 0 insertions, 33 deletions
diff --git a/app-misc/todo/todo-2.10.ebuild b/app-misc/todo/todo-2.10.ebuild
deleted file mode 100644
index 4c640236c3e0..000000000000
--- a/app-misc/todo/todo-2.10.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit bash-completion-r1
-
-DESCRIPTION="A CLI-based TODO list manager"
-HOMEPAGE="http://todotxt.com/"
-SRC_URI="https://github.com/ginatrapani/${PN}.txt-cli/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-RDEPEND="app-shells/bash"
-
-S="${WORKDIR}/${PN}.txt-cli-${PV}"
-
-DOCS=( README.textile CONTRIBUTING.md LICENSE todo.cfg )
-
-src_test() {
- make test || die "tests failed"
-}
-
-src_install() {
- # Renaming occur due to a clash with another package.
- # See bug 610862.
- newbin "${PN}.sh" "${PN}txt"
- newbashcomp "${PN}_completion" "${PN}txt"
- einstalldocs
-}