public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/task/
Date: Sun,  7 Nov 2021 04:13:14 +0000 (UTC)	[thread overview]
Message-ID: <1636258147.ad6f86b64a160d7703b3058795b86e029ece14ec.sam@gentoo> (raw)

commit:     ad6f86b64a160d7703b3058795b86e029ece14ec
Author:     David Denoncin <ddenoncin <AT> gmail <DOT> com>
AuthorDate: Wed Nov  3 16:50:33 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Nov  7 04:09:07 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad6f86b6

app-misc/task: drop old version 2.5.1

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: David Denoncin <ddenoncin <AT> gmail.com>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-misc/task/Manifest             |  1 -
 app-misc/task/task-2.5.1-r2.ebuild | 61 --------------------------------------
 2 files changed, 62 deletions(-)

diff --git a/app-misc/task/Manifest b/app-misc/task/Manifest
index 8f2e6d07c53..e0b029e3e7f 100644
--- a/app-misc/task/Manifest
+++ b/app-misc/task/Manifest
@@ -1,3 +1,2 @@
-DIST task-2.5.1.tar.gz 903428 BLAKE2B afa17364984237ea589921afb4379297b128ea1bb6b0834f875b1b02b38dbfde5e961122fdde00dc5ff29b56226a5ce0f805bd1be8a8194c9e185ab80ad6d6c2 SHA512 ec17e5cefff55ecd2c1cb717801c02683d94030906c8d86450c3c79c0bc5a18d82559a5e9e26a91411a1025a241b78ddbc1de51cafc1a2dd531e8229e5e61c10
 DIST task-2.5.3.tar.gz 788760 BLAKE2B 3e8a4f2ebf6c39d3d51dc9b044cf1c8fbce23ab8178b6645405f26522bbb6f29e9f78247fe52601f6c8f87f966a3b7aad130417d0f416b9d969e9e396c10eafc SHA512 e906c8f42ad4b9a7e20a82defe31b89194d72957f18dd5129ecc41a2a60a9d8b0d01abb9b44ecce79b65cd9064af4a4a4c9dd695f98152e77908f130dc3f9677
 DIST tests-2.5.3.tar.gz 223579 BLAKE2B 89a7fda3726d9923388675f34fe40a6a597901b2ab6c90a345b89d4ba00660e6a7533c4752fc4fe6f77344594a322c17eb43866028c26d005ce44cf12c11c355 SHA512 f6a58407f172385e9955b21b7fffeb510f852bd055ada4869547e396856c7df01b8414a51de6bc8530b29d8ca0fa7e74a8e35aa7bc88fe1e15bda7035a5fadd1

diff --git a/app-misc/task/task-2.5.1-r2.ebuild b/app-misc/task/task-2.5.1-r2.ebuild
deleted file mode 100644
index a73ab730fb9..00000000000
--- a/app-misc/task/task-2.5.1-r2.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit bash-completion-r1 cmake
-
-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"
-
-DEPEND="
-	sync? ( net-libs/gnutls )
-"
-
-RDEPEND="${DEPEND}"
-
-PATCHES=(
-	"${FILESDIR}/0001-TW-1778-Unicode-strings-are-truncated-in-task-descri.patch"
-	"${FILESDIR}/${P}-clang-build-system.patch"
-)
-
-src_prepare() {
-	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_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:[~2021-11-07  4:13 UTC|newest]

Thread overview: 37+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-11-07  4:13 Sam James [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 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-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=1636258147.ad6f86b64a160d7703b3058795b86e029ece14ec.sam@gentoo \
    --to=sam@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