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: gnuplot-4.2.2-r1.ebuild ChangeLog
Date: Thu, 24 Apr 2008 12:11:03
Message-Id: E1Jp0I1-0008RU-4c@stork.gentoo.org
1 opfer 08/04/24 12:11:01
2
3 Modified: gnuplot-4.2.2-r1.ebuild ChangeLog
4 Log:
5 remove all die comments and add virtual/ghostscript for USE=doc, see bug 217931 reported by <D DOT Allain AT bath DOT ac DOT uk>
6 (Portage version: 2.1.4.4)
7
8 Revision Changes Path
9 1.14 sci-visualization/gnuplot/gnuplot-4.2.2-r1.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/gnuplot/gnuplot-4.2.2-r1.ebuild?rev=1.14&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/gnuplot/gnuplot-4.2.2-r1.ebuild?rev=1.14&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/gnuplot/gnuplot-4.2.2-r1.ebuild?r1=1.13&r2=1.14
14
15 Index: gnuplot-4.2.2-r1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/gnuplot-4.2.2-r1.ebuild,v
18 retrieving revision 1.13
19 retrieving revision 1.14
20 diff -u -r1.13 -r1.14
21 --- gnuplot-4.2.2-r1.ebuild 3 Jan 2008 21:14:28 -0000 1.13
22 +++ gnuplot-4.2.2-r1.ebuild 24 Apr 2008 12:11:00 -0000 1.14
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2008 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/gnuplot-4.2.2-r1.ebuild,v 1.13 2008/01/03 21:14:28 ranger Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/gnuplot-4.2.2-r1.ebuild,v 1.14 2008/04/24 12:11:00 opfer Exp $
28
29 inherit eutils elisp-common multilib wxwidgets
30
31 @@ -22,7 +22,8 @@
32 pdf? ( media-libs/pdflib )
33 ggi? ( media-libs/libggi )
34 gd? ( >=media-libs/gd-2 )
35 - doc? ( virtual/latex-base )
36 + doc? ( virtual/latex-base
37 + virtual/ghostscript )
38 latex? ( virtual/latex-base )
39 X? ( x11-libs/libXaw )
40 svga? ( media-libs/svgalib )
41 @@ -71,10 +72,10 @@
42 # See bug #156427.
43 if use latex ; then
44 sed -i \
45 - -e 's/TEXMFLOCAL/TEXMFSITE/g' share/LaTeX/Makefile.in || die "sed failed"
46 + -e 's/TEXMFLOCAL/TEXMFSITE/g' share/LaTeX/Makefile.in || die
47 else
48 sed -i \
49 - -e '/^SUBDIRS/ s/LaTeX//' share/LaTeX/Makefile.in || die "sed failed"
50 + -e '/^SUBDIRS/ s/LaTeX//' share/LaTeX/Makefile.in || die
51 fi
52
53 if use wxwindows ; then
54 @@ -110,25 +111,25 @@
55 TEMACS=no
56 use xemacs && TEMACS=xemacs
57 use emacs && TEMACS=emacs
58 - EMACS=${TEMACS} econf ${myconf} || die "econf failed"
59 - emake || die "emake failed"
60 + EMACS=${TEMACS} econf ${myconf} || die
61 + emake || die
62
63 if use doc ; then
64 cd docs
65 - emake pdf || die "pdf doc creation failed"
66 + emake pdf || die
67 cd ../tutorial
68 - emake pdf || die "pdf tutorial failed"
69 + emake pdf || die
70 fi
71 }
72
73 src_install () {
74 - emake DESTDIR="${D}" install || die "make install failed"
75 + emake DESTDIR="${D}" install || die
76
77 if use emacs; then
78 cd lisp
79 einfo "Configuring gnuplot-mode for GNU Emacs..."
80 - EMACS="emacs" econf --with-lispdir="${SITELISP}/${PN}" || die "econf Emacs files faild"
81 - emake DESTDIR="${D}" install || die "make install Emacs files failed"
82 + EMACS="emacs" econf --with-lispdir="${SITELISP}/${PN}" || die
83 + emake DESTDIR="${D}" install || die
84 emake clean
85 cd ..
86
87
88
89
90 1.67 sci-visualization/gnuplot/ChangeLog
91
92 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/gnuplot/ChangeLog?rev=1.67&view=markup
93 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/gnuplot/ChangeLog?rev=1.67&content-type=text/plain
94 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/gnuplot/ChangeLog?r1=1.66&r2=1.67
95
96 Index: ChangeLog
97 ===================================================================
98 RCS file: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/ChangeLog,v
99 retrieving revision 1.66
100 retrieving revision 1.67
101 diff -u -r1.66 -r1.67
102 --- ChangeLog 11 Mar 2008 07:44:00 -0000 1.66
103 +++ ChangeLog 24 Apr 2008 12:11:00 -0000 1.67
104 @@ -1,6 +1,11 @@
105 # ChangeLog for sci-visualization/gnuplot
106 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
107 -# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/ChangeLog,v 1.66 2008/03/11 07:44:00 opfer Exp $
108 +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/ChangeLog,v 1.67 2008/04/24 12:11:00 opfer Exp $
109 +
110 + 24 Apr 2008; Christian Faulhammer <opfer@g.o>
111 + gnuplot-4.2.2-r1.ebuild:
112 + remove all die comments and add virtual/ghostscript for USE=doc, see bug
113 + 217931 reported by <D DOT Allain AT bath DOT ac DOT uk>
114
115 11 Mar 2008; Christian Faulhammer <opfer@g.o>
116 files/gnuplot-4.2.2-disable_texi_generation.patch:
117
118
119
120 --
121 gentoo-commits@l.g.o mailing list