diff options
author | Alexis Ballier <aballier@gentoo.org> | 2012-12-08 13:07:16 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2012-12-08 13:07:16 +0000 |
commit | 2214736a151c1435a1707de853308409cd5c791d (patch) | |
tree | ec23bd5b2130670a7a903dce046c8f9da6bed4c9 /dev-texlive/texlive-science | |
parent | USE doc with python3 set to die due to inability of py3 to build docs, fixed ... (diff) | |
download | gentoo-2-2214736a151c1435a1707de853308409cd5c791d.tar.gz gentoo-2-2214736a151c1435a1707de853308409cd5c791d.tar.bz2 gentoo-2-2214736a151c1435a1707de853308409cd5c791d.zip |
update siunitx as current version was not working properly, bug #444165 by Eugene Shalygin
(Portage version: 2.2.0_alpha144/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 | 9 | ||||
-rw-r--r-- | dev-texlive/texlive-science/texlive-science-2012-r1.ebuild | 41 |
2 files changed, 49 insertions, 1 deletions
diff --git a/dev-texlive/texlive-science/ChangeLog b/dev-texlive/texlive-science/ChangeLog index b39aa9ab2c14..601165db323c 100644 --- a/dev-texlive/texlive-science/ChangeLog +++ b/dev-texlive/texlive-science/ChangeLog @@ -1,6 +1,13 @@ # 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.54 2012/10/03 18:26:20 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-science/ChangeLog,v 1.55 2012/12/08 13:07:16 aballier Exp $ + +*texlive-science-2012-r1 (08 Dec 2012) + + 08 Dec 2012; Alexis Ballier <aballier@gentoo.org> + +texlive-science-2012-r1.ebuild: + update siunitx as current version was not working properly, bug #444165 by + Eugene Shalygin 03 Oct 2012; Ulrich Müller <ulm@gentoo.org> texlive-science-2011.ebuild, texlive-science-2012.ebuild: diff --git a/dev-texlive/texlive-science/texlive-science-2012-r1.ebuild b/dev-texlive/texlive-science/texlive-science-2012-r1.ebuild new file mode 100644 index 000000000000..a5c85759f5d9 --- /dev/null +++ b/dev-texlive/texlive-science/texlive-science-2012-r1.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-science/texlive-science-2012-r1.ebuild,v 1.1 2012/12/08 13:07:16 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 siunitx25l 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 siunitx25l.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 siunitx25l.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 GPL-1 LGPL-2 LPPL-1.2 LPPL-1.3 public-domain TeX-other-free" +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-latexrecommended-2012-r1 +!dev-tex/SIunits +" +RDEPEND="${DEPEND} dev-texlive/texlive-pstricks +" +TEXLIVE_MODULE_BINSCRIPTS="texmf-dist/scripts/ulqda/ulqda.pl" |