diff options
author | Alexis Ballier <aballier@gentoo.org> | 2010-01-11 03:29:45 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2010-01-11 03:29:45 +0000 |
commit | 7e932ef752f88e49bf754bddd6136a1a907ca8b5 (patch) | |
tree | 6a14f7d945e3fd03984e1381130796b2c5b9a231 /dev-texlive | |
parent | Bump to TeX Live 2009 (diff) | |
download | gentoo-2-7e932ef752f88e49bf754bddd6136a1a907ca8b5.tar.gz gentoo-2-7e932ef752f88e49bf754bddd6136a1a907ca8b5.tar.bz2 gentoo-2-7e932ef752f88e49bf754bddd6136a1a907ca8b5.zip |
Bump to TeX Live 2009
(Portage version: 2.2_rc61/cvs/Linux x86_64)
Diffstat (limited to 'dev-texlive')
-rw-r--r-- | dev-texlive/texlive-latex3/ChangeLog | 10 | ||||
-rw-r--r-- | dev-texlive/texlive-latex3/texlive-latex3-2009.ebuild | 19 |
2 files changed, 27 insertions, 2 deletions
diff --git a/dev-texlive/texlive-latex3/ChangeLog b/dev-texlive/texlive-latex3/ChangeLog index bceef169e2d8..655d2990cc76 100644 --- a/dev-texlive/texlive-latex3/ChangeLog +++ b/dev-texlive/texlive-latex3/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-texlive/texlive-latex3 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-latex3/ChangeLog,v 1.28 2009/06/10 14:18:46 alexxy Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-latex3/ChangeLog,v 1.29 2010/01/11 03:29:45 aballier Exp $ + +*texlive-latex3-2009 (11 Jan 2010) + + 11 Jan 2010; Alexis Ballier <aballier@gentoo.org> + +texlive-latex3-2009.ebuild: + Bump to TeX Live 2009 10 Jun 2009; Alexey Shvetsov <alexxy@gentoo.org> texlive-latex3-2008.ebuild: diff --git a/dev-texlive/texlive-latex3/texlive-latex3-2009.ebuild b/dev-texlive/texlive-latex3/texlive-latex3-2009.ebuild new file mode 100644 index 000000000000..07337708713f --- /dev/null +++ b/dev-texlive/texlive-latex3/texlive-latex3-2009.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-latex3/texlive-latex3-2009.ebuild,v 1.1 2010/01/11 03:29:45 aballier Exp $ + +TEXLIVE_MODULE_CONTENTS="expl3 mh xpackages collection-latex3 +" +TEXLIVE_MODULE_DOC_CONTENTS="expl3.doc mh.doc xpackages.doc " +TEXLIVE_MODULE_SRC_CONTENTS="expl3.source mh.source xpackages.source " +inherit texlive-module +DESCRIPTION="TeXLive LaTeX3 packages" + +LICENSE="GPL-2 LPPL-1.3 " +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" +IUSE="" +DEPEND=">=dev-texlive/texlive-latex-2009 +!=dev-texlive/texlive-latexextra-2007* +" +RDEPEND="${DEPEND} " |