diff options
author | Alexis Ballier <aballier@gentoo.org> | 2008-10-18 08:40:50 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2008-10-18 08:40:50 +0000 |
commit | f5c3e6fbfb8b7e2437dbfab198847b7d3046c408 (patch) | |
tree | 4a2f5b1736fe6b284572d7458532784bbe926b53 /app-text | |
parent | bump ffmpeg dep, bug #242422 (diff) | |
download | gentoo-2-f5c3e6fbfb8b7e2437dbfab198847b7d3046c408.tar.gz gentoo-2-f5c3e6fbfb8b7e2437dbfab198847b7d3046c408.tar.bz2 gentoo-2-f5c3e6fbfb8b7e2437dbfab198847b7d3046c408.zip |
Include .doc and .src tarballs too, my mistake... bug #242358
(Portage version: 2.2_rc12/cvs/Linux 2.6.26.6 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-2008-r1.ebuild | 19 |
2 files changed, 23 insertions, 2 deletions
diff --git a/app-text/texlive-core/ChangeLog b/app-text/texlive-core/ChangeLog index 25f2c0dc6842..165d6b1b6332 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-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/texlive-core/ChangeLog,v 1.79 2008/10/18 08:09:06 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/texlive-core/ChangeLog,v 1.80 2008/10/18 08:40:50 aballier Exp $ + + 18 Oct 2008; Alexis Ballier <aballier@gentoo.org> + texlive-core-2008-r1.ebuild: + Include .doc and .src tarballs too, my mistake... bug #242358 18 Oct 2008; Alexis Ballier <aballier@gentoo.org> texlive-core-2008-r1.ebuild: diff --git a/app-text/texlive-core/texlive-core-2008-r1.ebuild b/app-text/texlive-core/texlive-core-2008-r1.ebuild index 750e6e1be209..a57b642a4758 100644 --- a/app-text/texlive-core/texlive-core-2008-r1.ebuild +++ b/app-text/texlive-core/texlive-core-2008-r1.ebuild @@ -1,6 +1,6 @@ # 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-r1.ebuild,v 1.4 2008/10/18 08:09:06 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/texlive-core/texlive-core-2008-r1.ebuild,v 1.5 2008/10/18 08:40:50 aballier Exp $ EAPI=1 @@ -15,18 +15,35 @@ SLOT="0" LICENSE="GPL-2 LPPL-1.3c" TEXLIVE_BASICBIN_CONTENTS="bin-bibtex bin-dialog bin-dvipsk bin-getnonfreefonts bin-gsftopk bin-kpathsea bin-makeindex bin-mfware bin-tetex bin-texlive bin-texconfig glyphlist texlive.infra collection-basicbin" +TEXLIVE_BASICBIN_DOC_CONTENTS="bin-bibtex.doc bin-dialog.doc bin-dvipsk.doc bin-getnonfreefonts.doc bin-gsftopk.doc bin-kpathsea.doc bin-makeindex.doc bin-mfware.doc bin-tetex.doc bin-texlive.doc bin-texconfig.doc texlive.infra.doc" TEXLIVE_FONTBIN_CONTENTS="fontinst mft bin-afm2pl bin-fontware bin-ps2pkm collection-fontbin" +TEXLIVE_FONTBIN_DOC_CONTENTS="fontinst.doc bin-afm2pl.doc bin-fontware.doc" +TEXLIVE_FONTBIN_SRC_CONTENTS="fontinst.source" TEXLIVE_BINEXTRA_CONTENTS="a2ping bin-bibtex8 bin-ctie bin-cweb bin-dtl bin-dvicopy bin-dvidvi bin-dviljk bin-dvipos bin-lacheck bin-patgen bin-pdftools bin-seetexk bin-texdoc bin-texware bin-tie bin-tpic2pdftex bin-web cweb dviasm hyphenex mkind-english mkjobtexmf pdfcrop synctex texcount collection-binextra" +TEXLIVE_BINEXTRA_DOC_CONTENTS="a2ping.doc bin-bibtex8.doc bin-ctie.doc bin-cweb.doc bin-dvicopy.doc bin-dviljk.doc bin-dvipos.doc bin-patgen.doc bin-pdftools.doc bin-texdoc.doc bin-texware.doc bin-tie.doc bin-tpic2pdftex.doc bin-web.doc cweb.doc mkjobtexmf.doc pdfcrop.doc synctex.doc texcount.doc" +TEXLIVE_BINEXTRA_SRC_CONTENTS="hyphenex.source mkjobtexmf.source" TEXLIVE_CORE_INCLUDED_TEXMF="${TEXLIVE_BASICBIN_CONTENTS} ${TEXLIVE_FONTBIN_CONTENTS} ${TEXLIVE_BINEXTRA_CONTENTS}" +TEXLIVE_CORE_INCLUDED_DOC_TEXMF="${TEXLIVE_BASICBIN_DOC_CONTENTS} ${TEXLIVE_FONTBIN_DOC_CONTENTS} ${TEXLIVE_BINEXTRA_DOC_CONTENTS}" +TEXLIVE_CORE_INCLUDED_SRC_TEXMF="${TEXLIVE_FONTBIN_SRC_CONTENTS} ${TEXLIVE_BINEXTRA_SRC_CONTENTS}" SRC_URI="mirror://gentoo/${P}.tar.lzma" for i in ${TEXLIVE_CORE_INCLUDED_TEXMF}; do SRC_URI="${SRC_URI} mirror://gentoo/texlive-module-${i}-${PV}.tar.lzma" done +SRC_URI="${SRC_URI} doc? ( " +for i in ${TEXLIVE_CORE_INCLUDED_DOC_TEXMF}; do + SRC_URI="${SRC_URI} mirror://gentoo/texlive-module-${i}-${PV}.tar.lzma" +done +SRC_URI="${SRC_URI} )" +SRC_URI="${SRC_URI} source? ( " +for i in ${TEXLIVE_CORE_INCLUDED_SRC_TEXMF}; do + SRC_URI="${SRC_URI} mirror://gentoo/texlive-module-${i}-${PV}.tar.lzma" +done +SRC_URI="${SRC_URI} )" # Fetch patches SRC_URI="${SRC_URI} mirror://gentoo/${PN}-patches-${PATCHLEVEL}.tar.lzma |