diff options
author | Aaron Bauman <bman@gentoo.org> | 2020-07-28 14:45:29 -0400 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2020-07-28 14:45:29 -0400 |
commit | 3831172264494f42d621e760593f4d066900d922 (patch) | |
tree | 3a31692fd34affb4b8b80d14ac9029f7162213eb /app-office | |
parent | updates/2Q2018: drop slotmove for netmail/getmail (diff) | |
download | gentoo-3831172264494f42d621e760593f4d066900d922.tar.gz gentoo-3831172264494f42d621e760593f4d066900d922.tar.bz2 gentoo-3831172264494f42d621e760593f4d066900d922.zip |
*/*: Drop more Py2 last-rited pkgs
Bug: https://bugs.gentoo.org/715966
Closes: https://bugs.gentoo.org/714628
Closes: https://bugs.gentoo.org/606680
Closes: https://bugs.gentoo.org/686238
Closes: https://bugs.gentoo.org/710214
Closes: https://bugs.gentoo.org/710028
Closes: https://bugs.gentoo.org/710032
Closes: https://bugs.gentoo.org/656934
Closes: https://bugs.gentoo.org/592718
Closes: https://bugs.gentoo.org/446122
Closes: https://bugs.gentoo.org/547210
Closes: https://bugs.gentoo.org/359785
Closes: https://bugs.gentoo.org/571396
Closes: https://bugs.gentoo.org/600754
Closes: https://bugs.gentoo.org/677830
Closes: https://bugs.gentoo.org/710716
Closes: https://bugs.gentoo.org/651940
Closes: https://bugs.gentoo.org/695132
Closes: https://bugs.gentoo.org/708978
Closes: https://bugs.gentoo.org/710058
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'app-office')
-rw-r--r-- | app-office/taskcoach/Manifest | 1 | ||||
-rw-r--r-- | app-office/taskcoach/files/taskcoach-1.4.3-version-check.patch | 25 | ||||
-rw-r--r-- | app-office/taskcoach/metadata.xml | 21 | ||||
-rw-r--r-- | app-office/taskcoach/taskcoach-1.4.6.ebuild | 41 |
4 files changed, 0 insertions, 88 deletions
diff --git a/app-office/taskcoach/Manifest b/app-office/taskcoach/Manifest deleted file mode 100644 index df8ef9b5d8d8..000000000000 --- a/app-office/taskcoach/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST TaskCoach-1.4.6.tar.gz 2927090 BLAKE2B 24f7b2f293d34d8ef0084c7065fdf5de6b01f437c971ad0d504125793ec71581ccedbd6db0701653db409ce04fb99b55f995037510daa58f10e2b15b439dc64b SHA512 f393f9e7d8422e1453a1bd711d08ba6bdcccd5634095262475538dfbd1fb7a943798b6ff197e38367cf8e6162e25fef50178458f73b76f483495d61545bec8fe 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 c3028aa25110..000000000000 --- a/app-office/taskcoach/metadata.xml +++ /dev/null @@ -1,21 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>bugs@chead.ca</email> - <name>Christopher Head</name> - </maintainer> - <maintainer type="project"> - <email>proxy-maint@gentoo.org</email> - <name>Proxy Maintainers</name> - </maintainer> - <longdescription> - Task Coach is an open source todo manager to manage personal tasks and - todo lists. It supports composite tasks, i.e. tasks within tasks. In - addition, Task Coach allows you to categorize your tasks, track efforts - against a budget per task, and much more. - </longdescription> - <upstream> - <remote-id type="sourceforge">taskcoach</remote-id> - </upstream> -</pkgmetadata> diff --git a/app-office/taskcoach/taskcoach-1.4.6.ebuild b/app-office/taskcoach/taskcoach-1.4.6.ebuild deleted file mode 100644 index 25f50aec9ceb..000000000000 --- a/app-office/taskcoach/taskcoach-1.4.6.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -PYTHON_COMPAT=( python2_7 ) - -inherit desktop distutils-r1 - -MY_PN="TaskCoach" -MY_P="${MY_PN}-${PV}" - -DESCRIPTION="Simple personal tasks and todo lists manager" -HOMEPAGE="https://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" - -# Task Coach can also optionally use igraph to draw task dependency graphs -# since 1.4.4, but that is not packaged in Gentoo at this time. - -DEPEND=" - dev-python/wxpython:3.0[${PYTHON_USEDEP}] - >=dev-python/twisted-16.0.0[${PYTHON_USEDEP}] -" -RDEPEND="${DEPEND} - x11-libs/libXScrnSaver -" - -S="${WORKDIR}/${MY_P}" - -DOCS=( CHANGES.txt README.txt ) -PATCHES=( "${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 -} |