public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: app-office/taskcoach/files/, app-office/taskcoach/
@ 2016-01-10  0:40 Sebastian Pipping
  0 siblings, 0 replies; 3+ messages in thread
From: Sebastian Pipping @ 2016-01-10  0:40 UTC (permalink / raw
  To: gentoo-commits

commit:     bafda41a841871bde1cbfd072f8893230ccfd0ab
Author:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 10 00:39:17 2016 +0000
Commit:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
CommitDate: Sun Jan 10 00:40:26 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bafda41a

app-office/taskcoach: 1.4.2 (bug #522420)

Package-Manager: portage-2.2.26

 app-office/taskcoach/Manifest                      |  1 +
 .../files/taskcoach-1.4.2-fix-desktop-file.patch   | 23 ++++++++++
 app-office/taskcoach/taskcoach-1.4.2.ebuild        | 50 ++++++++++++++++++++++
 3 files changed, 74 insertions(+)

diff --git a/app-office/taskcoach/Manifest b/app-office/taskcoach/Manifest
index 9011bdd..6a8b090 100644
--- a/app-office/taskcoach/Manifest
+++ b/app-office/taskcoach/Manifest
@@ -3,3 +3,4 @@ DIST TaskCoach-1.3.27.tar.gz 2750875 SHA256 37b7b5f94aef590593e7f5db0b8ea28b45aa
 DIST TaskCoach-1.3.29.tar.gz 2759329 SHA256 77deaee656a43fd2b5772a77adee1c58d75fb8f3b62047823c06963393a7c036 SHA512 e7a796556be51db3c6342199f9141b3e52a8af7a99275d92c69decbae78e7960455b565e671110e3d27e9f413e6bac6c3b75cfde782b438d76a1ba94c392a802 WHIRLPOOL 3339e89a94ef2f14010fe026febc2ce87295371227c760ae7507f6ccf372f71f233cf181abdf696a72b15b4f502e0095819d89f64e6786cb7ae6c6af5d290a71
 DIST TaskCoach-1.3.32.tar.gz 2789269 SHA256 cf6dbc09eb62aa2c5540ea464ba47bc3f0841b0c7e8d2b63a710929ac9fe4a52 SHA512 4d8addafad65aaf209d0b1611f71d4555ddfe839f073d51bed29b6cdc9fb3b87d3a386b39a5a5800844b6c4e9654adf882c0403c7183a8d80760b1c297f0e0f5 WHIRLPOOL bf03242878dd46fc80d6b0f2ecbbd2188b18879872f769edd35a777104b143cdbd258d13a4264a873ac093916f0bb5f0015a57e968ed772ba136d72ef1931bd3
 DIST TaskCoach-1.3.40.tar.gz 2826741 SHA256 564284c47b6900e863eff08a84498fc0c366789dbdeab2de7f9bdaaabb36ab32 SHA512 54a9eed8c568b61a5ce6e61c02782f804d18f10fab73be658217ee8c225e355155e5e36877e84b97b48004995eafd1faa79d1e64bd30d738cb782a34387041be WHIRLPOOL eeed80c3358a88c724668f9e95ac89a0b12018577940413e5be2a462579f4ccb2d704492c7de614164b114dcab071e400a1ab8c8f13574d3802a2bbcc9e2c1f9
+DIST TaskCoach-1.4.2.tar.gz 2905614 SHA256 2f9a70f6abab688704ea0536f0eacbbb599a1cadda84f10d7dc5de07f711e34f SHA512 0f2465b45771cd211c21949265b758aa097cc76143a09f3c1d81cf15b1381fc6549f71839cb27563a1ab04369b8c925ca06275c799871f880005af2f907f9357 WHIRLPOOL 640ddeb357fc67e1321370c57184fd4e684715b8ddc60f7ffdb08441a0555855b3ca40775fcbcf568ca63acfa9ef2bfb2d23bc9edc50bea08a3c012abe72a03a

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
new file mode 100644
index 0000000..9f57beb
--- /dev/null
+++ b/app-office/taskcoach/files/taskcoach-1.4.2-fix-desktop-file.patch
@@ -0,0 +1,23 @@
+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/taskcoach-1.4.2.ebuild b/app-office/taskcoach/taskcoach-1.4.2.ebuild
new file mode 100644
index 0000000..9aeeb90
--- /dev/null
+++ b/app-office/taskcoach/taskcoach-1.4.2.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+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.python.org/pypi/TaskCoach"
+SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz"
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="libnotify"
+DEPEND="|| (
+		>=dev-python/wxpython-2.8.9.2:2.8[${PYTHON_USEDEP}]
+		dev-python/wxpython:3.0[${PYTHON_USEDEP}]
+	)
+	>=dev-python/twisted-core-10.0"
+RDEPEND="${DEPEND}
+	libnotify? ( dev-python/notify-python[${PYTHON_USEDEP}] )"
+
+S="${WORKDIR}/${MY_P}"
+
+DOCS=( CHANGES.txt README.txt )
+
+src_prepare() {
+	epatch "${FILESDIR}"/${P}-fix-desktop-file.patch
+}
+
+python_install_all() {
+	distutils-r1_python_install_all
+
+	doicon "icons.in/${PN}.png"
+	make_desktop_entry ${PN}.py "Task Coach" ${PN} Office
+}
+
+pkg_postinst() {
+	if [[ -n ${REPLACING_VERSIONS} ]]; then
+		if ! version_is_at_least 1.3.40 ${REPLACING_VERSIONS}; then
+			elog "Since version 1.3.40, the Task Coach executable is called ${PN}.py"
+		fi
+	fi
+}


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-office/taskcoach/files/, app-office/taskcoach/
@ 2016-06-24 14:00 Sebastian Pipping
  0 siblings, 0 replies; 3+ messages in thread
From: Sebastian Pipping @ 2016-06-24 14:00 UTC (permalink / raw
  To: gentoo-commits

commit:     baaa433b26da2601d1ccbae56eba90033033a7fd
Author:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 24 13:58:30 2016 +0000
Commit:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
CommitDate: Fri Jun 24 14:00:09 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=baaa433b

app-office/taskcoach: 1.4.3 (bug #576950)

Package-Manager: portage-2.2.28

 app-office/taskcoach/Manifest                      |  1 +
 .../files/taskcoach-1.4.3-version-check.patch      | 25 +++++++++++
 app-office/taskcoach/taskcoach-1.4.3.ebuild        | 51 ++++++++++++++++++++++
 3 files changed, 77 insertions(+)

diff --git a/app-office/taskcoach/Manifest b/app-office/taskcoach/Manifest
index 6a8b090..48b03ed 100644
--- a/app-office/taskcoach/Manifest
+++ b/app-office/taskcoach/Manifest
@@ -4,3 +4,4 @@ DIST TaskCoach-1.3.29.tar.gz 2759329 SHA256 77deaee656a43fd2b5772a77adee1c58d75f
 DIST TaskCoach-1.3.32.tar.gz 2789269 SHA256 cf6dbc09eb62aa2c5540ea464ba47bc3f0841b0c7e8d2b63a710929ac9fe4a52 SHA512 4d8addafad65aaf209d0b1611f71d4555ddfe839f073d51bed29b6cdc9fb3b87d3a386b39a5a5800844b6c4e9654adf882c0403c7183a8d80760b1c297f0e0f5 WHIRLPOOL bf03242878dd46fc80d6b0f2ecbbd2188b18879872f769edd35a777104b143cdbd258d13a4264a873ac093916f0bb5f0015a57e968ed772ba136d72ef1931bd3
 DIST TaskCoach-1.3.40.tar.gz 2826741 SHA256 564284c47b6900e863eff08a84498fc0c366789dbdeab2de7f9bdaaabb36ab32 SHA512 54a9eed8c568b61a5ce6e61c02782f804d18f10fab73be658217ee8c225e355155e5e36877e84b97b48004995eafd1faa79d1e64bd30d738cb782a34387041be WHIRLPOOL eeed80c3358a88c724668f9e95ac89a0b12018577940413e5be2a462579f4ccb2d704492c7de614164b114dcab071e400a1ab8c8f13574d3802a2bbcc9e2c1f9
 DIST TaskCoach-1.4.2.tar.gz 2905614 SHA256 2f9a70f6abab688704ea0536f0eacbbb599a1cadda84f10d7dc5de07f711e34f SHA512 0f2465b45771cd211c21949265b758aa097cc76143a09f3c1d81cf15b1381fc6549f71839cb27563a1ab04369b8c925ca06275c799871f880005af2f907f9357 WHIRLPOOL 640ddeb357fc67e1321370c57184fd4e684715b8ddc60f7ffdb08441a0555855b3ca40775fcbcf568ca63acfa9ef2bfb2d23bc9edc50bea08a3c012abe72a03a
+DIST TaskCoach-1.4.3.tar.gz 2927984 SHA256 a2885ffefc0d5b55a0cbe47ad1a2d57cde52595cbba786ebf661bd2435071a2b SHA512 ae449ae66d29ec884de680179853d5e39814a4e7b10d8e5ca2066f1c85fda328470852a10600e74ade1e4a52c5cdc8f749eceaf4f861f8852c2f47d654e9fc88 WHIRLPOOL 6ed69b2f478d98129d7d7638a9db074f2439373d2d63b85adfcf3a64fbce254ef1f734197e9d21f3e3babeb7f21924bbc8a74aa27250f3de63871aef9803b72c

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
new file mode 100644
index 0000000..f869c99
--- /dev/null
+++ b/app-office/taskcoach/files/taskcoach-1.4.3-version-check.patch
@@ -0,0 +1,25 @@
+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/taskcoach-1.4.3.ebuild b/app-office/taskcoach/taskcoach-1.4.3.ebuild
new file mode 100644
index 0000000..194fa66
--- /dev/null
+++ b/app-office/taskcoach/taskcoach-1.4.3.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+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.python.org/pypi/TaskCoach"
+SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz"
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="libnotify"
+DEPEND="|| (
+		>=dev-python/wxpython-2.8.9.2:2.8[${PYTHON_USEDEP}]
+		dev-python/wxpython:3.0[${PYTHON_USEDEP}]
+	)
+	>=dev-python/twisted-core-10.0"
+RDEPEND="${DEPEND}
+	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
+}
+
+pkg_postinst() {
+	if [[ -n ${REPLACING_VERSIONS} ]]; then
+		if ! version_is_at_least 1.3.40 ${REPLACING_VERSIONS}; then
+			elog "Since version 1.3.40, the Task Coach executable is called ${PN}.py"
+		fi
+	fi
+}


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-office/taskcoach/files/, app-office/taskcoach/
@ 2020-02-04 16:13 Andreas Sturmlechner
  0 siblings, 0 replies; 3+ messages in thread
From: Andreas Sturmlechner @ 2020-02-04 16:13 UTC (permalink / raw
  To: gentoo-commits

commit:     1cec71aa79e11b4540c9bf8d0776a133e8d9b855
Author:     Christopher Head <chead <AT> chead <DOT> ca>
AuthorDate: Tue Feb  4 15:48:48 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Feb  4 16:12:55 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1cec71aa

app-office/task-coach: clean old version

Signed-off-by: Christopher Head <chead <AT> chead.ca>
Bug: https://bugs.gentoo.org/706480
Closes: https://github.com/gentoo/gentoo/pull/14554
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 app-office/taskcoach/Manifest                      |  1 -
 .../files/taskcoach-1.4.2-fix-desktop-file.patch   | 23 -----------
 app-office/taskcoach/taskcoach-1.4.3-r1.ebuild     | 47 ----------------------
 3 files changed, 71 deletions(-)

diff --git a/app-office/taskcoach/Manifest b/app-office/taskcoach/Manifest
index c31fce38278..df8ef9b5d8d 100644
--- a/app-office/taskcoach/Manifest
+++ b/app-office/taskcoach/Manifest
@@ -1,2 +1 @@
-DIST TaskCoach-1.4.3.tar.gz 2927984 BLAKE2B 998a53fa53624bce8497423e68924962e2cec705b87cfab192a6c5869a915f0de9d5c4394a190d07a50220258e7165b6aaee18449b9b9643a37dd9d9838a6679 SHA512 ae449ae66d29ec884de680179853d5e39814a4e7b10d8e5ca2066f1c85fda328470852a10600e74ade1e4a52c5cdc8f749eceaf4f861f8852c2f47d654e9fc88
 DIST TaskCoach-1.4.6.tar.gz 2927090 BLAKE2B 24f7b2f293d34d8ef0084c7065fdf5de6b01f437c971ad0d504125793ec71581ccedbd6db0701653db409ce04fb99b55f995037510daa58f10e2b15b439dc64b SHA512 f393f9e7d8422e1453a1bd711d08ba6bdcccd5634095262475538dfbd1fb7a943798b6ff197e38367cf8e6162e25fef50178458f73b76f483495d61545bec8fe

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 9f57beb8d05..00000000000
--- 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/taskcoach-1.4.3-r1.ebuild b/app-office/taskcoach/taskcoach-1.4.3-r1.ebuild
deleted file mode 100644
index fc81b9f5eca..00000000000
--- 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
-}


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-02-04 16:13 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-06-24 14:00 [gentoo-commits] repo/gentoo:master commit in: app-office/taskcoach/files/, app-office/taskcoach/ Sebastian Pipping
  -- strict thread matches above, loose matches on Subject: below --
2020-02-04 16:13 Andreas Sturmlechner
2016-01-10  0:40 Sebastian Pipping

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