diff options
author | Alexis Ballier <aballier@gentoo.org> | 2011-07-30 20:06:21 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2011-07-30 20:06:21 +0000 |
commit | 8d72a5aa62661b8046ccab1756ed6f80bae7026b (patch) | |
tree | b0b22d52e470b471ed5b3bc1e011e63d046b73d3 /app-text | |
parent | Version bump. Assorted bug fixes (diff) | |
download | gentoo-2-8d72a5aa62661b8046ccab1756ed6f80bae7026b.tar.gz gentoo-2-8d72a5aa62661b8046ccab1756ed6f80bae7026b.tar.bz2 gentoo-2-8d72a5aa62661b8046ccab1756ed6f80bae7026b.zip |
Add patch from upstream to fix off-by-one error causing pdftex not to default to pdf output... by Martin von Gagern in bug #374147
(Portage version: 2.2.0_alpha49/cvs/Linux x86_64)
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/texlive-core/ChangeLog | 7 | ||||
-rw-r--r-- | app-text/texlive-core/texlive-core-2010-r3.ebuild | 4 | ||||
-rw-r--r-- | app-text/texlive-core/texlive-core-2011.ebuild | 4 |
3 files changed, 10 insertions, 5 deletions
diff --git a/app-text/texlive-core/ChangeLog b/app-text/texlive-core/ChangeLog index c0074cb9f5e0..24b41322e92b 100644 --- a/app-text/texlive-core/ChangeLog +++ b/app-text/texlive-core/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-text/texlive-core # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/texlive-core/ChangeLog,v 1.141 2011/07/28 15:44:28 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/texlive-core/ChangeLog,v 1.142 2011/07/30 20:06:21 aballier Exp $ + + 30 Jul 2011; Alexis Ballier <aballier@gentoo.org> + texlive-core-2010-r3.ebuild, texlive-core-2011.ebuild: + Add patch from upstream to fix off-by-one error causing pdftex not to default + to pdf output... by Martin von Gagern in bug #374147 28 Jul 2011; Alexis Ballier <aballier@gentoo.org> texlive-core-2011.ebuild: disable eptex with use=-cjk too, should fix bug #376765 diff --git a/app-text/texlive-core/texlive-core-2010-r3.ebuild b/app-text/texlive-core/texlive-core-2010-r3.ebuild index 338c2f9e9807..a4c29ab62c46 100644 --- a/app-text/texlive-core/texlive-core-2010-r3.ebuild +++ b/app-text/texlive-core/texlive-core-2010-r3.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/texlive-core/texlive-core-2010-r3.ebuild,v 1.1 2011/07/06 20:41:51 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/texlive-core/texlive-core-2010-r3.ebuild,v 1.2 2011/07/30 20:06:21 aballier Exp $ EAPI=3 inherit eutils flag-o-matic toolchain-funcs libtool texlive-common -PATCHLEVEL="25" +PATCHLEVEL="28" TL_SOURCE_VERSION=20100722 MY_PV=${PN%-core}-${TL_SOURCE_VERSION}-source diff --git a/app-text/texlive-core/texlive-core-2011.ebuild b/app-text/texlive-core/texlive-core-2011.ebuild index c3b32e6baa31..69180b692fe6 100644 --- a/app-text/texlive-core/texlive-core-2011.ebuild +++ b/app-text/texlive-core/texlive-core-2011.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/texlive-core/texlive-core-2011.ebuild,v 1.3 2011/07/28 15:44:28 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/texlive-core/texlive-core-2011.ebuild,v 1.4 2011/07/30 20:06:21 aballier Exp $ EAPI=3 inherit eutils flag-o-matic toolchain-funcs libtool texlive-common -PATCHLEVEL="26" +PATCHLEVEL="27" TL_SOURCE_VERSION=20110705 MY_PV=${PN%-core}-${TL_SOURCE_VERSION}-source |