Gentoo Archives: gentoo-commits

From: "Alexis Ballier (aballier)" <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-texlive/texlive-science: texlive-science-2008.ebuild ChangeLog
Date: Fri, 27 Mar 2009 19:15:59
Message-Id: E1LnHX2-0007pc-RJ@stork.gentoo.org
1 aballier 09/03/27 19:15:56
2
3 Modified: texlive-science-2008.ebuild ChangeLog
4 Log:
5 add a rdep on pstricks for the sfg package that requires it, by Priit Laes <amd@×××××××.com>, bug #262702
6 (Portage version: 2.2_rc27/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.11 dev-texlive/texlive-science/texlive-science-2008.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-texlive/texlive-science/texlive-science-2008.ebuild?rev=1.11&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-texlive/texlive-science/texlive-science-2008.ebuild?rev=1.11&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-texlive/texlive-science/texlive-science-2008.ebuild?r1=1.10&r2=1.11
14
15 Index: texlive-science-2008.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-texlive/texlive-science/texlive-science-2008.ebuild,v
18 retrieving revision 1.10
19 retrieving revision 1.11
20 diff -u -r1.10 -r1.11
21 --- texlive-science-2008.ebuild 18 Mar 2009 21:14:20 -0000 1.10
22 +++ texlive-science-2008.ebuild 27 Mar 2009 19:15:56 -0000 1.11
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2009 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-science/texlive-science-2008.ebuild,v 1.10 2009/03/18 21:14:20 ranger Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-science/texlive-science-2008.ebuild,v 1.11 2009/03/27 19:15:56 aballier Exp $
28
29 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
30 "
31 @@ -16,4 +16,4 @@
32 DEPEND=">=dev-texlive/texlive-latex-2008
33 !dev-tex/SIunits
34 "
35 -RDEPEND="${DEPEND}"
36 +RDEPEND="${DEPEND} dev-texlive/texlive-pstricks"
37
38
39
40 1.27 dev-texlive/texlive-science/ChangeLog
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-texlive/texlive-science/ChangeLog?rev=1.27&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-texlive/texlive-science/ChangeLog?rev=1.27&content-type=text/plain
44 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-texlive/texlive-science/ChangeLog?r1=1.26&r2=1.27
45
46 Index: ChangeLog
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/dev-texlive/texlive-science/ChangeLog,v
49 retrieving revision 1.26
50 retrieving revision 1.27
51 diff -u -r1.26 -r1.27
52 --- ChangeLog 18 Mar 2009 21:14:20 -0000 1.26
53 +++ ChangeLog 27 Mar 2009 19:15:56 -0000 1.27
54 @@ -1,6 +1,11 @@
55 # ChangeLog for dev-texlive/texlive-science
56 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
57 -# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-science/ChangeLog,v 1.26 2009/03/18 21:14:20 ranger Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-science/ChangeLog,v 1.27 2009/03/27 19:15:56 aballier Exp $
59 +
60 + 27 Mar 2009; Alexis Ballier <aballier@g.o>
61 + texlive-science-2008.ebuild:
62 + add a rdep on pstricks for the sfg package that requires it, by Priit Laes
63 + <amd@×××××××.com>, bug #262702
64
65 18 Mar 2009; Brent Baude <ranger@g.o> texlive-science-2008.ebuild:
66 Marking texlive-science-2008 ppc stable for bug 253551