From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2BA4A1395E2 for ; Wed, 9 Nov 2016 11:17:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3061AE09FF; Wed, 9 Nov 2016 11:17:31 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 19BF8E09FF for ; Wed, 9 Nov 2016 11:17:31 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 161C33410CD for ; Wed, 9 Nov 2016 11:17:28 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 360B8308 for ; Wed, 9 Nov 2016 11:17:26 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1478689232.08fdc482671b4c6867d15fefed1ab5a12bdbabf6.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-office/taskcoach/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-office/taskcoach/taskcoach-1.4.3.ebuild X-VCS-Directories: app-office/taskcoach/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 08fdc482671b4c6867d15fefed1ab5a12bdbabf6 X-VCS-Branch: master Date: Wed, 9 Nov 2016 11:17:26 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 572bf206-4aaa-446c-9e40-ef4a42b1e9b0 X-Archives-Hash: da2f3f4c5c33286b6d6e9df706bb3e40 commit: 08fdc482671b4c6867d15fefed1ab5a12bdbabf6 Author: Pacho Ramos gentoo org> AuthorDate: Wed Nov 9 11:00:32 2016 +0000 Commit: Pacho Ramos gentoo 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 -}