Gentoo Archives: gentoo-commits

From: "Christian Faulhammer (opfer)" <opfer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-visualization/gnuplot: ChangeLog gnuplot-4.2.2-r1.ebuild
Date: Sat, 10 Nov 2007 14:28:05
Message-Id: E1IqrJX-0001bA-C3@stork.gentoo.org
1 opfer 07/11/10 14:27:59
2
3 Modified: ChangeLog gnuplot-4.2.2-r1.ebuild
4 Log:
5 transition from tetex USE flag to latex; check for app-text/texlive, too
6 (Portage version: 2.1.3.19)
7
8 Revision Changes Path
9 1.55 sci-visualization/gnuplot/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/gnuplot/ChangeLog?rev=1.55&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/gnuplot/ChangeLog?rev=1.55&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/gnuplot/ChangeLog?r1=1.54&r2=1.55
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/ChangeLog,v
18 retrieving revision 1.54
19 retrieving revision 1.55
20 diff -u -r1.54 -r1.55
21 --- ChangeLog 8 Nov 2007 17:52:14 -0000 1.54
22 +++ ChangeLog 10 Nov 2007 14:27:58 -0000 1.55
23 @@ -1,6 +1,10 @@
24 # ChangeLog for sci-visualization/gnuplot
25 # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/ChangeLog,v 1.54 2007/11/08 17:52:14 g2boojum Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/ChangeLog,v 1.55 2007/11/10 14:27:58 opfer Exp $
28 +
29 + 10 Nov 2007; Christian Faulhammer <opfer@g.o>
30 + gnuplot-4.2.2-r1.ebuild:
31 + transition from tetex USE flag to latex; check for app-text/texlive, too
32
33 08 Nov 2007; Grant Goodyear <g2boojum@g.o> metadata.xml:
34 -m removed myself as maintainer
35
36
37
38 1.3 sci-visualization/gnuplot/gnuplot-4.2.2-r1.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/gnuplot/gnuplot-4.2.2-r1.ebuild?rev=1.3&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/gnuplot/gnuplot-4.2.2-r1.ebuild?rev=1.3&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/gnuplot/gnuplot-4.2.2-r1.ebuild?r1=1.2&r2=1.3
43
44 Index: gnuplot-4.2.2-r1.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/gnuplot-4.2.2-r1.ebuild,v
47 retrieving revision 1.2
48 retrieving revision 1.3
49 diff -u -r1.2 -r1.3
50 --- gnuplot-4.2.2-r1.ebuild 31 Oct 2007 07:00:37 -0000 1.2
51 +++ gnuplot-4.2.2-r1.ebuild 10 Nov 2007 14:27:58 -0000 1.3
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2007 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/gnuplot-4.2.2-r1.ebuild,v 1.2 2007/10/31 07:00:37 opfer Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/gnuplot-4.2.2-r1.ebuild,v 1.3 2007/11/10 14:27:58 opfer Exp $
57
58 inherit eutils elisp-common multilib wxwidgets
59
60 @@ -13,7 +13,7 @@
61 LICENSE="gnuplot"
62 SLOT="0"
63 KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 ~x86-fbsd"
64 -IUSE="doc emacs gd ggi tetex pdf plotutils readline svga wxwindows X xemacs"
65 +IUSE="doc emacs gd ggi latex pdf plotutils readline svga wxwindows X xemacs"
66
67 RDEPEND="
68 xemacs? ( virtual/xemacs app-xemacs/texinfo app-xemacs/xemacs-base )
69 @@ -22,7 +22,7 @@
70 ggi? ( media-libs/libggi )
71 gd? ( >=media-libs/gd-2 )
72 doc? ( virtual/latex-base )
73 - tetex? ( virtual/latex-base )
74 + latex? ( virtual/latex-base )
75 X? ( x11-libs/libXaw )
76 svga? ( media-libs/svgalib )
77 readline? ( >=sys-libs/readline-4.2 )
78 @@ -39,7 +39,7 @@
79 E_SITEFILE="50gnuplot-gentoo.el"
80
81 latex_rehash() {
82 - if has_version '>=app-text/tetex-3' || has_version '>=app-text/ptex-3.1.8' ; then
83 + if has_version '>=app-text/tetex-3' || has_version '>=app-text/ptex-3.1.8' || has_version 'app-text/texlive'; then
84 texmf-update
85 else
86 texconfig rehash
87 @@ -65,7 +65,7 @@
88
89 src_compile() {
90 # See bug #156427.
91 - if use tetex ; then
92 + if use latex ; then
93 sed -i \
94 -e 's/TEXMFLOCAL/TEXMFSITE/g' share/LaTeX/Makefile.in || die "sed failed"
95 else
96 @@ -174,10 +174,10 @@
97 einfo "this is usually considered to be a security hazard."
98 einfo "As root, manually \"chmod u+s /usr/bin/gnuplot\"."
99 fi
100 - use tetex && latex_rehash
101 + use latex && latex_rehash
102 }
103
104 pkg_postrm() {
105 use emacs && elisp-site-regen
106 - use tetex && latex_rehash
107 + use latex && latex_rehash
108 }
109
110
111
112 --
113 gentoo-commits@g.o mailing list