diff options
60 files changed, 883 insertions, 31 deletions
diff --git a/dev-texlive/texlive-langitalian/ChangeLog b/dev-texlive/texlive-langitalian/ChangeLog index 88bd31c01ef7..953d550af4af 100644 --- a/dev-texlive/texlive-langitalian/ChangeLog +++ b/dev-texlive/texlive-langitalian/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-texlive/texlive-langitalian # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-langitalian/ChangeLog,v 1.49 2012/05/09 15:12:08 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-langitalian/ChangeLog,v 1.50 2012/07/27 02:32:31 aballier Exp $ + +*texlive-langitalian-2012 (27 Jul 2012) + + 27 Jul 2012; Alexis Ballier <aballier@gentoo.org> + +texlive-langitalian-2012.ebuild: + Bump to TeX Live 2012. 09 May 2012; Alexis Ballier <aballier@gentoo.org> texlive-langitalian-2011.ebuild: diff --git a/dev-texlive/texlive-langitalian/texlive-langitalian-2012.ebuild b/dev-texlive/texlive-langitalian/texlive-langitalian-2012.ebuild new file mode 100644 index 000000000000..cb66324008e2 --- /dev/null +++ b/dev-texlive/texlive-langitalian/texlive-langitalian-2012.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-langitalian/texlive-langitalian-2012.ebuild,v 1.1 2012/07/27 02:32:31 aballier Exp $ + +EAPI="4" + +TEXLIVE_MODULE_CONTENTS="codicefiscaleitaliano fixltxhyph hyphen-italian frontespizio itnumpar layaureo collection-langitalian +" +TEXLIVE_MODULE_DOC_CONTENTS="codicefiscaleitaliano.doc fixltxhyph.doc frontespizio.doc itnumpar.doc layaureo.doc " +TEXLIVE_MODULE_SRC_CONTENTS="codicefiscaleitaliano.source fixltxhyph.source frontespizio.source itnumpar.source layaureo.source " +inherit texlive-module +DESCRIPTION="TeXLive Italian" + +LICENSE="GPL-2 LGPL-2 LPPL-1.3 " +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +IUSE="" +DEPEND=">=dev-texlive/texlive-basic-2012 +" +RDEPEND="${DEPEND} " diff --git a/dev-texlive/texlive-langlatin/ChangeLog b/dev-texlive/texlive-langlatin/ChangeLog index 20192b38786c..8c47b858d747 100644 --- a/dev-texlive/texlive-langlatin/ChangeLog +++ b/dev-texlive/texlive-langlatin/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-texlive/texlive-langlatin # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-langlatin/ChangeLog,v 1.49 2012/05/09 15:12:41 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-langlatin/ChangeLog,v 1.50 2012/07/27 02:33:15 aballier Exp $ + +*texlive-langlatin-2012 (27 Jul 2012) + + 27 Jul 2012; Alexis Ballier <aballier@gentoo.org> + +texlive-langlatin-2012.ebuild: + Bump to TeX Live 2012. 09 May 2012; Alexis Ballier <aballier@gentoo.org> texlive-langlatin-2011.ebuild: diff --git a/dev-texlive/texlive-langlatin/texlive-langlatin-2012.ebuild b/dev-texlive/texlive-langlatin/texlive-langlatin-2012.ebuild new file mode 100644 index 000000000000..d62a7c39c1a5 --- /dev/null +++ b/dev-texlive/texlive-langlatin/texlive-langlatin-2012.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-langlatin/texlive-langlatin-2012.ebuild,v 1.1 2012/07/27 02:33:15 aballier Exp $ + +EAPI="4" + +TEXLIVE_MODULE_CONTENTS="hyphen-latin collection-langlatin +" +TEXLIVE_MODULE_DOC_CONTENTS="" +TEXLIVE_MODULE_SRC_CONTENTS="" +inherit texlive-module +DESCRIPTION="TeXLive Latin" + +LICENSE="GPL-2 LPPL-1.3 " +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +IUSE="" +DEPEND=">=dev-texlive/texlive-basic-2012 +" +RDEPEND="${DEPEND} " diff --git a/dev-texlive/texlive-langlatvian/ChangeLog b/dev-texlive/texlive-langlatvian/ChangeLog index 22629e210202..4f9ebb062d43 100644 --- a/dev-texlive/texlive-langlatvian/ChangeLog +++ b/dev-texlive/texlive-langlatvian/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-texlive/texlive-langlatvian # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-langlatvian/ChangeLog,v 1.29 2012/05/09 15:13:14 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-langlatvian/ChangeLog,v 1.30 2012/07/27 02:33:58 aballier Exp $ + +*texlive-langlatvian-2012 (27 Jul 2012) + + 27 Jul 2012; Alexis Ballier <aballier@gentoo.org> + +texlive-langlatvian-2012.ebuild: + Bump to TeX Live 2012. 09 May 2012; Alexis Ballier <aballier@gentoo.org> texlive-langlatvian-2011.ebuild: diff --git a/dev-texlive/texlive-langlatvian/texlive-langlatvian-2012.ebuild b/dev-texlive/texlive-langlatvian/texlive-langlatvian-2012.ebuild new file mode 100644 index 000000000000..33654892949a --- /dev/null +++ b/dev-texlive/texlive-langlatvian/texlive-langlatvian-2012.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-langlatvian/texlive-langlatvian-2012.ebuild,v 1.1 2012/07/27 02:33:58 aballier Exp $ + +EAPI="4" + +TEXLIVE_MODULE_CONTENTS="hyphen-latvian collection-langlatvian +" +TEXLIVE_MODULE_DOC_CONTENTS="" +TEXLIVE_MODULE_SRC_CONTENTS="" +inherit texlive-module +DESCRIPTION="TeXLive Latvian" + +LICENSE="GPL-2 " +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +IUSE="" +DEPEND=">=dev-texlive/texlive-basic-2012 +" +RDEPEND="${DEPEND} " diff --git a/dev-texlive/texlive-langlithuanian/ChangeLog b/dev-texlive/texlive-langlithuanian/ChangeLog index b7e0dbc4a8c1..8c0ec60fb814 100644 --- a/dev-texlive/texlive-langlithuanian/ChangeLog +++ b/dev-texlive/texlive-langlithuanian/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-texlive/texlive-langlithuanian # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-langlithuanian/ChangeLog,v 1.29 2012/05/09 15:13:47 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-langlithuanian/ChangeLog,v 1.30 2012/07/27 02:34:42 aballier Exp $ + +*texlive-langlithuanian-2012 (27 Jul 2012) + + 27 Jul 2012; Alexis Ballier <aballier@gentoo.org> + +texlive-langlithuanian-2012.ebuild: + Bump to TeX Live 2012. 09 May 2012; Alexis Ballier <aballier@gentoo.org> texlive-langlithuanian-2011.ebuild: diff --git a/dev-texlive/texlive-langlithuanian/texlive-langlithuanian-2012.ebuild b/dev-texlive/texlive-langlithuanian/texlive-langlithuanian-2012.ebuild new file mode 100644 index 000000000000..0b71f424ba14 --- /dev/null +++ b/dev-texlive/texlive-langlithuanian/texlive-langlithuanian-2012.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-langlithuanian/texlive-langlithuanian-2012.ebuild,v 1.1 2012/07/27 02:34:42 aballier Exp $ + +EAPI="4" + +TEXLIVE_MODULE_CONTENTS="lithuanian hyphen-lithuanian collection-langlithuanian +" +TEXLIVE_MODULE_DOC_CONTENTS="lithuanian.doc " +TEXLIVE_MODULE_SRC_CONTENTS="" +inherit texlive-module +DESCRIPTION="TeXLive Lithuanian" + +LICENSE="GPL-2 LPPL-1.3 " +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +IUSE="" +DEPEND=">=dev-texlive/texlive-basic-2012 +" +RDEPEND="${DEPEND} " diff --git a/dev-texlive/texlive-langmongolian/ChangeLog b/dev-texlive/texlive-langmongolian/ChangeLog index b4f05b48e6c2..fc71af26c7d0 100644 --- a/dev-texlive/texlive-langmongolian/ChangeLog +++ b/dev-texlive/texlive-langmongolian/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-texlive/texlive-langmongolian # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-langmongolian/ChangeLog,v 1.50 2012/05/09 15:14:21 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-langmongolian/ChangeLog,v 1.51 2012/07/27 02:35:26 aballier Exp $ + +*texlive-langmongolian-2012 (27 Jul 2012) + + 27 Jul 2012; Alexis Ballier <aballier@gentoo.org> + +texlive-langmongolian-2012.ebuild: + Bump to TeX Live 2012. 09 May 2012; Alexis Ballier <aballier@gentoo.org> texlive-langmongolian-2011.ebuild: diff --git a/dev-texlive/texlive-langmongolian/texlive-langmongolian-2012.ebuild b/dev-texlive/texlive-langmongolian/texlive-langmongolian-2012.ebuild new file mode 100644 index 000000000000..1e9213a39002 --- /dev/null +++ b/dev-texlive/texlive-langmongolian/texlive-langmongolian-2012.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-langmongolian/texlive-langmongolian-2012.ebuild,v 1.1 2012/07/27 02:35:26 aballier Exp $ + +EAPI="4" + +TEXLIVE_MODULE_CONTENTS="hyphen-mongolian mongolian-babel montex collection-langmongolian +" +TEXLIVE_MODULE_DOC_CONTENTS="mongolian-babel.doc montex.doc " +TEXLIVE_MODULE_SRC_CONTENTS="mongolian-babel.source " +inherit texlive-module +DESCRIPTION="TeXLive Mongolian" + +LICENSE="GPL-2 GPL-1 LPPL-1.3 " +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +IUSE="" +DEPEND=">=dev-texlive/texlive-basic-2012 +!=dev-texlive/texlive-langmanju-2007* +" +RDEPEND="${DEPEND} " diff --git a/dev-texlive/texlive-langnorwegian/ChangeLog b/dev-texlive/texlive-langnorwegian/ChangeLog index daf2099f9663..b0568b1b3be1 100644 --- a/dev-texlive/texlive-langnorwegian/ChangeLog +++ b/dev-texlive/texlive-langnorwegian/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-texlive/texlive-langnorwegian # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-langnorwegian/ChangeLog,v 1.49 2012/05/09 15:14:59 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-langnorwegian/ChangeLog,v 1.50 2012/07/27 02:36:17 aballier Exp $ + +*texlive-langnorwegian-2012 (27 Jul 2012) + + 27 Jul 2012; Alexis Ballier <aballier@gentoo.org> + +texlive-langnorwegian-2012.ebuild: + Bump to TeX Live 2012. 09 May 2012; Alexis Ballier <aballier@gentoo.org> texlive-langnorwegian-2011.ebuild: diff --git a/dev-texlive/texlive-langnorwegian/texlive-langnorwegian-2012.ebuild b/dev-texlive/texlive-langnorwegian/texlive-langnorwegian-2012.ebuild new file mode 100644 index 000000000000..7dc4fd4a877f --- /dev/null +++ b/dev-texlive/texlive-langnorwegian/texlive-langnorwegian-2012.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-langnorwegian/texlive-langnorwegian-2012.ebuild,v 1.1 2012/07/27 02:36:17 aballier Exp $ + +EAPI="4" + +TEXLIVE_MODULE_CONTENTS="hyphen-norwegian collection-langnorwegian +" +TEXLIVE_MODULE_DOC_CONTENTS="" +TEXLIVE_MODULE_SRC_CONTENTS="" +inherit texlive-module +DESCRIPTION="TeXLive Norwegian" + +LICENSE="GPL-2 " +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +IUSE="" +DEPEND=">=dev-texlive/texlive-basic-2012 +" +RDEPEND="${DEPEND} " diff --git a/dev-texlive/texlive-langother/ChangeLog b/dev-texlive/texlive-langother/ChangeLog index e90bb0a48f5e..1afe0402ecb7 100644 --- a/dev-texlive/texlive-langother/ChangeLog +++ b/dev-texlive/texlive-langother/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-texlive/texlive-langother # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-langother/ChangeLog,v 1.50 2012/05/09 15:15:32 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-langother/ChangeLog,v 1.51 2012/07/27 02:37:01 aballier Exp $ + +*texlive-langother-2012 (27 Jul 2012) + + 27 Jul 2012; Alexis Ballier <aballier@gentoo.org> + +texlive-langother-2012.ebuild: + Bump to TeX Live 2012. 09 May 2012; Alexis Ballier <aballier@gentoo.org> texlive-langother-2011.ebuild: diff --git a/dev-texlive/texlive-langother/texlive-langother-2012.ebuild b/dev-texlive/texlive-langother/texlive-langother-2012.ebuild new file mode 100644 index 000000000000..aba824a546e9 --- /dev/null +++ b/dev-texlive/texlive-langother/texlive-langother-2012.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-langother/texlive-langother-2012.ebuild,v 1.1 2012/07/27 02:37:01 aballier Exp $ + +EAPI="4" + +TEXLIVE_MODULE_CONTENTS="hyphen-afrikaans hyphen-armenian hyphen-coptic hyphen-esperanto hyphen-estonian hyphen-friulan hyphen-icelandic hyphen-indonesian hyphen-interlingua hyphen-irish hyphen-kurmanji hyphen-romanian hyphen-romansh hyphen-serbian hyphen-slovenian hyphen-turkish hyphen-uppersorbian hyphen-welsh collection-langother +" +TEXLIVE_MODULE_DOC_CONTENTS="" +TEXLIVE_MODULE_SRC_CONTENTS="" +inherit texlive-module +DESCRIPTION="TeXLive Other hyphenation patterns" + +LICENSE="GPL-2 as-is GPL-1 LPPL-1.3 " +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +IUSE="" +DEPEND=">=dev-texlive/texlive-basic-2012 +!<dev-texlive/texlive-basic-2009 +" +RDEPEND="${DEPEND} " diff --git a/dev-texlive/texlive-langpolish/ChangeLog b/dev-texlive/texlive-langpolish/ChangeLog index 22d6d3588d29..6fd55bdb8458 100644 --- a/dev-texlive/texlive-langpolish/ChangeLog +++ b/dev-texlive/texlive-langpolish/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-texlive/texlive-langpolish # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-langpolish/ChangeLog,v 1.50 2012/05/09 15:16:07 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-langpolish/ChangeLog,v 1.51 2012/07/27 02:37:45 aballier Exp $ + +*texlive-langpolish-2012 (27 Jul 2012) + + 27 Jul 2012; Alexis Ballier <aballier@gentoo.org> + +texlive-langpolish-2012.ebuild: + Bump to TeX Live 2012. 09 May 2012; Alexis Ballier <aballier@gentoo.org> texlive-langpolish-2011.ebuild: diff --git a/dev-texlive/texlive-langpolish/texlive-langpolish-2012.ebuild b/dev-texlive/texlive-langpolish/texlive-langpolish-2012.ebuild new file mode 100644 index 000000000000..e406f306cbf9 --- /dev/null +++ b/dev-texlive/texlive-langpolish/texlive-langpolish-2012.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-langpolish/texlive-langpolish-2012.ebuild,v 1.1 2012/07/27 02:37:45 aballier Exp $ + +EAPI="4" + +TEXLIVE_MODULE_CONTENTS="cc-pl gustlib gustprog mex mwcls pl polski przechlewski-book qpxqtx tap utf8mex hyphen-polish collection-langpolish +" +TEXLIVE_MODULE_DOC_CONTENTS="cc-pl.doc gustlib.doc gustprog.doc mex.doc mwcls.doc pl.doc polski.doc przechlewski-book.doc qpxqtx.doc tap.doc utf8mex.doc " +TEXLIVE_MODULE_SRC_CONTENTS="mex.source mwcls.source polski.source tap.source " +inherit texlive-module +DESCRIPTION="TeXLive Polish" + +LICENSE="GPL-2 LPPL-1.2 LPPL-1.3 public-domain TeX " +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +IUSE="" +DEPEND=">=dev-texlive/texlive-latex-2012 +>=dev-texlive/texlive-basic-2012 +" +RDEPEND="${DEPEND} " diff --git a/dev-texlive/texlive-langportuguese/ChangeLog b/dev-texlive/texlive-langportuguese/ChangeLog index 4880b481e472..2de1b4110087 100644 --- a/dev-texlive/texlive-langportuguese/ChangeLog +++ b/dev-texlive/texlive-langportuguese/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-texlive/texlive-langportuguese # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-langportuguese/ChangeLog,v 1.50 2012/05/09 15:16:43 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-langportuguese/ChangeLog,v 1.51 2012/07/27 02:38:35 aballier Exp $ + +*texlive-langportuguese-2012 (27 Jul 2012) + + 27 Jul 2012; Alexis Ballier <aballier@gentoo.org> + +texlive-langportuguese-2012.ebuild: + Bump to TeX Live 2012. 09 May 2012; Alexis Ballier <aballier@gentoo.org> texlive-langportuguese-2011.ebuild: diff --git a/dev-texlive/texlive-langportuguese/texlive-langportuguese-2012.ebuild b/dev-texlive/texlive-langportuguese/texlive-langportuguese-2012.ebuild new file mode 100644 index 000000000000..2027cb37ed2d --- /dev/null +++ b/dev-texlive/texlive-langportuguese/texlive-langportuguese-2012.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-langportuguese/texlive-langportuguese-2012.ebuild,v 1.1 2012/07/27 02:38:35 aballier Exp $ + +EAPI="4" + +TEXLIVE_MODULE_CONTENTS="ordinalpt hyphen-portuguese collection-langportuguese +" +TEXLIVE_MODULE_DOC_CONTENTS="ordinalpt.doc " +TEXLIVE_MODULE_SRC_CONTENTS="ordinalpt.source " +inherit texlive-module +DESCRIPTION="TeXLive Portuguese" + +LICENSE="GPL-2 LPPL-1.3 " +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +IUSE="" +DEPEND=">=dev-texlive/texlive-basic-2012 +" +RDEPEND="${DEPEND} " diff --git a/dev-texlive/texlive-langspanish/ChangeLog b/dev-texlive/texlive-langspanish/ChangeLog index 5a1ba9818c22..abe8dfc8aa14 100644 --- a/dev-texlive/texlive-langspanish/ChangeLog +++ b/dev-texlive/texlive-langspanish/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-texlive/texlive-langspanish # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-langspanish/ChangeLog,v 1.49 2012/05/09 15:17:16 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-langspanish/ChangeLog,v 1.50 2012/07/27 02:39:21 aballier Exp $ + +*texlive-langspanish-2012 (27 Jul 2012) + + 27 Jul 2012; Alexis Ballier <aballier@gentoo.org> + +texlive-langspanish-2012.ebuild: + Bump to TeX Live 2012. 09 May 2012; Alexis Ballier <aballier@gentoo.org> texlive-langspanish-2011.ebuild: diff --git a/dev-texlive/texlive-langspanish/texlive-langspanish-2012.ebuild b/dev-texlive/texlive-langspanish/texlive-langspanish-2012.ebuild new file mode 100644 index 000000000000..88967ca6b52a --- /dev/null +++ b/dev-texlive/texlive-langspanish/texlive-langspanish-2012.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-langspanish/texlive-langspanish-2012.ebuild,v 1.1 2012/07/27 02:39:21 aballier Exp $ + +EAPI="4" + +TEXLIVE_MODULE_CONTENTS="hyphen-spanish hyphen-catalan hyphen-galician spanish spanish-mx collection-langspanish +" +TEXLIVE_MODULE_DOC_CONTENTS="spanish.doc spanish-mx.doc " +TEXLIVE_MODULE_SRC_CONTENTS="spanish.source " +inherit texlive-module +DESCRIPTION="TeXLive Spanish" + +LICENSE="GPL-2 LPPL-1.3 " +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +IUSE="" +DEPEND=">=dev-texlive/texlive-basic-2012 +" +RDEPEND="${DEPEND} " diff --git a/dev-texlive/texlive-langswedish/ChangeLog b/dev-texlive/texlive-langswedish/ChangeLog index 9d9e6219a6d4..ca65fc6a6d78 100644 --- a/dev-texlive/texlive-langswedish/ChangeLog +++ b/dev-texlive/texlive-langswedish/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-texlive/texlive-langswedish # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-langswedish/ChangeLog,v 1.50 2012/05/09 15:17:51 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-langswedish/ChangeLog,v 1.51 2012/07/27 02:40:04 aballier Exp $ + +*texlive-langswedish-2012 (27 Jul 2012) + + 27 Jul 2012; Alexis Ballier <aballier@gentoo.org> + +texlive-langswedish-2012.ebuild: + Bump to TeX Live 2012. 09 May 2012; Alexis Ballier <aballier@gentoo.org> texlive-langswedish-2011.ebuild: diff --git a/dev-texlive/texlive-langswedish/texlive-langswedish-2012.ebuild b/dev-texlive/texlive-langswedish/texlive-langswedish-2012.ebuild new file mode 100644 index 000000000000..bf3a858faaf7 --- /dev/null +++ b/dev-texlive/texlive-langswedish/texlive-langswedish-2012.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-langswedish/texlive-langswedish-2012.ebuild,v 1.1 2012/07/27 02:40:04 aballier Exp $ + +EAPI="4" + +TEXLIVE_MODULE_CONTENTS="swebib hyphen-swedish collection-langswedish +" +TEXLIVE_MODULE_DOC_CONTENTS="swebib.doc " +TEXLIVE_MODULE_SRC_CONTENTS="" +inherit texlive-module +DESCRIPTION="TeXLive Swedish" + +LICENSE="GPL-2 LPPL-1.2 " +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +IUSE="" +DEPEND=">=dev-texlive/texlive-basic-2012 +" +RDEPEND="${DEPEND} " diff --git a/dev-texlive/texlive-langtibetan/ChangeLog b/dev-texlive/texlive-langtibetan/ChangeLog index 71222b6c0854..9e8ba734d8b8 100644 --- a/dev-texlive/texlive-langtibetan/ChangeLog +++ b/dev-texlive/texlive-langtibetan/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-texlive/texlive-langtibetan # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-langtibetan/ChangeLog,v 1.49 2012/05/09 15:18:24 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-langtibetan/ChangeLog,v 1.50 2012/07/27 02:40:51 aballier Exp $ + +*texlive-langtibetan-2012 (27 Jul 2012) + + 27 Jul 2012; Alexis Ballier <aballier@gentoo.org> + +texlive-langtibetan-2012.ebuild: + Bump to TeX Live 2012. 09 May 2012; Alexis Ballier <aballier@gentoo.org> texlive-langtibetan-2011.ebuild: diff --git a/dev-texlive/texlive-langtibetan/texlive-langtibetan-2012.ebuild b/dev-texlive/texlive-langtibetan/texlive-langtibetan-2012.ebuild new file mode 100644 index 000000000000..23bdf60e3b40 --- /dev/null +++ b/dev-texlive/texlive-langtibetan/texlive-langtibetan-2012.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-langtibetan/texlive-langtibetan-2012.ebuild,v 1.1 2012/07/27 02:40:51 aballier Exp $ + +EAPI="4" + +TEXLIVE_MODULE_CONTENTS="ctib otibet collection-langtibetan +" +TEXLIVE_MODULE_DOC_CONTENTS="ctib.doc otibet.doc " +TEXLIVE_MODULE_SRC_CONTENTS="ctib.source otibet.source " +inherit texlive-module +DESCRIPTION="TeXLive Tibetan" + +LICENSE="GPL-2 GPL-1 " +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +IUSE="" +DEPEND=">=dev-texlive/texlive-basic-2012 +" +RDEPEND="${DEPEND} " diff --git a/dev-texlive/texlive-langturkmen/ChangeLog b/dev-texlive/texlive-langturkmen/ChangeLog index a4d8c0a9873e..994cacd20a65 100644 --- a/dev-texlive/texlive-langturkmen/ChangeLog +++ b/dev-texlive/texlive-langturkmen/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-texlive/texlive-langturkmen # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-langturkmen/ChangeLog,v 1.23 2012/05/09 15:18:58 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-langturkmen/ChangeLog,v 1.24 2012/07/27 02:41:34 aballier Exp $ + +*texlive-langturkmen-2012 (27 Jul 2012) + + 27 Jul 2012; Alexis Ballier <aballier@gentoo.org> + +texlive-langturkmen-2012.ebuild: + Bump to TeX Live 2012. 09 May 2012; Alexis Ballier <aballier@gentoo.org> texlive-langturkmen-2011.ebuild: diff --git a/dev-texlive/texlive-langturkmen/texlive-langturkmen-2012.ebuild b/dev-texlive/texlive-langturkmen/texlive-langturkmen-2012.ebuild new file mode 100644 index 000000000000..0f7c1b7623fb --- /dev/null +++ b/dev-texlive/texlive-langturkmen/texlive-langturkmen-2012.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-langturkmen/texlive-langturkmen-2012.ebuild,v 1.1 2012/07/27 02:41:34 aballier Exp $ + +EAPI="4" + +TEXLIVE_MODULE_CONTENTS="turkmen hyphen-turkmen collection-langturkmen +" +TEXLIVE_MODULE_DOC_CONTENTS="turkmen.doc " +TEXLIVE_MODULE_SRC_CONTENTS="turkmen.source " +inherit texlive-module +DESCRIPTION="TeXLive Turkmen" + +LICENSE="GPL-2 LPPL-1.3 " +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +IUSE="" +DEPEND=">=dev-texlive/texlive-basic-2012 +" +RDEPEND="${DEPEND} " diff --git a/dev-texlive/texlive-langvietnamese/ChangeLog b/dev-texlive/texlive-langvietnamese/ChangeLog index 319584ca326b..ce813dd34f2f 100644 --- a/dev-texlive/texlive-langvietnamese/ChangeLog +++ b/dev-texlive/texlive-langvietnamese/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-texlive/texlive-langvietnamese # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-langvietnamese/ChangeLog,v 1.49 2012/05/09 15:19:33 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-langvietnamese/ChangeLog,v 1.50 2012/07/27 02:42:18 aballier Exp $ + +*texlive-langvietnamese-2012 (27 Jul 2012) + + 27 Jul 2012; Alexis Ballier <aballier@gentoo.org> + +texlive-langvietnamese-2012.ebuild: + Bump to TeX Live 2012. 09 May 2012; Alexis Ballier <aballier@gentoo.org> texlive-langvietnamese-2011.ebuild: diff --git a/dev-texlive/texlive-langvietnamese/texlive-langvietnamese-2012.ebuild b/dev-texlive/texlive-langvietnamese/texlive-langvietnamese-2012.ebuild new file mode 100644 index 000000000000..2b69b8e42de7 --- /dev/null +++ b/dev-texlive/texlive-langvietnamese/texlive-langvietnamese-2012.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-langvietnamese/texlive-langvietnamese-2012.ebuild,v 1.1 2012/07/27 02:42:18 aballier Exp $ + +EAPI="4" + +TEXLIVE_MODULE_CONTENTS="vntex collection-langvietnamese +" +TEXLIVE_MODULE_DOC_CONTENTS="vntex.doc " +TEXLIVE_MODULE_SRC_CONTENTS="vntex.source " +inherit texlive-module +DESCRIPTION="TeXLive Vietnamese" + +LICENSE="GPL-2 as-is " +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +IUSE="" +DEPEND=">=dev-texlive/texlive-basic-2012 +" +RDEPEND="${DEPEND} " diff --git a/dev-texlive/texlive-latex/ChangeLog b/dev-texlive/texlive-latex/ChangeLog index 9fa1a7a141d7..1a3564fe6b56 100644 --- a/dev-texlive/texlive-latex/ChangeLog +++ b/dev-texlive/texlive-latex/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-texlive/texlive-latex # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-latex/ChangeLog,v 1.65 2012/06/19 13:57:07 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-latex/ChangeLog,v 1.66 2012/07/27 02:43:02 aballier Exp $ + +*texlive-latex-2012 (27 Jul 2012) + + 27 Jul 2012; Alexis Ballier <aballier@gentoo.org> +texlive-latex-2012.ebuild: + Bump to TeX Live 2012. 19 Jun 2012; Alexis Ballier <aballier@gentoo.org> -texlive-latex-2010.ebuild: remove old diff --git a/dev-texlive/texlive-latex/texlive-latex-2012.ebuild b/dev-texlive/texlive-latex/texlive-latex-2012.ebuild new file mode 100644 index 000000000000..ca7270053d76 --- /dev/null +++ b/dev-texlive/texlive-latex/texlive-latex-2012.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-latex/texlive-latex-2012.ebuild,v 1.1 2012/07/27 02:43:02 aballier Exp $ + +EAPI="4" + +TEXLIVE_MODULE_CONTENTS="ae amscls amsmath babel babelbib carlisle colortbl fancyhdr fix2col geometry graphics hyperref latex latex-bin latex-fonts latexconfig ltxmisc mfnfss mptopdf natbib oberdiek pdftex-def pslatex psnfss pspicture tools collection-latex +" +TEXLIVE_MODULE_DOC_CONTENTS="ae.doc amscls.doc amsmath.doc babel.doc babelbib.doc carlisle.doc colortbl.doc fancyhdr.doc fix2col.doc geometry.doc graphics.doc hyperref.doc latex.doc latex-bin.doc mfnfss.doc mptopdf.doc natbib.doc oberdiek.doc psnfss.doc pspicture.doc tools.doc " +TEXLIVE_MODULE_SRC_CONTENTS="ae.source amscls.source amsmath.source babel.source carlisle.source colortbl.source fix2col.source geometry.source graphics.source hyperref.source latex.source mfnfss.source natbib.source oberdiek.source pslatex.source psnfss.source pspicture.source tools.source " +inherit texlive-module +DESCRIPTION="TeXLive Basic LaTeX packages" + +LICENSE="GPL-2 GPL-2 LPPL-1.3 " +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +IUSE="" +DEPEND=">=dev-texlive/texlive-basic-2012 +>=dev-tex/luatex-0.45 +!<dev-texlive/texlive-context-2010 +!<dev-texlive/texlive-latexrecommended-2009 +" +RDEPEND="${DEPEND} " +TEXLIVE_MODULE_BINSCRIPTS="texmf-dist/scripts/oberdiek/pdfatfi.pl texmf-dist/scripts/context/perl/mptopdf.pl" diff --git a/dev-texlive/texlive-latexextra/ChangeLog b/dev-texlive/texlive-latexextra/ChangeLog index 74a2f8a98cb0..e4b282951b41 100644 --- a/dev-texlive/texlive-latexextra/ChangeLog +++ b/dev-texlive/texlive-latexextra/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-texlive/texlive-latexextra # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-latexextra/ChangeLog,v 1.66 2012/05/24 21:49:41 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-latexextra/ChangeLog,v 1.67 2012/07/27 02:44:33 aballier Exp $ + +*texlive-latexextra-2012 (27 Jul 2012) + + 27 Jul 2012; Alexis Ballier <aballier@gentoo.org> + +texlive-latexextra-2012.ebuild: + Bump to TeX Live 2012. 24 May 2012; Alexis Ballier <aballier@gentoo.org> -texlive-latexextra-2010-r2.ebuild, -files/ifplatform.patch: diff --git a/dev-texlive/texlive-latexextra/texlive-latexextra-2012.ebuild b/dev-texlive/texlive-latexextra/texlive-latexextra-2012.ebuild new file mode 100644 index 000000000000..0e47b95cc7a6 --- /dev/null +++ b/dev-texlive/texlive-latexextra/texlive-latexextra-2012.ebuild @@ -0,0 +1,43 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-latexextra/texlive-latexextra-2012.ebuild,v 1.1 2012/07/27 02:44:33 aballier Exp $ + +EAPI="4" + +TEXLIVE_MODULE_CONTENTS="2up ESIEEcv HA-prosper Tabbing a0poster a4wide a5comb abstract achemso acro acronym acroterm addlines adjmulticol adrconv advdate akktex akletter alterqcm altfont amsaddr animate anonchap answers anyfontsize appendix appendixnumberbeamer arcs arrayjobx assignment attachfile authoraftertitle authorindex autonum background bashful bchart beamer2thesis beameraudience beamerposter beamersubframe beamerthemejltree beamerthemenirma begriff beton bez123 bezos bhcexam bigfoot bigints bizcard blindtext blkarray block blowup boites bold-extra bookest booklet boolexpr bophook boxedminipage boxhandler bracketkey braket breakurl bullcntr bussproofs calctab calculator calrsfs cals calxxxx-yyyy cancel canoniclayout capt-of captcont captdef cases casyl catchfilebetweentags catechis catoptions cbcoptic ccaption cclicenses cd cd-cover cdpbundl cellspace censor changebar changelayout changepage changes chappg chapterfolder chet chextras chletter chngcntr chronology circ clefval cleveref clock cmdstring cmsd codedoc codepage collcell collectbox colordoc colorinfo colortab colorwav colourchange combelow combine comma comment concprog constants contour cooking cool coollist coolstr coolthms cooltooltips coordsys copyrightbox coseoul courseoutline coursepaper coverpage cprotect crbox crossreference csquotes csvsimple csvtools cuisine currfile cutwin cv cweb-latex dashbox dashrule dashundergaps datatool dateiliste datenumber datetime dblfloatfix decimal decorule delim delimtxt diagbox diagnose dichokey dinbrief directory dirtytalk dlfltxb dnaseq docmfp docmute documentation doi dotarrow dotseqn dox dpfloat dprogress drac draftcopy draftwatermark dtk dtxgallery dvdcoll dynblocks easy easy-todo easyfig easylist ean13isbn ebezier ecclesiastic ecv ed edmargin eemeir egplot ellipsis elmath elpres emarks embrac emptypage emulateapj endfloat endheads endnotes engpron engrec enotez enumitem enumitem-zref envbig environ epigraph epiolmec eqell eqlist eqname eqparbox errata esdiff esint esint-type1 etaremune etextools etoolbox eukdate everyhook everypage exam examdesign examplep exceltex excludeonly exercise exp-testopt expdlist export extract facsimile fancynum fancypar fancytabs fancytooltips figsize filecontents filehook fileinfo filemod fink finstrut fixfoot fixme fixmetodonotes fjodor flabels flacards flagderiv flashcards flashmovie flipbook flippdf floatflt floatrow flowfram fmp fmtcount fn2end fnbreak fncychap fncylab fnpara fnpct foilhtml fontaxes fonttable footmisc footnotebackref footnoterange footnpag forarray foreign forloop formlett formular fragments frame framed frankenstein frege friulan ftcap ftnxtra fullblck fullwidth fundus-calligra fundus-cyr fundus-sueterlin fwlw gauss gcard gcite genmpage getfiledate ghab ginpenc gitinfo gloss gmdoc gmdoc-enhance gmeometric gmiflink gmutils gmverb graphicx-psmin grfpaste grid gridset guitlogo hanging hardwrap harnon-cv harpoon hc he-she hhtensor histogr hitec hletter hpsdiss hrefhide hvindex hypdvips hyper hypernat hyperref-docsrc hyperxmp hyphenat idxlayout ifmslide ifmtarg ifnextok ifoddpage ifplatform ifthenx image-gallery imakeidx import incgraph inlinedef inputtrc interactiveworkbook interfaces inversepath invoice iso iso10303 isodate isonums isodoc isorot isotope issuulinks iwhdp jlabels jvlisting kantlipsum kerntest keycommand keyreader keystroke keyval2e kix koma-moderncvclassic koma-script-sfs labbook labelcas labels lastpage latex-tds layouts lazylist lcd lcg leading leftidx lettre lettrine lewis lhelp libgreek limap linegoal lipsum listing listofsymbols listliketab lkproof lmake locality localloc logbox logical-markup-utils logpap longnamefilelist lsc lstaddons ltabptch ltxdockit ltxindex ltxkeys ltxnew ltxtools magaz mailing mailmerge makebarcode makebox makecell makecirc makecmds makedtx makeglos manfnt manuscript marginfix marginnote mathalfa mathastext mathexam maybemath mbenotes mcaption mceinleger mcite mciteplus mdframed media9 meetingmins memexsupp menu menukeys method metre mftinc midpage minibox minipage-marginpar minitoc minted minutes misc209 mla-paper mlist mmap moderncv moderntimeline modref modroman monofill moreenum morefloats morehype moresize moreverb morewrites movie15 mparhack msc msg mslapa mtgreek multenum multibbl multicap multienv multirow mversion mwe mycv mylatexformat nag nameauth namespc ncclatex ncctools needspace newcommand newfile newlfm newspaper newunicodechar newvbtm newverbs nextpage nfssext-cfr nicefilelist niceframe nicetext nlctdoc noitcrul nolbreaks nomencl nomentbl nonfloat nonumonpart nopageno notes notoccite nowidow ntheorem numname numprint ocgtools ocr-latex octavo oldstyle onlyamsmath opcit optional outline outliner outlines overpic pagecolor pagecont pagenote pagerange pageslts paper papercdcase papermas papertex paracol paralist paresse parnotes parselines patch patchcmd pauldoc pawpict pbox pbsheet pdf14 pdfcomment pdfcprot pdfmarginpar pdfscreen pdfslide pdfsync pdfwin pdfx pecha perltex permute petiteannonce philex photo piff pittetd placeins plates plantslabels plweb polyglot polynom polynomial polytable postcards poster-mac ppr-prv preprint prettyref preview printlen probsoln program progress progressbar properties prosper protex protocol psfragx pst-pdf pstool pxgreeks python qcm quoting qstest qsymbols quotchap quotmark randtext rccol rcs-multi rcsinfo realboxes recipe recipecard rectopma refcheck refman refstyle regcount regexpatch register regstats relenc relsize repeatindex rjlparshap rlepsf rmpage robustcommand robustindex romanbar romanneg romannum romansh rotfloat rotpages rtkinenc rvwrite sauerj savefnmark savesym savetrees scale scalebar sdrt secdot sectionbox sectsty selectp semantic semioneside sepfootnotes seqsplit serbian-apostrophe serbian-date-lat serbian-def-cyr serbian-lig serbianc sf298 sffms sfmath shadow shadowtext shadethm shapepar shipunov shorttoc show2e showcharinbox showexpl showlabels sidecap sidenotes silence simplecd simplecv simplewick sitem skb skeycommand skeyval slantsc smalltableof smartref snapshot soul spanglish sparklines sphack spreadtab spverbatim splitindex spot spotcolor srbook-mem srcltx sseq stack standalone statistik stdclsdv stdpage stex storebox storecmd stringstrings sttools stubs subdepth subeqn subeqnarray subfigmat subfigure subfiles subfloat substitutefont substr supertabular svgcolor svn svn-multi svn-prov syntax syntrace synttree tabfigures tableaux tablefootnote tablists tabls tabto-ltx tabu tabularborder tabularcalc tabularew tabulary tagging talk tcldoc tcolorbox tdclock technics ted termcal termlist tex-label texlogos texmate texments texpower texshade textfit textgreek textmerg textpos theoremref threeparttable threeparttablex thinsp thmtools thumb thumbs thumby ticket timesht titlefoot titlepic titleref titlesec titling tocbibind tocloft tocvsec2 todo todonotes tokenizer toolbox topfloat totcount totpages tram trfsigns trimspaces trsym trivfloat truncate tucv turnthepage twoinone twoup txgreeks type1cm typeface typogrid ucs uebungsblatt umoline underlin undolabl units upmethodology upquote uri ushort varindex varsfromjobname varwidth verbasef verbatimbox verbatimcopy verbdef verbments version versions vertbars vhistory vmargin volumes vpe vruler vwcol wallpaper warning warpcol was widetable williams wordlike wrapfig xargs xbmc xcomment xhfill xtab xdoc xfor xifthen xmpincl xnewcommand xoptarg xpatch xpunctuate xstring xwatermark xytree yafoot yagusylo ydoc yplan zed-csp ziffer zwgetfdate zwpagelayout collection-latexextra +" +TEXLIVE_MODULE_DOC_CONTENTS="2up.doc ESIEEcv.doc HA-prosper.doc Tabbing.doc a0poster.doc a4wide.doc a5comb.doc abstract.doc achemso.doc acro.doc acronym.doc acroterm.doc addlines.doc adjmulticol.doc adrconv.doc advdate.doc akktex.doc akletter.doc alterqcm.doc altfont.doc amsaddr.doc animate.doc anonchap.doc answers.doc anyfontsize.doc appendix.doc appendixnumberbeamer.doc arcs.doc arrayjobx.doc assignment.doc attachfile.doc authoraftertitle.doc authorindex.doc autonum.doc background.doc bashful.doc bchart.doc beamer2thesis.doc beameraudience.doc beamerposter.doc beamersubframe.doc beamerthemenirma.doc begriff.doc beton.doc bez123.doc bezos.doc bhcexam.doc bigfoot.doc bigints.doc bizcard.doc blindtext.doc blkarray.doc block.doc blowup.doc boites.doc bold-extra.doc bookest.doc booklet.doc boolexpr.doc bophook.doc boxedminipage.doc boxhandler.doc bracketkey.doc braket.doc breakurl.doc bullcntr.doc bussproofs.doc calctab.doc calculator.doc calrsfs.doc cals.doc calxxxx-yyyy.doc cancel.doc canoniclayout.doc capt-of.doc captcont.doc captdef.doc cases.doc casyl.doc catchfilebetweentags.doc catechis.doc catoptions.doc cbcoptic.doc ccaption.doc cclicenses.doc cd.doc cd-cover.doc cdpbundl.doc cellspace.doc censor.doc changebar.doc changelayout.doc changepage.doc changes.doc chappg.doc chapterfolder.doc chet.doc chextras.doc chletter.doc chngcntr.doc chronology.doc circ.doc clefval.doc cleveref.doc clock.doc cmdstring.doc cmsd.doc codedoc.doc codepage.doc collcell.doc collectbox.doc colordoc.doc colorinfo.doc colortab.doc colorwav.doc colourchange.doc combelow.doc combine.doc comma.doc comment.doc concprog.doc constants.doc contour.doc cooking.doc cool.doc coollist.doc coolstr.doc coolthms.doc cooltooltips.doc coordsys.doc copyrightbox.doc coseoul.doc courseoutline.doc coursepaper.doc coverpage.doc cprotect.doc crbox.doc crossreference.doc csquotes.doc csvsimple.doc csvtools.doc cuisine.doc currfile.doc cutwin.doc cv.doc cweb-latex.doc dashbox.doc dashrule.doc dashundergaps.doc datatool.doc dateiliste.doc datenumber.doc datetime.doc dblfloatfix.doc decimal.doc decorule.doc delim.doc delimtxt.doc diagbox.doc diagnose.doc dichokey.doc dinbrief.doc directory.doc dirtytalk.doc dlfltxb.doc dnaseq.doc docmfp.doc docmute.doc documentation.doc doi.doc dotarrow.doc dotseqn.doc dox.doc dpfloat.doc dprogress.doc drac.doc draftcopy.doc draftwatermark.doc dtk.doc dtxgallery.doc dvdcoll.doc dynblocks.doc easy.doc easy-todo.doc easyfig.doc easylist.doc ean13isbn.doc ebezier.doc ecclesiastic.doc ecv.doc ed.doc edmargin.doc eemeir.doc egplot.doc ellipsis.doc elmath.doc elpres.doc emarks.doc embrac.doc emptypage.doc emulateapj.doc endfloat.doc endheads.doc endnotes.doc engpron.doc engrec.doc enotez.doc enumitem.doc enumitem-zref.doc envbig.doc environ.doc epigraph.doc epiolmec.doc eqell.doc eqlist.doc eqparbox.doc errata.doc esdiff.doc esint.doc esint-type1.doc etaremune.doc etextools.doc etoolbox.doc eukdate.doc everyhook.doc everypage.doc exam.doc examdesign.doc examplep.doc exceltex.doc excludeonly.doc exercise.doc exp-testopt.doc expdlist.doc export.doc extract.doc facsimile.doc fancynum.doc fancypar.doc fancytabs.doc fancytooltips.doc figsize.doc filecontents.doc filehook.doc fileinfo.doc filemod.doc fink.doc finstrut.doc fixfoot.doc fixme.doc fixmetodonotes.doc fjodor.doc flabels.doc flacards.doc flagderiv.doc flashcards.doc flashmovie.doc flipbook.doc flippdf.doc floatflt.doc floatrow.doc flowfram.doc fmp.doc fmtcount.doc fn2end.doc fnbreak.doc fncychap.doc fncylab.doc fnpara.doc fnpct.doc foilhtml.doc fontaxes.doc fonttable.doc footmisc.doc footnotebackref.doc footnoterange.doc footnpag.doc forarray.doc foreign.doc forloop.doc formlett.doc formular.doc fragments.doc frame.doc framed.doc frankenstein.doc frege.doc friulan.doc ftcap.doc ftnxtra.doc fullblck.doc fullwidth.doc fundus-calligra.doc fundus-sueterlin.doc fwlw.doc gauss.doc gcard.doc gcite.doc genmpage.doc getfiledate.doc ghab.doc ginpenc.doc gitinfo.doc gloss.doc gmdoc.doc gmdoc-enhance.doc gmeometric.doc gmiflink.doc gmutils.doc gmverb.doc graphicx-psmin.doc grfpaste.doc grid.doc gridset.doc guitlogo.doc hanging.doc hardwrap.doc harnon-cv.doc harpoon.doc hc.doc he-she.doc hhtensor.doc histogr.doc hitec.doc hletter.doc hpsdiss.doc hrefhide.doc hvindex.doc hypdvips.doc hyper.doc hypernat.doc hyperref-docsrc.doc hyperxmp.doc hyphenat.doc idxlayout.doc ifmslide.doc ifmtarg.doc ifnextok.doc ifoddpage.doc ifplatform.doc ifthenx.doc image-gallery.doc imakeidx.doc import.doc incgraph.doc inlinedef.doc inputtrc.doc interactiveworkbook.doc interfaces.doc inversepath.doc invoice.doc iso.doc iso10303.doc isodate.doc isonums.doc isodoc.doc isorot.doc isotope.doc issuulinks.doc iwhdp.doc jlabels.doc jvlisting.doc kantlipsum.doc kerntest.doc keycommand.doc keyreader.doc keystroke.doc keyval2e.doc kix.doc koma-moderncvclassic.doc koma-script-sfs.doc labbook.doc labelcas.doc labels.doc lastpage.doc layouts.doc lazylist.doc lcd.doc lcg.doc leading.doc leftidx.doc lettre.doc lettrine.doc lewis.doc lhelp.doc libgreek.doc linegoal.doc lipsum.doc listing.doc listofsymbols.doc listliketab.doc lkproof.doc lmake.doc locality.doc localloc.doc logbox.doc logical-markup-utils.doc logpap.doc longnamefilelist.doc lsc.doc lstaddons.doc ltabptch.doc ltxdockit.doc ltxindex.doc ltxkeys.doc ltxnew.doc ltxtools.doc magaz.doc mailing.doc mailmerge.doc makebarcode.doc makebox.doc makecell.doc makecirc.doc makecmds.doc makedtx.doc makeglos.doc manuscript.doc marginfix.doc marginnote.doc mathalfa.doc mathastext.doc mathexam.doc maybemath.doc mbenotes.doc mcaption.doc mceinleger.doc mcite.doc mciteplus.doc mdframed.doc media9.doc meetingmins.doc memexsupp.doc menu.doc menukeys.doc method.doc metre.doc mftinc.doc midpage.doc minibox.doc minipage-marginpar.doc minitoc.doc minted.doc minutes.doc mla-paper.doc mlist.doc mmap.doc moderncv.doc moderntimeline.doc modref.doc modroman.doc monofill.doc moreenum.doc morefloats.doc morehype.doc moresize.doc moreverb.doc morewrites.doc movie15.doc mparhack.doc msc.doc msg.doc mslapa.doc mtgreek.doc multenum.doc multibbl.doc multicap.doc multienv.doc multirow.doc mversion.doc mwe.doc mycv.doc mylatexformat.doc nag.doc nameauth.doc namespc.doc ncclatex.doc ncctools.doc needspace.doc newcommand.doc newfile.doc newlfm.doc newspaper.doc newunicodechar.doc newvbtm.doc newverbs.doc nfssext-cfr.doc nicefilelist.doc niceframe.doc nicetext.doc nlctdoc.doc noitcrul.doc nolbreaks.doc nomencl.doc nomentbl.doc nonfloat.doc nonumonpart.doc nopageno.doc notes.doc notoccite.doc nowidow.doc ntheorem.doc numname.doc numprint.doc ocgtools.doc ocr-latex.doc octavo.doc oldstyle.doc onlyamsmath.doc opcit.doc optional.doc outline.doc outliner.doc outlines.doc overpic.doc pagecolor.doc pagecont.doc pagenote.doc pagerange.doc pageslts.doc paper.doc papercdcase.doc papermas.doc papertex.doc paracol.doc paralist.doc paresse.doc parnotes.doc parselines.doc patchcmd.doc pauldoc.doc pawpict.doc pbox.doc pbsheet.doc pdf14.doc pdfcomment.doc pdfcprot.doc pdfmarginpar.doc pdfscreen.doc pdfslide.doc pdfsync.doc pdfwin.doc pdfx.doc pecha.doc perltex.doc permute.doc petiteannonce.doc philex.doc photo.doc piff.doc pittetd.doc placeins.doc plates.doc plantslabels.doc plweb.doc polyglot.doc polynom.doc polynomial.doc polytable.doc postcards.doc poster-mac.doc ppr-prv.doc preprint.doc prettyref.doc preview.doc printlen.doc probsoln.doc program.doc progress.doc progressbar.doc properties.doc prosper.doc protex.doc protocol.doc psfragx.doc pst-pdf.doc pstool.doc pxgreeks.doc python.doc qcm.doc quoting.doc qstest.doc qsymbols.doc quotchap.doc quotmark.doc randtext.doc rccol.doc rcs-multi.doc rcsinfo.doc realboxes.doc recipe.doc recipecard.doc rectopma.doc refcheck.doc refman.doc refstyle.doc regcount.doc regexpatch.doc register.doc regstats.doc relenc.doc relsize.doc repeatindex.doc rjlparshap.doc rlepsf.doc rmpage.doc robustcommand.doc robustindex.doc romanbar.doc romanneg.doc romannum.doc romansh.doc rotfloat.doc rotpages.doc rtkinenc.doc rvwrite.doc sauerj.doc savefnmark.doc savetrees.doc scale.doc scalebar.doc sdrt.doc secdot.doc sectionbox.doc sectsty.doc selectp.doc semantic.doc semioneside.doc sepfootnotes.doc seqsplit.doc serbian-apostrophe.doc serbian-date-lat.doc serbian-def-cyr.doc serbian-lig.doc serbianc.doc sf298.doc sffms.doc shadow.doc shadowtext.doc shadethm.doc shapepar.doc shipunov.doc shorttoc.doc show2e.doc showcharinbox.doc showexpl.doc showlabels.doc sidecap.doc sidenotes.doc silence.doc simplecd.doc simplecv.doc simplewick.doc sitem.doc skb.doc skeycommand.doc skeyval.doc slantsc.doc smalltableof.doc smartref.doc snapshot.doc soul.doc spanglish.doc sparklines.doc sphack.doc spreadtab.doc spverbatim.doc splitindex.doc spot.doc spotcolor.doc srbook-mem.doc srcltx.doc sseq.doc standalone.doc statistik.doc stdclsdv.doc stdpage.doc stex.doc storebox.doc storecmd.doc stringstrings.doc sttools.doc stubs.doc subdepth.doc subeqn.doc subeqnarray.doc subfigmat.doc subfigure.doc subfiles.doc subfloat.doc substitutefont.doc substr.doc supertabular.doc svgcolor.doc svn.doc svn-multi.doc svn-prov.doc syntax.doc syntrace.doc synttree.doc tabfigures.doc tableaux.doc tablefootnote.doc tablists.doc tabls.doc tabto-ltx.doc tabu.doc tabularborder.doc tabularcalc.doc tabularew.doc tabulary.doc tagging.doc talk.doc tcldoc.doc tcolorbox.doc tdclock.doc technics.doc ted.doc termcal.doc termlist.doc tex-label.doc texmate.doc texments.doc texpower.doc texshade.doc textfit.doc textgreek.doc textmerg.doc textpos.doc theoremref.doc threeparttable.doc threeparttablex.doc thinsp.doc thmtools.doc thumb.doc thumbs.doc thumby.doc ticket.doc timesht.doc titlepic.doc titleref.doc titlesec.doc titling.doc tocbibind.doc tocloft.doc tocvsec2.doc todo.doc todonotes.doc tokenizer.doc toolbox.doc topfloat.doc totcount.doc totpages.doc tram.doc trfsigns.doc trimspaces.doc trsym.doc trivfloat.doc truncate.doc tucv.doc turnthepage.doc twoinone.doc twoup.doc txgreeks.doc type1cm.doc typeface.doc typogrid.doc ucs.doc uebungsblatt.doc umoline.doc underlin.doc undolabl.doc units.doc upmethodology.doc upquote.doc uri.doc ushort.doc varindex.doc varsfromjobname.doc varwidth.doc verbasef.doc verbatimbox.doc verbatimcopy.doc verbdef.doc verbments.doc version.doc versions.doc vertbars.doc vhistory.doc vmargin.doc volumes.doc vpe.doc vruler.doc vwcol.doc wallpaper.doc warning.doc warpcol.doc was.doc widetable.doc williams.doc wordlike.doc wrapfig.doc xargs.doc xcomment.doc xhfill.doc xtab.doc xdoc.doc xfor.doc xifthen.doc xmpincl.doc xnewcommand.doc xoptarg.doc xpatch.doc xpunctuate.doc xstring.doc xwatermark.doc xytree.doc yafoot.doc yagusylo.doc ydoc.doc yplan.doc zed-csp.doc ziffer.doc zwgetfdate.doc zwpagelayout.doc " +TEXLIVE_MODULE_SRC_CONTENTS="ESIEEcv.source HA-prosper.source Tabbing.source abstract.source achemso.source acronym.source acroterm.source addlines.source adjmulticol.source adrconv.source altfont.source amsaddr.source answers.source appendix.source arcs.source attachfile.source autonum.source background.source beamersubframe.source beton.source bez123.source bhcexam.source bigfoot.source bizcard.source blindtext.source blowup.source boites.source booklet.source boolexpr.source bophook.source boxhandler.source breakurl.source bullcntr.source calculator.source cals.source canoniclayout.source capt-of.source captcont.source catchfilebetweentags.source catechis.source ccaption.source cclicenses.source cd.source cd-cover.source cdpbundl.source changebar.source changepage.source changes.source chappg.source chapterfolder.source chextras.source chletter.source chronology.source circ.source clefval.source cleveref.source codepage.source collcell.source collectbox.source colordoc.source colorwav.source combine.source constants.source contour.source cooking.source cool.source coollist.source coolstr.source coolthms.source cooltooltips.source coordsys.source coverpage.source cprotect.source crossreference.source csvtools.source cuisine.source currfile.source cutwin.source cweb-latex.source dashbox.source dashrule.source datatool.source dateiliste.source datenumber.source datetime.source decimal.source decorule.source delim.source delimtxt.source diagbox.source dinbrief.source dirtytalk.source dnaseq.source docmfp.source docmute.source documentation.source dotarrow.source dotseqn.source dox.source dprogress.source drac.source draftcopy.source draftwatermark.source dtxgallery.source easyfig.source ebezier.source ecclesiastic.source ecv.source ed.source edmargin.source eemeir.source egplot.source ellipsis.source elmath.source emarks.source emptypage.source endfloat.source endheads.source engpron.source engrec.source enumitem-zref.source environ.source epigraph.source epiolmec.source eqlist.source eqparbox.source errata.source esdiff.source esint.source etaremune.source etextools.source eukdate.source everyhook.source everypage.source examdesign.source exercise.source exp-testopt.source expdlist.source export.source extract.source facsimile.source fancynum.source fancypar.source fancytabs.source fancytooltips.source filecontents.source filehook.source fileinfo.source fink.source finstrut.source fixme.source fixmetodonotes.source flabels.source flagderiv.source flashcards.source flippdf.source floatflt.source floatrow.source flowfram.source fmp.source fmtcount.source fnbreak.source foilhtml.source fontaxes.source fonttable.source footmisc.source footnoterange.source footnpag.source forarray.source foreign.source forloop.source formular.source frankenstein.source friulan.source ftnxtra.source fullblck.source fundus-calligra.source fundus-sueterlin.source gcite.source genmpage.source ginpenc.source gmdoc-enhance.source graphicx-psmin.source grid.source gridset.source guitlogo.source hanging.source hardwrap.source hc.source hhtensor.source histogr.source hpsdiss.source hrefhide.source hyper.source hyperxmp.source hyphenat.source idxlayout.source ifmtarg.source ifnextok.source ifoddpage.source ifplatform.source imakeidx.source inlinedef.source inputtrc.source interfaces.source inversepath.source iso.source iso10303.source isodate.source isodoc.source isorot.source isotope.source issuulinks.source jvlisting.source kantlipsum.source kerntest.source keycommand.source labbook.source labelcas.source labels.source lastpage.source latex-tds.source layouts.source lcd.source lcg.source leading.source leftidx.source lettrine.source lhelp.source libgreek.source limap.source linegoal.source lipsum.source listofsymbols.source listliketab.source lmake.source locality.source localloc.source logbox.source logpap.source longnamefilelist.source lstaddons.source ltxindex.source ltxnew.source mailing.source mailmerge.source makebox.source makecell.source makecmds.source makedtx.source manfnt.source manuscript.source marginfix.source marginnote.source mathastext.source mathexam.source mcaption.source mcite.source mdframed.source meetingmins.source menu.source menukeys.source method.source metre.source mftinc.source minibox.source minipage-marginpar.source minitoc.source minted.source minutes.source mlist.source moderntimeline.source modref.source modroman.source monofill.source morefloats.source morehype.source moresize.source moreverb.source morewrites.source mparhack.source msg.source mtgreek.source multibbl.source multicap.source multienv.source mversion.source mwe.source mycv.source mylatexformat.source nag.source nameauth.source namespc.source ncctools.source needspace.source newfile.source newlfm.source newspaper.source newunicodechar.source newvbtm.source newverbs.source nicefilelist.source niceframe.source nicetext.source noitcrul.source nomencl.source nomentbl.source nonfloat.source nonumonpart.source notes.source nowidow.source ntheorem.source numprint.source ocgtools.source octavo.source oldstyle.source onlyamsmath.source opcit.source pagecolor.source pagecont.source pagenote.source pageslts.source paper.source papercdcase.source papermas.source papertex.source paracol.source paralist.source paresse.source parselines.source patch.source patchcmd.source pauldoc.source pawpict.source pbox.source pbsheet.source pdf14.source pdfcprot.source pdfx.source perltex.source permute.source photo.source pittetd.source plweb.source polyglot.source polynom.source polynomial.source polytable.source ppr-prv.source preprint.source prettyref.source preview.source probsoln.source prosper.source protocol.source psfragx.source pst-pdf.source pstool.source pxgreeks.source qcm.source quoting.source qstest.source qsymbols.source quotchap.source quotmark.source rccol.source rcs-multi.source rcsinfo.source realboxes.source recipecard.source refman.source refstyle.source regcount.source regexpatch.source register.source regstats.source relenc.source rjlparshap.source robustcommand.source romanbar.source romannum.source romansh.source rotfloat.source rtkinenc.source sauerj.source savefnmark.source savetrees.source scale.source scalebar.source sectsty.source semantic.source semioneside.source sepfootnotes.source seqsplit.source serbianc.source sf298.source sffms.source shorttoc.source show2e.source showcharinbox.source showexpl.source showlabels.source sidecap.source sidenotes.source silence.source simplecd.source simplecv.source simplewick.source sitem.source skb.source slantsc.source snapshot.source soul.source spverbatim.source splitindex.source spot.source srcltx.source sseq.source stack.source standalone.source statistik.source stdclsdv.source stdpage.source stex.source storebox.source stringstrings.source subdepth.source subeqn.source subeqnarray.source subfigure.source subfiles.source subfloat.source supertabular.source svn.source svn-multi.source svn-prov.source syntrace.source synttree.source tabfigures.source tablefootnote.source tablists.source tabu.source tabularborder.source tabularew.source tabulary.source talk.source tcldoc.source ted.source termcal.source termlist.source tex-label.source texmate.source texments.source texpower.source texshade.source textfit.source textgreek.source textmerg.source textpos.source thmtools.source thumb.source thumbs.source timesht.source titling.source tocbibind.source tocloft.source tocvsec2.source todo.source todonotes.source toolbox.source totcount.source totpages.source trfsigns.source trimspaces.source trsym.source trivfloat.source tucv.source twoup.source txgreeks.source type1cm.source typeface.source typogrid.source umoline.source underlin.source undolabl.source units.source upquote.source uri.source ushort.source varindex.source vertbars.source vmargin.source volumes.source vwcol.source warpcol.source was.source widetable.source wordlike.source xargs.source xtab.source xdoc.source xfor.source xmpincl.source xpatch.source xpunctuate.source yafoot.source yagusylo.source ydoc.source " +inherit texlive-module +DESCRIPTION="TeXLive LaTeX supplementary packages" + +LICENSE="GPL-2 Apache-2.0 as-is GPL-1 GPL-2 GPL-3 LGPL-2 LPPL-1.2 LPPL-1.3 public-domain " +SLOT="0" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +IUSE="" +DEPEND=">=dev-texlive/texlive-latexrecommended-2012 +>=dev-texlive/texlive-pictures-2012 +>=dev-texlive/texlive-fontsrecommended-2008 +!dev-tex/achemso +!dev-tex/prosper +!dev-tex/ha-prosper +!dev-tex/texpower +!dev-tex/cdcover +!dev-tex/ppower4 +!=dev-texlive/texlive-latexrecommended-2007* +!=dev-texlive/texlive-latex3-2007* +!=dev-texlive/texlive-humanities-2007* +!<dev-texlive/texlive-mathextra-2010 +dev-perl/Spreadsheet-ParseExcel +" +RDEPEND="${DEPEND} " +TEXLIVE_MODULE_BINSCRIPTS=" + texmf-dist/scripts/perltex/perltex.pl + texmf-dist/scripts/pst-pdf/ps4pdf + texmf-dist/scripts/splitindex/perl/splitindex.pl + texmf-dist/scripts/svn-multi/svn-multi.pl + texmf-dist/scripts/vpe/vpe.pl + texmf-dist/scripts/authorindex/authorindex + texmf-dist/scripts/exceltex/exceltex +" +PATCHES=( "${FILESDIR}/vpe_invocation.patch" ) diff --git a/dev-texlive/texlive-latexrecommended/ChangeLog b/dev-texlive/texlive-latexrecommended/ChangeLog index e1e46794ef59..61aca5bea506 100644 --- a/dev-texlive/texlive-latexrecommended/ChangeLog +++ b/dev-texlive/texlive-latexrecommended/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-texlive/texlive-latexrecommended # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-latexrecommended/ChangeLog,v 1.62 2012/06/19 13:57:45 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-latexrecommended/ChangeLog,v 1.63 2012/07/27 02:45:42 aballier Exp $ + +*texlive-latexrecommended-2012 (27 Jul 2012) + + 27 Jul 2012; Alexis Ballier <aballier@gentoo.org> + +texlive-latexrecommended-2012.ebuild, metadata.xml: + Bump to TeX Live 2012. 19 Jun 2012; Alexis Ballier <aballier@gentoo.org> -texlive-latexrecommended-2010.ebuild: diff --git a/dev-texlive/texlive-latexrecommended/metadata.xml b/dev-texlive/texlive-latexrecommended/metadata.xml index 7dd873b251f6..c6d6dfb83d15 100644 --- a/dev-texlive/texlive-latexrecommended/metadata.xml +++ b/dev-texlive/texlive-latexrecommended/metadata.xml @@ -8,6 +8,6 @@ </maintainer> <longdescription lang="en"> A collection of recommended add-on packages for LaTeX which have -widespread use +widespread use. </longdescription> </pkgmetadata> diff --git a/dev-texlive/texlive-latexrecommended/texlive-latexrecommended-2012.ebuild b/dev-texlive/texlive-latexrecommended/texlive-latexrecommended-2012.ebuild new file mode 100644 index 000000000000..7e74141d2a95 --- /dev/null +++ b/dev-texlive/texlive-latexrecommended/texlive-latexrecommended-2012.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-latexrecommended/texlive-latexrecommended-2012.ebuild,v 1.1 2012/07/27 02:45:42 aballier Exp $ + +EAPI="4" + +TEXLIVE_MODULE_CONTENTS="anysize booktabs caption cite cmap crop ctable ec eso-pic euler extsizes fancybox fancyref fancyvrb float fontspec fp index jknapltx koma-script l3kernel l3packages l3experimental listings mdwtools memoir metalogo mh microtype ms ntgclass parskip pdfpages powerdot psfrag rcs rotating sansmath section seminar sepnum setspace subfig textcase thumbpdf typehtml underscore url xkeyval collection-latexrecommended +" +TEXLIVE_MODULE_DOC_CONTENTS="anysize.doc booktabs.doc caption.doc cite.doc cmap.doc crop.doc ctable.doc ec.doc eso-pic.doc euler.doc extsizes.doc fancybox.doc fancyref.doc fancyvrb.doc float.doc fontspec.doc fp.doc index.doc jknapltx.doc l3kernel.doc l3packages.doc l3experimental.doc listings.doc mdwtools.doc memoir.doc metalogo.doc mh.doc microtype.doc ms.doc ntgclass.doc parskip.doc pdfpages.doc powerdot.doc psfrag.doc rcs.doc rotating.doc sansmath.doc section.doc seminar.doc sepnum.doc setspace.doc subfig.doc textcase.doc thumbpdf.doc typehtml.doc underscore.doc url.doc xkeyval.doc " +TEXLIVE_MODULE_SRC_CONTENTS="booktabs.source caption.source crop.source ctable.source eso-pic.source euler.source fancyref.source fancyvrb.source float.source fontspec.source index.source l3kernel.source l3packages.source l3experimental.source listings.source mdwtools.source memoir.source metalogo.source mh.source microtype.source ms.source ntgclass.source pdfpages.source psfrag.source rcs.source rotating.source subfig.source textcase.source typehtml.source xkeyval.source " +inherit texlive-module +DESCRIPTION="TeXLive LaTeX recommended packages" + +LICENSE="GPL-2 as-is GPL-1 LPPL-1.2 LPPL-1.3 public-domain " +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +IUSE="" +DEPEND=">=dev-texlive/texlive-latex-2012 +>=dev-texlive/texlive-latex-2012 +>=dev-texlive/texlive-latex-2012 +!dev-tex/xkeyval +!dev-tex/memoir +!dev-tex/listings +!<dev-texlive/texlive-latexextra-2011 +!=app-text/texlive-core-2007* +!<dev-texlive/texlive-xetex-2011 +!dev-texlive/texlive-latex3 +" +RDEPEND="${DEPEND} " +TEXLIVE_MODULE_BINSCRIPTS="texmf-dist/scripts/thumbpdf/thumbpdf.pl" +PATCHES=( "${FILESDIR}/thumbpdf_invocation.patch" ) diff --git a/dev-texlive/texlive-luatex/ChangeLog b/dev-texlive/texlive-luatex/ChangeLog index d37cfff1b745..b9aac7f43ece 100644 --- a/dev-texlive/texlive-luatex/ChangeLog +++ b/dev-texlive/texlive-luatex/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-texlive/texlive-luatex # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-luatex/ChangeLog,v 1.31 2012/06/19 13:58:22 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-luatex/ChangeLog,v 1.32 2012/07/27 02:46:28 aballier Exp $ + +*texlive-luatex-2012 (27 Jul 2012) + + 27 Jul 2012; Alexis Ballier <aballier@gentoo.org> + +texlive-luatex-2012.ebuild: + Bump to TeX Live 2012. 19 Jun 2012; Alexis Ballier <aballier@gentoo.org> -texlive-luatex-2010-r1.ebuild: diff --git a/dev-texlive/texlive-luatex/texlive-luatex-2012.ebuild b/dev-texlive/texlive-luatex/texlive-luatex-2012.ebuild new file mode 100644 index 000000000000..ca5f9b2859b2 --- /dev/null +++ b/dev-texlive/texlive-luatex/texlive-luatex-2012.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-luatex/texlive-luatex-2012.ebuild,v 1.1 2012/07/27 02:46:28 aballier Exp $ + +EAPI="4" + +TEXLIVE_MODULE_CONTENTS="checkcites chickenize interpreter lua-visual-debug luabibentry luacode luaindex luainputenc lualatex-doc lualatex-math lualibs luamplib luaotfload luapersian luasseq luatexbase luatextra showhyphens collection-luatex +" +TEXLIVE_MODULE_DOC_CONTENTS="checkcites.doc chickenize.doc interpreter.doc lua-visual-debug.doc luabibentry.doc luacode.doc luaindex.doc luainputenc.doc lualatex-doc.doc lualatex-math.doc lualibs.doc luamplib.doc luaotfload.doc luapersian.doc luasseq.doc luatexbase.doc luatextra.doc showhyphens.doc " +TEXLIVE_MODULE_SRC_CONTENTS="chickenize.source luabibentry.source luacode.source luaindex.source luainputenc.source lualatex-doc.source lualatex-math.source lualibs.source luamplib.source luaotfload.source luasseq.source luatexbase.source luatextra.source " +inherit texlive-module +DESCRIPTION="TeXLive LuaTeX packages" + +LICENSE="GPL-2 as-is FDL-1.1 GPL-2 LPPL-1.3 public-domain " +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +IUSE="" +DEPEND=">=dev-texlive/texlive-basic-2012 +>=dev-tex/luatex-0.45 + +" +RDEPEND="${DEPEND} " +TEXLIVE_MODULE_BINSCRIPTS=" + texmf-dist/scripts/luaotfload/mkluatexfontdb.lua + texmf-dist/scripts/checkcites/checkcites.lua +" diff --git a/dev-texlive/texlive-mathextra/ChangeLog b/dev-texlive/texlive-mathextra/ChangeLog index 7d9cfa12233d..a9ca4214ae85 100644 --- a/dev-texlive/texlive-mathextra/ChangeLog +++ b/dev-texlive/texlive-mathextra/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-texlive/texlive-mathextra # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-mathextra/ChangeLog,v 1.52 2012/06/19 13:58:59 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-mathextra/ChangeLog,v 1.53 2012/07/27 02:47:16 aballier Exp $ + +*texlive-mathextra-2012 (27 Jul 2012) + + 27 Jul 2012; Alexis Ballier <aballier@gentoo.org> + +texlive-mathextra-2012.ebuild: + Bump to TeX Live 2012. 19 Jun 2012; Alexis Ballier <aballier@gentoo.org> -texlive-mathextra-2010.ebuild: diff --git a/dev-texlive/texlive-mathextra/texlive-mathextra-2012.ebuild b/dev-texlive/texlive-mathextra/texlive-mathextra-2012.ebuild new file mode 100644 index 000000000000..f72d9d1bb02b --- /dev/null +++ b/dev-texlive/texlive-mathextra/texlive-mathextra-2012.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-mathextra/texlive-mathextra-2012.ebuild,v 1.1 2012/07/27 02:47:16 aballier Exp $ + +EAPI="4" + +TEXLIVE_MODULE_CONTENTS="12many amstex binomexp boldtensors bosisio ccfonts commath concmath concrete eqnarray extarrows extpfeil faktor ionumbers isomath mathcomp mattens mhequ multiobjective nath ot-tableau oubraces proba rec-thy shuffle statex statex2 stmaryrd subsupscripts susy syllogism synproof tablor tensor tex-ewd thmbox turnstile unicode-math venn yhmath ytableau collection-mathextra +" +TEXLIVE_MODULE_DOC_CONTENTS="12many.doc amstex.doc binomexp.doc boldtensors.doc bosisio.doc ccfonts.doc commath.doc concmath.doc concrete.doc eqnarray.doc extarrows.doc extpfeil.doc faktor.doc ionumbers.doc isomath.doc mathcomp.doc mattens.doc mhequ.doc multiobjective.doc nath.doc ot-tableau.doc oubraces.doc proba.doc rec-thy.doc shuffle.doc statex.doc statex2.doc stmaryrd.doc subsupscripts.doc susy.doc syllogism.doc synproof.doc tablor.doc tensor.doc tex-ewd.doc thmbox.doc turnstile.doc unicode-math.doc venn.doc yhmath.doc ytableau.doc " +TEXLIVE_MODULE_SRC_CONTENTS="12many.source binomexp.source bosisio.source ccfonts.source concmath.source eqnarray.source extpfeil.source faktor.source ionumbers.source mathcomp.source mattens.source multiobjective.source proba.source shuffle.source stmaryrd.source tensor.source thmbox.source turnstile.source unicode-math.source yhmath.source ytableau.source " +inherit texlive-module +DESCRIPTION="TeXLive Advanced math typesetting" + +LICENSE="GPL-2 as-is BSD GPL-1 GPL-3 LGPL-2 LPPL-1.2 LPPL-1.3 public-domain TeX " +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +IUSE="" +DEPEND=">=dev-texlive/texlive-fontsrecommended-2012 +>=dev-texlive/texlive-latex-2012 +!<dev-texlive/texlive-latexextra-2010 +" +RDEPEND="${DEPEND} " diff --git a/dev-texlive/texlive-metapost/ChangeLog b/dev-texlive/texlive-metapost/ChangeLog index a87fe0a41e62..f8a7520828c4 100644 --- a/dev-texlive/texlive-metapost/ChangeLog +++ b/dev-texlive/texlive-metapost/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-texlive/texlive-metapost # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-metapost/ChangeLog,v 1.55 2012/06/20 14:14:15 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-metapost/ChangeLog,v 1.56 2012/07/27 02:48:06 aballier Exp $ + +*texlive-metapost-2012 (27 Jul 2012) + + 27 Jul 2012; Alexis Ballier <aballier@gentoo.org> + +texlive-metapost-2012.ebuild: + Bump to TeX Live 2012. 20 Jun 2012; Alexis Ballier <aballier@gentoo.org> -texlive-metapost-2010.ebuild: diff --git a/dev-texlive/texlive-metapost/texlive-metapost-2012.ebuild b/dev-texlive/texlive-metapost/texlive-metapost-2012.ebuild new file mode 100644 index 000000000000..31fb6a4c935d --- /dev/null +++ b/dev-texlive/texlive-metapost/texlive-metapost-2012.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-metapost/texlive-metapost-2012.ebuild,v 1.1 2012/07/27 02:48:06 aballier Exp $ + +EAPI="4" + +TEXLIVE_MODULE_CONTENTS="automata bbcard blockdraw_mp bpolynomial cmarrows drv dviincl emp epsincl expressg exteps featpost garrigues gmp hatching latexmp metago metaobj metaplot metapost metauml mfpic mfpic4ode mp3d mpcolornames mpgraphics mpattern piechartmp roex slideshow splines suanpan textpath threeddice collection-metapost +" +TEXLIVE_MODULE_DOC_CONTENTS="automata.doc bbcard.doc blockdraw_mp.doc bpolynomial.doc cmarrows.doc drv.doc dviincl.doc emp.doc epsincl.doc expressg.doc exteps.doc featpost.doc garrigues.doc gmp.doc hatching.doc latexmp.doc metago.doc metaobj.doc metaplot.doc metapost.doc metauml.doc mfpic.doc mfpic4ode.doc mp3d.doc mpcolornames.doc mpgraphics.doc mpattern.doc piechartmp.doc slideshow.doc splines.doc suanpan.doc textpath.doc threeddice.doc " +TEXLIVE_MODULE_SRC_CONTENTS="emp.source expressg.source gmp.source mfpic.source mfpic4ode.source mpcolornames.source mpgraphics.source roex.source splines.source " +inherit texlive-module +DESCRIPTION="TeXLive MetaPost (and Metafont) drawing packages" + +LICENSE="GPL-2 as-is GPL-1 LGPL-2 LPPL-1.3 public-domain " +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +IUSE="" +DEPEND=">=dev-texlive/texlive-basic-2012 +" +RDEPEND="${DEPEND} " + +# This small hack is needed in order to have a sane upgrade path: +# the new TeX Live 2009 metapost produces this file but it is not recorded in +# any package; when running fmtutil (like texmf-update does) this file will be +# created and cause collisions. + +pkg_setup() { + if [ -f "${ROOT%/}${EPREFIX}/var/lib/texmf/web2c/metapost/mplib-luatex.mem" ]; then + einfo "Removing ${ROOT%/}${EPREFIX}/var/lib/texmf/web2c/metapost/mplib-luatex.mem" + rm -f "${ROOT%/}${EPREFIX}/var/lib/texmf/web2c/metapost/mplib-luatex.mem" + fi +} diff --git a/dev-texlive/texlive-music/ChangeLog b/dev-texlive/texlive-music/ChangeLog index 06ee342ae441..d30aec73b04c 100644 --- a/dev-texlive/texlive-music/ChangeLog +++ b/dev-texlive/texlive-music/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-texlive/texlive-music # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-music/ChangeLog,v 1.50 2012/05/29 18:32:28 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-music/ChangeLog,v 1.51 2012/07/27 02:51:17 aballier Exp $ + +*texlive-music-2012 (27 Jul 2012) + + 27 Jul 2012; Alexis Ballier <aballier@gentoo.org> +texlive-music-2012.ebuild: + Bump to TeX Live 2012. 29 May 2012; Alexis Ballier <aballier@gentoo.org> -texlive-music-2010.ebuild: remove old diff --git a/dev-texlive/texlive-music/texlive-music-2012.ebuild b/dev-texlive/texlive-music/texlive-music-2012.ebuild new file mode 100644 index 000000000000..17c67a72f422 --- /dev/null +++ b/dev-texlive/texlive-music/texlive-music-2012.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-music/texlive-music-2012.ebuild,v 1.1 2012/07/27 02:51:17 aballier Exp $ + +EAPI="4" + +TEXLIVE_MODULE_CONTENTS="abc figbas gchords gtrcrd guitar harmony m-tx musixguit musixtex musixtex-fonts pmx songbook collection-music +" +TEXLIVE_MODULE_DOC_CONTENTS="abc.doc gchords.doc gtrcrd.doc guitar.doc harmony.doc m-tx.doc musixguit.doc musixtex.doc musixtex-fonts.doc pmx.doc songbook.doc " +TEXLIVE_MODULE_SRC_CONTENTS="abc.source guitar.source musixtex.source songbook.source " +inherit texlive-module +DESCRIPTION="TeXLive Music typesetting" + +LICENSE="GPL-2 GPL-1 GPL-2 LGPL-2.1 LPPL-1.3 " +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +IUSE="" +DEPEND=">=dev-texlive/texlive-latex-2012 +!<app-text/texlive-core-2011 +" +RDEPEND="${DEPEND} " +TEXLIVE_MODULE_BINSCRIPTS=" + texmf-dist/scripts/musixtex/musixflx.lua + texmf-dist/scripts/musixtex/musixtex.lua + texmf-dist/scripts/m-tx/m-tx.lua + texmf-dist/scripts/pmx/pmx2pdf.lua +" diff --git a/dev-texlive/texlive-omega/ChangeLog b/dev-texlive/texlive-omega/ChangeLog index 8c610c766ecb..faf9bcc781ba 100644 --- a/dev-texlive/texlive-omega/ChangeLog +++ b/dev-texlive/texlive-omega/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-texlive/texlive-omega # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-omega/ChangeLog,v 1.51 2012/06/19 14:16:18 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-omega/ChangeLog,v 1.52 2012/07/27 02:52:01 aballier Exp $ + +*texlive-omega-2012 (27 Jul 2012) + + 27 Jul 2012; Alexis Ballier <aballier@gentoo.org> +texlive-omega-2012.ebuild, + metadata.xml: + Bump to TeX Live 2012. 19 Jun 2012; Alexis Ballier <aballier@gentoo.org> -texlive-omega-2010.ebuild: remove old diff --git a/dev-texlive/texlive-omega/metadata.xml b/dev-texlive/texlive-omega/metadata.xml index 4f8a5cf78a30..15b6782fabb2 100644 --- a/dev-texlive/texlive-omega/metadata.xml +++ b/dev-texlive/texlive-omega/metadata.xml @@ -7,6 +7,6 @@ <name>Alexis Ballier</name> </maintainer> <longdescription lang="en"> -Omega, a 16-bit extended TeX by John Plaice and Yannis Haralambous +Omega, a 16-bit extended TeX by John Plaice and Yannis Haralambous. </longdescription> </pkgmetadata> diff --git a/dev-texlive/texlive-omega/texlive-omega-2012.ebuild b/dev-texlive/texlive-omega/texlive-omega-2012.ebuild new file mode 100644 index 000000000000..78e8578bd909 --- /dev/null +++ b/dev-texlive/texlive-omega/texlive-omega-2012.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-omega/texlive-omega-2012.ebuild,v 1.1 2012/07/27 02:52:01 aballier Exp $ + +EAPI="4" + +TEXLIVE_MODULE_CONTENTS="antomega lambda mxedruli omega aleph omegaware collection-omega +" +TEXLIVE_MODULE_DOC_CONTENTS="antomega.doc mxedruli.doc omega.doc aleph.doc omegaware.doc " +TEXLIVE_MODULE_SRC_CONTENTS="antomega.source " +inherit texlive-module +DESCRIPTION="TeXLive Omega packages" + +LICENSE="GPL-2 as-is GPL-1 LPPL-1.3 " +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +IUSE="" +DEPEND=">=dev-texlive/texlive-basic-2012 +>=dev-texlive/texlive-latex-2012 +>=dev-texlive/texlive-latex-2008 +!<dev-texlive/texlive-fontsextra-2009 +" +RDEPEND="${DEPEND} " diff --git a/dev-texlive/texlive-pictures/ChangeLog b/dev-texlive/texlive-pictures/ChangeLog index a9c069377d97..a781bbad271b 100644 --- a/dev-texlive/texlive-pictures/ChangeLog +++ b/dev-texlive/texlive-pictures/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-texlive/texlive-pictures # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-pictures/ChangeLog,v 1.68 2012/06/17 17:15:26 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-pictures/ChangeLog,v 1.69 2012/07/27 02:52:49 aballier Exp $ + +*texlive-pictures-2012 (27 Jul 2012) + + 27 Jul 2012; Alexis Ballier <aballier@gentoo.org> + +texlive-pictures-2012.ebuild: + Bump to TeX Live 2012. 17 Jun 2012; Raúl Porcel <armin76@gentoo.org> texlive-pictures-2011-r1.ebuild: diff --git a/dev-texlive/texlive-pictures/texlive-pictures-2012.ebuild b/dev-texlive/texlive-pictures/texlive-pictures-2012.ebuild new file mode 100644 index 000000000000..4552c684c82a --- /dev/null +++ b/dev-texlive/texlive-pictures/texlive-pictures-2012.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-pictures/texlive-pictures-2012.ebuild,v 1.1 2012/07/27 02:52:49 aballier Exp $ + +EAPI="4" + +TEXLIVE_MODULE_CONTENTS="adjustbox asyfig autoarea bardiag bloques bodegraph bondgraph braids cachepic chemfig combinedgraphics circuitikz curve curve2e curves dcpic diagmac2 doc-pictex dottex dratex drs duotenzor eepic epspdfconversion esk fig4latex gincltex gnuplottex gradientframe grafcet here hvfloat knitting knittingpattern lapdf lpic mathspic miniplot modiagram numericplots pb-diagram petri-nets pgf-blur pgf-soroban pgf-umlsd pgfgantt pgfkeyx pgfmolbio pgfopts pgfplots piano picinpar pict2e pictex pictex2 pinlabel pmgraph prerex productbox randbild randomwalk reotex roundbox rviewport schemabloc swimgraf texdraw tikz-cd tikz-3dplot tikz-dependency tikz-inet tikz-qtree tikz-timing tikzpagenodes tikzpfeile tqft tkz-base tkz-berge tkz-doc tkz-euclide tkz-fct tkz-graph tkz-kiviat tkz-linknodes tkz-orm tkz-tab tsemlines tufte-latex xypic collection-pictures +" +TEXLIVE_MODULE_DOC_CONTENTS="adjustbox.doc asyfig.doc autoarea.doc bardiag.doc bloques.doc bodegraph.doc bondgraph.doc braids.doc cachepic.doc chemfig.doc combinedgraphics.doc circuitikz.doc curve.doc curve2e.doc curves.doc dcpic.doc diagmac2.doc doc-pictex.doc dottex.doc dratex.doc drs.doc duotenzor.doc eepic.doc epspdfconversion.doc esk.doc fig4latex.doc gincltex.doc gnuplottex.doc gradientframe.doc grafcet.doc here.doc hvfloat.doc knitting.doc knittingpattern.doc lapdf.doc lpic.doc mathspic.doc miniplot.doc modiagram.doc numericplots.doc pb-diagram.doc petri-nets.doc pgf-blur.doc pgf-soroban.doc pgf-umlsd.doc pgfgantt.doc pgfkeyx.doc pgfmolbio.doc pgfopts.doc pgfplots.doc piano.doc picinpar.doc pict2e.doc pictex.doc pinlabel.doc pmgraph.doc prerex.doc productbox.doc randbild.doc randomwalk.doc reotex.doc roundbox.doc rviewport.doc schemabloc.doc swimgraf.doc texdraw.doc tikz-cd.doc tikz-3dplot.doc tikz-dependency.doc tikz-inet.doc tikz-qtree.doc tikz-timing.doc tikzpagenodes.doc tikzpfeile.doc tqft.doc tkz-base.doc tkz-berge.doc tkz-doc.doc tkz-euclide.doc tkz-fct.doc tkz-graph.doc tkz-kiviat.doc tkz-linknodes.doc tkz-orm.doc tkz-tab.doc tufte-latex.doc xypic.doc " +TEXLIVE_MODULE_SRC_CONTENTS="adjustbox.source asyfig.source braids.source combinedgraphics.source curve.source curve2e.source curves.source dottex.source esk.source gincltex.source gnuplottex.source gradientframe.source pgf-blur.source pgfgantt.source pgfmolbio.source pgfopts.source pgfplots.source pict2e.source productbox.source randbild.source randomwalk.source rviewport.source tikz-timing.source tikzpagenodes.source tikzpfeile.source tqft.source tufte-latex.source " +inherit texlive-module +DESCRIPTION="TeXLive Graphics packages and programs" + +LICENSE="GPL-2 Apache-2.0 as-is GPL-1 GPL-2 GPL-3 LPPL-1.3 public-domain " +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +IUSE="" +DEPEND=">=dev-texlive/texlive-basic-2012 +!<dev-texlive/texlive-latexextra-2009 +!<dev-texlive/texlive-texinfo-2009 +" +RDEPEND="${DEPEND} dev-lang/ruby +" +TEXLIVE_MODULE_BINSCRIPTS="texmf-dist/scripts/cachepic/cachepic.tlu texmf-dist/scripts/fig4latex/fig4latex texmf-dist/scripts/mathspic/mathspic.pl" diff --git a/dev-texlive/texlive-plainextra/ChangeLog b/dev-texlive/texlive-plainextra/ChangeLog index 2228df145e70..f3272b89ff34 100644 --- a/dev-texlive/texlive-plainextra/ChangeLog +++ b/dev-texlive/texlive-plainextra/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-texlive/texlive-plainextra # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-plainextra/ChangeLog,v 1.52 2012/06/19 14:16:55 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-plainextra/ChangeLog,v 1.53 2012/07/27 02:53:37 aballier Exp $ + +*texlive-plainextra-2012 (27 Jul 2012) + + 27 Jul 2012; Alexis Ballier <aballier@gentoo.org> + +texlive-plainextra-2012.ebuild: + Bump to TeX Live 2012. 19 Jun 2012; Alexis Ballier <aballier@gentoo.org> -texlive-plainextra-2010.ebuild: diff --git a/dev-texlive/texlive-plainextra/texlive-plainextra-2012.ebuild b/dev-texlive/texlive-plainextra/texlive-plainextra-2012.ebuild new file mode 100644 index 000000000000..322a62e69b5a --- /dev/null +++ b/dev-texlive/texlive-plainextra/texlive-plainextra-2012.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-plainextra/texlive-plainextra-2012.ebuild,v 1.1 2012/07/27 02:53:37 aballier Exp $ + +EAPI="4" + +TEXLIVE_MODULE_CONTENTS="figflow fixpdfmag font-change fontch getoptk graphics-pln hyplain js-misc mkpattern newsletr pitex placeins-plain plnfss present resumemac timetable treetex varisize collection-plainextra +" +TEXLIVE_MODULE_DOC_CONTENTS="figflow.doc font-change.doc fontch.doc getoptk.doc graphics-pln.doc hyplain.doc js-misc.doc mkpattern.doc newsletr.doc pitex.doc plnfss.doc present.doc resumemac.doc treetex.doc varisize.doc " +TEXLIVE_MODULE_SRC_CONTENTS="graphics-pln.source " +inherit texlive-module +DESCRIPTION="TeXLive Plain TeX supplementary packages" + +LICENSE="GPL-2 as-is LPPL-1.3 public-domain " +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +IUSE="" +DEPEND=">=dev-texlive/texlive-basic-2012 +!<dev-texlive/texlive-langvietnamese-2009 +" +RDEPEND="${DEPEND} " diff --git a/dev-texlive/texlive-pstricks/ChangeLog b/dev-texlive/texlive-pstricks/ChangeLog index e5bf653d19fa..1566954b2656 100644 --- a/dev-texlive/texlive-pstricks/ChangeLog +++ b/dev-texlive/texlive-pstricks/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-texlive/texlive-pstricks # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-pstricks/ChangeLog,v 1.55 2012/06/19 14:17:31 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-pstricks/ChangeLog,v 1.56 2012/07/27 02:54:27 aballier Exp $ + +*texlive-pstricks-2012 (27 Jul 2012) + + 27 Jul 2012; Alexis Ballier <aballier@gentoo.org> + +texlive-pstricks-2012.ebuild, +files/pedigreeloc.patch: + Bump to TeX Live 2012. 19 Jun 2012; Alexis Ballier <aballier@gentoo.org> -texlive-pstricks-2010.ebuild: diff --git a/dev-texlive/texlive-pstricks/files/pedigreeloc.patch b/dev-texlive/texlive-pstricks/files/pedigreeloc.patch new file mode 100644 index 000000000000..b518d4a1d263 --- /dev/null +++ b/dev-texlive/texlive-pstricks/files/pedigreeloc.patch @@ -0,0 +1,18 @@ +Let it find its .pm files. + +--- texmf-dist/scripts/pedigree-perl/pedigree.pl.old 2012-07-26 11:54:47.578188341 -0400 ++++ texmf-dist/scripts/pedigree-perl/pedigree.pl 2012-07-26 11:57:53.420470694 -0400 +@@ -110,10 +110,10 @@ + + BEGIN { + # find files relative to our installed location within TeX Live +- chomp(my $TLMaster = `kpsewhich -var-value=SELFAUTOPARENT`); # TL root ++ chomp(my $TLMaster = `kpsewhich -var-value=TEXMFDIST`); # TL root + if (length($TLMaster)) { +- unshift @INC, "$TLMaster/texmf-dist/scripts/pedigree-perl"; +- $TLCONF = "$TLMaster/texmf-config/pedigree/pedigree.cfg"; ++ unshift @INC, "$TLMaster/scripts/pedigree-perl"; ++ $TLCONF = "$TLMaster/pedigree/pedigree.cfg"; + chomp($TLCONFLOCAL = `kpsewhich -var-value=TEXMFLOCAL`); + $TLCONFLOCAL .= "/pedigree/pedigree.cfg"; + } diff --git a/dev-texlive/texlive-pstricks/texlive-pstricks-2012.ebuild b/dev-texlive/texlive-pstricks/texlive-pstricks-2012.ebuild new file mode 100644 index 000000000000..250efdba6f13 --- /dev/null +++ b/dev-texlive/texlive-pstricks/texlive-pstricks-2012.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-pstricks/texlive-pstricks-2012.ebuild,v 1.1 2012/07/27 02:54:27 aballier Exp $ + +EAPI="4" + +TEXLIVE_MODULE_CONTENTS="auto-pst-pdf bclogo makeplot pdftricks pedigree-perl psbao pst-2dplot pst-3d pst-3dplot pst-abspos pst-am pst-asr pst-bar pst-barcode pst-bezier pst-blur pst-bspline pst-calendar pst-circ pst-coil pst-cox pst-dbicons pst-diffraction pst-electricfield pst-eps pst-eucl pst-exa pst-fill pst-fr3d pst-fractal pst-fun pst-func pst-gantt pst-geo pst-ghsb pst-gr3d pst-grad pst-graphicx pst-infixplot pst-jtree pst-knot pst-labo pst-layout pst-lens pst-light3d pst-magneticfield pst-math pst-mirror pst-node pst-ob3d pst-optexp pst-optic pst-osci pst-pad pst-pdgr pst-platon pst-plot pst-poly pst-pulley pst-qtree pst-rubans pst-sigsys pst-slpe pst-solarsystem pst-spectra pst-solides3d pst-soroban pst-stru pst-support pst-text pst-thick pst-tools pst-tree pst-tvz pst-uml pst-vowel pst-vue3d pst2pdf pstricks pstricks-add pstricks_calcnotes uml vaucanson-g vocaltract collection-pstricks +" +TEXLIVE_MODULE_DOC_CONTENTS="auto-pst-pdf.doc bclogo.doc makeplot.doc pdftricks.doc pedigree-perl.doc psbao.doc pst-2dplot.doc pst-3d.doc pst-3dplot.doc pst-abspos.doc pst-am.doc pst-asr.doc pst-bar.doc pst-barcode.doc pst-bezier.doc pst-blur.doc pst-bspline.doc pst-calendar.doc pst-circ.doc pst-coil.doc pst-cox.doc pst-dbicons.doc pst-diffraction.doc pst-electricfield.doc pst-eps.doc pst-eucl.doc pst-exa.doc pst-fill.doc pst-fr3d.doc pst-fractal.doc pst-fun.doc pst-func.doc pst-gantt.doc pst-geo.doc pst-ghsb.doc pst-gr3d.doc pst-grad.doc pst-graphicx.doc pst-infixplot.doc pst-jtree.doc pst-knot.doc pst-labo.doc pst-layout.doc pst-lens.doc pst-light3d.doc pst-magneticfield.doc pst-math.doc pst-mirror.doc pst-node.doc pst-ob3d.doc pst-optexp.doc pst-optic.doc pst-osci.doc pst-pad.doc pst-pdgr.doc pst-platon.doc pst-plot.doc pst-poly.doc pst-pulley.doc pst-qtree.doc pst-rubans.doc pst-sigsys.doc pst-slpe.doc pst-solarsystem.doc pst-spectra.doc pst-solides3d.doc pst-soroban.doc pst-stru.doc pst-support.doc pst-text.doc pst-thick.doc pst-tools.doc pst-tree.doc pst-tvz.doc pst-uml.doc pst-vowel.doc pst-vue3d.doc pst2pdf.doc pstricks.doc pstricks-add.doc pstricks_calcnotes.doc uml.doc vaucanson-g.doc vocaltract.doc " +TEXLIVE_MODULE_SRC_CONTENTS="auto-pst-pdf.source makeplot.source pst-3d.source pst-3dplot.source pst-abspos.source pst-am.source pst-bar.source pst-barcode.source pst-bezier.source pst-blur.source pst-circ.source pst-coil.source pst-dbicons.source pst-diffraction.source pst-electricfield.source pst-eps.source pst-fill.source pst-fr3d.source pst-fun.source pst-func.source pst-gantt.source pst-gr3d.source pst-lens.source pst-light3d.source pst-magneticfield.source pst-math.source pst-mirror.source pst-node.source pst-ob3d.source pst-optexp.source pst-optic.source pst-pad.source pst-pdgr.source pst-platon.source pst-plot.source pst-poly.source pst-pulley.source pst-rubans.source pst-slpe.source pst-solarsystem.source pst-soroban.source pst-text.source pst-thick.source pst-tools.source pst-tree.source pst-tvz.source pst-uml.source pst-vue3d.source pstricks-add.source uml.source " +inherit texlive-module +DESCRIPTION="TeXLive PSTricks packages" + +LICENSE="GPL-2 GPL-1 GPL-2 LGPL-2 LPPL-1.3 " +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +IUSE="" +DEPEND=">=dev-texlive/texlive-basic-2012 +>=dev-texlive/texlive-genericrecommended-2012 +" +RDEPEND="${DEPEND} dev-texlive/texlive-genericrecommended +" +TEXLIVE_MODULE_BINSCRIPTS=" + texmf-dist/scripts/pst2pdf/pst2pdf + texmf-dist/scripts/pedigree-perl/pedigree.pl +" +PATCHES=( "${FILESDIR}/pedigreeloc.patch" ) diff --git a/dev-texlive/texlive-publishers/ChangeLog b/dev-texlive/texlive-publishers/ChangeLog index f04dc8dc8e90..05861cd87113 100644 --- a/dev-texlive/texlive-publishers/ChangeLog +++ b/dev-texlive/texlive-publishers/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-texlive/texlive-publishers # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-publishers/ChangeLog,v 1.52 2012/05/24 21:48:59 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-publishers/ChangeLog,v 1.53 2012/07/27 02:55:17 aballier Exp $ + +*texlive-publishers-2012 (27 Jul 2012) + + 27 Jul 2012; Alexis Ballier <aballier@gentoo.org> + +texlive-publishers-2012.ebuild: + Bump to TeX Live 2012. 24 May 2012; Alexis Ballier <aballier@gentoo.org> -texlive-publishers-2010.ebuild: diff --git a/dev-texlive/texlive-publishers/texlive-publishers-2012.ebuild b/dev-texlive/texlive-publishers/texlive-publishers-2012.ebuild new file mode 100644 index 000000000000..07812519974d --- /dev/null +++ b/dev-texlive/texlive-publishers/texlive-publishers-2012.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-publishers/texlive-publishers-2012.ebuild,v 1.1 2012/07/27 02:55:17 aballier Exp $ + +EAPI="4" + +TEXLIVE_MODULE_CONTENTS="IEEEconf IEEEtran aastex acmconf active-conf adfathesis afthesis aguplus aiaa ametsoc anufinalexam aomart apa apa6 apa6e arsclassica articleingud asaetr ascelike beamer-FUBerlin bgteubner cascadilla chem-journal classicthesis cmpj confproc ebsthesis economic ejpecp elbioimp elsarticle elteikthesis erdc estcpmm fbithesis fcltxdoc gaceta gatech-thesis har2nat hobete icsv ieeepes ijmart imac imsproc imtekda jmlr jpsj kdgdocs kluwer lps macqassign mentis msu-thesis musuos muthesis nature nddiss nih nostarch nrc onrannual philosophersimprint powerdot-FUBerlin pracjourn procIAGssymp ptptex psu-thesis revtex revtex4 ryethesis sageep sapthesis seuthesis soton spie stellenbosch suftesi sugconf texilikechaps texilikecover thesis-titlepage-fhac thuthesis toptesi tugboat tugboat-plain tui uaclasses uafthesis ucdavisthesis ucthesis uiucthesis umthesis umich-thesis unamthesis ut-thesis uothesis uowthesis uwthesis vancouver york-thesis collection-publishers +" +TEXLIVE_MODULE_DOC_CONTENTS="IEEEconf.doc IEEEtran.doc aastex.doc acmconf.doc active-conf.doc adfathesis.doc afthesis.doc aguplus.doc aiaa.doc ametsoc.doc anufinalexam.doc aomart.doc apa.doc apa6.doc apa6e.doc arsclassica.doc articleingud.doc asaetr.doc ascelike.doc beamer-FUBerlin.doc bgteubner.doc cascadilla.doc classicthesis.doc cmpj.doc confproc.doc ebsthesis.doc economic.doc ejpecp.doc elbioimp.doc elsarticle.doc elteikthesis.doc erdc.doc estcpmm.doc fbithesis.doc fcltxdoc.doc gaceta.doc gatech-thesis.doc har2nat.doc hobete.doc icsv.doc ieeepes.doc ijmart.doc imac.doc imsproc.doc imtekda.doc jmlr.doc jpsj.doc kdgdocs.doc kluwer.doc lps.doc macqassign.doc mentis.doc msu-thesis.doc musuos.doc muthesis.doc nature.doc nddiss.doc nih.doc nostarch.doc nrc.doc onrannual.doc philosophersimprint.doc powerdot-FUBerlin.doc pracjourn.doc procIAGssymp.doc ptptex.doc psu-thesis.doc revtex.doc revtex4.doc ryethesis.doc sageep.doc sapthesis.doc seuthesis.doc soton.doc spie.doc stellenbosch.doc suftesi.doc sugconf.doc thesis-titlepage-fhac.doc thuthesis.doc toptesi.doc tugboat.doc tugboat-plain.doc tui.doc uaclasses.doc uafthesis.doc ucdavisthesis.doc ucthesis.doc uiucthesis.doc umthesis.doc umich-thesis.doc unamthesis.doc ut-thesis.doc uothesis.doc uowthesis.doc uwthesis.doc vancouver.doc york-thesis.doc " +TEXLIVE_MODULE_SRC_CONTENTS="IEEEconf.source aastex.source acmconf.source active-conf.source adfathesis.source aiaa.source aomart.source apa6.source apa6e.source articleingud.source bgteubner.source confproc.source ebsthesis.source ejpecp.source elbioimp.source elsarticle.source elteikthesis.source erdc.source estcpmm.source fbithesis.source fcltxdoc.source icsv.source ijmart.source imtekda.source jmlr.source kdgdocs.source kluwer.source lps.source mentis.source musuos.source nddiss.source nostarch.source nrc.source philosophersimprint.source pracjourn.source revtex.source revtex4.source ryethesis.source sageep.source seuthesis.source stellenbosch.source suftesi.source thesis-titlepage-fhac.source thuthesis.source toptesi.source tugboat.source uaclasses.source ucdavisthesis.source uiucthesis.source uothesis.source york-thesis.source " +inherit texlive-module +DESCRIPTION="TeXLive Support for publishers, theses, standards, conferences, etc." + +LICENSE="GPL-2 Apache-2.0 as-is GPL-1 GPL-3 LPPL-1.2 LPPL-1.3 public-domain " +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +IUSE="" +DEPEND=">=dev-texlive/texlive-latex-2012 +!<dev-texlive/texlive-latexextra-2011 +" +RDEPEND="${DEPEND} " diff --git a/dev-texlive/texlive-science/ChangeLog b/dev-texlive/texlive-science/ChangeLog index e7c480170eeb..295dcfee414b 100644 --- a/dev-texlive/texlive-science/ChangeLog +++ b/dev-texlive/texlive-science/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-texlive/texlive-science # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-science/ChangeLog,v 1.52 2012/05/30 00:46:58 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-science/ChangeLog,v 1.53 2012/07/27 02:56:18 aballier Exp $ + +*texlive-science-2012 (27 Jul 2012) + + 27 Jul 2012; Alexis Ballier <aballier@gentoo.org> + +texlive-science-2012.ebuild: + Bump to TeX Live 2012. 29 May 2012; Alexis Ballier <aballier@gentoo.org> -texlive-science-2010.ebuild: diff --git a/dev-texlive/texlive-science/texlive-science-2012.ebuild b/dev-texlive/texlive-science/texlive-science-2012.ebuild new file mode 100644 index 000000000000..9426fe73d605 --- /dev/null +++ b/dev-texlive/texlive-science/texlive-science-2012.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-science/texlive-science-2012.ebuild,v 1.1 2012/07/27 02:56:18 aballier Exp $ + +EAPI="4" + +TEXLIVE_MODULE_CONTENTS="SIstyle SIunits alg algorithm2e algorithmicx algorithms biocon bpchem bytefield chemarrow chemcompounds chemcono chemexec chemmacros chemnum chemstyle clrscode complexity computational-complexity digiconfigs drawstack dyntree eltex engtlc fouridx functan galois gastex gene-logic gu hep hepnames hepparticles hepthesis hepunits karnaugh mhchem miller mychemistry nuc objectz physymb pseudocode sasnrdisplay sciposter sfg siunitx steinmetz struktex t-angles textopo ulqda unitsdef youngtab collection-science +" +TEXLIVE_MODULE_DOC_CONTENTS="SIstyle.doc SIunits.doc alg.doc algorithm2e.doc algorithmicx.doc algorithms.doc biocon.doc bpchem.doc bytefield.doc chemarrow.doc chemcompounds.doc chemcono.doc chemexec.doc chemmacros.doc chemnum.doc chemstyle.doc clrscode.doc complexity.doc computational-complexity.doc digiconfigs.doc drawstack.doc dyntree.doc eltex.doc engtlc.doc fouridx.doc functan.doc galois.doc gastex.doc gene-logic.doc gu.doc hep.doc hepnames.doc hepparticles.doc hepthesis.doc hepunits.doc karnaugh.doc mhchem.doc miller.doc mychemistry.doc nuc.doc objectz.doc physymb.doc pseudocode.doc sasnrdisplay.doc sciposter.doc sfg.doc siunitx.doc steinmetz.doc struktex.doc t-angles.doc textopo.doc ulqda.doc unitsdef.doc youngtab.doc " +TEXLIVE_MODULE_SRC_CONTENTS="SIstyle.source SIunits.source alg.source algorithms.source bpchem.source bytefield.source chemarrow.source chemcompounds.source chemstyle.source computational-complexity.source dyntree.source fouridx.source functan.source galois.source miller.source objectz.source physymb.source siunitx.source steinmetz.source struktex.source textopo.source ulqda.source unitsdef.source youngtab.source " +inherit texlive-module +DESCRIPTION="TeXLive Typesetting for natural and computer sciences" + +LICENSE="GPL-2 as-is GPL-1 LGPL-2 LPPL-1.2 LPPL-1.3 public-domain " +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +IUSE="" +DEPEND=">=dev-texlive/texlive-latex-2012 +!dev-tex/SIunits +" +RDEPEND="${DEPEND} dev-texlive/texlive-pstricks +" +TEXLIVE_MODULE_BINSCRIPTS="texmf-dist/scripts/ulqda/ulqda.pl" diff --git a/dev-texlive/texlive-xetex/ChangeLog b/dev-texlive/texlive-xetex/ChangeLog index 0801ef7687ef..01ee5cf7c700 100644 --- a/dev-texlive/texlive-xetex/ChangeLog +++ b/dev-texlive/texlive-xetex/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-texlive/texlive-xetex # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-xetex/ChangeLog,v 1.57 2012/05/24 21:42:50 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-xetex/ChangeLog,v 1.58 2012/07/27 02:59:58 aballier Exp $ + +*texlive-xetex-2012 (27 Jul 2012) + + 27 Jul 2012; Alexis Ballier <aballier@gentoo.org> +texlive-xetex-2012.ebuild, + metadata.xml: + Bump to TeX Live 2012. 24 May 2012; Alexis Ballier <aballier@gentoo.org> -texlive-xetex-2010-r1.ebuild: diff --git a/dev-texlive/texlive-xetex/metadata.xml b/dev-texlive/texlive-xetex/metadata.xml index 308a41710eef..16c05aa34e6f 100644 --- a/dev-texlive/texlive-xetex/metadata.xml +++ b/dev-texlive/texlive-xetex/metadata.xml @@ -8,6 +8,6 @@ </maintainer> <longdescription lang="en"> Packages for XeTeX, the Unicode/OpenType-enabled TeX by Jonathan Kew, -http://scripts.sil.org/xetex. +http://tug.org/xetex. </longdescription> </pkgmetadata> diff --git a/dev-texlive/texlive-xetex/texlive-xetex-2012.ebuild b/dev-texlive/texlive-xetex/texlive-xetex-2012.ebuild new file mode 100644 index 000000000000..d74ef9d91896 --- /dev/null +++ b/dev-texlive/texlive-xetex/texlive-xetex-2012.ebuild @@ -0,0 +1,41 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-xetex/texlive-xetex-2012.ebuild,v 1.1 2012/07/27 02:59:58 aballier Exp $ + +EAPI="4" + +TEXLIVE_MODULE_CONTENTS="arabxetex euenc fixlatvian fontbook fontwrap mathspec philokalia polyglossia realscripts unisugar xecjk xecolor xecyr xeindex xepersian xesearch xetex xetex-def xetex-itrans xetex-pstricks xetexconfig xetexfontinfo xltxtra xunicode collection-xetex +" +TEXLIVE_MODULE_DOC_CONTENTS="arabxetex.doc euenc.doc fixlatvian.doc fontbook.doc fontwrap.doc mathspec.doc philokalia.doc polyglossia.doc realscripts.doc unisugar.doc xecjk.doc xecolor.doc xecyr.doc xeindex.doc xepersian.doc xesearch.doc xetex.doc xetex-itrans.doc xetex-pstricks.doc xetexfontinfo.doc xltxtra.doc xunicode.doc " +TEXLIVE_MODULE_SRC_CONTENTS="arabxetex.source euenc.source fixlatvian.source fontbook.source philokalia.source polyglossia.source realscripts.source xecjk.source xepersian.source xltxtra.source " +inherit font texlive-module +DESCRIPTION="TeXLive XeTeX packages" + +LICENSE="GPL-2 Apache-2.0 as-is GPL-1 LPPL-1.3 OFL public-domain " +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +IUSE="" +DEPEND=">=dev-texlive/texlive-basic-2012 +!=app-text/texlive-core-2007* +>=dev-texlive/texlive-latexextra-2010 +>=app-text/texlive-core-2010[xetex] +>=dev-texlive/texlive-genericrecommended-2010 +>=dev-texlive/texlive-mathextra-2010 +" +RDEPEND="${DEPEND} " +FONT_CONF=( "${FILESDIR}"/09-texlive.conf ) + +src_install() { + texlive-module_src_install + font_fontconfig +} + +pkg_postinst() { + texlive-module_pkg_postinst + font_pkg_postinst +} + +pkg_postrm() { + texlive-module_pkg_postrm + font_pkg_postrm +} |