Gentoo Archives: gentoo-commits

From: Tim Harder <radhermit@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/task/
Date: Sat, 24 Sep 2016 01:08:41
Message-Id: 1474679311.758654a7557d8e7e37c277a0a83b84f1e5723b07.radhermit@gentoo
1 commit: 758654a7557d8e7e37c277a0a83b84f1e5723b07
2 Author: Tim Harder <radhermit <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 24 01:07:10 2016 +0000
4 Commit: Tim Harder <radhermit <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 24 01:08:31 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=758654a7
7
8 app-misc/task: remove old
9
10 app-misc/task/Manifest | 2 --
11 app-misc/task/task-2.4.4.ebuild | 59 -----------------------------------------
12 app-misc/task/task-2.5.0.ebuild | 59 -----------------------------------------
13 3 files changed, 120 deletions(-)
14
15 diff --git a/app-misc/task/Manifest b/app-misc/task/Manifest
16 index 0c0d0a2..e541366 100644
17 --- a/app-misc/task/Manifest
18 +++ b/app-misc/task/Manifest
19 @@ -1,3 +1 @@
20 -DIST task-2.4.4.tar.gz 2352265 SHA256 7ff406414e0be480f91981831507ac255297aab33d8246f98dbfd2b1b2df8e3b SHA512 23565dc21bb5a05af5fe44235756ac5ecbd3b7cd94b2edc2ed0b0bd4efc5a12739cc8e3474174878595188ba726428b865dee3a79f0ad2550d5a0bc25415b103 WHIRLPOOL f071926d77a228289e2fb6a9e5c53e9db9e2d278879bf6249b04b0e7f7afe5f4195f9ea3fb42ac4aac318d0f53eda378ac24c73321d99a83c0f22295ad1dcaf4
21 -DIST task-2.5.0.tar.gz 900285 SHA256 4d8e67415a6993108c11b8eeef99b76a991af11b22874adbb7ae367e09334636 SHA512 911ed33553c71d0578dda20774ff1c5762700957ed637ed849ef51c4cd00a53feabc18c477dbc4b618371d9ddc8fec71795f96d8474acbec8a91be8bb1ff1bfd WHIRLPOOL e17995f173c6935f46ab476517e16157771a52bb930a6287e3f17b68ebae19db380da0643ae7a1fe6ce549ccb11d8ebe71ed45b5b650eef4343902b70459e1e6
22 DIST task-2.5.1.tar.gz 903428 SHA256 d87bcee58106eb8a79b850e9abc153d98b79e00d50eade0d63917154984f2a15 SHA512 ec17e5cefff55ecd2c1cb717801c02683d94030906c8d86450c3c79c0bc5a18d82559a5e9e26a91411a1025a241b78ddbc1de51cafc1a2dd531e8229e5e61c10 WHIRLPOOL e4502a4f545eb5c044943758e3b4710db34c9011ccb58b95e70486c09593620a91cf547100025182867b69c87099cd8614b6bc28e21d5e0c0b88216f6df419ac
23
24 diff --git a/app-misc/task/task-2.4.4.ebuild b/app-misc/task/task-2.4.4.ebuild
25 deleted file mode 100644
26 index b3b3f34..00000000
27 --- a/app-misc/task/task-2.4.4.ebuild
28 +++ /dev/null
29 @@ -1,59 +0,0 @@
30 -# Copyright 1999-2015 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 -# $Id$
33 -
34 -EAPI=5
35 -
36 -inherit eutils cmake-utils bash-completion-r1
37 -
38 -DESCRIPTION="Taskwarrior is a command-line todo list manager"
39 -HOMEPAGE="http://taskwarrior.org/"
40 -SRC_URI="http://taskwarrior.org/download/${P}.tar.gz"
41 -
42 -LICENSE="MIT"
43 -SLOT="0"
44 -KEYWORDS="amd64 ~arm x86 ~x64-macos"
45 -IUSE="gnutls vim-syntax zsh-completion"
46 -
47 -DEPEND="sys-libs/readline:0
48 - gnutls? ( net-libs/gnutls )
49 - elibc_glibc? ( sys-apps/util-linux )"
50 -RDEPEND="${DEPEND}"
51 -
52 -src_prepare() {
53 - # use the correct directory locations
54 - sed -i "s:/usr/local/bin:${EPREFIX}/usr/bin:" \
55 - scripts/add-ons/* || die
56 -
57 - # don't automatically install scripts
58 - sed -i '/scripts/d' CMakeLists.txt || die
59 -}
60 -
61 -src_configure() {
62 - mycmakeargs=(
63 - $(cmake-utils_use_use gnutls GNUTLS)
64 - -DTASK_DOCDIR=share/doc/${PF}
65 - -DTASK_RCDIR=share/${PN}/rc
66 - )
67 - cmake-utils_src_configure
68 -}
69 -
70 -src_install() {
71 - cmake-utils_src_install
72 -
73 - newbashcomp scripts/bash/task.sh task
74 -
75 - if use vim-syntax ; then
76 - rm scripts/vim/README
77 - insinto /usr/share/vim/vimfiles
78 - doins -r scripts/vim/*
79 - fi
80 -
81 - if use zsh-completion ; then
82 - insinto /usr/share/zsh/site-functions
83 - doins scripts/zsh/*
84 - fi
85 -
86 - exeinto /usr/share/${PN}/scripts
87 - doexe scripts/add-ons/*
88 -}
89
90 diff --git a/app-misc/task/task-2.5.0.ebuild b/app-misc/task/task-2.5.0.ebuild
91 deleted file mode 100644
92 index 338e35f..00000000
93 --- a/app-misc/task/task-2.5.0.ebuild
94 +++ /dev/null
95 @@ -1,59 +0,0 @@
96 -# Copyright 1999-2015 Gentoo Foundation
97 -# Distributed under the terms of the GNU General Public License v2
98 -# $Id$
99 -
100 -EAPI=5
101 -
102 -inherit eutils cmake-utils bash-completion-r1
103 -
104 -DESCRIPTION="Taskwarrior is a command-line todo list manager"
105 -HOMEPAGE="http://taskwarrior.org/"
106 -SRC_URI="http://taskwarrior.org/download/${P}.tar.gz"
107 -
108 -LICENSE="MIT"
109 -SLOT="0"
110 -KEYWORDS="~amd64 ~arm ~x86 ~x64-macos"
111 -IUSE="gnutls vim-syntax zsh-completion"
112 -
113 -DEPEND="sys-libs/readline:0
114 - gnutls? ( net-libs/gnutls )
115 - elibc_glibc? ( sys-apps/util-linux )"
116 -RDEPEND="${DEPEND}"
117 -
118 -src_prepare() {
119 - # use the correct directory locations
120 - sed -i "s:/usr/local/bin:${EPREFIX}/usr/bin:" \
121 - scripts/add-ons/* || die
122 -
123 - # don't automatically install scripts
124 - sed -i '/scripts/d' CMakeLists.txt || die
125 -}
126 -
127 -src_configure() {
128 - mycmakeargs=(
129 - $(cmake-utils_use_use gnutls GNUTLS)
130 - -DTASK_DOCDIR=share/doc/${PF}
131 - -DTASK_RCDIR=share/${PN}/rc
132 - )
133 - cmake-utils_src_configure
134 -}
135 -
136 -src_install() {
137 - cmake-utils_src_install
138 -
139 - newbashcomp scripts/bash/task.sh task
140 -
141 - if use vim-syntax ; then
142 - rm scripts/vim/README
143 - insinto /usr/share/vim/vimfiles
144 - doins -r scripts/vim/*
145 - fi
146 -
147 - if use zsh-completion ; then
148 - insinto /usr/share/zsh/site-functions
149 - doins scripts/zsh/*
150 - fi
151 -
152 - exeinto /usr/share/${PN}/scripts
153 - doexe scripts/add-ons/*
154 -}