diff options
author | Alexis Ballier <aballier@gentoo.org> | 2008-11-29 15:18:13 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2008-11-29 15:18:13 +0000 |
commit | c745e1634755518c14993247152341ff2f8485b3 (patch) | |
tree | 64ee2891282e9ac09b185f33d73664dbf5752d25 /app-text/texlive-core | |
parent | Update homepage and SRC_URI (diff) | |
download | gentoo-2-c745e1634755518c14993247152341ff2f8485b3.tar.gz gentoo-2-c745e1634755518c14993247152341ff2f8485b3.tar.bz2 gentoo-2-c745e1634755518c14993247152341ff2f8485b3.zip |
Incoporate patches from Ryan Hill <dirtyepic@gentoo.org>, bug #249224, fix gcc 4.4 build and Vladimir Rapatskiy <rapatsky@gmail.com>, bug #247982, eliminate xpdf deprecated char* coversion warnings
(Portage version: 2.2_rc16/cvs/Linux 2.6.27.7 x86_64)
Diffstat (limited to 'app-text/texlive-core')
-rw-r--r-- | app-text/texlive-core/ChangeLog | 8 | ||||
-rw-r--r-- | app-text/texlive-core/texlive-core-2008-r4.ebuild | 4 |
2 files changed, 9 insertions, 3 deletions
diff --git a/app-text/texlive-core/ChangeLog b/app-text/texlive-core/ChangeLog index 452e4a9bc93d..a404e2751465 100644 --- a/app-text/texlive-core/ChangeLog +++ b/app-text/texlive-core/ChangeLog @@ -1,6 +1,12 @@ # 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.87 2008/11/20 10:07:13 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/texlive-core/ChangeLog,v 1.88 2008/11/29 15:18:13 aballier Exp $ + + 29 Nov 2008; Alexis Ballier <aballier@gentoo.org> + texlive-core-2008-r4.ebuild: + Incoporate patches from Ryan Hill <dirtyepic@gentoo.org>, bug #249224, fix + gcc 4.4 build and Vladimir Rapatskiy <rapatsky@gmail.com>, bug #247982, + eliminate xpdf deprecated char* coversion warnings *texlive-core-2008-r4 (20 Nov 2008) diff --git a/app-text/texlive-core/texlive-core-2008-r4.ebuild b/app-text/texlive-core/texlive-core-2008-r4.ebuild index 64403a9af9f7..6ca052d875f2 100644 --- a/app-text/texlive-core/texlive-core-2008-r4.ebuild +++ b/app-text/texlive-core/texlive-core-2008-r4.ebuild @@ -1,12 +1,12 @@ # 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-2008-r4.ebuild,v 1.1 2008/11/20 10:07:13 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/texlive-core/texlive-core-2008-r4.ebuild,v 1.2 2008/11/29 15:18:13 aballier Exp $ EAPI=1 inherit eutils flag-o-matic toolchain-funcs libtool autotools texlive-common -PATCHLEVEL="8" +PATCHLEVEL="9" TEXMFD_VERSION="1" DESCRIPTION="A complete TeX distribution" |