diff options
Diffstat (limited to 'app-misc/taskd')
-rw-r--r-- | app-misc/taskd/Manifest | 2 | ||||
-rw-r--r-- | app-misc/taskd/taskd-1.1.0-r2.ebuild (renamed from app-misc/taskd/taskd-1.1.0-r1.ebuild) | 30 |
2 files changed, 15 insertions, 17 deletions
diff --git a/app-misc/taskd/Manifest b/app-misc/taskd/Manifest index 07ee0c04329a..466b973b9d5a 100644 --- a/app-misc/taskd/Manifest +++ b/app-misc/taskd/Manifest @@ -3,5 +3,5 @@ AUX taskd.confd 27 BLAKE2B e60babd7477263d12aebb306607a6edea2cc4675d265b4c7a9592 AUX taskd.initd 397 BLAKE2B 537dab2a50eb56f9830a83164b51f221a6ad219009c4b1bd176631b198d000017acf31b8c162c1ad6ef217e10d93da9a78413a7deb40e569676eff195176ba5b SHA512 92663323b44d5cb36d86ab2b33c761214926c24d5ba3e84c4495e3e6158e1ff4fe603c2f7e79070c02e88ba90904f9b701bc75feedd2a9ce5f1b9982192e1d3f AUX taskd.logrotate 114 BLAKE2B ec9fe02930b299dc309771b1b2b696a6e6e93722760ccc56227d24d7fc38bfbc6ee37a7cdd17fc042df98aff8584a765e1833f4e24520cd99564b70a2bd81f06 SHA512 4d8c3c12dc203cc6c9f27ad6882934a2786504a5b6ef7dfedd43deb61faaa4ceff452adfc93e2ed0074dd2545a90867c2ff85bca73adf9d1c858adfc76649fc4 DIST taskd-1.1.0.tar.gz 120115 BLAKE2B 1baabcd29afb2c44c5da19f6cb926546e9beb5716ea1a04d247e62c02b4a4c5bc4bf3347e32e0e417f3b5edf1b78f58d306f1d584340c344a13fd29cdd39dcc7 SHA512 df2349c354258fd1b014b1a9c78f68dc10c9e5a48357e282e8a760cf4e4aaf4d36486796ad094ee2b050e7506195b778e3316c90ef543a2f8242de313daa13aa -EBUILD taskd-1.1.0-r1.ebuild 1867 BLAKE2B aad3c71c48ef79d17ab77e86cd98b1190f4b76b5baf6b5e238bdcf9d87a48686a10c2caab9adc3c7f7dc1a6354657e9a3e67e0ff97911bbd6749e2e7a228db36 SHA512 6a0a307c4401622b8c65e13a0a243e8d1d4e302afc70851d6040529f9ac21ef841897501321d989a8b93441dcbf08a56121fb11c14dab0ead0759220ffcf332a +EBUILD taskd-1.1.0-r2.ebuild 1836 BLAKE2B 909433beffba43894458d9ec9e59c2e2fa6ac44075c171f02e14a339c665e31e286ffec02a4c099350b30d1d02bb0a828c9e29389e46ce70ae808e7755ed1f59 SHA512 3d557c41b4a46ab5e5232280771448e7c89c2e5db9aea03850cb77c4abf3df85ddac50fdda14d3d76a34288f0ecc391766142e75637a70e54ea058ae5f96f19b MISC metadata.xml 246 BLAKE2B bf870c5ee1af2f88418b8fac2cdf8adc852cebf6ee3d22f009ac4dda5307a5ff26d419f6d53c161d1096334a37b924d3188e51a299d3a4903ab842c68ee648b6 SHA512 cf3bffaa344cc0785ce4b3a18c5cef7b508e943de589d67485df46802f0c9c1b9bd6d51b7197fc84431180f82b8affae22175ae0bfe7616b57f6874a861f6698 diff --git a/app-misc/taskd/taskd-1.1.0-r1.ebuild b/app-misc/taskd/taskd-1.1.0-r2.ebuild index fbf8edd6dd4d..1b18af5ecd11 100644 --- a/app-misc/taskd/taskd-1.1.0-r1.ebuild +++ b/app-misc/taskd/taskd-1.1.0-r2.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=6 -inherit eutils cmake-utils systemd user +inherit cmake-utils systemd user -DESCRIPTION="the server part of Taskwarrior, a command-line todo list manager" +DESCRIPTION="Server part of Taskwarrior, a command-line todo list manager" HOMEPAGE="https://taskwarrior.org/" SRC_URI="https://taskwarrior.org/download/${P}.tar.gz" @@ -14,13 +14,14 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" -DEPEND="sys-libs/readline:0 - net-libs/gnutls - sys-apps/util-linux" +DEPEND=" + net-libs/gnutls:= + sys-apps/util-linux + sys-libs/readline:0=" RDEPEND="${DEPEND}" src_configure() { - mycmakeargs=( + local mycmakeargs=( -DTASKD_DOCDIR=share/doc/${PF} ) cmake-utils_src_configure @@ -40,7 +41,7 @@ src_install() { newinitd "${FILESDIR}"/taskd.initd taskd newconfd "${FILESDIR}"/taskd.confd taskd - grep ^TASKDDATA= "${FILESDIR}"/taskd.confd > 90taskd + grep ^TASKDDATA= "${FILESDIR}"/taskd.confd > 90taskd || die doenvd 90taskd dodir /etc/taskd @@ -71,14 +72,11 @@ pkg_setup() { pkg_postinst() { chown taskd:taskd /var/lib/taskd{,/orgs} /var/log/taskd /etc/taskd/{config,tls} - einfo "" - einfo "For configuration see 'man taskdrc' and edit /etc/taskd/config" - einfo "You will need to configure certificates first in order to use taskd" - einfo "" - ewarn "" + elog "For configuration see 'man taskdrc' and edit /etc/taskd/config" + elog "You will need to configure certificates first in order to use taskd" + ewarn ewarn "Do not use 'taskd init' as this will replace the config file and set" ewarn "default but unsuitable paths" - ewarn "" + ewarn ewarn "In order to manage taskd via 'taskd' either relogin or run 'source /etc/profile'" - ewarn "" } |