summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-office/taskcoach')
-rw-r--r--app-office/taskcoach/Manifest1
-rw-r--r--app-office/taskcoach/files/taskcoach-1.4.2-fix-desktop-file.patch23
-rw-r--r--app-office/taskcoach/files/taskcoach-1.4.3-version-check.patch25
-rw-r--r--app-office/taskcoach/metadata.xml8
-rw-r--r--app-office/taskcoach/taskcoach-1.4.3-r1.ebuild47
5 files changed, 0 insertions, 104 deletions
diff --git a/app-office/taskcoach/Manifest b/app-office/taskcoach/Manifest
deleted file mode 100644
index 3e346b0449eb..000000000000
--- a/app-office/taskcoach/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST TaskCoach-1.4.3.tar.gz 2927984 BLAKE2B 998a53fa53624bce8497423e68924962e2cec705b87cfab192a6c5869a915f0de9d5c4394a190d07a50220258e7165b6aaee18449b9b9643a37dd9d9838a6679 SHA512 ae449ae66d29ec884de680179853d5e39814a4e7b10d8e5ca2066f1c85fda328470852a10600e74ade1e4a52c5cdc8f749eceaf4f861f8852c2f47d654e9fc88
diff --git a/app-office/taskcoach/files/taskcoach-1.4.2-fix-desktop-file.patch b/app-office/taskcoach/files/taskcoach-1.4.2-fix-desktop-file.patch
deleted file mode 100644
index 9f57beb8d054..000000000000
--- a/app-office/taskcoach/files/taskcoach-1.4.2-fix-desktop-file.patch
+++ /dev/null
@@ -1,23 +0,0 @@
-From dd39524692896995daabc69c7090ecf66e64858e Mon Sep 17 00:00:00 2001
-From: Sebastian Pipping <sebastian@pipping.org>
-Date: Sun, 10 Jan 2016 01:34:13 +0100
-Subject: [PATCH] Fix .desktop file
-
-error: value "task;todo;reminder" for locale string list key "Keywords" in group "Desktop Entry" does not have a semicolon (';') as trailing character
----
- build.in/linux_common/taskcoach.desktop | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/build.in/linux_common/taskcoach.desktop b/build.in/linux_common/taskcoach.desktop
-index 9382b0b..b1a4bd1 100644
---- a/build.in/linux_common/taskcoach.desktop
-+++ b/build.in/linux_common/taskcoach.desktop
-@@ -7,4 +7,4 @@ Icon=taskcoach
- Terminal=false
- Type=Application
- Categories=Office;Calendar;
--Keywords=task;todo;reminder
-+Keywords=task;todo;reminder;
---
-2.7.0
-
diff --git a/app-office/taskcoach/files/taskcoach-1.4.3-version-check.patch b/app-office/taskcoach/files/taskcoach-1.4.3-version-check.patch
deleted file mode 100644
index f869c9930b25..000000000000
--- a/app-office/taskcoach/files/taskcoach-1.4.3-version-check.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-From 8967c58a435ad8c1db5599edd044de2902399459 Mon Sep 17 00:00:00 2001
-From: Sebastian Pipping <sebastian@pipping.org>
-Date: Fri, 24 Jun 2016 15:54:24 +0200
-Subject: [PATCH] Disable check for new version by default
-
----
- taskcoachlib/config/defaults.py | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/taskcoachlib/config/defaults.py b/taskcoachlib/config/defaults.py
-index 77a3809..5025af3 100644
---- a/taskcoachlib/config/defaults.py
-+++ b/taskcoachlib/config/defaults.py
-@@ -538,7 +538,7 @@ defaults = {
- 'pythonfrozen': '', # Idem
- 'current': meta.data.version,
- 'notified': meta.data.version,
-- 'notify': 'True'
-+ 'notify': 'False'
- },
- 'behavior': {
- 'markparentcompletedwhenallchildrencompleted': 'False',
---
-2.9.0
-
diff --git a/app-office/taskcoach/metadata.xml b/app-office/taskcoach/metadata.xml
deleted file mode 100644
index 10caf0ae4d5c..000000000000
--- a/app-office/taskcoach/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <!-- maintainer-needed -->
- <upstream>
- <remote-id type="sourceforge">taskcoach</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/app-office/taskcoach/taskcoach-1.4.3-r1.ebuild b/app-office/taskcoach/taskcoach-1.4.3-r1.ebuild
deleted file mode 100644
index fc81b9f5eca0..000000000000
--- a/app-office/taskcoach/taskcoach-1.4.3-r1.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1 eutils versionator
-
-MY_PN="TaskCoach"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="Simple personal tasks and todo lists manager"
-HOMEPAGE="http://www.taskcoach.org https://pypi.org/project/TaskCoach/"
-SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz"
-LICENSE="GPL-3"
-
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="libnotify"
-
-DEPEND="
- dev-python/wxpython:3.0[${PYTHON_USEDEP}]
- || (
- >=dev-python/twisted-16.0.0[${PYTHON_USEDEP}]
- >=dev-python/twisted-core-10.0
- )
-"
-RDEPEND="${DEPEND}
- x11-libs/libXScrnSaver
- libnotify? ( dev-python/notify-python[${PYTHON_USEDEP}] )
-"
-
-S="${WORKDIR}/${MY_P}"
-
-DOCS=( CHANGES.txt README.txt )
-
-src_prepare() {
- epatch "${FILESDIR}"/${PN}-1.4.2-fix-desktop-file.patch
- epatch "${FILESDIR}"/${PN}-1.4.3-version-check.patch
-}
-
-python_install_all() {
- distutils-r1_python_install_all
-
- doicon "icons.in/${PN}.png"
- make_desktop_entry ${PN}.py "Task Coach" ${PN} Office
-}