diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2010-05-15 15:51:52 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2010-05-15 15:51:52 +0000 |
commit | 8bea06cd755554d480addc342bd5f2b1e77d6bc9 (patch) | |
tree | b4779183819cd538010809baef07e3bc92481eeb /app-text/texlive-core | |
parent | Version bumps (diff) | |
download | gentoo-2-8bea06cd755554d480addc342bd5f2b1e77d6bc9.tar.gz gentoo-2-8bea06cd755554d480addc342bd5f2b1e77d6bc9.tar.bz2 gentoo-2-8bea06cd755554d480addc342bd5f2b1e77d6bc9.zip |
Update libpng14 patch for 2008; extra chunk was required for XeTeX_ext.c and "png_libpng_ver".
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'app-text/texlive-core')
-rw-r--r-- | app-text/texlive-core/ChangeLog | 7 | ||||
-rw-r--r-- | app-text/texlive-core/texlive-core-2008-r7.ebuild | 6 |
2 files changed, 9 insertions, 4 deletions
diff --git a/app-text/texlive-core/ChangeLog b/app-text/texlive-core/ChangeLog index 856e85423d5b..8b5333069559 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-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/texlive-core/ChangeLog,v 1.123 2010/05/15 15:27:19 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/texlive-core/ChangeLog,v 1.124 2010/05/15 15:51:52 ssuominen Exp $ + + 15 May 2010; Samuli Suominen <ssuominen@gentoo.org> + texlive-core-2008-r7.ebuild: + Update libpng14 patch for 2008; extra chunk was required for XeTeX_ext.c + and "png_libpng_ver". 15 May 2010; Alexis Ballier <aballier@gentoo.org> -texlive-core-2009.ebuild: diff --git a/app-text/texlive-core/texlive-core-2008-r7.ebuild b/app-text/texlive-core/texlive-core-2008-r7.ebuild index ecdba3f6c57b..d3042096c9bc 100644 --- a/app-text/texlive-core/texlive-core-2008-r7.ebuild +++ b/app-text/texlive-core/texlive-core-2008-r7.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/texlive-core/texlive-core-2008-r7.ebuild,v 1.11 2010/05/15 14:40:16 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/texlive-core/texlive-core-2008-r7.ebuild,v 1.12 2010/05/15 15:51:52 ssuominen Exp $ EAPI=1 inherit eutils flag-o-matic toolchain-funcs libtool autotools texlive-common -PATCHLEVEL="15.1" +PATCHLEVEL="15.2" TEXMFD_VERSION="1" DESCRIPTION="A complete TeX distribution" @@ -46,7 +46,7 @@ done SRC_URI="${SRC_URI} )" # Fetch patches -SRC_URI="${SRC_URI} mirror://gentoo/${PN}-patches-${PATCHLEVEL}.tar.bz2 +SRC_URI="${SRC_URI} http://dev.gentoo.org/~ssuominen/${PN}-patches-${PATCHLEVEL}.tar.bz2 mirror://gentoo/${PN}-2008-texmf.d-${TEXMFD_VERSION}.tar.lzma" KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd" |