From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 60B88139BC6 for ; Wed, 23 Sep 2015 12:48:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A415DE07FA; Wed, 23 Sep 2015 12:48:14 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 07D34E07FB for ; Wed, 23 Sep 2015 12:48:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C3A0733BEE9 for ; Wed, 23 Sep 2015 12:48:12 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 159B623B for ; Wed, 23 Sep 2015 12:48:11 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1443010013.158e1ac2f66a58267b358ad0bd6d3a5f93dd5f0c.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-visualization/gnuplot/ X-VCS-Repository: proj/sci X-VCS-Files: sci-visualization/gnuplot/gnuplot-5.0.9999.ebuild sci-visualization/gnuplot/gnuplot-5.1.9999.ebuild sci-visualization/gnuplot/metadata.xml X-VCS-Directories: sci-visualization/gnuplot/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 158e1ac2f66a58267b358ad0bd6d3a5f93dd5f0c X-VCS-Branch: master Date: Wed, 23 Sep 2015 12:48:11 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: ce9fbd8a-425a-41a2-aa30-d97129bd9350 X-Archives-Hash: d52e76a5218d049e914fbfb58c6bd83b commit: 158e1ac2f66a58267b358ad0bd6d3a5f93dd5f0c Author: Justin Lecher gentoo org> AuthorDate: Wed Sep 23 12:06:53 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Wed Sep 23 12:06:53 2015 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=158e1ac2 sci-visualization/gnuplot: Use default functions Package-Manager: portage-2.2.21 Signed-off-by: Justin Lecher gentoo.org> sci-visualization/gnuplot/gnuplot-5.0.9999.ebuild | 2 +- sci-visualization/gnuplot/gnuplot-5.1.9999.ebuild | 2 +- sci-visualization/gnuplot/metadata.xml | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/sci-visualization/gnuplot/gnuplot-5.0.9999.ebuild b/sci-visualization/gnuplot/gnuplot-5.0.9999.ebuild index ea423fb..9c63fe4 100644 --- a/sci-visualization/gnuplot/gnuplot-5.0.9999.ebuild +++ b/sci-visualization/gnuplot/gnuplot-5.0.9999.ebuild @@ -154,7 +154,7 @@ src_compile() { } src_install () { - emake DESTDIR="${D}" install + default dodoc BUGS ChangeLog NEWS PGPKEYS PORTING README* newdoc term/PostScript/README README-ps diff --git a/sci-visualization/gnuplot/gnuplot-5.1.9999.ebuild b/sci-visualization/gnuplot/gnuplot-5.1.9999.ebuild index 3d97427..d7c805a 100644 --- a/sci-visualization/gnuplot/gnuplot-5.1.9999.ebuild +++ b/sci-visualization/gnuplot/gnuplot-5.1.9999.ebuild @@ -157,7 +157,7 @@ src_compile() { } src_install () { - emake DESTDIR="${D}" install + default dodoc BUGS ChangeLog NEWS PGPKEYS PORTING README* newdoc term/PostScript/README README-ps diff --git a/sci-visualization/gnuplot/metadata.xml b/sci-visualization/gnuplot/metadata.xml index cccec8e..8178349 100644 --- a/sci-visualization/gnuplot/metadata.xml +++ b/sci-visualization/gnuplot/metadata.xml @@ -16,11 +16,11 @@ three-dimensional plots in many different formats. It is designed primarily for the visual display of scientific data. - - Enable backwards compatibility with version 4 syntax + + Enable backwards compatibility with version 4 syntax Add support for media-libs/gd. Needed for GIF, JPEG, and PNG image output. -Enable special functions from sci-libs/libcerf + Enable special functions from sci-libs/libcerf Enable dot-matrix printers and pbm terminal