From: "Ian Delaney" <idella4@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/task/
Date: Thu, 31 Dec 2015 06:25:54 +0000 (UTC) [thread overview]
Message-ID: <1451541161.2106ef62c9e8846e19ebf883fb85eb086d534462.idella4@gentoo> (raw)
commit: 2106ef62c9e8846e19ebf883fb85eb086d534462
Author: Craig Inches <craig.inches <AT> xayto <DOT> net>
AuthorDate: Thu Dec 31 05:52:41 2015 +0000
Commit: Ian Delaney <idella4 <AT> gentoo <DOT> org>
CommitDate: Thu Dec 31 05:52:41 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2106ef62
Version bump to 2.5.0
Package-Manager: portage-2.3.6-r9
Manifest-Sign-Key: 0x6f5032f633ed1a3e
Package-Manager: portage-2.2.24
app-misc/task/Manifest | 1 +
app-misc/task/task-2.5.0.ebuild | 59 +++++++++++++++++++++++++++++++++++++++++
2 files changed, 60 insertions(+)
diff --git a/app-misc/task/Manifest b/app-misc/task/Manifest
index 7ab22c0..596027a 100644
--- a/app-misc/task/Manifest
+++ b/app-misc/task/Manifest
@@ -1 +1,2 @@
DIST task-2.4.4.tar.gz 2352265 SHA256 7ff406414e0be480f91981831507ac255297aab33d8246f98dbfd2b1b2df8e3b SHA512 23565dc21bb5a05af5fe44235756ac5ecbd3b7cd94b2edc2ed0b0bd4efc5a12739cc8e3474174878595188ba726428b865dee3a79f0ad2550d5a0bc25415b103 WHIRLPOOL f071926d77a228289e2fb6a9e5c53e9db9e2d278879bf6249b04b0e7f7afe5f4195f9ea3fb42ac4aac318d0f53eda378ac24c73321d99a83c0f22295ad1dcaf4
+DIST task-2.5.0.tar.gz 900285 SHA256 4d8e67415a6993108c11b8eeef99b76a991af11b22874adbb7ae367e09334636 SHA512 911ed33553c71d0578dda20774ff1c5762700957ed637ed849ef51c4cd00a53feabc18c477dbc4b618371d9ddc8fec71795f96d8474acbec8a91be8bb1ff1bfd WHIRLPOOL e17995f173c6935f46ab476517e16157771a52bb930a6287e3f17b68ebae19db380da0643ae7a1fe6ce549ccb11d8ebe71ed45b5b650eef4343902b70459e1e6
diff --git a/app-misc/task/task-2.5.0.ebuild b/app-misc/task/task-2.5.0.ebuild
new file mode 100644
index 0000000..338e35f
--- /dev/null
+++ b/app-misc/task/task-2.5.0.ebuild
@@ -0,0 +1,59 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+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() {
+ # use the correct directory locations
+ sed -i "s:/usr/local/bin:${EPREFIX}/usr/bin:" \
+ scripts/add-ons/* || die
+
+ # 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/*
+}
next reply other threads:[~2015-12-31 6:26 UTC|newest]
Thread overview: 37+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-12-31 6:25 Ian Delaney [this message]
-- strict thread matches above, loose matches on Subject: below --
2016-03-04 22:08 [gentoo-commits] repo/gentoo:master commit in: app-misc/task/ Tim Harder
2016-09-24 1:08 Tim Harder
2016-09-24 1:08 Tim Harder
2017-01-08 22:09 Patrice Clement
2017-04-26 5:49 Tim Harder
2017-04-26 5:49 Tim Harder
2017-08-31 13:49 Tim Harder
2019-11-17 5:08 Tim Harder
2020-09-02 22:05 Sam James
2020-09-02 22:05 Sam James
2020-09-02 22:05 Sam James
2020-10-07 6:42 Agostino Sarubbo
2020-10-07 7:09 Agostino Sarubbo
2021-02-14 21:59 Andreas Sturmlechner
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-04-12 22:50 Sam James
2021-05-17 3:01 Sam James
2021-05-17 7:49 Agostino Sarubbo
2021-11-07 4:13 Sam James
2021-11-07 4:13 Sam James
2021-11-22 9:27 Sam James
2021-11-22 9:27 Sam James
2022-01-12 19:26 Georgy Yakovlev
2022-03-21 13:05 Jakov Smolić
2022-03-21 13:05 Jakov Smolić
2022-03-21 19:57 Arthur Zamarin
2022-03-21 19:57 Arthur Zamarin
2022-03-31 11:45 Joonas Niilola
2022-05-11 5:16 Jakov Smolić
2022-05-11 5:16 Jakov Smolić
2022-05-19 2:03 Sam James
2023-10-23 1:44 Sam James
2024-08-15 21:38 Sam James
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=1451541161.2106ef62c9e8846e19ebf883fb85eb086d534462.idella4@gentoo \
--to=idella4@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