commit: 08fdc482671b4c6867d15fefed1ab5a12bdbabf6
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 9 11:00:32 2016 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Wed Nov 9 11:00:32 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08fdc482
app-office/taskcoach: Drop obsolete elog messages
Package-Manager: portage-2.3.2
app-office/taskcoach/taskcoach-1.4.3.ebuild | 8 --------
1 file changed, 8 deletions(-)
diff --git a/app-office/taskcoach/taskcoach-1.4.3.ebuild
b/app-office/taskcoach/taskcoach-1.4.3.ebuild
index 3c4b0f4..427fe1f 100644
--- a/app-office/taskcoach/taskcoach-1.4.3.ebuild
+++ b/app-office/taskcoach/taskcoach-1.4.3.ebuild
@@ -46,11 +46,3 @@ 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
-}