diff options
author | Alexis Ballier <aballier@gentoo.org> | 2011-08-04 06:09:59 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2011-08-04 06:09:59 +0000 |
commit | 9d88df892c9d0c551a830b82191684edccd00c3b (patch) | |
tree | e02dadf244cbddc607ca7ba1e45ebc5301b457d7 /app-text | |
parent | Version bump. (diff) | |
download | gentoo-2-9d88df892c9d0c551a830b82191684edccd00c3b.tar.gz gentoo-2-9d88df892c9d0c551a830b82191684edccd00c3b.tar.bz2 gentoo-2-9d88df892c9d0c551a830b82191684edccd00c3b.zip |
Add texlive.infra module, required by updmap now, by Thomas Witt in bug #377609; missing dep on perl-getopt-long for updmap too
(Portage version: 2.2.0_alpha50/cvs/Linux x86_64)
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/texlive-core/ChangeLog | 9 | ||||
-rw-r--r-- | app-text/texlive-core/texlive-core-2011-r3.ebuild (renamed from app-text/texlive-core/texlive-core-2011-r2.ebuild) | 11 |
2 files changed, 13 insertions, 7 deletions
diff --git a/app-text/texlive-core/ChangeLog b/app-text/texlive-core/ChangeLog index 8e5c8ecedf21..bc644660f467 100644 --- a/app-text/texlive-core/ChangeLog +++ b/app-text/texlive-core/ChangeLog @@ -1,6 +1,13 @@ # 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.145 2011/07/31 07:36:25 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/texlive-core/ChangeLog,v 1.146 2011/08/04 06:09:59 aballier Exp $ + +*texlive-core-2011-r3 (04 Aug 2011) + + 04 Aug 2011; Alexis Ballier <aballier@gentoo.org> + -texlive-core-2011-r2.ebuild, +texlive-core-2011-r3.ebuild: + Add texlive.infra module, required by updmap now, by Thomas Witt in bug + #377609; missing dep on perl-getopt-long for updmap too 31 Jul 2011; Alexis Ballier <aballier@gentoo.org> texlive-core-2011-r2.ebuild: diff --git a/app-text/texlive-core/texlive-core-2011-r2.ebuild b/app-text/texlive-core/texlive-core-2011-r3.ebuild index 78d0eee23ce0..261f8dcfea05 100644 --- a/app-text/texlive-core/texlive-core-2011-r2.ebuild +++ b/app-text/texlive-core/texlive-core-2011-r3.ebuild @@ -1,6 +1,6 @@ # 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-r2.ebuild,v 1.2 2011/07/31 07:36:25 aballier Exp $ +# $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 $ EAPI=3 @@ -39,8 +39,8 @@ TL_CORE_BINEXTRA_DOC_MODULES=" " TL_CORE_BINEXTRA_SRC_MODULES="hyphenex.source listings-ext.source mkjobtexmf.source" -TL_CORE_EXTRA_MODULES="tetex hyphen-base texconfig gsftopk ${TL_CORE_BINEXTRA_MODULES}" -TL_CORE_EXTRA_DOC_MODULES="tetex.doc texconfig.doc gsftopk.doc ${TL_CORE_BINEXTRA_DOC_MODULES}" +TL_CORE_EXTRA_MODULES="tetex hyphen-base texconfig gsftopk texlive.infra ${TL_CORE_BINEXTRA_MODULES}" +TL_CORE_EXTRA_DOC_MODULES="tetex.doc texconfig.doc gsftopk.doc texlive.infra.doc ${TL_CORE_BINEXTRA_DOC_MODULES}" TL_CORE_EXTRA_SRC_MODULES="${TL_CORE_BINEXTRA_SRC_MODULES}" for i in ${TL_CORE_EXTRA_MODULES}; do @@ -101,6 +101,7 @@ RDEPEND="${COMMON_DEPEND} >=app-text/ps2pkm-1.5_p20110705 >=app-text/dvipsk-5.991_p20110705 >=dev-tex/bibtexu-3.71_p20110705 + virtual/perl-Getopt-Long xetex? ( >=app-text/xdvipdfmx-0.7.8 ) tk? ( dev-perl/perl-tk )" @@ -212,9 +213,7 @@ src_install() { dodir /usr/share # just in case cp -pR texmf{,-dist} "${D}/usr/share/" || die "failed to install texmf trees" - if use source ; then - cp -pR "${WORKDIR}"/tlpkg "${D}/usr/share/" || die "failed to install tlpkg files" - fi + cp -pR "${WORKDIR}"/tlpkg "${D}/usr/share/" || die "failed to install tlpkg files" newsbin "${FILESDIR}/texmf-update2010" texmf-update |