Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-office/taskcoach/files/, app-office/taskcoach/
Date: Tue, 04 Feb 2020 16:13:27
Message-Id: 1580832775.1cec71aa79e11b4540c9bf8d0776a133e8d9b855.asturm@gentoo
1 commit: 1cec71aa79e11b4540c9bf8d0776a133e8d9b855
2 Author: Christopher Head <chead <AT> chead <DOT> ca>
3 AuthorDate: Tue Feb 4 15:48:48 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 4 16:12:55 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1cec71aa
7
8 app-office/task-coach: clean old version
9
10 Signed-off-by: Christopher Head <chead <AT> chead.ca>
11 Bug: https://bugs.gentoo.org/706480
12 Closes: https://github.com/gentoo/gentoo/pull/14554
13 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
14
15 app-office/taskcoach/Manifest | 1 -
16 .../files/taskcoach-1.4.2-fix-desktop-file.patch | 23 -----------
17 app-office/taskcoach/taskcoach-1.4.3-r1.ebuild | 47 ----------------------
18 3 files changed, 71 deletions(-)
19
20 diff --git a/app-office/taskcoach/Manifest b/app-office/taskcoach/Manifest
21 index c31fce38278..df8ef9b5d8d 100644
22 --- a/app-office/taskcoach/Manifest
23 +++ b/app-office/taskcoach/Manifest
24 @@ -1,2 +1 @@
25 -DIST TaskCoach-1.4.3.tar.gz 2927984 BLAKE2B 998a53fa53624bce8497423e68924962e2cec705b87cfab192a6c5869a915f0de9d5c4394a190d07a50220258e7165b6aaee18449b9b9643a37dd9d9838a6679 SHA512 ae449ae66d29ec884de680179853d5e39814a4e7b10d8e5ca2066f1c85fda328470852a10600e74ade1e4a52c5cdc8f749eceaf4f861f8852c2f47d654e9fc88
26 DIST TaskCoach-1.4.6.tar.gz 2927090 BLAKE2B 24f7b2f293d34d8ef0084c7065fdf5de6b01f437c971ad0d504125793ec71581ccedbd6db0701653db409ce04fb99b55f995037510daa58f10e2b15b439dc64b SHA512 f393f9e7d8422e1453a1bd711d08ba6bdcccd5634095262475538dfbd1fb7a943798b6ff197e38367cf8e6162e25fef50178458f73b76f483495d61545bec8fe
27
28 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
29 deleted file mode 100644
30 index 9f57beb8d05..00000000000
31 --- a/app-office/taskcoach/files/taskcoach-1.4.2-fix-desktop-file.patch
32 +++ /dev/null
33 @@ -1,23 +0,0 @@
34 -From dd39524692896995daabc69c7090ecf66e64858e Mon Sep 17 00:00:00 2001
35 -From: Sebastian Pipping <sebastian@×××××××.org>
36 -Date: Sun, 10 Jan 2016 01:34:13 +0100
37 -Subject: [PATCH] Fix .desktop file
38 -
39 -error: value "task;todo;reminder" for locale string list key "Keywords" in group "Desktop Entry" does not have a semicolon (';') as trailing character
40 ----
41 - build.in/linux_common/taskcoach.desktop | 2 +-
42 - 1 file changed, 1 insertion(+), 1 deletion(-)
43 -
44 -diff --git a/build.in/linux_common/taskcoach.desktop b/build.in/linux_common/taskcoach.desktop
45 -index 9382b0b..b1a4bd1 100644
46 ---- a/build.in/linux_common/taskcoach.desktop
47 -+++ b/build.in/linux_common/taskcoach.desktop
48 -@@ -7,4 +7,4 @@ Icon=taskcoach
49 - Terminal=false
50 - Type=Application
51 - Categories=Office;Calendar;
52 --Keywords=task;todo;reminder
53 -+Keywords=task;todo;reminder;
54 ---
55 -2.7.0
56 -
57
58 diff --git a/app-office/taskcoach/taskcoach-1.4.3-r1.ebuild b/app-office/taskcoach/taskcoach-1.4.3-r1.ebuild
59 deleted file mode 100644
60 index fc81b9f5eca..00000000000
61 --- a/app-office/taskcoach/taskcoach-1.4.3-r1.ebuild
62 +++ /dev/null
63 @@ -1,47 +0,0 @@
64 -# Copyright 1999-2018 Gentoo Foundation
65 -# Distributed under the terms of the GNU General Public License v2
66 -
67 -EAPI=5
68 -PYTHON_COMPAT=( python2_7 )
69 -
70 -inherit distutils-r1 eutils versionator
71 -
72 -MY_PN="TaskCoach"
73 -MY_P="${MY_PN}-${PV}"
74 -
75 -DESCRIPTION="Simple personal tasks and todo lists manager"
76 -HOMEPAGE="http://www.taskcoach.org https://pypi.org/project/TaskCoach/"
77 -SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz"
78 -LICENSE="GPL-3"
79 -
80 -SLOT="0"
81 -KEYWORDS="amd64 x86"
82 -IUSE="libnotify"
83 -
84 -DEPEND="
85 - dev-python/wxpython:3.0[${PYTHON_USEDEP}]
86 - || (
87 - >=dev-python/twisted-16.0.0[${PYTHON_USEDEP}]
88 - >=dev-python/twisted-core-10.0
89 - )
90 -"
91 -RDEPEND="${DEPEND}
92 - x11-libs/libXScrnSaver
93 - libnotify? ( dev-python/notify-python[${PYTHON_USEDEP}] )
94 -"
95 -
96 -S="${WORKDIR}/${MY_P}"
97 -
98 -DOCS=( CHANGES.txt README.txt )
99 -
100 -src_prepare() {
101 - epatch "${FILESDIR}"/${PN}-1.4.2-fix-desktop-file.patch
102 - epatch "${FILESDIR}"/${PN}-1.4.3-version-check.patch
103 -}
104 -
105 -python_install_all() {
106 - distutils-r1_python_install_all
107 -
108 - doicon "icons.in/${PN}.png"
109 - make_desktop_entry ${PN}.py "Task Coach" ${PN} Office
110 -}