diff options
author | Alexis Ballier <aballier@gentoo.org> | 2010-10-24 18:12:05 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2010-10-24 18:12:05 +0000 |
commit | 1c8e28f239075bfcf29844ef7a1f974027b0518e (patch) | |
tree | f7ccc53f40d98ba94f4c5097a68696b881ea27e6 /dev-texlive/texlive-documentation-english | |
parent | Use.mask libvirt, tokyocabinet (diff) | |
download | gentoo-2-1c8e28f239075bfcf29844ef7a1f974027b0518e.tar.gz gentoo-2-1c8e28f239075bfcf29844ef7a1f974027b0518e.tar.bz2 gentoo-2-1c8e28f239075bfcf29844ef7a1f974027b0518e.zip |
Bump to TeX Live 2010
(Portage version: 2.2.0_alpha1/cvs/Linux x86_64)
Diffstat (limited to 'dev-texlive/texlive-documentation-english')
-rw-r--r-- | dev-texlive/texlive-documentation-english/ChangeLog | 8 | ||||
-rw-r--r-- | dev-texlive/texlive-documentation-english/texlive-documentation-english-2010.ebuild | 20 |
2 files changed, 27 insertions, 1 deletions
diff --git a/dev-texlive/texlive-documentation-english/ChangeLog b/dev-texlive/texlive-documentation-english/ChangeLog index 98fd85f0efda..3fbf533508cd 100644 --- a/dev-texlive/texlive-documentation-english/ChangeLog +++ b/dev-texlive/texlive-documentation-english/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-texlive/texlive-documentation-english # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-documentation-english/ChangeLog,v 1.31 2010/02/02 21:27:59 abcd Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-documentation-english/ChangeLog,v 1.32 2010/10/24 18:12:03 aballier Exp $ + +*texlive-documentation-english-2010 (24 Oct 2010) + + 24 Oct 2010; Alexis Ballier <aballier@gentoo.org> + +texlive-documentation-english-2010.ebuild: + Bump to TeX Live 2010 02 Feb 2010; Jonathan Callen <abcd@gentoo.org> texlive-documentation-english-2009.ebuild: diff --git a/dev-texlive/texlive-documentation-english/texlive-documentation-english-2010.ebuild b/dev-texlive/texlive-documentation-english/texlive-documentation-english-2010.ebuild new file mode 100644 index 000000000000..7ee107bf0dae --- /dev/null +++ b/dev-texlive/texlive-documentation-english/texlive-documentation-english-2010.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-documentation-english/texlive-documentation-english-2010.ebuild,v 1.1 2010/10/24 18:12:03 aballier Exp $ + +EAPI="3" + +TEXLIVE_MODULE_CONTENTS="FAQ-en MemoirChapStyles Type1fonts amslatex-primer around-the-bend asciichart components-of-TeX comprehensive dtxtut first-latex-doc firststeps free-math-font-survey gentle guide-to-latex impatient intro-scientific knuth l2tabu-english latex-course latex-doc-ptr latex-graphics-companion latex-veryshortguide latex-web-companion latex2e-help-texinfo latex4wp latexcheat lshort-english math-into-latex mathmode memdesign metafont-beginners metapost-examples patgen2-tutorial pdf-forms-tutorial-en plain-doc pstricks-tutorial svg-inkscape tamethebeast tds tex-font-errors-cheatsheet tex-overview tex-refs texbytopic titlepages tlc2 visualfaq webguide xetexref collection-documentation-english +" +TEXLIVE_MODULE_DOC_CONTENTS="FAQ-en.doc MemoirChapStyles.doc Type1fonts.doc amslatex-primer.doc around-the-bend.doc asciichart.doc components-of-TeX.doc comprehensive.doc dtxtut.doc first-latex-doc.doc firststeps.doc free-math-font-survey.doc gentle.doc guide-to-latex.doc impatient.doc intro-scientific.doc knuth.doc l2tabu-english.doc latex-course.doc latex-doc-ptr.doc latex-graphics-companion.doc latex-veryshortguide.doc latex-web-companion.doc latex2e-help-texinfo.doc latex4wp.doc latexcheat.doc lshort-english.doc math-into-latex.doc mathmode.doc memdesign.doc metafont-beginners.doc metapost-examples.doc patgen2-tutorial.doc pdf-forms-tutorial-en.doc plain-doc.doc pstricks-tutorial.doc svg-inkscape.doc tamethebeast.doc tds.doc tex-font-errors-cheatsheet.doc tex-overview.doc tex-refs.doc texbytopic.doc titlepages.doc tlc2.doc visualfaq.doc webguide.doc xetexref.doc " +TEXLIVE_MODULE_SRC_CONTENTS="knuth.source " +inherit texlive-module +DESCRIPTION="TeXLive English documentation" + +LICENSE="GPL-2 as-is FDL-1.1 GPL-1 GPL-2 LPPL-1.3 public-domain TeX " +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" +IUSE="" +DEPEND=">=dev-texlive/texlive-documentation-base-2010 +" +RDEPEND="${DEPEND} " |