public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Tim Harder" <radhermit@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/task/
Date: Sat, 24 Sep 2016 01:08:34 +0000 (UTC)	[thread overview]
Message-ID: <1474679311.758654a7557d8e7e37c277a0a83b84f1e5723b07.radhermit@gentoo> (raw)

commit:     758654a7557d8e7e37c277a0a83b84f1e5723b07
Author:     Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 24 01:07:10 2016 +0000
Commit:     Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Sat Sep 24 01:08:31 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=758654a7

app-misc/task: remove old

 app-misc/task/Manifest          |  2 --
 app-misc/task/task-2.4.4.ebuild | 59 -----------------------------------------
 app-misc/task/task-2.5.0.ebuild | 59 -----------------------------------------
 3 files changed, 120 deletions(-)

diff --git a/app-misc/task/Manifest b/app-misc/task/Manifest
index 0c0d0a2..e541366 100644
--- a/app-misc/task/Manifest
+++ b/app-misc/task/Manifest
@@ -1,3 +1 @@
-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
 DIST task-2.5.1.tar.gz 903428 SHA256 d87bcee58106eb8a79b850e9abc153d98b79e00d50eade0d63917154984f2a15 SHA512 ec17e5cefff55ecd2c1cb717801c02683d94030906c8d86450c3c79c0bc5a18d82559a5e9e26a91411a1025a241b78ddbc1de51cafc1a2dd531e8229e5e61c10 WHIRLPOOL e4502a4f545eb5c044943758e3b4710db34c9011ccb58b95e70486c09593620a91cf547100025182867b69c87099cd8614b6bc28e21d5e0c0b88216f6df419ac

diff --git a/app-misc/task/task-2.4.4.ebuild b/app-misc/task/task-2.4.4.ebuild
deleted file mode 100644
index b3b3f34..00000000
--- a/app-misc/task/task-2.4.4.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# 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/*
-}

diff --git a/app-misc/task/task-2.5.0.ebuild b/app-misc/task/task-2.5.0.ebuild
deleted file mode 100644
index 338e35f..00000000
--- a/app-misc/task/task-2.5.0.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# 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/*
-}


             reply	other threads:[~2016-09-24  1:08 UTC|newest]

Thread overview: 37+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-09-24  1:08 Tim Harder [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-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-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=1474679311.758654a7557d8e7e37c277a0a83b84f1e5723b07.radhermit@gentoo \
    --to=radhermit@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