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 B20D91382C5 for ; Tue, 2 Mar 2021 03:45:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 10500E0950; Tue, 2 Mar 2021 03:45:58 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E7193E0950 for ; Tue, 2 Mar 2021 03:45:57 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C1EA13411AB for ; Tue, 2 Mar 2021 03:45:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2FF734E9 for ; Tue, 2 Mar 2021 03:45:55 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1614656737.65bf1e26f664e977834c9df1d10663a26e275a5b.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/gentoolkit/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-portage/gentoolkit/gentoolkit-9999.ebuild X-VCS-Directories: app-portage/gentoolkit/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 65bf1e26f664e977834c9df1d10663a26e275a5b X-VCS-Branch: master Date: Tue, 2 Mar 2021 03:45:55 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 74401175-a4e2-4c56-a4a1-f8bfc52301fd X-Archives-Hash: 7624e78ee1e360e0ffbaee2c4d7ca7d5 commit: 65bf1e26f664e977834c9df1d10663a26e275a5b Author: Matt Turner gentoo org> AuthorDate: Tue Mar 2 03:38:57 2021 +0000 Commit: Matt Turner gentoo org> CommitDate: Tue Mar 2 03:45:37 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65bf1e26 app-portage/gentoolkit: Remove messages about gentoolkit-dev The last version of gentoolkit prior to the merge was removed two years ago. gentoolkit-dev was gone before that. Signed-off-by: Matt Turner gentoo.org> app-portage/gentoolkit/gentoolkit-9999.ebuild | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/app-portage/gentoolkit/gentoolkit-9999.ebuild b/app-portage/gentoolkit/gentoolkit-9999.ebuild index 53c6017a27b..edd48dabb20 100644 --- a/app-portage/gentoolkit/gentoolkit-9999.ebuild +++ b/app-portage/gentoolkit/gentoolkit-9999.ebuild @@ -42,25 +42,11 @@ python_prepare_all() { fi } -pkg_preinst() { - if has_version "<${CATEGORY}/${PN}-0.4.0"; then - SHOW_GENTOOKIT_DEV_DEPRECATED_MSG=1 - fi -} - pkg_postinst() { # Create cache directory for revdep-rebuild mkdir -p -m 0755 "${EROOT}"/var/cache mkdir -p -m 0700 "${EROOT}"/var/cache/revdep-rebuild - if [[ ${SHOW_GENTOOKIT_DEV_DEPRECATED_MSG} ]]; then - elog "Starting with version 0.4.0, ebump, ekeyword and imlate are now" - elog "part of the gentoolkit package." - elog "The gentoolkit-dev package is now deprecated in favor of a single" - elog "gentoolkit package. The remaining tools from gentoolkit-dev" - elog "are now obsolete/unused with the git based tree." - fi - # Only show the elog information on a new install if [[ ! ${REPLACING_VERSIONS} ]]; then elog