commit:     4285b2bbd672b1f11d9dd107dc5a5ab298bb3dd5
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 19 08:22:10 2017 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Thu Oct 19 08:22:48 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4285b2bb

app-misc/todo: clean up old.

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 app-misc/todo/todo-2.10-r1.ebuild | 35 -----------------------------------
 app-misc/todo/todo-2.10.ebuild    | 33 ---------------------------------
 2 files changed, 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 5fa2cd242a9..00000000000
--- 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 4c640236c3e..00000000000
--- 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
-}

Reply via email to