From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-984943-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id 98AE31396D9
	for <garchives@archives.gentoo.org>; Sun, 19 Nov 2017 14:36:02 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 053F3E0DD1;
	Sun, 19 Nov 2017 14:36:02 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id D9110E0E08
	for <gentoo-commits@lists.gentoo.org>; Sun, 19 Nov 2017 14:36:01 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 02C05340DF9
	for <gentoo-commits@lists.gentoo.org>; Sun, 19 Nov 2017 14:36:01 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 82288A04C
	for <gentoo-commits@lists.gentoo.org>; Sun, 19 Nov 2017 14:35:59 +0000 (UTC)
From: "Ulrich Müller" <ulm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" <ulm@gentoo.org>
Message-ID: <1511102150.64dd510a962a01506a3a1777434b8547ca4eed1b.ulm@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-visualization/gnuplot/
X-VCS-Repository: repo/gentoo
X-VCS-Files: sci-visualization/gnuplot/gnuplot-5.2.9999.ebuild sci-visualization/gnuplot/gnuplot-5.3.9999.ebuild
X-VCS-Directories: sci-visualization/gnuplot/
X-VCS-Committer: ulm
X-VCS-Committer-Name: Ulrich Müller
X-VCS-Revision: 64dd510a962a01506a3a1777434b8547ca4eed1b
X-VCS-Branch: master
Date: Sun, 19 Nov 2017 14:35:59 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Archives-Salt: 5ab736be-79f5-46ca-96f9-461fa7d2f8f7
X-Archives-Hash: 3565a1ef2d0b430fb375d96201b8c55b

commit:     64dd510a962a01506a3a1777434b8547ca4eed1b
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 19 14:32:18 2017 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sun Nov 19 14:35:50 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64dd510a

sci-visualization/gnuplot: Live version for branch-5-2-stable.

Add RELEASE_NOTES and TODO to list of files installed with dodoc.

Package-Manager: Portage-2.3.14, Repoman-2.3.6

 .../gnuplot/{gnuplot-5.3.9999.ebuild => gnuplot-5.2.9999.ebuild}      | 4 ++--
 sci-visualization/gnuplot/gnuplot-5.3.9999.ebuild                     | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/sci-visualization/gnuplot/gnuplot-5.3.9999.ebuild b/sci-visualization/gnuplot/gnuplot-5.2.9999.ebuild
similarity index 98%
copy from sci-visualization/gnuplot/gnuplot-5.3.9999.ebuild
copy to sci-visualization/gnuplot/gnuplot-5.2.9999.ebuild
index df97e58408f..564bad1aca7 100644
--- a/sci-visualization/gnuplot/gnuplot-5.3.9999.ebuild
+++ b/sci-visualization/gnuplot/gnuplot-5.2.9999.ebuild
@@ -12,7 +12,7 @@ if [[ -z ${PV%%*9999} ]]; then
 	inherit cvs
 	ECVS_SERVER="gnuplot.cvs.sourceforge.net:/cvsroot/gnuplot"
 	ECVS_MODULE="gnuplot"
-	ECVS_BRANCH="HEAD"
+	ECVS_BRANCH="branch-5-2-stable"
 	ECVS_USER="anonymous"
 	ECVS_CVS_OPTIONS="-dP"
 	MY_P="${PN}"
@@ -174,7 +174,7 @@ src_compile() {
 src_install () {
 	emake DESTDIR="${D}" install
 
-	dodoc BUGS ChangeLog NEWS PGPKEYS PORTING README*
+	dodoc BUGS ChangeLog NEWS PGPKEYS PORTING README* RELEASE_NOTES TODO
 	newdoc term/PostScript/README README-ps
 	newdoc term/js/README README-js
 	use lua && newdoc term/lua/README README-lua

diff --git a/sci-visualization/gnuplot/gnuplot-5.3.9999.ebuild b/sci-visualization/gnuplot/gnuplot-5.3.9999.ebuild
index df97e58408f..53fd0391582 100644
--- a/sci-visualization/gnuplot/gnuplot-5.3.9999.ebuild
+++ b/sci-visualization/gnuplot/gnuplot-5.3.9999.ebuild
@@ -174,7 +174,7 @@ src_compile() {
 src_install () {
 	emake DESTDIR="${D}" install
 
-	dodoc BUGS ChangeLog NEWS PGPKEYS PORTING README*
+	dodoc BUGS ChangeLog NEWS PGPKEYS PORTING README* RELEASE_NOTES TODO
 	newdoc term/PostScript/README README-ps
 	newdoc term/js/README README-js
 	use lua && newdoc term/lua/README README-lua