Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-visualization/gnuplot/
Date: Wed, 23 Sep 2015 12:48:20
Message-Id: 1443010013.158e1ac2f66a58267b358ad0bd6d3a5f93dd5f0c.jlec@gentoo
1 commit: 158e1ac2f66a58267b358ad0bd6d3a5f93dd5f0c
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 23 12:06:53 2015 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 23 12:06:53 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=158e1ac2
7
8 sci-visualization/gnuplot: Use default functions
9
10 Package-Manager: portage-2.2.21
11 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
12
13 sci-visualization/gnuplot/gnuplot-5.0.9999.ebuild | 2 +-
14 sci-visualization/gnuplot/gnuplot-5.1.9999.ebuild | 2 +-
15 sci-visualization/gnuplot/metadata.xml | 6 +++---
16 3 files changed, 5 insertions(+), 5 deletions(-)
17
18 diff --git a/sci-visualization/gnuplot/gnuplot-5.0.9999.ebuild b/sci-visualization/gnuplot/gnuplot-5.0.9999.ebuild
19 index ea423fb..9c63fe4 100644
20 --- a/sci-visualization/gnuplot/gnuplot-5.0.9999.ebuild
21 +++ b/sci-visualization/gnuplot/gnuplot-5.0.9999.ebuild
22 @@ -154,7 +154,7 @@ src_compile() {
23 }
24
25 src_install () {
26 - emake DESTDIR="${D}" install
27 + default
28
29 dodoc BUGS ChangeLog NEWS PGPKEYS PORTING README*
30 newdoc term/PostScript/README README-ps
31
32 diff --git a/sci-visualization/gnuplot/gnuplot-5.1.9999.ebuild b/sci-visualization/gnuplot/gnuplot-5.1.9999.ebuild
33 index 3d97427..d7c805a 100644
34 --- a/sci-visualization/gnuplot/gnuplot-5.1.9999.ebuild
35 +++ b/sci-visualization/gnuplot/gnuplot-5.1.9999.ebuild
36 @@ -157,7 +157,7 @@ src_compile() {
37 }
38
39 src_install () {
40 - emake DESTDIR="${D}" install
41 + default
42
43 dodoc BUGS ChangeLog NEWS PGPKEYS PORTING README*
44 newdoc term/PostScript/README README-ps
45
46 diff --git a/sci-visualization/gnuplot/metadata.xml b/sci-visualization/gnuplot/metadata.xml
47 index cccec8e..8178349 100644
48 --- a/sci-visualization/gnuplot/metadata.xml
49 +++ b/sci-visualization/gnuplot/metadata.xml
50 @@ -16,11 +16,11 @@
51 three-dimensional plots in many different formats. It is designed
52 primarily for the visual display of scientific data.
53 </longdescription>
54 -<use>
55 - <flag name="compat">Enable backwards compatibility with version 4 syntax</flag>
56 + <use>
57 + <flag name="compat">Enable backwards compatibility with version 4 syntax</flag>
58 <flag name="gd">Add support for <pkg>media-libs/gd</pkg>.
59 Needed for GIF, JPEG, and PNG image output.</flag>
60 -<flag name="libcerf">Enable special functions from <pkg>sci-libs/libcerf</pkg></flag>
61 + <flag name="libcerf">Enable special functions from <pkg>sci-libs/libcerf</pkg></flag>
62 <flag name="bitmap">Enable dot-matrix printers and pbm terminal</flag>
63 </use>
64 <upstream>