diff options
author | Alexis Ballier <aballier@gentoo.org> | 2015-07-16 09:28:18 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2015-07-16 09:28:18 +0000 |
commit | d14f40bacf66ab736e477b29d809689a06d8eb2b (patch) | |
tree | e0c16decb9b0700f001d43c1753d5058cb41c00c /dev-texlive | |
parent | bump to texlive 2015 (diff) | |
download | gentoo-2-d14f40bacf66ab736e477b29d809689a06d8eb2b.tar.gz gentoo-2-d14f40bacf66ab736e477b29d809689a06d8eb2b.tar.bz2 gentoo-2-d14f40bacf66ab736e477b29d809689a06d8eb2b.zip |
bump to texlive 2015
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Diffstat (limited to 'dev-texlive')
-rw-r--r-- | dev-texlive/texlive-science/ChangeLog | 8 | ||||
-rw-r--r-- | dev-texlive/texlive-science/texlive-science-2015.ebuild | 23 |
2 files changed, 30 insertions, 1 deletions
diff --git a/dev-texlive/texlive-science/ChangeLog b/dev-texlive/texlive-science/ChangeLog index abb770e56075..6c47c852d97d 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-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-science/ChangeLog,v 1.71 2015/07/12 18:13:21 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-science/ChangeLog,v 1.72 2015/07/16 09:28:18 aballier Exp $ + +*texlive-science-2015 (16 Jul 2015) + + 16 Jul 2015; Alexis Ballier <aballier@gentoo.org> + +texlive-science-2015.ebuild: + bump to texlive 2015 12 Jul 2015; Mikle Kolyada <zlogene@gentoo.org> texlive-science-2014.ebuild: x86 stable wrt bug #550840 diff --git a/dev-texlive/texlive-science/texlive-science-2015.ebuild b/dev-texlive/texlive-science/texlive-science-2015.ebuild new file mode 100644 index 000000000000..8c7e700ecf36 --- /dev/null +++ b/dev-texlive/texlive-science/texlive-science-2015.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-science/texlive-science-2015.ebuild,v 1.1 2015/07/16 09:28:18 aballier Exp $ + +EAPI="5" + +TEXLIVE_MODULE_CONTENTS="SIstyle SIunits alg algorithm2e algorithmicx algorithms biocon bohr bpchem bytefield chemarrow chemcompounds chemcono chemexec chemformula chemgreek chemmacros chemnum chemschemex chemstyle clrscode clrscode3e complexity computational-complexity cryptocode digiconfigs drawstack dyntree eltex endiagram engtlc fouridx functan galois gastex gene-logic ghsystem gu hep hepnames hepparticles hepthesis hepunits karnaugh karnaughmap matlab-prettifier mhchem miller mychemistry nuc objectz physics pseudocode pygmentex sasnrdisplay sciposter sclang-prettifier sfg siunitx steinmetz struktex substances t-angles textopo ulqda unitsdef xymtex youngtab collection-science +" +TEXLIVE_MODULE_DOC_CONTENTS="SIstyle.doc SIunits.doc alg.doc algorithm2e.doc algorithmicx.doc algorithms.doc biocon.doc bohr.doc bpchem.doc bytefield.doc chemarrow.doc chemcompounds.doc chemcono.doc chemexec.doc chemformula.doc chemgreek.doc chemmacros.doc chemnum.doc chemschemex.doc chemstyle.doc clrscode.doc clrscode3e.doc complexity.doc computational-complexity.doc cryptocode.doc digiconfigs.doc drawstack.doc dyntree.doc eltex.doc endiagram.doc engtlc.doc fouridx.doc functan.doc galois.doc gastex.doc gene-logic.doc ghsystem.doc gu.doc hep.doc hepnames.doc hepparticles.doc hepthesis.doc hepunits.doc karnaugh.doc karnaughmap.doc matlab-prettifier.doc mhchem.doc miller.doc mychemistry.doc nuc.doc objectz.doc physics.doc pseudocode.doc pygmentex.doc sasnrdisplay.doc sciposter.doc sclang-prettifier.doc sfg.doc siunitx.doc steinmetz.doc struktex.doc substances.doc t-angles.doc textopo.doc ulqda.doc unitsdef.doc xymtex.doc youngtab.doc " +TEXLIVE_MODULE_SRC_CONTENTS="SIstyle.source SIunits.source alg.source algorithms.source bpchem.source bytefield.source chemarrow.source chemcompounds.source chemschemex.source chemstyle.source computational-complexity.source dyntree.source fouridx.source functan.source galois.source karnaughmap.source matlab-prettifier.source miller.source objectz.source sclang-prettifier.source siunitx.source steinmetz.source struktex.source textopo.source ulqda.source unitsdef.source xymtex.source youngtab.source " +inherit texlive-module +DESCRIPTION="TeXLive Natural and computer sciences" + +LICENSE=" GPL-1 GPL-2 LGPL-2 LPPL-1.2 LPPL-1.3 public-domain TeX-other-free " +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~s390 ~sh ~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-2015 +!dev-tex/SIunits +" +RDEPEND="${DEPEND} dev-texlive/texlive-pstricks +" +TEXLIVE_MODULE_BINSCRIPTS="texmf-dist/scripts/ulqda/ulqda.pl texmf-dist/scripts/pygmentex/pygmentex.py" |