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 | |
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')
-rw-r--r-- | dev-tex/luatex/ChangeLog | 9 | ||||
-rw-r--r-- | dev-tex/luatex/luatex-0.70.1-r1.ebuild | 13 | ||||
-rw-r--r-- | dev-tex/luatex/luatex-0.70.1.ebuild | 13 |
3 files changed, 21 insertions, 14 deletions
diff --git a/dev-tex/luatex/ChangeLog b/dev-tex/luatex/ChangeLog index 0fc89119707a..9148c91b8e32 100644 --- a/dev-tex/luatex/ChangeLog +++ b/dev-tex/luatex/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-tex/luatex -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tex/luatex/ChangeLog,v 1.105 2012/10/17 13:20:58 aballier Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-tex/luatex/ChangeLog,v 1.106 2013/01/14 11:18:50 aballier Exp $ + + 14 Jan 2013; Alexis Ballier <aballier@gentoo.org> luatex-0.70.1.ebuild, + luatex-0.70.1-r1.ebuild: + Tweak elog message to mention newer TeX Live versions, bug #439916 by Keshav + Kini 17 Oct 2012; Alexis Ballier <aballier@gentoo.org> luatex-0.70.1-r1.ebuild: switch to efmtutil-sys diff --git a/dev-tex/luatex/luatex-0.70.1-r1.ebuild b/dev-tex/luatex/luatex-0.70.1-r1.ebuild index 794ed9215a53..0c15a689a1c0 100644 --- a/dev-tex/luatex/luatex-0.70.1-r1.ebuild +++ b/dev-tex/luatex/luatex-0.70.1-r1.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-r1.ebuild,v 1.3 2012/10/17 13:20:58 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tex/luatex/luatex-0.70.1-r1.ebuild,v 1.4 2013/01/14 11:18:50 aballier Exp $ EAPI=4 @@ -109,10 +109,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 efmtutil-sys } 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" |