commit:     064c6af537e54c91919346f0ccc43f5e926f0cf3
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 14 21:59:33 2021 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Feb 14 21:59:33 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=064c6af5

app-misc/task: Drop 2.5.1-r1

Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 app-misc/task/task-2.5.1-r1.ebuild | 58 --------------------------------------
 1 file changed, 58 deletions(-)

diff --git a/app-misc/task/task-2.5.1-r1.ebuild 
b/app-misc/task/task-2.5.1-r1.ebuild
deleted file mode 100644
index 25ea234d42b..00000000000
--- a/app-misc/task/task-2.5.1-r1.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-utils bash-completion-r1
-
-DESCRIPTION="Taskwarrior is a command-line todo list manager"
-HOMEPAGE="https://taskwarrior.org/";
-SRC_URI="https://taskwarrior.org/download/${P}.tar.gz";
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~arm x86 ~x64-macos"
-IUSE="+sync vim-syntax zsh-completion"
-
-DEPEND="sys-libs/readline:0
-       sync? ( net-libs/gnutls:0= )
-       elibc_glibc? ( sys-apps/util-linux )"
-RDEPEND="${DEPEND}"
-
-PATCHES=( 
"${FILESDIR}"/0001-TW-1778-Unicode-strings-are-truncated-in-task-descri.patch )
-
-src_prepare() {
-       cmake-utils_src_prepare
-
-       # don't automatically install scripts
-       sed -i '/scripts/d' CMakeLists.txt || die
-}
-
-src_configure() {
-       mycmakeargs=(
-               -DENABLE_SYNC=$(usex sync)
-               -DTASK_DOCDIR=share/doc/${PF}
-               -DTASK_RCDIR=share/${PN}/rc
-       )
-       cmake-utils_src_configure
-}
-
-src_install() {
-       cmake-utils_src_install
-
-       newbashcomp scripts/bash/task.sh task
-
-       if use vim-syntax; then
-               rm scripts/vim/README || die
-               insinto /usr/share/vim/vimfiles
-               doins -r scripts/vim/*
-       fi
-
-       if use zsh-completion; then
-               insinto /usr/share/zsh/site-functions
-               doins scripts/zsh/*
-       fi
-
-       exeinto "/usr/share/${PN}/scripts"
-       doexe scripts/add-ons/*
-}

Reply via email to