Revert "app-misc/tasksh: new package, add 1.2.0"

This reverts commit f1c3c49ccb.

No maintainer listed in metadata.xml and upstream has been inactive
since 2022

Signed-off-by: David Roman <stkw0@disroot.org>
This commit is contained in:
David Roman
2026-03-11 12:51:19 +01:00
parent 52f9d3596c
commit 5fd78236db
3 changed files with 0 additions and 45 deletions

View File

@@ -1 +0,0 @@
DIST tasksh-1.2.0.tar.gz 449323 BLAKE2B 0e5c249d972b02459579a5a45189c463e79d440a58a21aa030b30f0beefe5acf1d924721ee83bad918321d25b06548caba85da94a84884f8b766638861a507cf SHA512 0c0a678a1cf48d1b7fcc123da5152d74bbb4334520252788ad38e3cb9bd2a5189902c066d7dbc848a23f6c7c25e53a8e1dc240dd6e57dbbdc993079a3e9fc417

View File

@@ -1,9 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<upstream>
<remote-id type="github">GothenburgBitFactory/taskshell</remote-id>
<doc>https://github.com/GothenburgBitFactory/taskshell</doc>
<bugs-to>https://github.com/leftwm/leftwm/issues</bugs-to>
</upstream>
</pkgmetadata>

View File

@@ -1,35 +0,0 @@
EAPI=8
inherit cmake
DESCRIPTION="Shell wrapper for Taskwarrior"
HOMEPAGE="https://gothenburgbitfactory.org/tasksh/"
SRC_URI="https://github.com/GothenburgBitFactory/taskshell/releases/download/v${PV}/tasksh-${PV}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
DEPEND="sys-libs/readline:0="
RDEPEND="
${DEPEND}
app-misc/task"
BDEPEND="virtual/pkgconfig"
DOCS=(
AUTHORS
ChangeLog
NEWS
)
src_prepare() {
cmake_src_prepare
}
src_configure() {
cmake_src_configure
}
src_install(){
cmake_src_install
rm -rf "${ED}/usr/share/doc/tasksh" || die
}