diff options
author | Alexis Ballier <aballier@gentoo.org> | 2008-09-09 16:53:52 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2008-09-09 16:53:52 +0000 |
commit | dd26f82ead19785b47d7e1ecee488656c3f50c15 (patch) | |
tree | a6ebfd0887971f6a2d26593c566bfba5d5907aec /dev-texlive/texlive-science | |
parent | Bump to 2008 (diff) | |
download | gentoo-2-dd26f82ead19785b47d7e1ecee488656c3f50c15.tar.gz gentoo-2-dd26f82ead19785b47d7e1ecee488656c3f50c15.tar.bz2 gentoo-2-dd26f82ead19785b47d7e1ecee488656c3f50c15.zip |
Bump to 2008
(Portage version: 2.2_rc8/cvs/Linux 2.6.26.3 x86_64)
Diffstat (limited to 'dev-texlive/texlive-science')
-rw-r--r-- | dev-texlive/texlive-science/ChangeLog | 8 | ||||
-rw-r--r-- | dev-texlive/texlive-science/metadata.xml | 4 | ||||
-rw-r--r-- | dev-texlive/texlive-science/texlive-science-2008.ebuild | 18 |
3 files changed, 28 insertions, 2 deletions
diff --git a/dev-texlive/texlive-science/ChangeLog b/dev-texlive/texlive-science/ChangeLog index 5b9795b79bbc..530c12ee9d70 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-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-science/ChangeLog,v 1.15 2008/05/12 20:09:19 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-science/ChangeLog,v 1.16 2008/09/09 16:53:52 aballier Exp $ + +*texlive-science-2008 (09 Sep 2008) + + 09 Sep 2008; Alexis Ballier <aballier@gentoo.org> metadata.xml, + +texlive-science-2008.ebuild: + Bump to 2008 12 May 2008; nixnut <nixnut@gentoo.org> texlive-science-2007.ebuild: Stable on ppc wrt bug 220651 diff --git a/dev-texlive/texlive-science/metadata.xml b/dev-texlive/texlive-science/metadata.xml index 709c45b017d6..842bf5ba99db 100644 --- a/dev-texlive/texlive-science/metadata.xml +++ b/dev-texlive/texlive-science/metadata.xml @@ -6,5 +6,7 @@ <email>aballier@gentoo.org</email> <name>Alexis Ballier</name> </maintainer> +<longdescription lang="en"> +Typesetting for natural and computer sciences +</longdescription> </pkgmetadata> - diff --git a/dev-texlive/texlive-science/texlive-science-2008.ebuild b/dev-texlive/texlive-science/texlive-science-2008.ebuild new file mode 100644 index 000000000000..12fc7ac4eda7 --- /dev/null +++ b/dev-texlive/texlive-science/texlive-science-2008.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-science/texlive-science-2008.ebuild,v 1.1 2008/09/09 16:53:52 aballier Exp $ + +TEXLIVE_MODULES_DEPS="dev-texlive/texlive-latex +!dev-tex/SIunits +" +TEXLIVE_MODULE_CONTENTS="SIstyle SIunits alg algorithm2e algorithmicx algorithms biocon bpchem bytefield chemarrow chemcompounds chemcono chemstyle clrscode complexity computational-complexity digiconfigs dyntree formula fouridx functan galois gastex gu hep hepnames hepparticles hepthesis hepunits karnaugh mhchem mhs miller newalg objectz pseudocode scientificpaper sciposter sfg siunitx struktex t-angles textopo 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 chemstyle.doc clrscode.doc complexity.doc computational-complexity.doc digiconfigs.doc dyntree.doc formula.doc fouridx.doc functan.doc galois.doc gastex.doc gu.doc hep.doc hepnames.doc hepparticles.doc hepthesis.doc hepunits.doc karnaugh.doc mhchem.doc miller.doc newalg.doc objectz.doc pseudocode.doc scientificpaper.doc sciposter.doc sfg.doc siunitx.doc struktex.doc t-angles.doc textopo.doc unitsdef.doc " +TEXLIVE_MODULE_SRC_CONTENTS="SIstyle.source SIunits.source alg.source biocon.source bpchem.source bytefield.source chemcompounds.source chemstyle.source computational-complexity.source dyntree.source formula.source fouridx.source functan.source galois.source hepthesis.source miller.source newalg.source objectz.source siunitx.source struktex.source textopo.source unitsdef.source youngtab.source " +inherit texlive-module +DESCRIPTION="TeXLive Typesetting for natural and computer sciences" + +LICENSE="GPL-2 as-is freedist GPL-1 LGPL-2 LPPL-1.3 " +SLOT="0" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +IUSE="" |