commit:     58a96f559bd32b1535210cdd204fa4aee33ae50d
Author:     Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 26 05:48:27 2017 +0000
Commit:     Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Wed Apr 26 05:48:27 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58a96f55

app-misc/task: remove old

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

diff --git a/app-misc/task/task-2.5.1.ebuild b/app-misc/task/task-2.5.1.ebuild
deleted file mode 100644
index 866097983d0..00000000000
--- a/app-misc/task/task-2.5.1.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit eutils cmake-utils bash-completion-r1
-
-DESCRIPTION="Taskwarrior is a command-line todo list manager"
-HOMEPAGE="http://taskwarrior.org/";
-SRC_URI="http://taskwarrior.org/download/${P}.tar.gz";
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~arm x86 ~x64-macos"
-IUSE="gnutls vim-syntax zsh-completion"
-
-DEPEND="sys-libs/readline:0
-       gnutls? ( net-libs/gnutls )
-       elibc_glibc? ( sys-apps/util-linux )"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
-       # don't automatically install scripts
-       sed -i '/scripts/d' CMakeLists.txt || die
-}
-
-src_configure() {
-       mycmakeargs=(
-               $(cmake-utils_use_use gnutls GNUTLS)
-               -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
-               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