From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/task/
Date: Sun, 05 Oct 2025 12:00:11 +0000 (UTC) [thread overview]
Message-ID: <1759665599.cdee5b65275cdba20e709b9796ac67d52d13f19a.asturm@gentoo> (raw)
commit: cdee5b65275cdba20e709b9796ac67d52d13f19a
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 5 11:57:48 2025 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Oct 5 11:59:59 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cdee5b65
app-misc/task: drop 2.6.2
Closes: https://bugs.gentoo.org/957231
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
app-misc/task/task-2.6.2.ebuild | 74 -----------------------------------------
1 file changed, 74 deletions(-)
diff --git a/app-misc/task/task-2.6.2.ebuild b/app-misc/task/task-2.6.2.ebuild
deleted file mode 100644
index e06efb8d2e5e..000000000000
--- a/app-misc/task/task-2.6.2.ebuild
+++ /dev/null
@@ -1,74 +0,0 @@
-# Copyright 1999-2025 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 arm64 x86 ~x64-macos"
-IUSE="+sync"
-
-DEPEND="
- sync? ( net-libs/gnutls )
-"
-RDEPEND="${DEPEND}"
-
-PATCHES=(
- "${FILESDIR}/task-2.6.2-gcc15-cstdint-include.patch"
-)
-
-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() {
- local 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/*
-
- # fish-completions
- insinto /usr/share/fish/vendor_completions.d
- doins scripts/fish/*
-
- exeinto "/usr/share/${PN}/scripts"
- doexe scripts/add-ons/*
-}
next reply other threads:[~2025-10-05 12:00 UTC|newest]
Thread overview: 47+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-10-05 12:00 Andreas Sturmlechner [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-10-11 3:22 [gentoo-commits] repo/gentoo:master commit in: app-misc/task/ Sam James
2025-10-06 0:40 Sam James
2025-10-05 23:53 Sam James
2025-10-05 23:53 Sam James
2025-10-05 12:00 Andreas Sturmlechner
2025-10-04 22:53 Sam James
2025-10-04 18:50 Sam James
2025-10-04 18:17 Arthur Zamarin
2025-09-15 14:58 Sam James
2024-08-15 21:38 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 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=1759665599.cdee5b65275cdba20e709b9796ac67d52d13f19a.asturm@gentoo \
--to=asturm@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