Gentoo Archives: gentoo-commits

From: Christoph Junghans <ottxor@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-visualization/gnuplot/
Date: Sat, 22 Mar 2014 23:31:21
Message-Id: 1395525728.d4f2ef09b398b14c2cb583f6b8ec5c925bbcd8f3.ottxor@gentoo
1 commit: d4f2ef09b398b14c2cb583f6b8ec5c925bbcd8f3
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Mar 22 09:58:44 2014 +0000
4 Commit: Christoph Junghans <ottxor <AT> gentoo <DOT> org>
5 CommitDate: Sat Mar 22 22:02:08 2014 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=d4f2ef09
7
8 Add libcaca USE flag, thanks to James Cloos <cloos <AT> jhcloos.com>, bug 504354. Remove thin-splines USE flag and configure option.
9
10 Package-Manager: portage-2.2.8-r1
11
12 ---
13 sci-visualization/gnuplot/ChangeLog | 4 ++++
14 sci-visualization/gnuplot/gnuplot-4.7.9999.ebuild | 5 +++--
15 2 files changed, 7 insertions(+), 2 deletions(-)
16
17 diff --git a/sci-visualization/gnuplot/ChangeLog b/sci-visualization/gnuplot/ChangeLog
18 index 5d9f363..a083926 100644
19 --- a/sci-visualization/gnuplot/ChangeLog
20 +++ b/sci-visualization/gnuplot/ChangeLog
21 @@ -2,6 +2,10 @@
22 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
23 # $Header: $
24
25 + 22 Mar 2014; Ulrich Müller <ulm@g.o> gnuplot-4.7.9999.ebuild:
26 + Add libcaca USE flag, thanks to James Cloos <cloos@×××××××.com>, bug 504354.
27 + Remove thin-splines USE flag and configure option.
28 +
29 22 Mar 2014; Ulrich Müller <ulm@g.o> gnuplot-4.6.9999.ebuild,
30 gnuplot-4.7.9999.ebuild:
31 Don't install Emacs support files as the they have been removed from the CVS
32
33 diff --git a/sci-visualization/gnuplot/gnuplot-4.7.9999.ebuild b/sci-visualization/gnuplot/gnuplot-4.7.9999.ebuild
34 index f5ff014..fbbe710 100644
35 --- a/sci-visualization/gnuplot/gnuplot-4.7.9999.ebuild
36 +++ b/sci-visualization/gnuplot/gnuplot-4.7.9999.ebuild
37 @@ -26,7 +26,7 @@ fi
38 LICENSE="gnuplot bitmap? ( free-noncomm )"
39 SLOT="0"
40 KEYWORDS=""
41 -IUSE="aqua bitmap cairo doc examples +gd ggi latex lua qt4 readline svga thin-splines wxwidgets X"
42 +IUSE="aqua bitmap cairo doc examples +gd ggi latex libcaca lua qt4 readline svga wxwidgets X"
43
44 RDEPEND="
45 cairo? (
46 @@ -39,6 +39,7 @@ RDEPEND="
47 lua? (
48 dev-tex/pgf
49 >=dev-texlive/texlive-latexrecommended-2008-r2 ) )
50 + libcaca? ( media-libs/libcaca )
51 lua? ( dev-lang/lua )
52 qt4? ( >=dev-qt/qtcore-4.5:4
53 >=dev-qt/qtgui-4.5:4
54 @@ -118,12 +119,12 @@ src_configure() {
55 $(use_with gd) \
56 "$(use_with ggi ggi "${EPREFIX}/usr/$(get_libdir)")" \
57 "$(use_with ggi xmi "${EPREFIX}/usr/$(get_libdir)")" \
58 + "$(use_with libcaca caca "${EPREFIX}/usr/$(get_libdir)")" \
59 $(use_with lua) \
60 $(use_with svga linux-vga) \
61 $(use_with X x) \
62 --enable-stats \
63 $(use_with qt4 qt qt4) \
64 - $(use_enable thin-splines) \
65 $(use_enable wxwidgets) \
66 DIST_CONTACT="http://bugs.gentoo.org/" \
67 EMACS=no