diff options
author | Alexis Ballier <aballier@gentoo.org> | 2011-08-19 18:50:49 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2011-08-19 18:50:49 +0000 |
commit | 20ac297ee93c4c11b72485e8475c10166307e3da (patch) | |
tree | 16e831d1650ca1f819d8c64df632e02b2ceb705b /app-text | |
parent | Remove useless/redundant built_with_use check for subversion[perl] since the ... (diff) | |
download | gentoo-2-20ac297ee93c4c11b72485e8475c10166307e3da.tar.gz gentoo-2-20ac297ee93c4c11b72485e8475c10166307e3da.tar.bz2 gentoo-2-20ac297ee93c4c11b72485e8475c10166307e3da.zip |
add patch to fix textrels, bug #195688 by Magnus Granberg
(Portage version: 2.2.0_alpha51/cvs/Linux x86_64)
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/texlive-core/ChangeLog | 6 | ||||
-rw-r--r-- | app-text/texlive-core/texlive-core-2010-r4.ebuild | 4 | ||||
-rw-r--r-- | app-text/texlive-core/texlive-core-2011-r3.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/app-text/texlive-core/ChangeLog b/app-text/texlive-core/ChangeLog index e2bec8bb5747..a0f3770a1694 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-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/texlive-core/ChangeLog,v 1.150 2011/08/14 17:14:11 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/texlive-core/ChangeLog,v 1.151 2011/08/19 18:50:49 aballier Exp $ + + 19 Aug 2011; Alexis Ballier <aballier@gentoo.org> + texlive-core-2010-r4.ebuild, texlive-core-2011-r3.ebuild: + add patch to fix textrels, bug #195688 by Magnus Granberg 14 Aug 2011; Markus Meier <maekke@gentoo.org> texlive-core-2010-r4.ebuild: arm stable, bug #355085 diff --git a/app-text/texlive-core/texlive-core-2010-r4.ebuild b/app-text/texlive-core/texlive-core-2010-r4.ebuild index d4fd3df7c54d..b51fce542438 100644 --- a/app-text/texlive-core/texlive-core-2010-r4.ebuild +++ b/app-text/texlive-core/texlive-core-2010-r4.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-r4.ebuild,v 1.5 2011/08/14 17:14:11 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/texlive-core/texlive-core-2010-r4.ebuild,v 1.6 2011/08/19 18:50:49 aballier Exp $ EAPI=3 inherit eutils flag-o-matic toolchain-funcs libtool texlive-common -PATCHLEVEL="28" +PATCHLEVEL="29" TL_SOURCE_VERSION=20100722 MY_PV=${PN%-core}-${TL_SOURCE_VERSION}-source diff --git a/app-text/texlive-core/texlive-core-2011-r3.ebuild b/app-text/texlive-core/texlive-core-2011-r3.ebuild index 261f8dcfea05..ed1896e20957 100644 --- a/app-text/texlive-core/texlive-core-2011-r3.ebuild +++ b/app-text/texlive-core/texlive-core-2011-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-2011-r3.ebuild,v 1.1 2011/08/04 06:09:59 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/texlive-core/texlive-core-2011-r3.ebuild,v 1.2 2011/08/19 18:50:49 aballier Exp $ EAPI=3 inherit eutils flag-o-matic toolchain-funcs libtool texlive-common -PATCHLEVEL="27" +PATCHLEVEL="30" TL_SOURCE_VERSION=20110705 MY_PV=${PN%-core}-${TL_SOURCE_VERSION}-source |