diff options
author | Alexis Ballier <aballier@gentoo.org> | 2014-11-03 07:00:50 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2014-11-03 07:00:50 +0000 |
commit | 7d3b40bce3fee371e7fbaf3b147ff652350dfad8 (patch) | |
tree | 0cdf22d3433a8bf32d3f81bf769f797f3cc33db4 /dev-texlive/texlive-science | |
parent | bump to texlive 2014 (diff) | |
download | gentoo-2-7d3b40bce3fee371e7fbaf3b147ff652350dfad8.tar.gz gentoo-2-7d3b40bce3fee371e7fbaf3b147ff652350dfad8.tar.bz2 gentoo-2-7d3b40bce3fee371e7fbaf3b147ff652350dfad8.zip |
bump to texlive 2014
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Diffstat (limited to 'dev-texlive/texlive-science')
-rw-r--r-- | dev-texlive/texlive-science/ChangeLog | 10 | ||||
-rw-r--r-- | dev-texlive/texlive-science/texlive-science-2014.ebuild | 23 |
2 files changed, 31 insertions, 2 deletions
diff --git a/dev-texlive/texlive-science/ChangeLog b/dev-texlive/texlive-science/ChangeLog index 990b9e1364c2..ba904251487f 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-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-science/ChangeLog,v 1.67 2013/06/28 16:46:40 aballier Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-science/ChangeLog,v 1.68 2014/11/03 07:00:50 aballier Exp $ + +*texlive-science-2014 (03 Nov 2014) + + 03 Nov 2014; Alexis Ballier <aballier@gentoo.org> + +texlive-science-2014.ebuild: + bump to texlive 2014 *texlive-science-2013 (28 Jun 2013) diff --git a/dev-texlive/texlive-science/texlive-science-2014.ebuild b/dev-texlive/texlive-science/texlive-science-2014.ebuild new file mode 100644 index 000000000000..67e448050d52 --- /dev/null +++ b/dev-texlive/texlive-science/texlive-science-2014.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-science/texlive-science-2014.ebuild,v 1.1 2014/11/03 07:00:50 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 digiconfigs drawstack dyntree eltex endiagram engtlc fouridx functan galois gastex gene-logic ghsystem gu hep hepnames hepparticles hepthesis hepunits karnaugh matlab-prettifier mhchem miller mychemistry nuc objectz physics physymb 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 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 matlab-prettifier.doc mhchem.doc miller.doc mychemistry.doc nuc.doc objectz.doc physics.doc physymb.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 matlab-prettifier.source miller.source objectz.source physymb.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-2014 +!dev-tex/SIunits +" +RDEPEND="${DEPEND} dev-texlive/texlive-pstricks +" +TEXLIVE_MODULE_BINSCRIPTS="texmf-dist/scripts/ulqda/ulqda.pl" |