diff options
author | Alexis Ballier <aballier@gentoo.org> | 2011-11-02 21:06:43 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2011-11-02 21:06:43 +0000 |
commit | 69e1a795bce3f8629141d3316ab792b82d4aaaa4 (patch) | |
tree | ba754e1bb2f1eb3038f183d9b2d46fd909248dbf /app-text/texlive-core/texlive-core-2011-r4.ebuild | |
parent | [kde-base] KDE SC 4.7.3 (diff) | |
download | historical-69e1a795bce3f8629141d3316ab792b82d4aaaa4.tar.gz historical-69e1a795bce3f8629141d3316ab792b82d4aaaa4.tar.bz2 historical-69e1a795bce3f8629141d3316ab792b82d4aaaa4.zip |
add upstream patches from branch 2011
Package-Manager: portage-2.2.0_alpha72/cvs/Linux x86_64
Diffstat (limited to 'app-text/texlive-core/texlive-core-2011-r4.ebuild')
-rw-r--r-- | app-text/texlive-core/texlive-core-2011-r4.ebuild | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/app-text/texlive-core/texlive-core-2011-r4.ebuild b/app-text/texlive-core/texlive-core-2011-r4.ebuild index 4cbf2bc94db4..5daf0950a4ac 100644 --- a/app-text/texlive-core/texlive-core-2011-r4.ebuild +++ b/app-text/texlive-core/texlive-core-2011-r4.ebuild @@ -1,13 +1,15 @@ # 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-r4.ebuild,v 1.2 2011/10/12 15:08:15 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/texlive-core/texlive-core-2011-r4.ebuild,v 1.3 2011/11/02 21:06:43 aballier Exp $ EAPI=3 +TL_UPSTREAM_PATCHLEVEL="1" +PATCHLEVEL="31" +TL_SOURCE_VERSION=20110705 + inherit eutils flag-o-matic toolchain-funcs libtool texlive-common -PATCHLEVEL="30" -TL_SOURCE_VERSION=20110705 MY_PV=${PN%-core}-${TL_SOURCE_VERSION}-source DESCRIPTION="A complete TeX distribution" @@ -18,7 +20,8 @@ LICENSE="GPL-2 LPPL-1.3c TeX" SRC_URI="mirror://gentoo/${MY_PV}.tar.xz" # Fetch patches -SRC_URI="${SRC_URI} mirror://gentoo/${PN}-patches-${PATCHLEVEL}.tar.xz" +SRC_URI="${SRC_URI} mirror://gentoo/${PN}-patches-${PATCHLEVEL}.tar.xz + mirror://gentoo/texlive-core-upstream-patches-${TL_UPSTREAM_PATCHLEVEL}.tar.xz" TL_CORE_BINEXTRA_MODULES=" a2ping asymptote bibtex8 bundledoc ctie cweb de-macro dtl dvi2tty dviasm @@ -113,6 +116,7 @@ S="${WORKDIR}/${MY_PV}" src_prepare() { mv "${WORKDIR}"/texmf* "${S}" || die "failed to move texmf files" + EPATCH_MULTI_MSG="Applying patches from upstream bugfix branch..." EPATCH_SUFFIX="patch" epatch "${WORKDIR}/gentoo_branch2011_patches" EPATCH_SUFFIX="patch" epatch "${WORKDIR}/patches" elibtoolize |