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-pstricks: texlive-pstricks-2008.ebuild ChangeLog
Date: Fri, 31 Oct 2008 14:46:49
Message-Id: E1KvvGw-0004mJ-LX@stork.gentoo.org
1 aballier 08/10/31 14:46:46
2
3 Modified: texlive-pstricks-2008.ebuild ChangeLog
4 Log:
5 Use stricter deps for texlive 2008 to require the 2008 version of a package, get rid of TEXLIVE_MODULES_DEPS and use standard DEPEND/RDEPEND fields
6 (Portage version: 2.2_rc12/cvs/Linux 2.6.27.4 x86_64)
7
8 Revision Changes Path
9 1.2 dev-texlive/texlive-pstricks/texlive-pstricks-2008.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-texlive/texlive-pstricks/texlive-pstricks-2008.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-texlive/texlive-pstricks/texlive-pstricks-2008.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-texlive/texlive-pstricks/texlive-pstricks-2008.ebuild?r1=1.1&r2=1.2
14
15 Index: texlive-pstricks-2008.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-texlive/texlive-pstricks/texlive-pstricks-2008.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- texlive-pstricks-2008.ebuild 9 Sep 2008 16:52:09 -0000 1.1
22 +++ texlive-pstricks-2008.ebuild 31 Oct 2008 14:46:46 -0000 1.2
23 @@ -1,9 +1,7 @@
24 # Copyright 1999-2008 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-pstricks/texlive-pstricks-2008.ebuild,v 1.1 2008/09/09 16:52:09 aballier Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-pstricks/texlive-pstricks-2008.ebuild,v 1.2 2008/10/31 14:46:46 aballier Exp $
28
29 -TEXLIVE_MODULES_DEPS="dev-texlive/texlive-basic
30 -"
31 TEXLIVE_MODULE_CONTENTS="auto-pst-pdf makeplot pdftricks pst-2dplot pst-3d pst-3dplot pst-asr pst-bar pst-barcode pst-blur pst-circ pst-coil pst-cox pst-dbicons pst-diffraction pst-eps pst-eucl pst-fill pst-fr3d pst-fractal pst-fun pst-func pst-geo pst-ghsb pst-gr3d pst-grad pst-infixplot pst-jtree pst-labo pst-lens pst-light3d pst-math pst-ob3d pst-optexp pst-optic pst-osci pst-pad pst-pdgr pst-poly pst-qtree pst-slpe pst-spectra pst-stru pst-solides3d pst-soroban pst-text pst-uml pst-vue3d pst2pdf pstricks pstricks-add uml collection-pstricks
32 "
33 TEXLIVE_MODULE_DOC_CONTENTS="auto-pst-pdf.doc makeplot.doc pdftricks.doc pst-2dplot.doc pst-3d.doc pst-3dplot.doc pst-asr.doc pst-bar.doc pst-barcode.doc pst-blur.doc pst-circ.doc pst-coil.doc pst-cox.doc pst-dbicons.doc pst-diffraction.doc pst-eps.doc pst-eucl.doc pst-fill.doc pst-fr3d.doc pst-fractal.doc pst-fun.doc pst-func.doc pst-geo.doc pst-ghsb.doc pst-gr3d.doc pst-grad.doc pst-infixplot.doc pst-jtree.doc pst-labo.doc pst-lens.doc pst-light3d.doc pst-math.doc pst-ob3d.doc pst-optexp.doc pst-optic.doc pst-osci.doc pst-pad.doc pst-pdgr.doc pst-poly.doc pst-qtree.doc pst-slpe.doc pst-spectra.doc pst-stru.doc pst-solides3d.doc pst-soroban.doc pst-text.doc pst-uml.doc pst-vue3d.doc pst2pdf.doc pstricks.doc pstricks-add.doc uml.doc "
34 @@ -15,4 +13,7 @@
35 SLOT="0"
36 KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
37 IUSE=""
38 +DEPEND=">=dev-texlive/texlive-basic-2008
39 +"
40 +RDEPEND="${DEPEND}"
41 TEXLIVE_MODULE_BINSCRIPTS="texmf-dist/scripts/pst2pdf/pst2pdf.pl"
42
43
44
45 1.18 dev-texlive/texlive-pstricks/ChangeLog
46
47 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-texlive/texlive-pstricks/ChangeLog?rev=1.18&view=markup
48 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-texlive/texlive-pstricks/ChangeLog?rev=1.18&content-type=text/plain
49 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-texlive/texlive-pstricks/ChangeLog?r1=1.17&r2=1.18
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/dev-texlive/texlive-pstricks/ChangeLog,v
54 retrieving revision 1.17
55 retrieving revision 1.18
56 diff -u -r1.17 -r1.18
57 --- ChangeLog 9 Sep 2008 18:38:22 -0000 1.17
58 +++ ChangeLog 31 Oct 2008 14:46:46 -0000 1.18
59 @@ -1,6 +1,12 @@
60 # ChangeLog for dev-texlive/texlive-pstricks
61 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-pstricks/ChangeLog,v 1.17 2008/09/09 18:38:22 aballier Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-pstricks/ChangeLog,v 1.18 2008/10/31 14:46:46 aballier Exp $
64 +
65 + 31 Oct 2008; Alexis Ballier <aballier@g.o>
66 + texlive-pstricks-2008.ebuild:
67 + Use stricter deps for texlive 2008 to require the 2008 version of a
68 + package, get rid of TEXLIVE_MODULES_DEPS and use standard DEPEND/RDEPEND
69 + fields
70
71 09 Sep 2008; Alexis Ballier <aballier@g.o>
72 texlive-pstricks-2007.ebuild: