commit: 8e3df391921ccf34acb9ad7ce956239e94c80cd3 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org> AuthorDate: Thu Jun 20 19:24:30 2019 +0000 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> 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 <zlogene <AT> 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 }
