diff options
author | Alexis Ballier <aballier@gentoo.org> | 2013-01-14 11:18:50 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2013-01-14 11:18:50 +0000 |
commit | f49b3ffe6b7d67dea1dabbc6dd5bb37fea76674e (patch) | |
tree | d0527369b815ca228eebc41190f5243583649408 /dev-tex/luatex/luatex-0.70.1.ebuild | |
parent | Version bump (thanks euscan), drop old. (diff) | |
download | gentoo-2-f49b3ffe6b7d67dea1dabbc6dd5bb37fea76674e.tar.gz gentoo-2-f49b3ffe6b7d67dea1dabbc6dd5bb37fea76674e.tar.bz2 gentoo-2-f49b3ffe6b7d67dea1dabbc6dd5bb37fea76674e.zip |
Tweak elog message to mention newer TeX Live versions, bug #439916 by Keshav Kini
(Portage version: 2.2.0_alpha151/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Diffstat (limited to 'dev-tex/luatex/luatex-0.70.1.ebuild')
-rw-r--r-- | dev-tex/luatex/luatex-0.70.1.ebuild | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/dev-tex/luatex/luatex-0.70.1.ebuild b/dev-tex/luatex/luatex-0.70.1.ebuild index c93b7c47a5d6..2750ecfd87cd 100644 --- a/dev-tex/luatex/luatex-0.70.1.ebuild +++ b/dev-tex/luatex/luatex-0.70.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tex/luatex/luatex-0.70.1.ebuild,v 1.16 2012/08/08 16:30:52 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tex/luatex/luatex-0.70.1.ebuild,v 1.17 2013/01/14 11:18:50 aballier Exp $ EAPI=4 @@ -108,10 +108,11 @@ src_install() { pkg_postinst() { if ! has_version '>=dev-texlive/texlive-basic-2008' ; then - elog "Please note that this package does not install much files, mainly the" - elog "${PN} executable that will need other files in order to be useful.." - elog "Please consider installing a recent TeX distribution" - elog "like TeX Live 2008 to get the full power of ${PN}" + elog "Note that this package does not install many files, mainly just the" + elog "${PN} executable, which needs other files in order to be" + elog "useful. Please consider installing a recent TeX distribution such as" + elog "TeX Live 2008 or later to take advantage of the full power of" + elog "${PN} ." fi if [ "$ROOT" = "/" ] && [ -x "${EPREFIX}"/usr/bin/fmtutil-sys ] ; then einfo "Rebuilding formats" |