diff options
author | Alexis Ballier <aballier@gentoo.org> | 2008-02-10 12:05:55 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2008-02-10 12:05:55 +0000 |
commit | b90b74ce9ae5a72fd9daeafdad9f8ba9f5fcc19b (patch) | |
tree | 4ae503061a30667a6002ac48b4e2f268f375427b /app-text/texlive-core | |
parent | Fixed bad manifest and added new use flags to use.local.desc (see bug #209445). (diff) | |
download | gentoo-2-b90b74ce9ae5a72fd9daeafdad9f8ba9f5fcc19b.tar.gz gentoo-2-b90b74ce9ae5a72fd9daeafdad9f8ba9f5fcc19b.tar.bz2 gentoo-2-b90b74ce9ae5a72fd9daeafdad9f8ba9f5fcc19b.zip |
add a link to the migration guide
(Portage version: 2.1.4.2)
Diffstat (limited to 'app-text/texlive-core')
-rw-r--r-- | app-text/texlive-core/ChangeLog | 6 | ||||
-rw-r--r-- | app-text/texlive-core/texlive-core-2007-r12.ebuild | 6 |
2 files changed, 10 insertions, 2 deletions
diff --git a/app-text/texlive-core/ChangeLog b/app-text/texlive-core/ChangeLog index df43d81ecfe8..a67573cfd493 100644 --- a/app-text/texlive-core/ChangeLog +++ b/app-text/texlive-core/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-text/texlive-core # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/texlive-core/ChangeLog,v 1.43 2008/02/09 20:13:43 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/texlive-core/ChangeLog,v 1.44 2008/02/10 12:05:55 aballier Exp $ + + 10 Feb 2008; Alexis Ballier <aballier@gentoo.org> + texlive-core-2007-r12.ebuild: + add a link to the migration guide 09 Feb 2008; Alexis Ballier <aballier@gentoo.org> texlive-core-2007-r12.ebuild: diff --git a/app-text/texlive-core/texlive-core-2007-r12.ebuild b/app-text/texlive-core/texlive-core-2007-r12.ebuild index 755306cceae1..dd9823d82354 100644 --- a/app-text/texlive-core/texlive-core-2007-r12.ebuild +++ b/app-text/texlive-core/texlive-core-2007-r12.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/texlive-core/texlive-core-2007-r12.ebuild,v 1.2 2008/02/09 20:13:43 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/texlive-core/texlive-core-2007-r12.ebuild,v 1.3 2008/02/10 12:05:55 aballier Exp $ inherit eutils flag-o-matic toolchain-funcs libtool autotools texlive-common @@ -264,4 +264,8 @@ pkg_postinst() { elog "If you have configuration files in /etc/texmf to merge," elog "please update them and run /usr/sbin/texmf-update." elog + ewarn "If you are migrating from an older TeX distribution" + ewarn "Please make sure you have read:" + ewarn "http://www.gentoo.org/proj/en/tex/texlive-migration-guide.xml" + ewarn "in order to avoid possible problems" } |