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 7D24F138334 for ; Thu, 20 Jun 2019 19:25:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 92B60E092C; Thu, 20 Jun 2019 19:25:22 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 75452E092C for ; Thu, 20 Jun 2019 19:25:22 +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 050B6346546 for ; Thu, 20 Jun 2019 19:25:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 90EAE55B for ; Thu, 20 Jun 2019 19:25:18 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1561058712.8e3df391921ccf34acb9ad7ce956239e94c80cd3.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/texlive-core/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/texlive-core/texlive-core-2017-r4.ebuild app-text/texlive-core/texlive-core-2019-r4.ebuild X-VCS-Directories: app-text/texlive-core/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 8e3df391921ccf34acb9ad7ce956239e94c80cd3 X-VCS-Branch: master Date: Thu, 20 Jun 2019 19:25:18 +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: 9c082c72-e711-4795-8821-0ea4bf2e7d08 X-Archives-Hash: f06d1037573e56690f34f1193fce3e48 commit: 8e3df391921ccf34acb9ad7ce956239e94c80cd3 Author: Mikle Kolyada gentoo org> AuthorDate: Thu Jun 20 19:24:30 2019 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Thu Jun 20 19:25:12 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e3df391 app-text/texlive-core: Drop obsolete elog messages As per https://archives.gentoo.org/gentoo-dev-announce/message/4afcf88e64430641da48507b70be74b6 dev-tex/texmfind was last rited. Closes: https://bugs.gentoo.org/675286 Signed-off-by: Mikle Kolyada gentoo.org> Package-Manager: Portage-2.3.66, Repoman-2.3.11 app-text/texlive-core/texlive-core-2017-r4.ebuild | 5 ----- app-text/texlive-core/texlive-core-2019-r4.ebuild | 5 ----- 2 files changed, 10 deletions(-) diff --git a/app-text/texlive-core/texlive-core-2017-r4.ebuild b/app-text/texlive-core/texlive-core-2017-r4.ebuild index 890dbd17149..88f58b3afc2 100644 --- a/app-text/texlive-core/texlive-core-2017-r4.ebuild +++ b/app-text/texlive-core/texlive-core-2017-r4.ebuild @@ -369,9 +369,4 @@ pkg_postinst() { ewarn "Please make sure you have read:" ewarn "https://wiki.gentoo.org/wiki/Project:TeX/Tex_Live_Migration_Guide" ewarn "in order to avoid possible problems" - elog - elog "TeXLive has been split in various ebuilds. If you are missing a" - elog "package to process your TeX documents, you can install" - elog "dev-tex/texmfind to easily search for them." - elog } diff --git a/app-text/texlive-core/texlive-core-2019-r4.ebuild b/app-text/texlive-core/texlive-core-2019-r4.ebuild index 3a6ea65c010..e601f071883 100644 --- a/app-text/texlive-core/texlive-core-2019-r4.ebuild +++ b/app-text/texlive-core/texlive-core-2019-r4.ebuild @@ -344,9 +344,4 @@ pkg_postinst() { ewarn "Please make sure you have read:" ewarn "https://wiki.gentoo.org/wiki/Project:TeX/Tex_Live_Migration_Guide" ewarn "in order to avoid possible problems" - elog - elog "TeXLive has been split in various ebuilds. If you are missing a" - elog "package to process your TeX documents, you can install" - elog "dev-tex/texmfind to easily search for them." - elog }