public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/task2] rawhide: Orphaned for 6+ weeks
@ 2026-09-11 21:53 Orphaned Packages Process
  0 siblings, 0 replies; only message in thread
From: Orphaned Packages Process @ 2026-09-11 21:53 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/task2
Branch : rawhide
Commit : c4afa025e0e7c1f148b6330ccb53e9b0a8bc9227
Author : Orphaned Packages Process <packaging-reports@fedoraproject.org>
Date   : 2026-09-11T16:53:15-05:00
Stats  : +1/-111 in 5 file(s)
URL    : https://src.fedoraproject.org/rpms/task2/c/c4afa025e0e7c1f148b6330ccb53e9b0a8bc9227?branch=rawhide

Log:
Orphaned for 6+ weeks

---
diff --git a/.gitignore b/.gitignore
deleted file mode 100644
index 89e44a3..0000000
--- a/.gitignore
+++ /dev/null
@@ -1,20 +0,0 @@
-task-1.9.2.tar.gz
-/task-1.9.3.tar.gz
-/task-1.9.4.tar.gz
-/task-2.0.0.beta4.tar.gz
-/task-2.0.0.RC1.tar.gz
-/task-2.0.0.tar.gz
-/task-2.1.2.tar.gz
-/task-2.2.0.tar.gz
-/task-2.3.0.beta2.tar.gz
-/task-2.3.0.tar.gz
-/task-2.4.1.tar.gz
-/task-2.4.2.tar.gz
-/task-2.5.0.beta1.tar.gz
-/task-2.5.0.beta2.tar.gz
-/task-2.5.0.beta3.tar.gz
-/task-2.5.0.tar.gz
-/task-2.5.1.beta1.tar.gz
-/task-2.5.1.tar.gz
-/task-2.5.3.tar.gz
-/task-2.6.2.tar.gz

diff --git a/README.md b/README.md
deleted file mode 100644
index 9328bee..0000000
--- a/README.md
+++ /dev/null
@@ -1,3 +0,0 @@
-# task2
-
-Taskwarrior v2 compatibility package for https://fedoraproject.org/wiki/Changes/Taskwarrior3
\ No newline at end of file

diff --git a/dead.package b/dead.package
new file mode 100644
index 0000000..5204a84
--- /dev/null
+++ b/dead.package
@@ -0,0 +1 @@
+Orphaned for 6+ weeks

diff --git a/sources b/sources
deleted file mode 100644
index 93c5c82..0000000
--- a/sources
+++ /dev/null
@@ -1 +0,0 @@
-SHA512 (task-2.6.2.tar.gz) = 3c592552c1baada09ef4e06cf2266c9897ffae42a75998b70767f2cfbabd2e1de7d1a900f16f3b8eb164ce19637dabd21e246f84732a20a646f39716895cdf98

diff --git a/task2.spec b/task2.spec
deleted file mode 100644
index fde8e69..0000000
--- a/task2.spec
+++ /dev/null
@@ -1,87 +0,0 @@
-# compat package for taskwarrior v2
-# https://fedoraproject.org/wiki/Changes/Taskwarrior3
-
-%global upstream_name task
-
-Name:           task2
-Version:        2.6.2
-Release:        %autorelease
-Summary:        Taskwarrior - a command-line TODO list manager
-License:        MIT
-URL:            https://taskwarrior.org
-Source0:        %{url}/download/%{upstream_name}-%{version}.tar.gz
-
-Provides:       task = %{version}-%{release}
-Obsoletes:      task < 3
-
-BuildRequires:  cmake
-BuildRequires:  gcc-c++
-
-BuildRequires:  libuuid-devel
-BuildRequires:  gnutls-devel
-
-%description
-Taskwarrior is a command-line TODO list manager. It is flexible, fast,
-efficient, unobtrusive, does its job then gets out of your way.
-
-Taskwarrior scales to fit your workflow. Use it as a simple app that captures
-tasks, shows you the list, and removes tasks from that list. Leverage its
-capabilities though, and it becomes a sophisticated data query tool that can
-help you stay organized, and get through your work.
-
-This package provides the taskv2 compatibility package.
-
-
-%prep
-%autosetup -n %{upstream_name}-%{version}
-
-# add #include <cstdint>
-sed -i '/<Pig.h>/ a #include <cstdint>' src/libshared/src/JSON.h
-grep -C4 -nri "<cstdint>" src/libshared/src/JSON.h
-
-%build
-%cmake -DTASK_RCDIR=share/%{upstream_name}
-%cmake_build
-
-%install
-%cmake_install
-
-# Move shell completion stuff to the right place
-mkdir -p %{buildroot}%{_datadir}/zsh/site-functions/
-install -Dpm0644 scripts/zsh/_%{upstream_name} %{buildroot}%{_datadir}/zsh/site-functions/_%{upstream_name}
-mkdir -p %{buildroot}%{_datadir}/bash-completion/completions/
-install -Dpm0644 scripts/bash/%{upstream_name}.sh %{buildroot}%{_datadir}/bash-completion/completions/%{upstream_name}
-mkdir -p %{buildroot}%{_datadir}/fish/completions/
-install -Dpm0644 scripts/fish/%{upstream_name}.fish %{buildroot}%{_datadir}/fish/completions/%{upstream_name}.fish
-
-# Fix perms and drop shebangs
-# that's only docs and it's written in README about permissings
-find scripts/ -type f -exec chmod -x {} ';'
-find scripts/ -type f -exec sed -i -e '1{\@^#!.*@d}' {} ';'
-
-rm -vrf %{buildroot}%{_datadir}/doc/%{upstream_name}/
-
-%files
-%license LICENSE
-%doc NEWS doc/ref/%{upstream_name}-ref.pdf
-%doc scripts/vim/ scripts/hooks/
-%{_bindir}/%{upstream_name}
-# We don't want to have refresh script there
-%exclude %{_datadir}/%{upstream_name}/refresh
-%{_datadir}/%{upstream_name}/
-%{_mandir}/man1/%{upstream_name}.1*
-%{_mandir}/man5/%{upstream_name}rc.5*
-%{_mandir}/man5/%{upstream_name}-color.5*
-%{_mandir}/man5/%{upstream_name}-sync.5*
-%dir %{_datadir}/zsh/
-%dir %{_datadir}/zsh/site-functions/
-%{_datadir}/zsh/site-functions/_%{upstream_name}
-%dir %{_datadir}/bash-completion/
-%dir %{_datadir}/bash-completion/completions/
-%{_datadir}/bash-completion/completions/%{upstream_name}
-%dir %{_datadir}/fish/
-%dir %{_datadir}/fish/completions/
-%{_datadir}/fish/completions/%{upstream_name}.fish
-
-%changelog
-%autochangelog

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-09-11 21:53 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-11 21:53 [rpms/task2] rawhide: Orphaned for 6+ weeks Orphaned Packages Process

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox