Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 540374 - app-misc/task-2.4.1 version bump
Summary: app-misc/task-2.4.1 version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All All
: Normal normal
Assignee: Tim Harder
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-02-17 12:46 UTC by Renato Alves
Modified: 2015-02-20 03:43 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
task 2.4.1 ebuild (task-2.4.1.ebuild,1.35 KB, text/plain)
2015-02-17 12:47 UTC, Renato Alves
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Renato Alves 2015-02-17 12:46:06 UTC
Taskwarrior 2.4.1 was released yesterday.
Includes mostly bugfixes affecting 2.4.0.



Reproducible: Always
Comment 1 Renato Alves 2015-02-17 12:47:50 UTC
Created attachment 396706 [details]
task 2.4.1 ebuild

Ebuild is mostly identical to 2.4.0.

As mentioned in 536596 the GnuTLS cmake patch is no longer necessary.
Comment 2 Jeroen Roovers (RETIRED) gentoo-dev 2015-02-17 17:10:01 UTC
Comment on attachment 396706 [details]
task 2.4.1 ebuild

--- task-2.4.0.ebuild
+++ task-2.4.1.ebuild
@@ -15,8 +15,8 @@
 KEYWORDS="~amd64 ~arm ~x86 ~x64-macos"
 IUSE="gnutls vim-syntax zsh-completion"

-DEPEND="sys-libs/readline
-       gnutls? ( net-libs/gnutls )
+DEPEND="gnutls? ( net-libs/gnutls )
+       sys-libs/readline
        elibc_glibc? ( sys-apps/util-linux )"
 RDEPEND="${DEPEND}"

@@ -27,8 +27,6 @@

        # don't automatically install scripts
        sed -i '/scripts/d' CMakeLists.txt || die
-
-       epatch "${FILESDIR}"/${PN}-2.3.0-gnutls-automagic.patch
 }

 src_configure() {
Comment 3 Tim Harder gentoo-dev 2015-02-20 03:43:22 UTC
Added to the tree.