Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/todo/
Date: Thu, 19 Oct 2017 08:22:59
Message-Id: 1508401368.4285b2bbd672b1f11d9dd107dc5a5ab298bb3dd5.monsieurp@gentoo
1 commit: 4285b2bbd672b1f11d9dd107dc5a5ab298bb3dd5
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Thu Oct 19 08:22:10 2017 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Thu Oct 19 08:22:48 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4285b2bb
7
8 app-misc/todo: clean up old.
9
10 Package-Manager: Portage-2.3.8, Repoman-2.3.3
11
12 app-misc/todo/todo-2.10-r1.ebuild | 35 -----------------------------------
13 app-misc/todo/todo-2.10.ebuild | 33 ---------------------------------
14 2 files changed, 68 deletions(-)
15
16 diff --git a/app-misc/todo/todo-2.10-r1.ebuild b/app-misc/todo/todo-2.10-r1.ebuild
17 deleted file mode 100644
18 index 5fa2cd242a9..00000000000
19 --- a/app-misc/todo/todo-2.10-r1.ebuild
20 +++ /dev/null
21 @@ -1,35 +0,0 @@
22 -# Copyright 1999-2017 Gentoo Foundation
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=6
26 -
27 -inherit bash-completion-r1
28 -
29 -DESCRIPTION="A CLI-based TODO list manager"
30 -HOMEPAGE="http://todotxt.com/"
31 -SRC_URI="https://github.com/ginatrapani/${PN}.txt-cli/archive/v${PV}.tar.gz -> ${P}.tar.gz"
32 -
33 -LICENSE="GPL-3"
34 -SLOT="0"
35 -KEYWORDS="~amd64 ~x86"
36 -IUSE="test"
37 -
38 -RDEPEND="app-shells/bash"
39 -
40 -PATCHES=( "${FILESDIR}/${P}-fix-bash-completion.patch" )
41 -
42 -S="${WORKDIR}/${PN}.txt-cli-${PV}"
43 -
44 -DOCS=( README.textile CONTRIBUTING.md LICENSE todo.cfg )
45 -
46 -src_test() {
47 - make test || die "tests failed"
48 -}
49 -
50 -src_install() {
51 - dobin "${PN}.sh"
52 - dosym "/usr/bin/${PN}.sh" "/usr/bin/${PN}txt"
53 - newbashcomp "${PN}_completion" "${PN}.sh"
54 - bashcomp_alias "${PN}.sh" "${PN}txt"
55 - einstalldocs
56 -}
57
58 diff --git a/app-misc/todo/todo-2.10.ebuild b/app-misc/todo/todo-2.10.ebuild
59 deleted file mode 100644
60 index 4c640236c3e..00000000000
61 --- a/app-misc/todo/todo-2.10.ebuild
62 +++ /dev/null
63 @@ -1,33 +0,0 @@
64 -# Copyright 1999-2017 Gentoo Foundation
65 -# Distributed under the terms of the GNU General Public License v2
66 -
67 -EAPI=6
68 -
69 -inherit bash-completion-r1
70 -
71 -DESCRIPTION="A CLI-based TODO list manager"
72 -HOMEPAGE="http://todotxt.com/"
73 -SRC_URI="https://github.com/ginatrapani/${PN}.txt-cli/archive/v${PV}.tar.gz -> ${P}.tar.gz"
74 -
75 -LICENSE="GPL-3"
76 -SLOT="0"
77 -KEYWORDS="~amd64 ~x86"
78 -IUSE="test"
79 -
80 -RDEPEND="app-shells/bash"
81 -
82 -S="${WORKDIR}/${PN}.txt-cli-${PV}"
83 -
84 -DOCS=( README.textile CONTRIBUTING.md LICENSE todo.cfg )
85 -
86 -src_test() {
87 - make test || die "tests failed"
88 -}
89 -
90 -src_install() {
91 - # Renaming occur due to a clash with another package.
92 - # See bug 610862.
93 - newbin "${PN}.sh" "${PN}txt"
94 - newbashcomp "${PN}_completion" "${PN}txt"
95 - einstalldocs
96 -}