public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Arthur Zamarin" <arthurzam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/task/
Date: Mon, 21 Mar 2022 19:57:16 +0000 (UTC)	[thread overview]
Message-ID: <1647892626.87f0fb36972840e9303e1ad0d72effe04f72955b.arthurzam@gentoo> (raw)

commit:     87f0fb36972840e9303e1ad0d72effe04f72955b
Author:     David Denoncin <ddenoncin <AT> gmail <DOT> com>
AuthorDate: Mon Mar 21 12:25:36 2022 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Mon Mar 21 19:57:06 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87f0fb36

app-misc/task: drop 2.6.1

Signed-off-by: David Denoncin <ddenoncin <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/24694
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 app-misc/task/task-2.6.1.ebuild | 66 -----------------------------------------
 1 file changed, 66 deletions(-)

diff --git a/app-misc/task/task-2.6.1.ebuild b/app-misc/task/task-2.6.1.ebuild
deleted file mode 100644
index f1d4aba890f6..000000000000
--- a/app-misc/task/task-2.6.1.ebuild
+++ /dev/null
@@ -1,66 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-CMAKE_MAKEFILE_GENERATOR="emake"
-inherit bash-completion-r1 cmake
-
-DESCRIPTION="Taskwarrior is a command-line todo list manager"
-HOMEPAGE="https://taskwarrior.org/"
-SRC_URI="https://github.com/GothenburgBitFactory/taskwarrior/releases/download/v${PV}/${P}.tar.gz
-	https://github.com/GothenburgBitFactory/taskwarrior/releases/download/v${PV}/tests-${PV}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86 ~x64-macos"
-IUSE="+sync"
-
-DEPEND="
-	sync? ( net-libs/gnutls )
-"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
-	# move test directory into source directory
-	mv "${WORKDIR}"/test "${WORKDIR}"/${P} || die
-
-	cmake_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_src_configure
-}
-
-src_test() {
-	cd "${WORKDIR}"/"${P}"_build || die
-
-	emake test
-}
-
-src_install() {
-	cmake_src_install
-
-	newbashcomp scripts/bash/task.sh task
-
-	# vim syntax
-	rm scripts/vim/README || die
-	insinto /usr/share/vim/vimfiles
-	doins -r scripts/vim/*
-
-	# zsh-completions
-	insinto /usr/share/zsh/site-functions
-	doins scripts/zsh/*
-
-	exeinto "/usr/share/${PN}/scripts"
-	doexe scripts/add-ons/*
-}


             reply	other threads:[~2022-03-21 19:57 UTC|newest]

Thread overview: 37+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-03-21 19:57 Arthur Zamarin [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-08-15 21:38 [gentoo-commits] repo/gentoo:master commit in: app-misc/task/ Sam James
2023-10-23  1:44 Sam James
2022-05-19  2:03 Sam James
2022-05-11  5:16 Jakov Smolić
2022-05-11  5:16 Jakov Smolić
2022-03-31 11:45 Joonas Niilola
2022-03-21 19:57 Arthur Zamarin
2022-03-21 13:05 Jakov Smolić
2022-03-21 13:05 Jakov Smolić
2022-01-12 19:26 Georgy Yakovlev
2021-11-22  9:27 Sam James
2021-11-22  9:27 Sam James
2021-11-07  4:13 Sam James
2021-11-07  4:13 Sam James
2021-05-17  7:49 Agostino Sarubbo
2021-05-17  3:01 Sam James
2021-04-12 22:50 Sam James
2021-02-28  9:03 Joonas Niilola
2021-02-28  9:03 Joonas Niilola
2021-02-28  9:03 Joonas Niilola
2021-02-28  9:03 Joonas Niilola
2021-02-14 21:59 Andreas Sturmlechner
2020-10-07  7:09 Agostino Sarubbo
2020-10-07  6:42 Agostino Sarubbo
2020-09-02 22:05 Sam James
2020-09-02 22:05 Sam James
2020-09-02 22:05 Sam James
2019-11-17  5:08 Tim Harder
2017-08-31 13:49 Tim Harder
2017-04-26  5:49 Tim Harder
2017-04-26  5:49 Tim Harder
2017-01-08 22:09 Patrice Clement
2016-09-24  1:08 Tim Harder
2016-09-24  1:08 Tim Harder
2016-03-04 22:08 Tim Harder
2015-12-31  6:25 Ian Delaney

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1647892626.87f0fb36972840e9303e1ad0d72effe04f72955b.arthurzam@gentoo \
    --to=arthurzam@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox