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.ebuild
Date: Thu, 20 Sep 2007 10:20:02
Message-Id: E1IYGT3-00075Q-Ov@stork.gentoo.org
1 opfer 07/09/20 07:28:57
2
3 Modified: ChangeLog gnuplot-4.2.2.ebuild
4 Log:
5 add app-xemacs/texinfo to RDEPEND; make sure no Emacsen is detected by configure if none is desired, see bug 192855; drop HPPA keyword because of missing dependency
6 (Portage version: 2.1.3.9)
7
8 Revision Changes Path
9 1.37 sci-visualization/gnuplot/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/gnuplot/ChangeLog?rev=1.37&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/gnuplot/ChangeLog?rev=1.37&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/gnuplot/ChangeLog?r1=1.36&r2=1.37
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/ChangeLog,v
18 retrieving revision 1.36
19 retrieving revision 1.37
20 diff -u -r1.36 -r1.37
21 --- ChangeLog 15 Sep 2007 09:02:46 -0000 1.36
22 +++ ChangeLog 20 Sep 2007 07:28:57 -0000 1.37
23 @@ -1,6 +1,11 @@
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.36 2007/09/15 09:02:46 opfer Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/ChangeLog,v 1.37 2007/09/20 07:28:57 opfer Exp $
28 +
29 + 20 Sep 2007; Christian Faulhammer <opfer@g.o> gnuplot-4.2.2.ebuild:
30 + add app-xemacs/texinfo to RDEPEND; make sure no Emacsen is detected by
31 + configure if none is desired, see bug 192855; drop HPPA keyword because of
32 + missing dependency
33
34 15 Sep 2007; Christian Faulhammer <opfer@g.o> gnuplot-4.2.2.ebuild:
35 removing latex-package.eclass again as it would pull in virtual/tetex
36
37
38
39 1.5 sci-visualization/gnuplot/gnuplot-4.2.2.ebuild
40
41 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/gnuplot/gnuplot-4.2.2.ebuild?rev=1.5&view=markup
42 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/gnuplot/gnuplot-4.2.2.ebuild?rev=1.5&content-type=text/plain
43 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/gnuplot/gnuplot-4.2.2.ebuild?r1=1.4&r2=1.5
44
45 Index: gnuplot-4.2.2.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/gnuplot-4.2.2.ebuild,v
48 retrieving revision 1.4
49 retrieving revision 1.5
50 diff -u -r1.4 -r1.5
51 --- gnuplot-4.2.2.ebuild 15 Sep 2007 09:02:46 -0000 1.4
52 +++ gnuplot-4.2.2.ebuild 20 Sep 2007 07:28:57 -0000 1.5
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2007 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/gnuplot-4.2.2.ebuild,v 1.4 2007/09/15 09:02:46 opfer Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/gnuplot-4.2.2.ebuild,v 1.5 2007/09/20 07:28:57 opfer Exp $
58
59 inherit eutils elisp-common multilib wxwidgets
60
61 @@ -12,11 +12,11 @@
62
63 LICENSE="gnuplot"
64 SLOT="0"
65 -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 ~x86-fbsd"
66 +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 ~x86-fbsd"
67 IUSE="doc emacs gd ggi tetex pdf plotutils readline svga wxwindows X xemacs"
68
69 RDEPEND="
70 - xemacs? ( virtual/xemacs )
71 + xemacs? ( virtual/xemacs app-xemacs/texinfo )
72 emacs? ( virtual/emacs !app-emacs/gnuplot-mode )
73 pdf? ( media-libs/pdflib )
74 ggi? ( media-libs/libggi )
75 @@ -99,7 +99,10 @@
76 # example plots.
77 addwrite /dev/svga:/dev/mouse:/dev/tts/0
78
79 - econf ${myconf} || die "econf failed"
80 + TEMACS=no
81 + use xemacs && TEMACS=xemacs
82 + use emacs && TEMACS=emacs
83 + EMACS=${TEMACS} econf ${myconf} || die "econf failed"
84 emake || die "emake failed"
85
86 if use doc ; then
87
88
89
90 --
91 gentoo-commits@g.o mailing list