From: Patrice Clement Date: Thu, 19 Oct 2017 08:22:10 +0000 (+0200) Subject: app-misc/todo: clean up old. X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=4285b2bbd672b1f11d9dd107dc5a5ab298bb3dd5;p=gentoo.git app-misc/todo: clean up old. Package-Manager: Portage-2.3.8, Repoman-2.3.3 --- 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 -}