commit: 8877036d915ad0d9f10912fad6819f647b45c628
Author: Marc Schiffbauer <mschiff <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 2 11:26:04 2025 +0000
Commit: Marc Schiffbauer <mschiff <AT> gentoo <DOT> org>
CommitDate: Mon Jun 2 11:26:04 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8877036d
app-misc/taskd: treeclean
Signed-off-by: Marc Schiffbauer <mschiff <AT> gentoo.org>
app-misc/taskd/Manifest | 1 -
app-misc/taskd/files/config | 17 --------
app-misc/taskd/files/taskd.confd | 1 -
app-misc/taskd/files/taskd.initd | 15 -------
app-misc/taskd/files/taskd.logrotate | 8 ----
app-misc/taskd/metadata.xml | 8 ----
app-misc/taskd/taskd-1.1.0-r3.ebuild | 82 ------------------------------------
7 files changed, 132 deletions(-)
diff --git a/app-misc/taskd/Manifest b/app-misc/taskd/Manifest
deleted file mode 100644
index 53c312549ed9..000000000000
--- a/app-misc/taskd/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST taskd-1.1.0.tar.gz 120115 BLAKE2B
1baabcd29afb2c44c5da19f6cb926546e9beb5716ea1a04d247e62c02b4a4c5bc4bf3347e32e0e417f3b5edf1b78f58d306f1d584340c344a13fd29cdd39dcc7
SHA512
df2349c354258fd1b014b1a9c78f68dc10c9e5a48357e282e8a760cf4e4aaf4d36486796ad094ee2b050e7506195b778e3316c90ef543a2f8242de313daa13aa
diff --git a/app-misc/taskd/files/config b/app-misc/taskd/files/config
deleted file mode 100644
index 51a8cddf7992..000000000000
--- a/app-misc/taskd/files/config
+++ /dev/null
@@ -1,17 +0,0 @@
-confirmation=1
-extensions=/usr/libexec/taskd
-ip.log=on
-log=/var/log/taskd/taskd.log
-pid.file=/run/taskd.pid
-queue.size=10
-request.limit=1048576
-root=/var/lib/taskd
-server=localhost:53589
-trust=strict
-verbose=1
-# TLS config:
-#ciphers=
-#ca.cert=/etc/taskd/tls/ca.pem
-#server.cert=/etc/taskd/tls/server.crt.pem
-#server.crl=/etc/taskd/tls/server.crl.pem
-#server.key=/etc/taskd/tls/server.key.pem
diff --git a/app-misc/taskd/files/taskd.confd b/app-misc/taskd/files/taskd.confd
deleted file mode 100644
index aadbc6e8f741..000000000000
--- a/app-misc/taskd/files/taskd.confd
+++ /dev/null
@@ -1 +0,0 @@
-TASKDDATA="/var/lib/taskd"
diff --git a/app-misc/taskd/files/taskd.initd b/app-misc/taskd/files/taskd.initd
deleted file mode 100644
index 504ad104cb29..000000000000
--- a/app-misc/taskd/files/taskd.initd
+++ /dev/null
@@ -1,15 +0,0 @@
-#!/sbin/openrc-run
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-need="net localmount"
-command="/usr/bin/taskd"
-command_args="server --data ${TASKDDATA:-/var/lib/taskd}"
-pidfile="/run/taskd.pid"
-start_stop_daemon_args="--user taskd:taskd"
-command_background=1
-extra_started_commands="reload"
-
-reload() {
- kill -HUP "$(cat $pidfile)"
-}
diff --git a/app-misc/taskd/files/taskd.logrotate
b/app-misc/taskd/files/taskd.logrotate
deleted file mode 100644
index cfce919c114d..000000000000
--- a/app-misc/taskd/files/taskd.logrotate
+++ /dev/null
@@ -1,8 +0,0 @@
-/var/log/taskd/taskd.log {
- daily
- missingok
- rotate 7
- compress
- delaycompress
- copytruncate
-}
diff --git a/app-misc/taskd/metadata.xml b/app-misc/taskd/metadata.xml
deleted file mode 100644
index 3c0491a80e86..000000000000
--- a/app-misc/taskd/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<maintainer type="person">
- <email>[email protected]</email>
- <name>Marc Schiffbauer</name>
-</maintainer>
-</pkgmetadata>
diff --git a/app-misc/taskd/taskd-1.1.0-r3.ebuild
b/app-misc/taskd/taskd-1.1.0-r3.ebuild
deleted file mode 100644
index d86934a2f781..000000000000
--- a/app-misc/taskd/taskd-1.1.0-r3.ebuild
+++ /dev/null
@@ -1,82 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake systemd
-
-DESCRIPTION="Server part of Taskwarrior, 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 ~x86"
-
-DEPEND="
- net-libs/gnutls:=
- sys-apps/util-linux
- sys-libs/readline:0=
-"
-
-RDEPEND="
- ${DEPEND}
- acct-group/taskd
- acct-user/taskd
-"
-
-src_configure() {
- local mycmakeargs=(
- -DTASKD_DOCDIR=share/doc/${PF}
- )
- cmake_src_configure
-}
-
-src_install() {
- cmake_src_install
-
- systemd_dounit "${S}"/scripts/systemd/taskd.service
-
- insinto /usr/share/${PN}/pki
- doins pki/*
-
- insinto /usr/share/${PN}/mon
- doins mon/*
-
- newinitd "${FILESDIR}"/taskd.initd taskd
- newconfd "${FILESDIR}"/taskd.confd taskd
-
- grep ^TASKDDATA= "${FILESDIR}"/taskd.confd > 90taskd || die
- doenvd 90taskd
-
- dodir /etc/taskd
- keepdir /usr/libexec/taskd
-
- diropts -m 0750
- dodir /var/lib/taskd
- keepdir /var/log/taskd
-
- diropts -m 0700
- keepdir /var/lib/taskd/orgs /etc/taskd/tls
-
- insopts -m0600
- insinto /etc/taskd
- doins "${FILESDIR}"/config
-
- dosym ../../../etc/taskd/config /var/lib/taskd/config
-
- insinto /etc/logrotate.d
- newins "${FILESDIR}"/taskd.logrotate taskd
-}
-
-pkg_postinst() {
- chown taskd:taskd /var/lib/taskd{,/orgs} /var/log/taskd
/etc/taskd/{config,tls}
-
- 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 "In order to manage taskd via 'taskd' either relogin or run
'source /etc/profile'"
-}