summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrice Clement <monsieurp@gentoo.org>2017-10-19 10:22:10 +0200
committerPatrice Clement <monsieurp@gentoo.org>2017-10-19 10:22:48 +0200
commit4285b2bbd672b1f11d9dd107dc5a5ab298bb3dd5 (patch)
tree785416a5d29316e6c89268ea84dce56126dd9115 /app-misc
parentapp-misc/todo: fix configuration file and display a message in the pkg_postin... (diff)
downloadgentoo-4285b2bbd672b1f11d9dd107dc5a5ab298bb3dd5.tar.gz
gentoo-4285b2bbd672b1f11d9dd107dc5a5ab298bb3dd5.tar.bz2
gentoo-4285b2bbd672b1f11d9dd107dc5a5ab298bb3dd5.zip
app-misc/todo: clean up old.
Package-Manager: Portage-2.3.8, Repoman-2.3.3
Diffstat (limited to 'app-misc')
-rw-r--r--app-misc/todo/todo-2.10-r1.ebuild35
-rw-r--r--app-misc/todo/todo-2.10.ebuild33
2 files changed, 0 insertions, 68 deletions
diff --git a/app-misc/todo/todo-2.10-r1.ebuild b/app-misc/todo/todo-2.10-r1.ebuild
deleted file mode 100644
index 5fa2cd242a92..000000000000
--- a/app-misc/todo/todo-2.10-r1.ebuild
+++ /dev/null
@@ -1,35 +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"
-
-PATCHES=( "${FILESDIR}/${P}-fix-bash-completion.patch" )
-
-S="${WORKDIR}/${PN}.txt-cli-${PV}"
-
-DOCS=( README.textile CONTRIBUTING.md LICENSE todo.cfg )
-
-src_test() {
- make test || die "tests failed"
-}
-
-src_install() {
- dobin "${PN}.sh"
- dosym "/usr/bin/${PN}.sh" "/usr/bin/${PN}txt"
- newbashcomp "${PN}_completion" "${PN}.sh"
- bashcomp_alias "${PN}.sh" "${PN}txt"
- einstalldocs
-}
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
-}